I try to debug my android app and I see a redundant blank activity sometimes.
However I cannot understand the flow which leads me to that blank activity.
How can eclipse help me understand which Activity is displayed?
I have looked at the DDMS perspective and have found no answer.
Also tried to press "pause" run (debug play, stop and pause buttons)
and i couldn't see where to read the current active activity.
Does someone know?
update
I have tried
adb logcat | grep "ActivityManager"
D/dalvikvm(28517): Note: class Landroid/app/ActivityManagerNative; has 192 unimplemented (abstract) methods
W/ApplicationsProvider(27925): at android.app.ActivityManager.getAllPackageUsageStats(ActivityManager.java:2520)
D/dalvikvm(28691): Note: class Landroid/app/ActivityManagerNative; has 192 unimplemented (abstract) methods
W/ApplicationsProvider(27925): at android.app.ActivityManager.getAllPackageUsageStats(ActivityManager.java:2520)
W/ApplicationsProvider(27925): at android.app.ActivityManager.getAllPackageUsageStats(ActivityManager.java:2520)
E/Parcel (27354): at com.android.server.am.ActivityManagerService.startActivityAsUser(ActivityManagerService.java:4066)
E/Parcel (27354): at com.android.server.am.ActivityManagerService.startActivity(ActivityManagerService.java:3964)
E/Parcel (27354): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:159)
E/Parcel (27354): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2645)
but where do I see the Activity name?
update 2
I have tried to open hierarchy view but it has an error inspecting my app:
update 3
I cannot see it even in the log cat