Search code examples
androidandroid-4.0-ice-cream-sandwichlogcat

Package name not shown in Logcat in ICS


Why does the application (package name) remains blank after upgrading ICS to Android 4.0.3, in my Eclipse logcat?

From what I understand, it is an important part of the logs and should not have been removed from Android 4.0.3.

Enter image description here

It seems that this problem is only on Samsung Galaxy S running on Android 4.0.3, because I'm getting the package information on my Emulator (4.0, 4.0.3 and 4.1) and also on Google Nexus (running 4.0.5).

So is there any way we can see or get a unique identifier (apart from the package name) for an application from the Logcat?


Solution

  • Okay. It seems that this problem is only on Samsung Galaxy running on Android 4.0.3, because I'm getting the package information on my Emulator (4.0, 4.0.3 and 4.1) and also on Google Nexus (running 4.0.5)