Is there any way to view android media scanner logs?
I have known bug when new music/photos doesn't appear in library. I don't want to do full wipe because I'd already done this. I haven't .nomedia files in my DCIM and Music folders. So, I want to view logs and discover what causes this behavior. Maybe it's corrupted file or not.
schroding3rscat said:
Is there any way to view android media scanner logs?
I have known bug when new music/photos doesn't appear in library. I don't want to do full wipe because I'd already done this. I haven't .nomedia files in mu DCIM and Music folders. So, I want to view logs and discover what causes this behavior. Maybe it's corrupted file or not.
Click to expand...
Click to collapse
Simply wipe Media Storage cache and files. It will rebuild it completely.
polobunny said:
Simply wipe Media Storage cache and files. It will rebuild it completely.
Click to expand...
Click to collapse
I did this. My question was 'can I view media scanner logs', not 'help me solve this problem'.
Then simply use logcat to see what's going on. You can manually trigger a media scan with apps such as Rescan Media.
In logcat I believe you could search for android.process.media to get relevant results.
polobunny said:
Then simply use logcat to see what's going on. You can manually trigger a media scan with apps such as Rescan Media.
In logcat I believe you could search for android.process.media to get relevant results.
Click to expand...
Click to collapse
This was good suggestion. Thank you.
I connected my Nexus S to PC and enabled USB Debugging. And in ddms.exe I run logcat.
So after rebooting my phone I discovered that MediaScanner dies. Here is cut from log:
Code:
Line 722: I/ActivityManager( 270): Start proc android.process.media for broadcast com.android.providers.media/.UsbReceiver: pid=491 uid=10014 gids={1015, 1023, 1024, 1028, 2001, 3003, 3007}
Line 723: I/ActivityThread( 491): Pub downloads: com.android.providers.downloads.DownloadProvider
Line 724: I/ActivityThread( 491): Pub drm: com.android.providers.drm.DrmProvider
Line 725: I/DownloadManager( 491): in removeSpuriousFiles
Line 726: I/ActivityThread( 491): Pub media: com.android.providers.media.MediaProvider
Line 1013: D/dalvikvm( 491): GC_CONCURRENT freed 187K, 4% free 8199K/8455K, paused 13ms+9ms, total 53ms
Line 1056: I/MediaProvider( 491): Upgrading media database from version 0 to 509, which will destroy all old data
Line 1078: E/SQLiteLog( 491): (1) no such table: files
Line 1331: D/dalvikvm( 491): GC_CONCURRENT freed 275K, 5% free 8373K/8775K, paused 21ms+212ms, total 347ms
Line 1520: D/dalvikvm( 491): GC_CONCURRENT freed 398K, 6% free 8383K/8903K, paused 13ms+13ms, total 79ms
Line 1537: D/dalvikvm( 491): GC_CONCURRENT freed 439K, 7% free 8335K/8903K, paused 14ms+13ms, total 50ms
Line 1626: D/dalvikvm( 491): GC_CONCURRENT freed 560K, 8% free 8261K/8903K, paused 2ms+6ms, total 193ms
Line 1795: D/dalvikvm( 491): GC_FOR_ALLOC freed 214K, 6% free 8378K/8903K, paused 124ms, total 124ms
Line 1855: D/MediaScannerReceiver( 491): action: android.intent.action.MEDIA_MOUNTED path: /storage/sdcard0
Line 1870: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 1888: D/dalvikvm( 491): GC_EXPLICIT freed 322K, 7% free 8357K/8903K, paused 142ms+51ms, total 499ms
Line 1954: D/dalvikvm( 491): GC_CONCURRENT freed 410K, 7% free 8359K/8903K, paused 14ms+8ms, total 65ms
Line 1957: D/dalvikvm( 491): GC_CONCURRENT freed 508K, 8% free 8262K/8903K, paused 14ms+4ms, total 50ms
Line 1970: D/dalvikvm( 491): GC_CONCURRENT freed 394K, 8% free 8268K/8903K, paused 12ms+12ms, total 40ms
Line 1981: D/dalvikvm( 491): GC_CONCURRENT freed 397K, 8% free 8264K/8903K, paused 11ms+12ms, total 39ms
Line 1982: W/MediaScanner( 491): Error opening directory '/storage/sdcard0/.android_secure/', skipping: Permission denied.
Line 1985: D/dalvikvm( 491): GC_CONCURRENT freed 259K, 6% free 8389K/8903K, paused 11ms+3ms, total 31ms
Line 1987: D/dalvikvm( 270): GC_EXPLICIT freed 116K, 13% free 15491K/17607K, paused 4ms+7ms, total 85ms
Line 1988: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 1989: D/dalvikvm( 491): GC_EXPLICIT freed 214K, 6% free 8409K/8903K, paused 2ms+3ms, total 28ms
Line 1996: D/dalvikvm( 491): GC_CONCURRENT freed 324K, 6% free 8510K/8967K, paused 12ms+4ms, total 36ms
Line 1997: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 1998: D/dalvikvm( 491): GC_EXPLICIT freed 244K, 8% free 8319K/8967K, paused 2ms+3ms, total 28ms
Line 2001: D/dalvikvm( 491): GC_CONCURRENT freed 213K, 6% free 8490K/8967K, paused 12ms+3ms, total 36ms
Line 2005: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2006: D/dalvikvm( 491): GC_EXPLICIT freed 242K, 7% free 8346K/8967K, paused 2ms+7ms, total 31ms
Line 2009: D/dalvikvm( 491): GC_CONCURRENT freed 241K, 6% free 8488K/8967K, paused 12ms+4ms, total 36ms
Line 2012: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2013: D/dalvikvm( 491): GC_EXPLICIT freed 241K, 7% free 8346K/8967K, paused 2ms+3ms, total 28ms
Line 2017: D/dalvikvm( 491): GC_CONCURRENT freed 242K, 6% free 8489K/8967K, paused 11ms+3ms, total 34ms
Line 2021: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2022: D/dalvikvm( 491): GC_EXPLICIT freed 241K, 7% free 8346K/8967K, paused 2ms+2ms, total 27ms
Line 2027: D/dalvikvm( 491): GC_CONCURRENT freed 241K, 6% free 8488K/8967K, paused 12ms+23ms, total 118ms
Line 2028: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2029: D/dalvikvm( 491): GC_EXPLICIT freed 241K, 7% free 8346K/8967K, paused 2ms+3ms, total 27ms
Line 2035: D/dalvikvm( 491): GC_CONCURRENT freed 241K, 6% free 8489K/8967K, paused 12ms+3ms, total 37ms
Line 2036: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2037: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 8% free 8340K/8967K, paused 2ms+3ms, total 28ms
Line 2042: D/dalvikvm( 491): GC_CONCURRENT freed 235K, 6% free 8489K/8967K, paused 12ms+3ms, total 37ms
Line 2043: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2044: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 7% free 8340K/8967K, paused 2ms+3ms, total 26ms
Line 2049: D/dalvikvm( 491): GC_CONCURRENT freed 234K, 6% free 8491K/8967K, paused 12ms+4ms, total 38ms
Line 2049: D/dalvikvm( 491): GC_CONCURRENT freed 234K, 6% free 8491K/8967K, paused 12ms+4ms, total 38ms
Line 2050: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2051: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 8% free 8339K/8967K, paused 1ms+3ms, total 25ms
Line 2056: D/dalvikvm( 491): GC_CONCURRENT freed 234K, 6% free 8490K/8967K, paused 12ms+4ms, total 34ms
Line 2057: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2058: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 8% free 8339K/8967K, paused 2ms+3ms, total 26ms
Line 2063: D/dalvikvm( 491): GC_CONCURRENT freed 235K, 6% free 8488K/8967K, paused 12ms+17ms, total 49ms
Line 2064: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2065: D/dalvikvm( 491): GC_EXPLICIT freed 251K, 7% free 8341K/8967K, paused 2ms+2ms, total 26ms
Line 2068: D/dalvikvm( 491): GC_CONCURRENT freed 255K, 6% free 8471K/8967K, paused 12ms+3ms, total 36ms
Line 2071: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2072: D/dalvikvm( 491): GC_EXPLICIT freed 247K, 7% free 8366K/8967K, paused 2ms+3ms, total 28ms
Line 2076: D/dalvikvm( 491): GC_CONCURRENT freed 270K, 6% free 8480K/8967K, paused 12ms+3ms, total 36ms
Line 2079: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2080: D/dalvikvm( 491): GC_EXPLICIT freed 245K, 7% free 8358K/8967K, paused 2ms+3ms, total 28ms
Line 2083: D/dalvikvm( 491): GC_CONCURRENT freed 263K, 6% free 8480K/8967K, paused 12ms+4ms, total 33ms
Line 2086: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2087: D/dalvikvm( 491): GC_EXPLICIT freed 249K, 7% free 8357K/8967K, paused 2ms+3ms, total 28ms
Line 2092: D/dalvikvm( 491): GC_CONCURRENT freed 254K, 6% free 8488K/8967K, paused 12ms+3ms, total 38ms
Line 2093: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2094: D/dalvikvm( 491): GC_EXPLICIT freed 251K, 7% free 8343K/8967K, paused 2ms+2ms, total 26ms
Line 2099: D/dalvikvm( 491): GC_CONCURRENT freed 240K, 6% free 8486K/8967K, paused 12ms+3ms, total 37ms
Line 2100: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2101: D/dalvikvm( 491): GC_EXPLICIT freed 249K, 7% free 8344K/8967K, paused 2ms+3ms, total 26ms
Line 2106: D/dalvikvm( 491): GC_CONCURRENT freed 244K, 6% free 8485K/8967K, paused 12ms+3ms, total 34ms
Line 2107: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2108: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 7% free 8343K/8967K, paused 2ms+3ms, total 26ms
Line 2113: D/dalvikvm( 491): GC_CONCURRENT freed 240K, 6% free 8487K/8967K, paused 11ms+4ms, total 34ms
Line 2114: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2115: D/dalvikvm( 491): GC_EXPLICIT freed 253K, 7% free 8340K/8967K, paused 2ms+2ms, total 25ms
Line 2118: D/dalvikvm( 491): GC_CONCURRENT freed 244K, 6% free 8480K/8967K, paused 12ms+4ms, total 34ms
Line 2121: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2122: D/dalvikvm( 491): GC_EXPLICIT freed 245K, 7% free 8354K/8967K, paused 2ms+3ms, total 27ms
Line 2127: D/dalvikvm( 491): GC_CONCURRENT freed 249K, 6% free 8489K/8967K, paused 12ms+4ms, total 35ms
Line 2128: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2129: D/dalvikvm( 491): GC_EXPLICIT freed 246K, 8% free 8340K/8967K, paused 2ms+3ms, total 25ms
Line 2132: D/dalvikvm( 491): GC_CONCURRENT freed 252K, 6% free 8473K/8967K, paused 12ms+4ms, total 36ms
Line 2135: D/dalvikvm( 491): GC_FOR_ALLOC freed 487K, 8% free 8380K/9095K, paused 15ms, total 21ms
Line 2136: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 1ms
Line 2137: D/dalvikvm( 491): GC_EXPLICIT freed 286K, 9% free 8315K/9095K, paused 1ms+2ms, total 24ms
Line 2138: D/dalvikvm( 491): GC_FOR_ALLOC freed 313K, 8% free 8380K/9095K, paused 13ms, total 14ms
Line 2141: D/dalvikvm( 491): GC_CONCURRENT freed 350K, 8% free 8430K/9095K, paused 12ms+3ms, total 31ms
Line 2144: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2145: D/dalvikvm( 491): GC_EXPLICIT freed 292K, 8% free 8435K/9095K, paused 2ms+3ms, total 29ms
Line 2148: D/dalvikvm( 491): GC_CONCURRENT freed 356K, 7% free 8465K/9095K, paused 11ms+3ms, total 32ms
Line 2151: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2152: D/dalvikvm( 491): GC_EXPLICIT freed 304K, 8% free 8426K/9095K, paused 2ms+3ms, total 29ms
Line 2155: D/dalvikvm( 491): GC_CONCURRENT freed 378K, 8% free 8446K/9095K, paused 11ms+12ms, total 41ms
Line 2156: D/dalvikvm( 491): GC_CONCURRENT freed 381K, 7% free 8460K/9095K, paused 12ms+3ms, total 31ms
Line 2181: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2182: D/dalvikvm( 491): GC_EXPLICIT freed 367K, 8% free 8445K/9095K, paused 3ms+4ms, total 34ms
Line 2185: D/dalvikvm( 491): GC_CONCURRENT freed 297K, 7% free 8535K/9095K, paused 15ms+3ms, total 44ms
Line 2186: D/dalvikvm( 491): GC_FOR_ALLOC freed 412K, 8% free 8507K/9159K, paused 15ms, total 16ms
Line 2187: D/dalvikvm( 491): GC_FOR_ALLOC freed 343K, 8% free 8506K/9159K, paused 15ms, total 16ms
Line 2188: D/dalvikvm( 491): GC_FOR_ALLOC freed 333K, 8% free 8513K/9159K, paused 15ms, total 16ms
Line 2189: D/dalvikvm( 491): GC_FOR_ALLOC freed 333K, 7% free 8520K/9159K, paused 15ms, total 16ms
Line 2190: D/dalvikvm( 491): GC_FOR_ALLOC freed 334K, 7% free 8528K/9159K, paused 15ms, total 16ms
Line 2191: D/dalvikvm( 491): GC_FOR_ALLOC freed 333K, 7% free 8535K/9159K, paused 18ms, total 18ms
Line 2192: D/dalvikvm( 491): GC_FOR_ALLOC freed 327K, 7% free 8544K/9159K, paused 18ms, total 18ms
Line 2193: D/skia ( 491): --- SkImageDecoder::Factory returned null
Line 2196: D/dalvikvm( 491): GC_CONCURRENT freed 324K, 7% free 8605K/9159K, paused 11ms+3ms, total 33ms
Line 2197: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2198: D/dalvikvm( 491): GC_EXPLICIT freed 87K, 7% free 8529K/9159K, paused 2ms+2ms, total 26ms
Line 2209: D/dalvikvm( 491): GC_CONCURRENT freed 232K, 6% free 8681K/9159K, paused 12ms+3ms, total 34ms
Line 2212: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2213: D/dalvikvm( 491): GC_EXPLICIT freed 237K, 6% free 8630K/9159K, paused 2ms+4ms, total 38ms
Line 2218: D/dalvikvm( 491): GC_CONCURRENT freed 286K, 5% free 8739K/9159K, paused 11ms+4ms, total 37ms
Line 2219: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2220: D/dalvikvm( 491): GC_EXPLICIT freed 247K, 7% free 8570K/9159K, paused 2ms+3ms, total 28ms
Line 2223: D/dalvikvm( 491): GC_CONCURRENT freed 212K, 5% free 8742K/9159K, paused 11ms+3ms, total 35ms
Line 2226: F/<unknown>( 491): stack corruption detected: aborted
Line 2227: D/Zygote ( 88): Process 491 terminated by signal (6)
Line 2228: I/ActivityManager( 270): Process android.process.media (pid 491) has died.
W/ActivityManager( 270): Scheduling restart of crashed service com.android.providers.media/.MediaScannerService in 315258ms
Also I found some suspicious lines, such as
Code:
E/ID3 ( 90): skipping huge ID3 metadata of size 3488105
E/ID3 ( 90): skipping huge ID3 metadata of size 3488119
E/ID3 ( 90): skipping huge ID3 metadata of size 3488119
I/SampleTable( 90): There are reordered frames present.
I/SampleTable( 90): There are reordered frames present.
I/SampleTable( 90): There are reordered frames present.
Process with this PID is marked with I/mediaserver, I/AudioFlinger, I/CameraService, I/AudioMixer, D/AudioHardware etc.
I'm not an Android developer, and cannot clearly understand what's going on. But from log I think that this is maybe a corrupted audio file?
schroding3rscat said:
This was good suggestion. Thank you.
I connected my Nexus S to PC and enabled USB Debugging. And in ddms.exe I run logcat.
So after rebooting my phone I discovered that MediaScanner dies. Here is cut from log:
Code:
Line 722: I/ActivityManager( 270): Start proc android.process.media for broadcast com.android.providers.media/.UsbReceiver: pid=491 uid=10014 gids={1015, 1023, 1024, 1028, 2001, 3003, 3007}
Line 723: I/ActivityThread( 491): Pub downloads: com.android.providers.downloads.DownloadProvider
Line 724: I/ActivityThread( 491): Pub drm: com.android.providers.drm.DrmProvider
Line 725: I/DownloadManager( 491): in removeSpuriousFiles
Line 726: I/ActivityThread( 491): Pub media: com.android.providers.media.MediaProvider
Line 1013: D/dalvikvm( 491): GC_CONCURRENT freed 187K, 4% free 8199K/8455K, paused 13ms+9ms, total 53ms
Line 1056: I/MediaProvider( 491): Upgrading media database from version 0 to 509, which will destroy all old data
Line 1078: E/SQLiteLog( 491): (1) no such table: files
Line 1331: D/dalvikvm( 491): GC_CONCURRENT freed 275K, 5% free 8373K/8775K, paused 21ms+212ms, total 347ms
Line 1520: D/dalvikvm( 491): GC_CONCURRENT freed 398K, 6% free 8383K/8903K, paused 13ms+13ms, total 79ms
Line 1537: D/dalvikvm( 491): GC_CONCURRENT freed 439K, 7% free 8335K/8903K, paused 14ms+13ms, total 50ms
Line 1626: D/dalvikvm( 491): GC_CONCURRENT freed 560K, 8% free 8261K/8903K, paused 2ms+6ms, total 193ms
Line 1795: D/dalvikvm( 491): GC_FOR_ALLOC freed 214K, 6% free 8378K/8903K, paused 124ms, total 124ms
Line 1855: D/MediaScannerReceiver( 491): action: android.intent.action.MEDIA_MOUNTED path: /storage/sdcard0
Line 1870: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 1888: D/dalvikvm( 491): GC_EXPLICIT freed 322K, 7% free 8357K/8903K, paused 142ms+51ms, total 499ms
Line 1954: D/dalvikvm( 491): GC_CONCURRENT freed 410K, 7% free 8359K/8903K, paused 14ms+8ms, total 65ms
Line 1957: D/dalvikvm( 491): GC_CONCURRENT freed 508K, 8% free 8262K/8903K, paused 14ms+4ms, total 50ms
Line 1970: D/dalvikvm( 491): GC_CONCURRENT freed 394K, 8% free 8268K/8903K, paused 12ms+12ms, total 40ms
Line 1981: D/dalvikvm( 491): GC_CONCURRENT freed 397K, 8% free 8264K/8903K, paused 11ms+12ms, total 39ms
Line 1982: W/MediaScanner( 491): Error opening directory '/storage/sdcard0/.android_secure/', skipping: Permission denied.
Line 1985: D/dalvikvm( 491): GC_CONCURRENT freed 259K, 6% free 8389K/8903K, paused 11ms+3ms, total 31ms
Line 1987: D/dalvikvm( 270): GC_EXPLICIT freed 116K, 13% free 15491K/17607K, paused 4ms+7ms, total 85ms
Line 1988: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 1989: D/dalvikvm( 491): GC_EXPLICIT freed 214K, 6% free 8409K/8903K, paused 2ms+3ms, total 28ms
Line 1996: D/dalvikvm( 491): GC_CONCURRENT freed 324K, 6% free 8510K/8967K, paused 12ms+4ms, total 36ms
Line 1997: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 1998: D/dalvikvm( 491): GC_EXPLICIT freed 244K, 8% free 8319K/8967K, paused 2ms+3ms, total 28ms
Line 2001: D/dalvikvm( 491): GC_CONCURRENT freed 213K, 6% free 8490K/8967K, paused 12ms+3ms, total 36ms
Line 2005: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2006: D/dalvikvm( 491): GC_EXPLICIT freed 242K, 7% free 8346K/8967K, paused 2ms+7ms, total 31ms
Line 2009: D/dalvikvm( 491): GC_CONCURRENT freed 241K, 6% free 8488K/8967K, paused 12ms+4ms, total 36ms
Line 2012: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2013: D/dalvikvm( 491): GC_EXPLICIT freed 241K, 7% free 8346K/8967K, paused 2ms+3ms, total 28ms
Line 2017: D/dalvikvm( 491): GC_CONCURRENT freed 242K, 6% free 8489K/8967K, paused 11ms+3ms, total 34ms
Line 2021: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2022: D/dalvikvm( 491): GC_EXPLICIT freed 241K, 7% free 8346K/8967K, paused 2ms+2ms, total 27ms
Line 2027: D/dalvikvm( 491): GC_CONCURRENT freed 241K, 6% free 8488K/8967K, paused 12ms+23ms, total 118ms
Line 2028: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2029: D/dalvikvm( 491): GC_EXPLICIT freed 241K, 7% free 8346K/8967K, paused 2ms+3ms, total 27ms
Line 2035: D/dalvikvm( 491): GC_CONCURRENT freed 241K, 6% free 8489K/8967K, paused 12ms+3ms, total 37ms
Line 2036: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2037: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 8% free 8340K/8967K, paused 2ms+3ms, total 28ms
Line 2042: D/dalvikvm( 491): GC_CONCURRENT freed 235K, 6% free 8489K/8967K, paused 12ms+3ms, total 37ms
Line 2043: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2044: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 7% free 8340K/8967K, paused 2ms+3ms, total 26ms
Line 2049: D/dalvikvm( 491): GC_CONCURRENT freed 234K, 6% free 8491K/8967K, paused 12ms+4ms, total 38ms
Line 2049: D/dalvikvm( 491): GC_CONCURRENT freed 234K, 6% free 8491K/8967K, paused 12ms+4ms, total 38ms
Line 2050: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2051: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 8% free 8339K/8967K, paused 1ms+3ms, total 25ms
Line 2056: D/dalvikvm( 491): GC_CONCURRENT freed 234K, 6% free 8490K/8967K, paused 12ms+4ms, total 34ms
Line 2057: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2058: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 8% free 8339K/8967K, paused 2ms+3ms, total 26ms
Line 2063: D/dalvikvm( 491): GC_CONCURRENT freed 235K, 6% free 8488K/8967K, paused 12ms+17ms, total 49ms
Line 2064: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2065: D/dalvikvm( 491): GC_EXPLICIT freed 251K, 7% free 8341K/8967K, paused 2ms+2ms, total 26ms
Line 2068: D/dalvikvm( 491): GC_CONCURRENT freed 255K, 6% free 8471K/8967K, paused 12ms+3ms, total 36ms
Line 2071: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2072: D/dalvikvm( 491): GC_EXPLICIT freed 247K, 7% free 8366K/8967K, paused 2ms+3ms, total 28ms
Line 2076: D/dalvikvm( 491): GC_CONCURRENT freed 270K, 6% free 8480K/8967K, paused 12ms+3ms, total 36ms
Line 2079: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2080: D/dalvikvm( 491): GC_EXPLICIT freed 245K, 7% free 8358K/8967K, paused 2ms+3ms, total 28ms
Line 2083: D/dalvikvm( 491): GC_CONCURRENT freed 263K, 6% free 8480K/8967K, paused 12ms+4ms, total 33ms
Line 2086: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2087: D/dalvikvm( 491): GC_EXPLICIT freed 249K, 7% free 8357K/8967K, paused 2ms+3ms, total 28ms
Line 2092: D/dalvikvm( 491): GC_CONCURRENT freed 254K, 6% free 8488K/8967K, paused 12ms+3ms, total 38ms
Line 2093: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2094: D/dalvikvm( 491): GC_EXPLICIT freed 251K, 7% free 8343K/8967K, paused 2ms+2ms, total 26ms
Line 2099: D/dalvikvm( 491): GC_CONCURRENT freed 240K, 6% free 8486K/8967K, paused 12ms+3ms, total 37ms
Line 2100: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2101: D/dalvikvm( 491): GC_EXPLICIT freed 249K, 7% free 8344K/8967K, paused 2ms+3ms, total 26ms
Line 2106: D/dalvikvm( 491): GC_CONCURRENT freed 244K, 6% free 8485K/8967K, paused 12ms+3ms, total 34ms
Line 2107: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2108: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 7% free 8343K/8967K, paused 2ms+3ms, total 26ms
Line 2113: D/dalvikvm( 491): GC_CONCURRENT freed 240K, 6% free 8487K/8967K, paused 11ms+4ms, total 34ms
Line 2114: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2115: D/dalvikvm( 491): GC_EXPLICIT freed 253K, 7% free 8340K/8967K, paused 2ms+2ms, total 25ms
Line 2118: D/dalvikvm( 491): GC_CONCURRENT freed 244K, 6% free 8480K/8967K, paused 12ms+4ms, total 34ms
Line 2121: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2122: D/dalvikvm( 491): GC_EXPLICIT freed 245K, 7% free 8354K/8967K, paused 2ms+3ms, total 27ms
Line 2127: D/dalvikvm( 491): GC_CONCURRENT freed 249K, 6% free 8489K/8967K, paused 12ms+4ms, total 35ms
Line 2128: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2129: D/dalvikvm( 491): GC_EXPLICIT freed 246K, 8% free 8340K/8967K, paused 2ms+3ms, total 25ms
Line 2132: D/dalvikvm( 491): GC_CONCURRENT freed 252K, 6% free 8473K/8967K, paused 12ms+4ms, total 36ms
Line 2135: D/dalvikvm( 491): GC_FOR_ALLOC freed 487K, 8% free 8380K/9095K, paused 15ms, total 21ms
Line 2136: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 1ms
Line 2137: D/dalvikvm( 491): GC_EXPLICIT freed 286K, 9% free 8315K/9095K, paused 1ms+2ms, total 24ms
Line 2138: D/dalvikvm( 491): GC_FOR_ALLOC freed 313K, 8% free 8380K/9095K, paused 13ms, total 14ms
Line 2141: D/dalvikvm( 491): GC_CONCURRENT freed 350K, 8% free 8430K/9095K, paused 12ms+3ms, total 31ms
Line 2144: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2145: D/dalvikvm( 491): GC_EXPLICIT freed 292K, 8% free 8435K/9095K, paused 2ms+3ms, total 29ms
Line 2148: D/dalvikvm( 491): GC_CONCURRENT freed 356K, 7% free 8465K/9095K, paused 11ms+3ms, total 32ms
Line 2151: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2152: D/dalvikvm( 491): GC_EXPLICIT freed 304K, 8% free 8426K/9095K, paused 2ms+3ms, total 29ms
Line 2155: D/dalvikvm( 491): GC_CONCURRENT freed 378K, 8% free 8446K/9095K, paused 11ms+12ms, total 41ms
Line 2156: D/dalvikvm( 491): GC_CONCURRENT freed 381K, 7% free 8460K/9095K, paused 12ms+3ms, total 31ms
Line 2181: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2182: D/dalvikvm( 491): GC_EXPLICIT freed 367K, 8% free 8445K/9095K, paused 3ms+4ms, total 34ms
Line 2185: D/dalvikvm( 491): GC_CONCURRENT freed 297K, 7% free 8535K/9095K, paused 15ms+3ms, total 44ms
Line 2186: D/dalvikvm( 491): GC_FOR_ALLOC freed 412K, 8% free 8507K/9159K, paused 15ms, total 16ms
Line 2187: D/dalvikvm( 491): GC_FOR_ALLOC freed 343K, 8% free 8506K/9159K, paused 15ms, total 16ms
Line 2188: D/dalvikvm( 491): GC_FOR_ALLOC freed 333K, 8% free 8513K/9159K, paused 15ms, total 16ms
Line 2189: D/dalvikvm( 491): GC_FOR_ALLOC freed 333K, 7% free 8520K/9159K, paused 15ms, total 16ms
Line 2190: D/dalvikvm( 491): GC_FOR_ALLOC freed 334K, 7% free 8528K/9159K, paused 15ms, total 16ms
Line 2191: D/dalvikvm( 491): GC_FOR_ALLOC freed 333K, 7% free 8535K/9159K, paused 18ms, total 18ms
Line 2192: D/dalvikvm( 491): GC_FOR_ALLOC freed 327K, 7% free 8544K/9159K, paused 18ms, total 18ms
Line 2193: D/skia ( 491): --- SkImageDecoder::Factory returned null
Line 2196: D/dalvikvm( 491): GC_CONCURRENT freed 324K, 7% free 8605K/9159K, paused 11ms+3ms, total 33ms
Line 2197: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2198: D/dalvikvm( 491): GC_EXPLICIT freed 87K, 7% free 8529K/9159K, paused 2ms+2ms, total 26ms
Line 2209: D/dalvikvm( 491): GC_CONCURRENT freed 232K, 6% free 8681K/9159K, paused 12ms+3ms, total 34ms
Line 2212: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2213: D/dalvikvm( 491): GC_EXPLICIT freed 237K, 6% free 8630K/9159K, paused 2ms+4ms, total 38ms
Line 2218: D/dalvikvm( 491): GC_CONCURRENT freed 286K, 5% free 8739K/9159K, paused 11ms+4ms, total 37ms
Line 2219: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2220: D/dalvikvm( 491): GC_EXPLICIT freed 247K, 7% free 8570K/9159K, paused 2ms+3ms, total 28ms
Line 2223: D/dalvikvm( 491): GC_CONCURRENT freed 212K, 5% free 8742K/9159K, paused 11ms+3ms, total 35ms
Line 2226: F/<unknown>( 491): stack corruption detected: aborted
Line 2227: D/Zygote ( 88): Process 491 terminated by signal (6)
Line 2228: I/ActivityManager( 270): Process android.process.media (pid 491) has died.
W/ActivityManager( 270): Scheduling restart of crashed service com.android.providers.media/.MediaScannerService in 315258ms
Also I found some suspicious lines, such as
Code:
E/ID3 ( 90): skipping huge ID3 metadata of size 3488105
E/ID3 ( 90): skipping huge ID3 metadata of size 3488119
E/ID3 ( 90): skipping huge ID3 metadata of size 3488119
I/SampleTable( 90): There are reordered frames present.
I/SampleTable( 90): There are reordered frames present.
I/SampleTable( 90): There are reordered frames present.
Process with this PID is marked with I/mediaserver, I/AudioFlinger, I/CameraService, I/AudioMixer, D/AudioHardware etc.
I'm not an Android developer, and cannot clearly understand what's going on. But from log I think that this is maybe a corrupted audio file?
Click to expand...
Click to collapse
There's known issues with media scanner getting stuck on track numbering, misformed ID3 tags in mp3 files or unrecognized characters.
You can use ID3Fixer (https://play.google.com/store/apps/details?id=com.yschi.ID3Fixer) to read your tags and rewrite them in a more accepted charset and that usually fixes it.
polobunny said:
There's known issues with media scanner getting stuck on track numbering, misformed ID3 tags in mp3 files or unrecognized characters.
You can use ID3Fixer (https://play.google.com/store/apps/details?id=com.yschi.ID3Fixer) to read your tags and rewrite them in a more accepted charset and that usually fixes it.
Click to expand...
Click to collapse
I wasn't able to do this because this app relies on media scanner which didn't show any music file on my phone.
So I finally found problem and somehow solved it. I connected my phone over USB with turned on debug and started do view logs in ddms. After that I started to put .nomedia file in every folder with photos or music and rescan my sd. After some time I realized that DCIM directory contained files that crashed scanner. I didn't want to check all my 1.4 Gb photos and videos and simply moved all of them to pc. After that all is fine.
But I cannot understand why this is such an issue. Why Google cannot implement fix for this problem. Especially because scanner was broken by photo or video file that I created by STOCK app.
Thank for help, polobunny. :good:
schroding3rscat said:
I wasn't able to do this because this app relies on media scanner which didn't show any music file on my phone.
So I finally found problem and somehow solved it. I connected my phone over USB with turned on debug and started do view logs in ddms. After that I started to put .nomedia file in every folder with photos or music and rescan my sd. After some time I realized that DCIM directory contained files that crashed scanner. I didn't want to check all my 1.4 Gb photos and videos and simply moved all of them to pc. After that all is fine.
But I cannot understand why this is such an issue. Why Google cannot implement fix for this problem. Especially because scanner was broken by photo or video file that I created by STOCK app.
Thank for help, polobunny. :good:
Click to expand...
Click to collapse
You're not the only one wondering why the behavior of the media scanner is like that. It's an ongoing discussion on Google groups. If the media scanner were to encounter a file that it cannot index properly the logical step would be to skip it, but instead media scanner stops and doesn't index the rest of the files. It's a stupid way of working and it doesn't seem like there's any advantage to this way, to boot. :S
This is likely fixed here: https://android-review.googlesource.com/#/c/19084/
Merged in AOSP master, queued for Cyanogenmod.
That thing happen to my nexus too and i'll ready fix that.
Using root explorer :
1. Mount R/W
2. Select Storage
3. Tap and hold sdcard0 than link to this folder and this will create sdcard0 - Link than rename to sdcard
4. move sd card to parent folder than paste
5. Reboot and finish
Before that you must back up all your file because all your file will become 0 KB
iuss said:
This is likely fixed here: https://android-review.googlesource.com/#/c/19084/
Merged in AOSP master, queued for Cyanogenmod.
Click to expand...
Click to collapse
Wrong commit link, this is about GPS.
It's the right commit. The bug is related to poor GPS metadata handling in an EXIF parsing, resulting in a buffer overflow with specific files.
iuss said:
It's the right commit. The bug is related to poor GPS metadata handling in an EXIF parsing, resulting in a buffer overflow with specific files.
Click to expand...
Click to collapse
Except the bug is not only about improperly formatted pictures but also mp3s... No EXIF in mp3s.
polobunny said:
Except the bug is not only about improperly formatted pictures but also mp3s... No EXIF in mp3s.
Click to expand...
Click to collapse
In my case error was in photo or video file. More likely in photo, I say. So he is correct with EXIF bug.
schroding3rscat said:
In my case error was in photo or video file. More likely in photo, I say. So he is correct with EXIF bug.
Click to expand...
Click to collapse
Ah my bad then! I helped two people with similar issues, and I mixed both. My fault for not re-reading.
Every so often when disconnecting from the dock or reattaching it, my wallpaper will reset itself to the stock grass landscape one. If I try to change it back the wallpaper takes awhile to try and complete but I'm then looking at a black screen with notification bar and all of my icons and widgets. Only a restart will get the wallpaper back until I decide to just use the tablet by itself again.
Is there any way to stop this from happening? I'm currently running stock rooted using the nova launcher.
Sounds as if something is causing Nova to crash.
Try backing up your current setup, uninstall Nova, reinstall it and run the tablet without restoring. Try to recreate the crash. If it runs fine, it's probably one of your widgets or some other part of your setup.
If it still crashes, try another launcher to check if it's Nova.
Do you know how to capture a logcat? If not, learn about it, post the logcat from just before the crash here.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
Finally got the error to reproduce and I have an alogcat file.
--------- beginning of /dev/log/main
D/dalvikvm( 8791): GC_CONCURRENT freed 86K, 6% free 3582K/3772K, paused 3ms+3ms, total 19ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 152K, 9% free 3490K/3828K, paused 11ms, total 11ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.110MB for 635812-byte allocation
D/dalvikvm( 8791): GC_CONCURRENT freed 0K, 8% free 4111K/4452K, paused 2ms+1ms, total 13ms
D/dalvikvm( 8791): WAIT_FOR_CONCURRENT_GC blocked 11ms
D/dalvikvm( 8791): WAIT_FOR_CONCURRENT_GC blocked 8ms
D/dalvikvm( 8791): GC_CONCURRENT freed 95K, 5% free 4528K/4724K, paused 10ms+8ms, total 51ms
D/dalvikvm( 8791): GC_CONCURRENT freed 1191K, 25% free 3919K/5212K, paused 3ms+3ms, total 25ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 470K, 32% free 3550K/5212K, paused 15ms, total 15ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.168MB for 635812-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 20% free 4171K/5212K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_CONCURRENT freed <1K, 20% free 4193K/5212K, paused 2ms+15ms, total 30ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 24K, 18% free 4275K/5212K, paused 12ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.333MB for 65552-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 18% free 4338K/5280K, paused 14ms, total 14ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 1K, 18% free 4338K/5280K, paused 13ms, total 14ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.473MB for 149012-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 18% free 4483K/5428K, paused 17ms, total 17ms
D/libEGL ( 8791): loaded /system/lib/egl/libEGL_tegra.so
E/ ( 8791): file /data/data/com.nvidia.NvCPLSvc/files/driverlist.txt: not found!
I/ ( 8791): Attempting to load EGL implementation /system/lib//egl/libEGL_tegra_impl
I/ ( 8791): Loaded EGL implementation /system/lib//egl/libEGL_tegra_impl
D/libEGL ( 8791): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL ( 8791): loaded /system/lib/egl/libGLESv2_tegra.so
I/ ( 8791): Loading GLESv2 implementation /system/lib//egl/libGLESv2_tegra_impl
D/OpenGLRenderer( 8791): Enabling debug mode 0
D/dalvikvm( 8791): GC_FOR_ALLOC freed 71K, 18% free 4496K/5428K, paused 12ms, total 12ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 24K, 17% free 4538K/5428K, paused 12ms, total 12ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.562MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 17% free 4574K/5468K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 23K, 17% free 4562K/5468K, paused 13ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.585MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 17% free 4597K/5508K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 1K, 17% free 4605K/5508K, paused 16ms, total 16ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.671MB for 82960-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 17% free 4686K/5592K, paused 17ms, total 17ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 17% free 4686K/5592K, paused 13ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.708MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 17% free 4722K/5632K, paused 15ms, total 15ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 83K, 18% free 4649K/5632K, paused 13ms, total 13ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 26K, 16% free 4757K/5632K, paused 12ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.776MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 16% free 4792K/5672K, paused 15ms, total 15ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 24K, 16% free 4780K/5672K, paused 12ms, total 15ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.798MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 16% free 4815K/5712K, paused 13ms, total 13ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 3K, 16% free 4823K/5712K, paused 13ms, total 14ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.840MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 16% free 4859K/5752K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 4K, 16% free 4867K/5752K, paused 13ms, total 14ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.883MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 16% free 4902K/5792K, paused 15ms, total 15ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 9K, 15% free 4998K/5832K, paused 13ms, total 14ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 8K, 14% free 5120K/5952K, paused 11ms, total 12ms
I/Choreographer( 8791): Skipped 53 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 8791): GC_FOR_ALLOC freed 128K, 14% free 5285K/6100K, paused 13ms, total 14ms
Yodarage said:
Finally got the error to reproduce and I have an alogcat file.
--------- beginning of /dev/log/main
D/dalvikvm( 8791): GC_CONCURRENT freed 86K, 6% free 3582K/3772K, paused 3ms+3ms, total 19ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 152K, 9% free 3490K/3828K, paused 11ms, total 11ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.110MB for 635812-byte allocation
D/dalvikvm( 8791): GC_CONCURRENT freed 0K, 8% free 4111K/4452K, paused 2ms+1ms, total 13ms
D/dalvikvm( 8791): WAIT_FOR_CONCURRENT_GC blocked 11ms
D/dalvikvm( 8791): WAIT_FOR_CONCURRENT_GC blocked 8ms
D/dalvikvm( 8791): GC_CONCURRENT freed 95K, 5% free 4528K/4724K, paused 10ms+8ms, total 51ms
D/dalvikvm( 8791): GC_CONCURRENT freed 1191K, 25% free 3919K/5212K, paused 3ms+3ms, total 25ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 470K, 32% free 3550K/5212K, paused 15ms, total 15ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.168MB for 635812-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 20% free 4171K/5212K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_CONCURRENT freed <1K, 20% free 4193K/5212K, paused 2ms+15ms, total 30ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 24K, 18% free 4275K/5212K, paused 12ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.333MB for 65552-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 18% free 4338K/5280K, paused 14ms, total 14ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 1K, 18% free 4338K/5280K, paused 13ms, total 14ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.473MB for 149012-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 18% free 4483K/5428K, paused 17ms, total 17ms
D/libEGL ( 8791): loaded /system/lib/egl/libEGL_tegra.so
E/ ( 8791): file /data/data/com.nvidia.NvCPLSvc/files/driverlist.txt: not found!
I/ ( 8791): Attempting to load EGL implementation /system/lib//egl/libEGL_tegra_impl
I/ ( 8791): Loaded EGL implementation /system/lib//egl/libEGL_tegra_impl
D/libEGL ( 8791): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL ( 8791): loaded /system/lib/egl/libGLESv2_tegra.so
I/ ( 8791): Loading GLESv2 implementation /system/lib//egl/libGLESv2_tegra_impl
D/OpenGLRenderer( 8791): Enabling debug mode 0
D/dalvikvm( 8791): GC_FOR_ALLOC freed 71K, 18% free 4496K/5428K, paused 12ms, total 12ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 24K, 17% free 4538K/5428K, paused 12ms, total 12ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.562MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 17% free 4574K/5468K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 23K, 17% free 4562K/5468K, paused 13ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.585MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 17% free 4597K/5508K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 1K, 17% free 4605K/5508K, paused 16ms, total 16ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.671MB for 82960-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 17% free 4686K/5592K, paused 17ms, total 17ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 17% free 4686K/5592K, paused 13ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.708MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 17% free 4722K/5632K, paused 15ms, total 15ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 83K, 18% free 4649K/5632K, paused 13ms, total 13ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 26K, 16% free 4757K/5632K, paused 12ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.776MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 16% free 4792K/5672K, paused 15ms, total 15ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 24K, 16% free 4780K/5672K, paused 12ms, total 15ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.798MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 16% free 4815K/5712K, paused 13ms, total 13ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 3K, 16% free 4823K/5712K, paused 13ms, total 14ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.840MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 16% free 4859K/5752K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 4K, 16% free 4867K/5752K, paused 13ms, total 14ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.883MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 16% free 4902K/5792K, paused 15ms, total 15ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 9K, 15% free 4998K/5832K, paused 13ms, total 14ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 8K, 14% free 5120K/5952K, paused 11ms, total 12ms
I/Choreographer( 8791): Skipped 53 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 8791): GC_FOR_ALLOC freed 128K, 14% free 5285K/6100K, paused 13ms, total 14ms
Click to expand...
Click to collapse
You'll need to provide more than that. Everyone has the driverlist.txt not found error. Post the whole file please (as an attachment) and in the meantime you can look for any E\ or F\ errors
Hello,
I wish to disable screen at startup, but still enable application to run in device.
I tried several methods:
1. tried to remove libsurfaceflinger, but is seems to result in some failures.
I can manage to connect with "adb shell" , but "su" fails
[email protected]:/ $ su
[-] Connection to ui timed out
[email protected]:/ $
I also see in logcat a lot of endlessly errors:
I/art (21092): Explicit concurrent mark sweep GC freed 956(105KB) AllocSpace objects, 0(0B) LOS objects, 55% free, 812KB/1836KB, paused 152us total 9.369ms
I/art (21092): Explicit concurrent mark sweep GC freed 597(42KB) AllocSpace objects, 0(0B) LOS objects, 55% free, 818KB/1842KB, paused 183us total 7.324ms
I/art (21092): Explicit concurrent mark sweep GC freed 265(20KB) AllocSpace objects, 0(0B) LOS objects, 54% free, 847KB/1871KB, paused 183us total 6.897ms
I/ServiceManager(21091): Waiting for service batterystats...
I/art (21092): WaitForGcToComplete blocked for 23.775ms for cause Explicit
I/art (21092): Explicit concurrent mark sweep GC freed 14(640B) AllocSpace objects, 0(0B) LOS objects, 45% free, 1226KB/2MB, paused 610us total 28.139ms
V/NatController(21090): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0
V/NatController(21090): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0
V/NatController(21090): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0
V/NatController(21090): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=0
V/NatController(21090): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=0
V/NatController(21090): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0
V/NatController(21090): runCmd(/system/bin/iptables -t mangle -A natctrl_mangle_FORWARD -p tcp --tcp-flags SYN SYN -j TCPMSS --clamp-mss-to-pmtu) res=0
I/art (21092): Explicit concurrent mark sweep GC freed 572(33KB) AllocSpace objects, 0(0B) LOS objects, 45% free, 1242KB/2MB, paused 610us total 28.933ms
I/art (21092): Explicit concurrent mark sweep GC freed 741(45KB) AllocSpace objects, 0(0B) LOS objects, 45% free, 1245KB/2MB, paused 213us total 8.637ms
I/System (21092): Loaded time zone names for "" in 89ms (86ms in ICU)
I/System (21092): Loaded time zone names for "en_US" in 59ms (54ms in ICU)
I/art (21092): Explicit concurrent mark sweep GC freed 2345(178KB) AllocSpace objects, 0(0B) LOS objects, 42% free, 1404KB/2MB, paused 213us total 9.613ms
I/art (21092): Explicit concurrent mark sweep GC freed 136(12KB) AllocSpace objects, 0(0B) LOS objects, 41% free, 1469KB/2MB, paused 213us total 9.034ms
I/art (21092): Explicit concurrent mark sweep GC freed 288(24KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1514KB/2MB, paused 213us total 9.888ms
I/art (21092): Explicit concurrent mark sweep GC freed 679(47KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1516KB/2MB, paused 183us total 9.369ms
I/Zygote (21092): ...preloaded 3005 classes in 1121ms.
I/art (21092): VMRuntime.preloadDexCaches starting
I/art (21092): VMRuntime.preloadDexCaches strings total=214618 before=38996 after=38996
I/art (21092): VMRuntime.preloadDexCaches types total=18345 before=6389 after=6425
I/art (21092): VMRuntime.preloadDexCaches fields total=85559 before=32261 after=32595
I/art (21092): VMRuntime.preloadDexCaches methods total=151780 before=66835 after=67736
I/art (21092): VMRuntime.preloadDexCaches finished
I/art (21092): Counter: 0
I/art (21092): Counter: 1
I/art (21092): Explicit concurrent mark sweep GC freed 61(15KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1502KB/2MB, paused 183us total 12.513ms
D/idmap (21292): error: no read access to /vendor/overlay: No such file or directory
I/Zygote (21092): Preloading resources...
I/art (21092): Explicit concurrent mark sweep GC freed 51(1952B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1554KB/2MB, paused 640us total 34.243ms
I/art (21092): Explicit concurrent mark sweep GC freed 28(1264B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1604KB/2MB, paused 213us total 22.615ms
I/art (21092): Explicit concurrent mark sweep GC freed 32(1456B) AllocSpace objects, 0(0B) LOS objects, 40% free, 1654KB/2MB, paused 183us total 8.789ms
I/art (21092): Explicit concurrent mark sweep GC freed 32(1456B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1703KB/2MB, paused 213us total 9.430ms
I/art (21092): Explicit concurrent mark sweep GC freed 32(1456B) AllocSpace objects, 0(0B) LOS objects, 40% free, 1753KB/2MB, paused 213us total 10.468ms
I/art (21092): Explicit concurrent mark sweep GC freed 34(1584B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1803KB/2MB, paused 213us total 10.407ms
I/art (21092): Explicit concurrent mark sweep GC freed 32(1456B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1852KB/3MB, paused 183us total 10.621ms
I/art (21092): Explicit concurrent mark sweep GC freed 66(2960B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1910KB/3MB, paused 213us total 10.529ms
I/art (21092): Explicit concurrent mark sweep GC freed 36(1648B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1959KB/3MB, paused 244us total 10.651ms
I/art (21092): Explicit concurrent mark sweep GC freed 36(1968B) AllocSpace objects, 0(0B) LOS objects, 39% free, 2009KB/3MB, paused 244us total 11.353ms
I/art (21092): Explicit concurrent mark sweep GC freed 32(1456B) AllocSpace objects, 0(0B) LOS objects, 40% free, 2MB/3MB, paused 213us total 11.475ms
D/MDnsDS (21090): MDnsSdListener::Hander starting up
D/MDnsDS (21090): MDnsSdListener starting to monitor
D/MDnsDS (21090): Going to poll with pollCount 1
I/art (21092): Explicit concurrent mark sweep GC freed 32(1456B) AllocSpace objects, 0(0B) LOS objects, 39% free, 2MB/3MB, paused 213us total 10.773ms
.....
Is there any way to disable screen, but still run some application ?
2.
I also tried to change max_brightness, but I get no permission for that.
Changing brightness has strange effect. it change it for a short time, but then it has no effect, as if the control moved to somewhere else.
Thanks,
Ranchu