Hi all,

       I have started my application and did some orientation changes
and clicked back button from my application's main activity.

     I went to application launcher and tried to launch my
application.

   I got blank black screen and clicked menu button it gave me ANR.

And the logcat as follows.

I/WindowManager(   56): onOrientationChanged, rotation changed to 0
I/WindowManager(   56): Setting rotation to 0, animFlags=0
I/WindowManager(   56): Config changed: { scale=1.0 imsi=0/0
locale=en_US touch=3 key=2/1/2 nav=3 orien=1 }
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
D/StatusBar(   56): updateResources
D/dalvikvm( 2536): GC freed 683 objects / 59664 bytes in 131ms
I/WindowManager(   56): onOrientationChanged, rotation changed to 1
D/dalvikvm(   56): GC freed 1406 objects / 61832 bytes in 199ms
I/WindowManager(   56): Setting rotation to 1, animFlags=0
I/WindowManager(   56): Config changed: { scale=1.0 imsi=0/0
locale=en_US touch=3 key=2/1/2 nav=3 orien=2 }
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
D/StatusBar(   56): updateResources
D/dalvikvm( 2536): GC freed 631 objects / 34600 bytes in 153ms
D/dalvikvm( 2536): GC freed 641 objects / 40160 bytes in 161ms
D/dalvikvm(   56): GC freed 1575 objects / 88704 bytes in 203ms
D/dalvikvm(  234): GC freed 4998 objects / 289240 bytes in 193ms
D/dalvikvm(  940): GC freed 606 objects / 26920 bytes in 122ms
I/WindowManager(   56): onOrientationChanged, rotation changed to 0
I/WindowManager(   56): Setting rotation to 0, animFlags=0
I/WindowManager(   56): Config changed: { scale=1.0 imsi=0/0
locale=en_US touch=3 key=2/1/2 nav=3 orien=1 }
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
D/StatusBar(   56): updateResources

I/ActivityManager(   56): Starting activity: Intent
{ action=android.intent.action.MAIN
categories={android.intent.category.LAUNCHER} flags=0x10200000
comp={com.test/com.test.MyApp} }
E/JavaBinder(   56): !!! FAILED BINDER TRANSACTION !!!
W/ActivityManager(   56): Launch timeout has expired, giving up wake
lock!
W/ActivityManager(   56): Activity idle timeout for
HistoryRecord{435ffcf8 {com.test/com.test.MyApp}}
I/ActivityManager(   56): Exiting empty application process
com.android.voicedialer (android.os.binderpr...@436f0f58)
I/Process (   56): Sending signal. PID: 218 SIG: 9
I/ActivityManager(   56): Exiting empty application process
com.google.android.apps.maps (android.os.binderpr...@4370b158)
I/Process (   56): Sending signal. PID: 225 SIG: 9
I/ActivityManager(   56): Exiting empty application process
com.android.alarmclock (android.os.binderpr...@43657eb0)
I/Process (   56): Sending signal. PID: 190 SIG: 9
I/ActivityManager(   56): Exiting empty application process
android.process.media (android.os.binderpr...@436e1ac0)
I/Process (   56): Sending signal. PID: 204 SIG: 9
I/ActivityManager(   56): Exiting empty application process
com.android.vending (android.os.binderpr...@43564c38)
I/Process (   56): Sending signal. PID: 372 SIG: 9
I/ActivityManager(   56): Exiting empty application process
com.android.setupwizard (android.os.binderpr...@4364ec30)
I/Process (   56): Sending signal. PID: 2536 SIG: 9
I/ActivityManager(   56): Exiting empty application process
com.google.android.googleapps (android.os.binderpr...@43761fd0)
I/Process (   56): Sending signal. PID: 940 SIG: 9
I/ActivityManager(   56): Exiting empty application process
com.android.calendar (android.os.binderpr...@437182c8)
I/Process (   56): Sending signal. PID: 234 SIG: 9

I/ActivityManager(   56): ANR (application not responding) in process:
com.test
I/ActivityManager(   56): Annotation: keyDispatchingTimedOut
I/ActivityManager(   56): CPU usage:
I/ActivityManager(   56): Load: 4.51 / 4.5 / 4.37
I/ActivityManager(   56): CPU usage from 5032ms to 20ms ago:
I/ActivityManager(   56):   system_server: 7% = 6% user + 1% kernel
I/ActivityManager(   56):   akmd: 0% = 0% user + 0% kernel
I/ActivityManager(   56):   tiwlan_wifi_wq: 0% = 0% user + 0% kernel
I/ActivityManager(   56):   ksoftirqd/0: 0% = 0% user + 0% kernel
I/ActivityManager(   56):   synaptics_wq: 0% = 0% user + 0% kernel
I/ActivityManager(   56):   wpa_supplicant: 0% = 0% user + 0% kernel
I/ActivityManager(   56): TOTAL: 7% = 5% user + 1% kernel
I/ActivityManager(   56): Removing old ANR trace file from /data/anr/
traces.txt


Process Id 56 is of System server.That is observed in adb shell
ps.

I am running into this issue frequently.

Can anybody help me?




-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to