elibl wrote:hi,
i was able to catch a logcat from phone not waking up from suspend it may point to something:
- Code: Select all
I/dalvikvm(11343): Turning on JNI app bug workarounds for target SDK version 8...
E/Trace (11343): error opening trace file: No such file or directory (2)
I/PowerManagerService( 360): Going to sleep by user request...
I/ActivityManager( 360): Process com.google.android.apps.uploader (pid 11281) has died.
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
D/YouTube MDX(11299): Recieved intent android.intent.action.SCREEN_OFF
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/ActivityManager( 360): Start proc com.google.android.gsf.login for service com.google.android.gsf.login/com.google.android.gsf.loginservice.GoogleLoginService: pid=11359 uid=10019 gids={50019, 3003, 1007, 1028, 1015, 1006, 2001, 3006}
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
E/Trace (11359): error opening trace file: No such file or directory (2)
D/AK8973 ( 88): Compass CLOSE
I/lights ( 360): battery_level_check: done with thread
D/AK8973 ( 88): Compass Start
I/PowerManagerService( 360): Waking up from sleep...
D/PhoneUtils( 544): hangup(): no active call to hang up
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/WindowManager( 360): Lock screen displayed!
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
D/dalvikvm( 435): GC_FOR_ALLOC freed 335K, 15% free 9525K/11176K, paused 49ms, total 51ms
D/YouTube MDX(11299): Recieved intent android.intent.action.SCREEN_ON
D/PhoneUtils( 544): hangup(): no active call to hang up
I/PowerManagerService( 360): Going to sleep by user request...
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
D/YouTube MDX(11299): Recieved intent android.intent.action.SCREEN_OFF
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
D/dalvikvm( 360): GC_CONCURRENT freed 1921K, 14% free 15132K/17576K, paused 15ms+19ms, total 224ms
D/dalvikvm( 360): WAIT_FOR_CONCURRENT_GC blocked 101ms
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/Choreographer( 360): Skipped 32 frames! The application may be doing too much work on its main thread.
D/AK8973 ( 88): Compass CLOSE
D/AK8973 ( 88): Compass Start
D/PhoneUtils( 544): hangup(): no active call to hang up
I/PowerManagerService( 360): Waking up from sleep...
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
I/WindowManager( 360): Lock screen displayed!
I/keystore( 87): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
D/YouTube MDX(11299): Recieved intent android.intent.action.SCREEN_ON
it's 4 times trying to wake up the phone
have got this problem since a week once to three times a day...
never had it before going to correct some errors in sdcard and report back
and the black screen at incoming call is also still present from time to time but wasn't able to catch a logcat yet...
all the best
Keystore is a repository for storing keys. This type of "info" message (I/keystore, I stands for info) can be ignored.
AFAIK, it also appears in the logcat of the other devices.
Besides, you can check the time. Only 54.134 - 53.837 second.
06-27
01:30:53.837: I/keystore(82): uid: 1000 action: z -> 7 state: 3 -> 3 retry: 4
06-27
01:30:53.844: I/PowerManagerService(351): Waking up from sleep...
06-27
01:30:53.854: D/AK8973(83): Compass Start
06-27
01:30:53.864: D/SurfaceFlinger(77): Screen acquired, type=0 flinger=0x2a007318
06-27
01:30:53.874: I/keystore(82): uid: 1000 action: z -> 7 state: 3 -> 3 retry: 4
06-27
01:30:53.924: I/keystore(82): uid: 1000 action: z -> 7 state: 3 -> 3 retry: 4
06-27
01:30:53.924: I/keystore(82): uid: 1000 action: z -> 7 state: 3 -> 3 retry: 4
06-27
01:30:54.134: I/WindowManager(351): Lock screen displayed!
Well, it seems that the black screen still happens sometimes. No idea so far.