Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.09 KB | None | 0 0
  1. I/dalvikvm( 569): at java.lang.reflect.Method.invokeNative(Native Method)
  2. I/dalvikvm( 569): at java.lang.reflect.Method.invoke(Method.java:521)
  3. I/dalvikvm( 569): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
  4. I/dalvikvm( 569): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
  5. I/dalvikvm( 569): at dalvik.system.NativeStart.main(Native Method)
  6. I/dalvikvm( 569):
  7. I/dalvikvm( 569): "ApplicationsProviderUpdater" prio=5 tid=15 RUNNABLE
  8. I/dalvikvm( 569): | group="main" sCount=1 dsCount=0 s=N obj=0x43bf39d8 self=0x338eb8
  9. I/dalvikvm( 569): | sysTid=579 nice=10 sched=0/0 cgrp=bg_non_interactive handle=3382120
  10. I/dalvikvm( 569): at android.os.Parcel.readString(Native Method)
  11. I/dalvikvm( 569): at android.content.pm.PackageItemInfo.<init>(PackageItemInfo.java:169)
  12. I/dalvikvm( 569): at android.content.pm.ApplicationInfo.<init>(ApplicationInfo.java:388)
  13. I/dalvikvm( 569): at android.content.pm.ApplicationInfo.<init>(ApplicationInfo.java:15)
  14. I/dalvikvm( 569): at android.content.pm.ApplicationInfo$1.createFromParcel(ApplicationInfo.java:380)
  15. I/dalvikvm( 569): at android.content.pm.ApplicationInfo$1.createFromParcel(ApplicationInfo.java:378)
  16. I/dalvikvm( 569): at android.content.pm.ComponentInfo.<init>(ComponentInfo.java:133)
  17. I/dalvikvm( 569): at android.content.pm.ActivityInfo.<init>(ActivityInfo.java:365)
  18. I/dalvikvm( 569): at android.content.pm.ActivityInfo.<init>(ActivityInfo.java:13)
  19. I/dalvikvm( 569): at android.content.pm.ActivityInfo$1.createFromParcel(ActivityInfo.java:357)
  20. I/dalvikvm( 569): at android.content.pm.ActivityInfo$1.createFromParcel(ActivityInfo.java:355)
  21. I/dalvikvm( 569): at android.content.pm.ResolveInfo.<init>(ResolveInfo.java:259)
  22. I/dalvikvm( 569): at android.content.pm.ResolveInfo.<init>(ResolveInfo.java:19)
  23. I/dalvikvm( 569): at android.content.pm.ResolveInfo$1.createFromParcel(ResolveInfo.java:249)
  24. I/dalvikvm( 569): at android.content.pm.ResolveInfo$1.createFromParcel(ResolveInfo.java:247)
  25. I/dalvikvm( 569): at android.os.Parcel.createTypedArrayList(Parcel.java:1475)
  26. I/dalvikvm( 569): at android.content.pm.IPackageManager$Stub$Proxy.queryIntentActivities(IPackageManager.java:1456)
  27. I/dalvikvm( 569): at android.app.ApplicationContext$ApplicationPackageManager.queryIntentActivities(ApplicationContext.java:1790)
  28. I/dalvikvm( 569): at com.android.providers.applications.ApplicationsProvider.updateApplicationsList(ApplicationsProvider.java:428)
  29. I/dalvikvm( 569): at com.android.providers.applications.ApplicationsProvider.access$300(ApplicationsProvider.java:56)
  30. I/dalvikvm( 569): at com.android.providers.applications.ApplicationsProvider$UpdateHandler.handleMessage(ApplicationsProvider.java:171)
  31. I/dalvikvm( 569): at android.os.Handler.dispatchMessage(Handler.java:99)
  32. I/dalvikvm( 569): at android.os.Looper.loop(Looper.java:123)
  33. I/dalvikvm( 569): at android.os.HandlerThread.run(HandlerThread.java:60)
  34. I/dalvikvm( 569):
  35. D/dalvikvm( 149): GC freed 4635 objects / 236760 bytes in 217ms
  36. W/dalvikvm( 569): threadid=3: spin on suspend resolved in 450 msec
  37. D/dalvikvm( 569): GC freed 1445 objects / 92800 bytes in 601ms
  38. D/SyncManager( 149): setIsSyncable: Account {name=ian.hartwell1986@googlemail.com, type=com.google}, provider com.android.contacts -> 1
  39. D/LauncherProvider( 569): creating new launcher database
  40. W/InputManagerService( 149): Got RemoteException sending setActive(false) notification to pid 293 uid 10032
  41. D/LauncherProvider( 569): converting database from an older format, but not onUpgrade
  42. W/SQLiteDirectCursorDriver( 149): Found SQL string that ends in ; -- PRAGMA table_info(favorites);
  43. I/ActivityManager( 149): Displayed activity com.android.launcher/.Launcher: 3971 ms (total 3971 ms)
  44. W/LauncherProvider( 569): Unable to add favorite: com.google.android.gm/com.google.android.gm.ConversationListActivityGmail
  45. W/LauncherProvider( 569): android.content.pm.PackageManager$NameNotFoundException: ComponentInfo{com.google.android.gm/com.google.android.gm.ConversationListActivityGmail}
  46. W/LauncherProvider( 569): at android.app.ApplicationContext$ApplicationPackageManager.getActivityInfo(ApplicationContext.java:1619)
  47. W/LauncherProvider( 569): at com.android.launcher.LauncherProvider$DatabaseHelper.addAppShortcut(LauncherProvider.java:622)
  48. W/LauncherProvider( 569): at com.android.launcher.LauncherProvider$DatabaseHelper.loadFavorites(LauncherProvider.java:592)
  49. W/LauncherProvider( 569): at com.android.launcher.LauncherProvider$DatabaseHelper.onCreate(LauncherProvider.java:247)
  50. W/LauncherProvider( 569): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:106)
  51. W/LauncherProvider( 569): at com.android.launcher.LauncherProvider.query(LauncherProvider.java:106)
  52. W/LauncherProvider( 569): at android.content.ContentProvider$Transport.query(ContentProvider.java:130)
  53. W/LauncherProvider( 569): at android.content.ContentResolver.query(ContentResolver.java:202)
  54. W/LauncherProvider( 569): at com.android.launcher.LauncherModel.updateShortcutLabels(LauncherModel.java:654)
  55. W/LauncherProvider( 569): at com.android.launcher.LauncherModel.access$800(LauncherModel.java:50)
  56. W/LauncherProvider( 569): at com.android.launcher.LauncherModel$DesktopItemsLoader.run(LauncherModel.java:761)
  57. W/LauncherProvider( 569): at java.lang.Thread.run(Thread.java:1096)
  58. D/SyncManager( 149): handleSyncHandlerMessage: sync context doesn't match, dropping: mActiveSyncContext startTime 275136, mTimeoutStartTime 275136, mHistoryRowId 10, syncOperation authority: gmail-ls account: Account {name=ian.hartwell1986@googlemail.com, type=com.google} extras: [] syncSource: 0 when: 267917 delay: 0 key: {authority: gmail-ls account: Account {name=ian.hartwell1986@googlemail.com, type=com.google} extras: []} pendingOperation: android.content.SyncStorageEngine$PendingOperation@43cf9cc0 != startTime 275077, mTimeoutStartTime 275077, mHistoryRowId 9, syncOperation authority: gmail-ls account: Account {name=ian.hartwell1986@googlemail.com, type=com.google} extras: [initialize=true ] syncSource: 2 when: 265013 delay: -1 key: {authority: gmail-ls account: Account {name=ian.hartwell1986@googlemail.com, type=com.google} extras: [initialize=true ]} pendingOperation: android.content.SyncStorageEngine$PendingOperation@43e44fc0
  59. D/HomeLoaders( 569): ----> items cloned, ready to refresh UI
  60. I/ActivityManager( 149): Process com.android.calendar (pid 488) has died.
  61. I/ActivityManager( 149): Process com.cooliris.media (pid 558) has died.
  62. I/ActivityManager( 149): Process com.google.android.gm (pid 545) has died.
  63. I/ActivityManager( 149): Process com.android.email (pid 417) has died.
  64. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-03-25 09.02.44.jpg, there are still 0 tasks left in queue
  65. D/dalvikvm( 405): GC freed 7456 objects / 371096 bytes in 123ms
  66. I/dalvikvm-heap( 405): Grow heap (frag case) to 3.704MB for 25557-byte allocation
  67. D/dalvikvm( 405): GC freed 321 objects / 12408 bytes in 104ms
  68. D/dalvikvm( 405): GC freed 238 objects / 9968 bytes in 115ms
  69. D/Gmail ( 302): handleConfigAcceptedValues: 1272617355964
  70. D/dalvikvm( 302): GC freed 6684 objects / 385528 bytes in 123ms
  71. I/Gmail ( 302): getStartSyncRequest: handledServerOpId: 0, upperFetchedConvoId: 0, lowerFetchedConvoId: 0, ackedClientOp: 0
  72. W/ResourceType( 149): Resources don't contain package for resource number 0x7f050000
  73. W/ResourceType( 149): Resources don't contain package for resource number 0x7f020005
  74. W/ResourceType( 149): Resources don't contain package for resource number 0x7f020004
  75. I/ActivityManager( 149): Start proc com.android.voicedialer for broadcast com.android.voicedialer/.VoiceDialerReceiver: pid=591 uid=10011 gids={3002}
  76. W/ResourceType( 149): Resources don't contain package for resource number 0x7f0700e6
  77. W/ResourceType( 149): Resources don't contain package for resource number 0x7f020031
  78. W/ResourceType( 149): Resources don't contain package for resource number 0x7f020030
  79. W/ResourceType( 149): Resources don't contain package for resource number 0x7f050000
  80. W/ResourceType( 149): Resources don't contain package for resource number 0x7f060001
  81. D/VoiceDialerReceiver( 591): onReceive Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.android.setupwizard flg=0x20000000 cmp=com.android.voicedialer/.VoiceDialerReceiver (has extras) }
  82. I/ActivityManager( 149): Process com.android.voicedialer (pid 591) has died.
  83. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-03-25 13.10.08.jpg, there are still 12 tasks left in queue
  84. D/dalvikvm( 405): GC freed 2132 objects / 134520 bytes in 130ms
  85. D/dalvikvm( 405): GC freed 147 objects / 5552 bytes in 95ms
  86. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-03-26 08.24.04.jpg, there are still 16 tasks left in queue
  87. D/dalvikvm( 405): GC freed 891 objects / 119352 bytes in 108ms
  88. D/dalvikvm( 405): GC freed 37 objects / 1712 bytes in 101ms
  89. I/ActivityManager( 149): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.browser/.BrowserActivity bnds=[163,338][237,417] }
  90. I/ActivityManager( 149): Start proc com.android.browser for activity com.android.browser/.BrowserActivity: pid=597 uid=10034 gids={3003, 1015}
  91. D/dalvikvm( 129): GC freed 289 objects / 11032 bytes in 285ms
  92. D/dalvikvm( 129): GC freed 57 objects / 2472 bytes in 157ms
  93. D/dalvikvm( 129): GC freed 2 objects / 48 bytes in 89ms
  94. I/ActivityThread( 597): Publishing provider browser: com.android.browser.BrowserProvider
  95. I/ActivityManager( 149): Process com.android.bluetooth (pid 454) has died.
  96. I/DEBUG ( 127): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  97. I/DEBUG ( 127): Build fingerprint: 'google/passion/passion/mahimahi:2.1-update1/ERE27/24178:user/release-keys'
  98. I/DEBUG ( 127): pid: 597, tid: 610 >>> com.android.browser <<<
  99. I/DEBUG ( 127): signal 11 (SIGSEGV), fault addr 00000004
  100. I/DEBUG ( 127): r0 000000a1 r1 00200002 r2 00000000 r3 00000010
  101. I/DEBUG ( 127): r4 00000000 r5 00000000 r6 453f7854 r7 00327d6f
  102. I/DEBUG ( 127): r8 453f7d94 r9 42703ea8 10 42703e90 fp 002e8388
  103. I/DEBUG ( 127): ip 00327c70 sp 453f6280 lr aa2326f3 pc aa1cd4b2 cpsr 00000030
  104. I/ActivityManager( 149): Displayed activity com.android.browser/.BrowserActivity: 3285 ms (total 3285 ms)
  105. I/DEBUG ( 127): #00 pc 001cd4b2 /system/lib/libwebcore.so
  106. I/DEBUG ( 127): #01 lr aa2326f3 /system/lib/libwebcore.so
  107. I/DEBUG ( 127):
  108. I/DEBUG ( 127): code around pc:
  109. I/DEBUG ( 127): aa1cd4a0 08a00000 33100000 10040000 20a10000
  110. I/DEBUG ( 127): aa1cd4b0 71260000 0c200000 06c00000 28010000
  111. I/DEBUG ( 127): aa1cd4c0 1c050000 26000000 20100000 090c0000
  112. I/DEBUG ( 127):
  113. I/DEBUG ( 127): code around lr:
  114. I/DEBUG ( 127): aa2326e0 60201c07 f7921c30 1c01f96d f79a1c38
  115. I/DEBUG ( 127): aa2326f0 e1f1fead 39301c29 6027680f d1002f00
  116. I/DEBUG ( 127): aa232700 1c2ae1ea 78143a18 d00b2c00 248049ae
  117. D/ ( 597): unable to unlink '/data/data/com.android.browser/shared_prefs/com.android.browser_preferences.xml.bak': No such file or directory (errno=2)
  118. I/DEBUG ( 127):
  119. I/DEBUG ( 127): stack:
  120. I/DEBUG ( 127): 453f6240 00000000
  121. I/DEBUG ( 127): 453f6244 453f7854
  122. I/DEBUG ( 127): 453f6248 453f63f8
  123. I/DEBUG ( 127): 453f624c 453f7854
  124. I/DEBUG ( 127): 453f6250 453f63f8
  125. I/DEBUG ( 127): 453f6254 453f7854
  126. I/DEBUG ( 127): 453f6258 aa413738 /system/lib/libwebcore.so
  127. I/DEBUG ( 127): 453f625c aa1c4d4f /system/lib/libwebcore.so
  128. I/DEBUG ( 127): 453f6260 00327d34 [heap]
  129. I/DEBUG ( 127): 453f6264 00327df0 [heap]
  130. I/DEBUG ( 127): 453f6268 42703e01
  131. I/DEBUG ( 127): 453f626c 42703e90
  132. I/DEBUG ( 127): 453f6270 002e8388 [heap]
  133. I/DEBUG ( 127): 453f6274 00327c70 [heap]
  134. I/DEBUG ( 127): 453f6278 df002777
  135. I/DEBUG ( 127): 453f627c e3a070ad
  136. I/DEBUG ( 127): #00 453f6280 00000000
  137. I/DEBUG ( 127): 453f6284 453f7728
  138. I/DEBUG ( 127): 453f6288 aa413738 /system/lib/libwebcore.so
  139. I/DEBUG ( 127): 453f628c 453f759a
  140. I/DEBUG ( 127): 453f6290 0000007d
  141. I/DEBUG ( 127): 453f6294 00000000
  142. I/DEBUG ( 127): 453f6298 000000c8
  143. I/DEBUG ( 127): 453f629c 00000001
  144. I/DEBUG ( 127): 453f62a0 453f7580
  145. I/DEBUG ( 127): 453f62a4 00000000
  146. I/DEBUG ( 127): 453f62a8 000000d3
  147. I/DEBUG ( 127): 453f62ac 453f78a4
  148. I/DEBUG ( 127): 453f62b0 00000000
  149. I/DEBUG ( 127): 453f62b4 453f62c0
  150. I/DEBUG ( 127): 453f62b8 453f792c
  151. I/DEBUG ( 127): 453f62bc aa35e598 /system/lib/libwebcore.so
  152. I/DEBUG ( 127): 453f62c0 00000000
  153. I/DEBUG ( 127): 453f62c4 00000000
  154. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-03-26 09.37.32.jpg, there are still 20 tasks left in queue
  155. D/dalvikvm( 405): GC freed 1073 objects / 85536 bytes in 101ms
  156. I/DEBUG ( 127): debuggerd committing suicide to free the zombie!
  157. I/DEBUG ( 613): debuggerd: Apr 29 2010 19:16:14
  158. I/ActivityManager( 149): Process com.android.browser (pid 597) has died.
  159. I/WindowManager( 149): WIN DEATH: Window{43cf6b58 com.android.browser/com.android.browser.BrowserActivity paused=false}
  160. I/UsageStats( 149): Unexpected resume of com.android.launcher while already resumed in com.android.browser
  161. W/InputManagerService( 149): Got RemoteException sending setActive(false) notification to pid 597 uid 10034
  162. D/Zygote ( 129): Process 597 terminated by signal (11)
  163. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-03-31 15.19.47.jpg, there are still 23 tasks left in queue
  164. D/dalvikvm( 405): GC freed 819 objects / 89616 bytes in 100ms
  165. D/dalvikvm( 405): GC freed 129 objects / 5104 bytes in 101ms
  166. D/Gmail ( 302): handleLabelsValues: receiving set of 19 labels
  167. D/MediaScanner( 405): found .nomedia, skipping directory
  168. I/ActivityManager( 149): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.vending/.AssetBrowserActivity bnds=[243,238][317,317] }
  169. I/ActivityManager( 149): Start proc com.android.vending for activity com.android.vending/.AssetBrowserActivity: pid=614 uid=10010 gids={3003}
  170. I/ActivityThread( 614): Publishing provider com.android.vending.SuggestionsProvider: com.android.vending.SuggestionsProvider
  171. I/ActivityManager( 149): Starting activity: Intent { cmp=com.android.vending/.TosActivity }
  172. I/vending ( 614): com.android.vending.api.RadioHttpClient$1.handleMessage(): Handle DATA_STATE_CHANGED event: NetworkInfo: type: MOBILE[UMTS], state: CONNECTED/CONNECTED, reason: apnChanged, extra: wap.vodafone.co.uk, roaming: false, failover: false, isAvailable: true
  173. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/download/kammy.mp4, there are still 25 tasks left in queue
  174. I/QC_CORE ( 130): OMXCORE API - OMX_Init
  175. I/QC_CORE ( 130): OMXCORE API - OMX_ComponentNameEnum 14e18 128 0
  176. I/QC_CORE ( 130): GetRolesOfComponent OMX.qcom.video.decoder.avc
  177. I/QC_CORE ( 130): GetRolesOfComponent OMX.qcom.video.decoder.avc
  178. I/QC_CORE ( 130): OMXCORE API - OMX_ComponentNameEnum 14e18 128 1
  179. I/QC_CORE ( 130): GetRolesOfComponent OMX.qcom.video.decoder.mpeg4
  180. I/QC_CORE ( 130): GetRolesOfComponent OMX.qcom.video.decoder.mpeg4
  181. I/QC_CORE ( 130): OMXCORE API - OMX_ComponentNameEnum 14e18 128 2
  182. I/QC_CORE ( 130): GetRolesOfComponent OMX.qcom.video.decoder.h263
  183. I/QC_CORE ( 130): GetRolesOfComponent OMX.qcom.video.decoder.h263
  184. I/QC_CORE ( 130): OMXCORE API - OMX_ComponentNameEnum 14e18 128 3
  185. I/QC_CORE ( 130): GetRolesOfComponent OMX.qcom.video.encoder.mpeg4
  186. I/QC_CORE ( 130): GetRolesOfComponent OMX.qcom.video.encoder.mpeg4
  187. I/QC_CORE ( 130): OMXCORE API - OMX_ComponentNameEnum 14e18 128 4
  188. I/QC_CORE ( 130): GetRolesOfComponent OMX.qcom.video.encoder.h263
  189. I/QC_CORE ( 130): GetRolesOfComponent OMX.qcom.video.encoder.h263
  190. I/QC_CORE ( 130): OMXCORE API - OMX_ComponentNameEnum 14e18 128 5
  191. I/QC_CORE ( 130): GetRolesOfComponent OMX.qcom.audio.decoder.mp3
  192. I/QC_CORE ( 130): GetRolesOfComponent OMX.qcom.audio.decoder.mp3
  193. I/QC_CORE ( 130): OMXCORE API - OMX_ComponentNameEnum 14e18 128 6
  194. I/DEBUG ( 613): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  195. I/DEBUG ( 613): Build fingerprint: 'google/passion/passion/mahimahi:2.1-update1/ERE27/24178:user/release-keys'
  196. I/DEBUG ( 613): pid: 614, tid: 623 >>> com.android.vending <<<
  197. I/DEBUG ( 613): signal 11 (SIGSEGV), fault addr 00000004
  198. I/DEBUG ( 613): r0 000000a1 r1 00200002 r2 00000000 r3 00000010
  199. I/DEBUG ( 613): r4 00000000 r5 00000000 r6 45597854 r7 003564e7
  200. I/DEBUG ( 613): r8 45597d94 r9 4270bea8 10 4270be90 fp 002fee68
  201. I/DEBUG ( 613): ip 003563e8 sp 45596280 lr aa2326f3 pc aa1cd4b2 cpsr 00000030
  202. I/DEBUG ( 613): #00 pc 001cd4b2 /system/lib/libwebcore.so
  203. I/DEBUG ( 613): #01 lr aa2326f3 /system/lib/libwebcore.so
  204. I/DEBUG ( 613):
  205. I/DEBUG ( 613): code around pc:
  206. I/DEBUG ( 613): aa1cd4a0 08a00000 33100000 10040000 20a10000
  207. I/DEBUG ( 613): aa1cd4b0 71260000 0c200000 06c00000 28010000
  208. I/DEBUG ( 613): aa1cd4c0 1c050000 26000000 20100000 090c0000
  209. I/DEBUG ( 613):
  210. I/DEBUG ( 613): code around lr:
  211. I/DEBUG ( 613): aa2326e0 60201c07 f7921c30 1c01f96d f79a1c38
  212. I/DEBUG ( 613): aa2326f0 e1f1fead 39301c29 6027680f d1002f00
  213. I/DEBUG ( 613): aa232700 1c2ae1ea 78143a18 d00b2c00 248049ae
  214. I/DEBUG ( 613):
  215. I/DEBUG ( 613): stack:
  216. I/DEBUG ( 613): 45596240 00000000
  217. I/DEBUG ( 613): 45596244 45597854
  218. I/DEBUG ( 613): 45596248 455963f8
  219. I/DEBUG ( 613): 4559624c 45597854
  220. I/DEBUG ( 613): 45596250 455963f8
  221. I/DEBUG ( 613): 45596254 45597854
  222. I/DEBUG ( 613): 45596258 aa413738 /system/lib/libwebcore.so
  223. I/DEBUG ( 613): 4559625c aa1c4d4f /system/lib/libwebcore.so
  224. I/DEBUG ( 613): 45596260 0035654c [heap]
  225. I/DEBUG ( 613): 45596264 00356568 [heap]
  226. I/DEBUG ( 613): 45596268 4270be01
  227. I/DEBUG ( 613): 4559626c 4270be90
  228. I/DEBUG ( 613): 45596270 002fee68 [heap]
  229. I/DEBUG ( 613): 45596274 003563e8 [heap]
  230. I/DEBUG ( 613): 45596278 df002777
  231. I/DEBUG ( 613): 4559627c e3a070ad
  232. I/DEBUG ( 613): #00 45596280 00000000
  233. I/DEBUG ( 613): 45596284 45597728
  234. I/DEBUG ( 613): 45596288 aa413738 /system/lib/libwebcore.so
  235. I/DEBUG ( 613): 4559628c 4559759a
  236. I/DEBUG ( 613): 45596290 0000007d
  237. I/DEBUG ( 613): 45596294 00000000
  238. I/DEBUG ( 613): 45596298 000000c8
  239. I/DEBUG ( 613): 4559629c 00000001
  240. I/DEBUG ( 613): 455962a0 45597580
  241. I/DEBUG ( 613): 455962a4 00000000
  242. I/DEBUG ( 613): 455962a8 000000d3
  243. I/DEBUG ( 613): 455962ac 455978a4
  244. I/DEBUG ( 613): 455962b0 00000000
  245. I/DEBUG ( 613): 455962b4 455962c0
  246. I/DEBUG ( 613): 455962b8 4559792c
  247. I/DEBUG ( 613): 455962bc aa35e598 /system/lib/libwebcore.so
  248. I/DEBUG ( 613): 455962c0 00000000
  249. I/DEBUG ( 613): 455962c4 00000000
  250. I/ActivityManager( 149): Displayed activity com.android.vending/.TosActivity: 2005 ms (total 3490 ms)
  251. I/ActivityManager( 149): Process com.android.deskclock (pid 432) has died.
  252. I/DEBUG ( 613): debuggerd committing suicide to free the zombie!
  253. I/DEBUG ( 631): debuggerd: Apr 29 2010 19:16:14
  254. I/ActivityManager( 149): Process com.android.vending (pid 614) has died.
  255. D/Zygote ( 129): Process 614 terminated by signal (11)
  256. I/WindowManager( 149): WIN DEATH: Window{43ce9c70 com.android.vending/com.android.vending.TosActivity paused=false}
  257. I/ActivityManager( 149): Start proc com.android.vending for activity com.android.vending/.AssetBrowserActivity: pid=632 uid=10010 gids={3003}
  258. I/UsageStats( 149): Unexpected resume of com.android.vending while already resumed in com.android.vending
  259. I/ActivityThread( 632): Publishing provider com.android.vending.SuggestionsProvider: com.android.vending.SuggestionsProvider
  260. I/ActivityManager( 149): Starting activity: Intent { cmp=com.android.vending/.TosActivity }
  261. D/dalvikvm( 302): GC freed 10855 objects / 443432 bytes in 331ms
  262. I/vending ( 632): com.android.vending.api.RadioHttpClient$1.handleMessage(): Handle DATA_STATE_CHANGED event: NetworkInfo: type: MOBILE[UMTS], state: CONNECTED/CONNECTED, reason: apnChanged, extra: wap.vodafone.co.uk, roaming: false, failover: false, isAvailable: true
  263. W/InputManagerService( 149): Got RemoteException sending setActive(false) notification to pid 614 uid 10010
  264. I/ActivityManager( 149): Displayed activity com.android.vending/.TosActivity: 407 ms (total 1708 ms)
  265. I/DEBUG ( 631): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  266. I/DEBUG ( 631): Build fingerprint: 'google/passion/passion/mahimahi:2.1-update1/ERE27/24178:user/release-keys'
  267. I/DEBUG ( 631): pid: 632, tid: 641 >>> com.android.vending <<<
  268. I/DEBUG ( 631): signal 11 (SIGSEGV), fault addr 00000004
  269. I/DEBUG ( 631): r0 000000a1 r1 00200002 r2 00000000 r3 00000010
  270. I/DEBUG ( 631): r4 00000000 r5 00000000 r6 45597854 r7 0034fa9f
  271. I/DEBUG ( 631): r8 45597d94 r9 4270bea8 10 4270be90 fp 002d80a8
  272. I/DEBUG ( 631): ip 0034f9a0 sp 45596280 lr aa2326f3 pc aa1cd4b2 cpsr 00000030
  273. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-03-31 15.19.53.jpg, there are still 28 tasks left in queue
  274. I/DEBUG ( 631): #00 pc 001cd4b2 /system/lib/libwebcore.so
  275. I/DEBUG ( 631): #01 lr aa2326f3 /system/lib/libwebcore.so
  276. I/DEBUG ( 631):
  277. I/DEBUG ( 631): code around pc:
  278. I/DEBUG ( 631): aa1cd4a0 08a00000 33100000 10040000 20a10000
  279. I/DEBUG ( 631): aa1cd4b0 71260000 0c200000 06c00000 28010000
  280. I/DEBUG ( 631): aa1cd4c0 1c050000 26000000 20100000 090c0000
  281. I/DEBUG ( 631):
  282. I/DEBUG ( 631): code around lr:
  283. I/DEBUG ( 631): aa2326e0 60201c07 f7921c30 1c01f96d f79a1c38
  284. I/DEBUG ( 631): aa2326f0 e1f1fead 39301c29 6027680f d1002f00
  285. I/DEBUG ( 631): aa232700 1c2ae1ea 78143a18 d00b2c00 248049ae
  286. I/DEBUG ( 631):
  287. I/DEBUG ( 631): stack:
  288. I/DEBUG ( 631): 45596240 00000000
  289. I/DEBUG ( 631): 45596244 45597854
  290. I/DEBUG ( 631): 45596248 455963f8
  291. I/DEBUG ( 631): 4559624c 45597854
  292. I/DEBUG ( 631): 45596250 455963f8
  293. I/DEBUG ( 631): 45596254 45597854
  294. I/DEBUG ( 631): 45596258 aa413738 /system/lib/libwebcore.so
  295. I/DEBUG ( 631): 4559625c aa1c4d4f /system/lib/libwebcore.so
  296. I/DEBUG ( 631): 45596260 0034fb00 [heap]
  297. I/DEBUG ( 631): 45596264 0034fb20 [heap]
  298. I/DEBUG ( 631): 45596268 4270be01
  299. I/DEBUG ( 631): 4559626c 4270be90
  300. I/DEBUG ( 631): 45596270 002d80a8 [heap]
  301. I/DEBUG ( 631): 45596274 0034f9a0 [heap]
  302. I/DEBUG ( 631): 45596278 df002777
  303. I/DEBUG ( 631): 4559627c e3a070ad
  304. I/DEBUG ( 631): #00 45596280 00000000
  305. I/DEBUG ( 631): 45596284 45597728
  306. I/DEBUG ( 631): 45596288 aa413738 /system/lib/libwebcore.so
  307. I/DEBUG ( 631): 4559628c 4559759a
  308. I/DEBUG ( 631): 45596290 0000007d
  309. I/DEBUG ( 631): 45596294 00000000
  310. I/DEBUG ( 631): 45596298 000000c8
  311. I/DEBUG ( 631): 4559629c 00000001
  312. I/DEBUG ( 631): 455962a0 45597580
  313. I/DEBUG ( 631): 455962a4 00000000
  314. I/DEBUG ( 631): 455962a8 000000d3
  315. I/DEBUG ( 631): 455962ac 455978a4
  316. I/DEBUG ( 631): 455962b0 00000000
  317. I/DEBUG ( 631): 455962b4 455962c0
  318. I/DEBUG ( 631): 455962b8 4559792c
  319. I/DEBUG ( 631): 455962bc aa35e598 /system/lib/libwebcore.so
  320. I/DEBUG ( 631): 455962c0 00000000
  321. I/DEBUG ( 631): 455962c4 00000000
  322. D/dalvikvm( 405): GC freed 996 objects / 127728 bytes in 120ms
  323. D/dalvikvm( 405): GC freed 87 objects / 3712 bytes in 223ms
  324. I/DEBUG ( 631): debuggerd committing suicide to free the zombie!
  325. D/Zygote ( 129): Process 632 terminated by signal (11)
  326. I/ActivityManager( 149): Process com.android.vending (pid 632) has died.
  327. I/WindowManager( 149): WIN DEATH: Window{43ecea28 com.android.vending/com.android.vending.TosActivity paused=false}
  328. I/ActivityManager( 149): Start proc com.android.vending for activity com.android.vending/.AssetBrowserActivity: pid=648 uid=10010 gids={3003}
  329. I/UsageStats( 149): Unexpected resume of com.android.vending while already resumed in com.android.vending
  330. I/ActivityThread( 648): Publishing provider com.android.vending.SuggestionsProvider: com.android.vending.SuggestionsProvider
  331. D/dalvikvm( 149): GC freed 11140 objects / 573992 bytes in 246ms
  332. I/DEBUG ( 657): debuggerd: Apr 29 2010 19:16:14
  333. I/ActivityManager( 149): Starting activity: Intent { cmp=com.android.vending/.TosActivity }
  334. I/vending ( 648): com.android.vending.api.RadioHttpClient$1.handleMessage(): Handle DATA_STATE_CHANGED event: NetworkInfo: type: MOBILE[UMTS], state: CONNECTED/CONNECTED, reason: apnChanged, extra: wap.vodafone.co.uk, roaming: false, failover: false, isAvailable: true
  335. W/InputManagerService( 149): Got RemoteException sending setActive(false) notification to pid 632 uid 10010
  336. I/ActivityManager( 149): Displayed activity com.android.vending/.TosActivity: 456 ms (total 1845 ms)
  337. I/DEBUG ( 657): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  338. I/DEBUG ( 657): Build fingerprint: 'google/passion/passion/mahimahi:2.1-update1/ERE27/24178:user/release-keys'
  339. I/DEBUG ( 657): pid: 648, tid: 658 >>> com.android.vending <<<
  340. I/DEBUG ( 657): signal 11 (SIGSEGV), fault addr 00000004
  341. I/DEBUG ( 657): r0 000000a1 r1 00200002 r2 00000000 r3 00000010
  342. I/DEBUG ( 657): r4 00000000 r5 00000000 r6 45597854 r7 0036cf07
  343. I/DEBUG ( 657): r8 45597d94 r9 4270bea8 10 4270be90 fp 002fea80
  344. I/DEBUG ( 657): ip 0036ce08 sp 45596280 lr aa2326f3 pc aa1cd4b2 cpsr 00000030
  345. I/DEBUG ( 657): #00 pc 001cd4b2 /system/lib/libwebcore.so
  346. I/DEBUG ( 657): #01 lr aa2326f3 /system/lib/libwebcore.so
  347. I/DEBUG ( 657):
  348. I/DEBUG ( 657): code around pc:
  349. I/DEBUG ( 657): aa1cd4a0 08a00000 33100000 10040000 20a10000
  350. I/DEBUG ( 657): aa1cd4b0 71260000 0c200000 06c00000 28010000
  351. I/DEBUG ( 657): aa1cd4c0 1c050000 26000000 20100000 090c0000
  352. I/DEBUG ( 657):
  353. I/DEBUG ( 657): code around lr:
  354. I/DEBUG ( 657): aa2326e0 60201c07 f7921c30 1c01f96d f79a1c38
  355. I/DEBUG ( 657): aa2326f0 e1f1fead 39301c29 6027680f d1002f00
  356. I/DEBUG ( 657): aa232700 1c2ae1ea 78143a18 d00b2c00 248049ae
  357. I/DEBUG ( 657):
  358. I/DEBUG ( 657): stack:
  359. I/DEBUG ( 657): 45596240 00000000
  360. I/DEBUG ( 657): 45596244 45597854
  361. I/DEBUG ( 657): 45596248 455963f8
  362. I/DEBUG ( 657): 4559624c 45597854
  363. I/DEBUG ( 657): 45596250 455963f8
  364. I/DEBUG ( 657): 45596254 45597854
  365. I/DEBUG ( 657): 45596258 aa413738 /system/lib/libwebcore.so
  366. I/DEBUG ( 657): 4559625c aa1c4d4f /system/lib/libwebcore.so
  367. I/DEBUG ( 657): 45596260 0036cee8 [heap]
  368. I/DEBUG ( 657): 45596264 0036cf88 [heap]
  369. I/DEBUG ( 657): 45596268 4270be01
  370. I/DEBUG ( 657): 4559626c 4270be90
  371. I/DEBUG ( 657): 45596270 002fea80 [heap]
  372. I/DEBUG ( 657): 45596274 0036ce08 [heap]
  373. I/DEBUG ( 657): 45596278 df002777
  374. I/DEBUG ( 657): 4559627c e3a070ad
  375. I/DEBUG ( 657): #00 45596280 00000000
  376. I/DEBUG ( 657): 45596284 45597728
  377. I/DEBUG ( 657): 45596288 aa413738 /system/lib/libwebcore.so
  378. I/DEBUG ( 657): 4559628c 4559759a
  379. I/DEBUG ( 657): 45596290 0000007d
  380. I/DEBUG ( 657): 45596294 00000000
  381. I/DEBUG ( 657): 45596298 000000c8
  382. I/DEBUG ( 657): 4559629c 00000001
  383. I/DEBUG ( 657): 455962a0 45597580
  384. I/DEBUG ( 657): 455962a4 00000000
  385. I/DEBUG ( 657): 455962a8 000000d3
  386. I/DEBUG ( 657): 455962ac 455978a4
  387. I/DEBUG ( 657): 455962b0 00000000
  388. I/DEBUG ( 657): 455962b4 455962c0
  389. I/DEBUG ( 657): 455962b8 4559792c
  390. I/DEBUG ( 657): 455962bc aa35e598 /system/lib/libwebcore.so
  391. I/DEBUG ( 657): 455962c0 00000000
  392. I/DEBUG ( 657): 455962c4 00000000
  393. I/Gmail ( 302): checkLabelsSets changed the label sets to: included([^r, ^^out]), partial([^i, ^f]), all([^i, ^g, ^f, ^vm, diet, ^k, ^all, ^act, ^b, ^p, surveys, ^o, ^t, ^u, ^r, ^punsub, ^s, ^unsub, keep])
  394. I/Gmail ( 302): calculateUnknownSyncRationalesAndPurgeInBackground: queueing
  395. D/Gmail ( 302): handleStartSyncInfoValues: highestServerOperation: 19860 highestServerConversation: 1334436023458856960 handledClientOperation: 0
  396. I/ActivityManager( 149): Process com.android.vending (pid 648) has died.
  397. I/WindowManager( 149): WIN DEATH: Window{43dfa2f0 com.android.vending/com.android.vending.TosActivity paused=false}
  398. I/ActivityManager( 149): Start proc com.android.vending for activity com.android.vending/.AssetBrowserActivity: pid=661 uid=10010 gids={3003}
  399. D/Zygote ( 129): Process 648 terminated by signal (11)
  400. D/dalvikvm( 302): GC freed 4172 objects / 162592 bytes in 311ms
  401. I/UsageStats( 149): Unexpected resume of com.android.vending while already resumed in com.android.vending
  402. I/ActivityThread( 661): Publishing provider com.android.vending.SuggestionsProvider: com.android.vending.SuggestionsProvider
  403. I/ActivityManager( 149): Starting activity: Intent { cmp=com.android.vending/.TosActivity }
  404. I/Gmail ( 302): MainSyncRequestProto: lowestBkwdConvoId: 1334436023458856961, highestHandledServerOp: 19860
  405. I/vending ( 661): com.android.vending.api.RadioHttpClient$1.handleMessage(): Handle DATA_STATE_CHANGED event: NetworkInfo: type: MOBILE[UMTS], state: CONNECTED/CONNECTED, reason: apnChanged, extra: wap.vodafone.co.uk, roaming: false, failover: false, isAvailable: true
  406. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-03-31 15.20.03.jpg, there are still 33 tasks left in queue
  407. W/InputManagerService( 149): Got RemoteException sending setActive(false) notification to pid 648 uid 10010
  408. I/DEBUG ( 657): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  409. I/DEBUG ( 657): Build fingerprint: 'google/passion/passion/mahimahi:2.1-update1/ERE27/24178:user/release-keys'
  410. I/DEBUG ( 657): pid: 661, tid: 670 >>> com.android.vending <<<
  411. I/DEBUG ( 657): signal 11 (SIGSEGV), fault addr 00000004
  412. I/DEBUG ( 657): r0 000000a1 r1 00200002 r2 00000000 r3 00000010
  413. I/DEBUG ( 657): r4 00000000 r5 00000000 r6 45597854 r7 00352cdf
  414. I/DEBUG ( 657): r8 45597d94 r9 4270bea8 10 4270be90 fp 002fc420
  415. I/DEBUG ( 657): ip 00352be0 sp 45596280 lr aa2326f3 pc aa1cd4b2 cpsr 00000030
  416. D/dalvikvm( 405): GC freed 741 objects / 100512 bytes in 369ms
  417. I/DEBUG ( 657): #00 pc 001cd4b2 /system/lib/libwebcore.so
  418. I/DEBUG ( 657): #01 lr aa2326f3 /system/lib/libwebcore.so
  419. I/DEBUG ( 657):
  420. I/DEBUG ( 657): code around pc:
  421. I/DEBUG ( 657): aa1cd4a0 08a00000 33100000 10040000 20a10000
  422. I/DEBUG ( 657): aa1cd4b0 71260000 0c200000 06c00000 28010000
  423. I/DEBUG ( 657): aa1cd4c0 1c050000 26000000 20100000 090c0000
  424. I/DEBUG ( 657):
  425. I/DEBUG ( 657): code around lr:
  426. I/DEBUG ( 657): aa2326e0 60201c07 f7921c30 1c01f96d f79a1c38
  427. I/DEBUG ( 657): aa2326f0 e1f1fead 39301c29 6027680f d1002f00
  428. I/DEBUG ( 657): aa232700 1c2ae1ea 78143a18 d00b2c00 248049ae
  429. I/DEBUG ( 657):
  430. I/DEBUG ( 657): stack:
  431. I/DEBUG ( 657): 45596240 00000000
  432. I/DEBUG ( 657): 45596244 45597854
  433. I/DEBUG ( 657): 45596248 455963f8
  434. I/DEBUG ( 657): 4559624c 45597854
  435. I/DEBUG ( 657): 45596250 455963f8
  436. I/DEBUG ( 657): 45596254 45597854
  437. I/DEBUG ( 657): 45596258 aa413738 /system/lib/libwebcore.so
  438. I/DEBUG ( 657): 4559625c aa1c4d4f /system/lib/libwebcore.so
  439. I/DEBUG ( 657): 45596260 00352ce0 [heap]
  440. I/DEBUG ( 657): 45596264 00352d60 [heap]
  441. I/DEBUG ( 657): 45596268 4270be01
  442. I/DEBUG ( 657): 4559626c 4270be90
  443. I/DEBUG ( 657): 45596270 002fc420 [heap]
  444. I/DEBUG ( 657): 45596274 00352be0 [heap]
  445. I/DEBUG ( 657): 45596278 df002777
  446. I/DEBUG ( 657): 4559627c e3a070ad
  447. I/DEBUG ( 657): #00 45596280 00000000
  448. I/DEBUG ( 657): 45596284 45597728
  449. I/DEBUG ( 657): 45596288 aa413738 /system/lib/libwebcore.so
  450. I/DEBUG ( 657): 4559628c 4559759a
  451. I/DEBUG ( 657): 45596290 0000007d
  452. I/DEBUG ( 657): 45596294 00000000
  453. I/DEBUG ( 657): 45596298 000000c8
  454. I/DEBUG ( 657): 4559629c 00000001
  455. I/DEBUG ( 657): 455962a0 45597580
  456. I/DEBUG ( 657): 455962a4 00000000
  457. I/DEBUG ( 657): 455962a8 000000d3
  458. I/DEBUG ( 657): 455962ac 455978a4
  459. I/DEBUG ( 657): 455962b0 00000000
  460. I/DEBUG ( 657): 455962b4 455962c0
  461. I/DEBUG ( 657): 455962b8 4559792c
  462. I/DEBUG ( 657): 455962bc aa35e598 /system/lib/libwebcore.so
  463. I/DEBUG ( 657): 455962c0 00000000
  464. I/DEBUG ( 657): 455962c4 00000000
  465. D/dalvikvm( 405): GC freed 37 objects / 1712 bytes in 213ms
  466. I/ActivityManager( 149): Displayed activity com.android.vending/.TosActivity: 899 ms (total 2063 ms)
  467. W/ActivityManager( 149): Activity pause timeout for HistoryRecord{43e46418 com.android.vending/.AssetBrowserActivity}
  468. I/DEBUG ( 657): debuggerd committing suicide to free the zombie!
  469. I/DEBUG ( 673): debuggerd: Apr 29 2010 19:16:14
  470. I/ActivityManager( 149): Process com.android.vending (pid 661) has died.
  471. I/WindowManager( 149): WIN DEATH: Window{43e36668 com.android.vending/com.android.vending.TosActivity paused=false}
  472. D/Zygote ( 129): Process 661 terminated by signal (11)
  473. I/dumpstate( 675): begin
  474. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-03-31 15.26.19.jpg, there are still 39 tasks left in queue
  475. D/dalvikvm( 405): GC freed 800 objects / 102208 bytes in 91ms
  476. D/dalvikvm( 405): GC freed 48 objects / 2568 bytes in 110ms
  477. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-10 14.40.32.jpg, there are still 44 tasks left in queue
  478. D/dalvikvm( 405): GC freed 716 objects / 90040 bytes in 502ms
  479. D/dalvikvm( 405): GC freed 155 objects / 6544 bytes in 121ms
  480. D/dalvikvm( 302): GC freed 1564 objects / 66000 bytes in 147ms
  481. I/Gmail ( 302): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 19860
  482. D/dalvikvm( 149): GC freed 19810 objects / 1098664 bytes in 226ms
  483. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-10 14.40.46.jpg, there are still 49 tasks left in queue
  484. D/dalvikvm( 405): GC freed 607 objects / 109520 bytes in 348ms
  485. D/dalvikvm( 405): GC freed 37 objects / 1712 bytes in 234ms
  486. D/dalvikvm( 149): GC freed 15549 objects / 1046320 bytes in 398ms
  487. D/dalvikvm( 149): GC freed 14218 objects / 975016 bytes in 218ms
  488. D/dalvikvm( 149): GC freed 14158 objects / 935112 bytes in 206ms
  489. I/global ( 149): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
  490. I/global ( 149): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
  491. I/global ( 149): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
  492. I/global ( 149): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
  493. W/ActivityManager( 149): Activity destroy timeout for HistoryRecord{43d14c78 com.android.vending/.TosActivity}
  494. W/ActivityManager( 149): Activity destroy timeout for HistoryRecord{43e46418 com.android.vending/.AssetBrowserActivity}
  495. D/dalvikvm( 569): GC freed 7009 objects / 426512 bytes in 137ms
  496. D/dalvikvm( 149): GC freed 13552 objects / 975952 bytes in 214ms
  497. D/dalvikvm( 149): GC freed 21432 objects / 996816 bytes in 209ms
  498. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-10 14.40.52.jpg, there are still 54 tasks left in queue
  499. W/InputManagerService( 149): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@43c8afd0
  500. D/dalvikvm( 405): GC freed 4133 objects / 263280 bytes in 386ms
  501. D/dalvikvm( 405): GC freed 158 objects / 5960 bytes in 268ms
  502. D/dalvikvm( 149): GC freed 19122 objects / 988520 bytes in 220ms
  503. I/dumpstate( 675): done
  504. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-10 14.41.02.jpg, there are still 60 tasks left in queue
  505. D/dalvikvm( 405): GC freed 734 objects / 108088 bytes in 117ms
  506. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-10 14.41.10.jpg, there are still 66 tasks left in queue
  507. D/dalvikvm( 405): GC freed 830 objects / 118936 bytes in 127ms
  508. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-10 14.41.15.jpg, there are still 72 tasks left in queue
  509. D/dalvikvm( 405): GC freed 829 objects / 104384 bytes in 133ms
  510. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-10 14.41.24.jpg, there are still 78 tasks left in queue
  511. D/dalvikvm( 405): GC freed 876 objects / 85232 bytes in 129ms
  512. W/InputManagerService( 149): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@43d0a950
  513. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-10 14.41.51.jpg, there are still 78 tasks left in queue
  514. D/dalvikvm( 405): GC freed 420 objects / 89448 bytes in 116ms
  515. D/Gmail ( 302): Starting attachment download: 1, conversationId = 1334243865444038465, messageId=1334243865444038465, partId=0.1, rendition=SIMPLE, saveToSd=false
  516. I/dumpstate( 696): begin
  517. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-10 14.42.01.jpg, there are still 77 tasks left in queue
  518. D/dalvikvm( 405): GC freed 2465 objects / 236632 bytes in 169ms
  519. D/dalvikvm( 302): GC freed 8850 objects / 495144 bytes in 182ms
  520. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-10 15.07.41.jpg, there are still 76 tasks left in queue
  521. D/dalvikvm( 405): GC freed 1813 objects / 166664 bytes in 132ms
  522. D/dalvikvm( 149): GC freed 16532 objects / 952976 bytes in 279ms
  523. D/dalvikvm( 149): GC freed 15265 objects / 1002024 bytes in 213ms
  524. D/dalvikvm( 149): GC freed 14895 objects / 997864 bytes in 220ms
  525. D/dalvikvm( 149): GC freed 14789 objects / 1002008 bytes in 220ms
  526. I/global ( 149): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
  527. I/global ( 149): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
  528. I/global ( 149): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
  529. I/global ( 149): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
  530. D/dalvikvm( 149): GC freed 10403 objects / 837736 bytes in 205ms
  531. D/dalvikvm( 405): GC freed 1718 objects / 89672 bytes in 1275ms
  532. D/dalvikvm( 285): GC freed 9239 objects / 557248 bytes in 155ms
  533. D/dalvikvm( 149): GC freed 20551 objects / 997224 bytes in 220ms
  534. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-10 15.18.14.jpg, there are still 75 tasks left in queue
  535. D/dalvikvm( 149): GC freed 20981 objects / 1011960 bytes in 212ms
  536. I/dumpstate( 696): done
  537. D/dalvikvm( 405): GC freed 4997 objects / 308368 bytes in 111ms
  538. E/MediaScanner( 405): IMpeg3File::ParseMp3File returned 2 for /sdcard/Audio Books/Ricky Gervais/Guide to Season 2/05 -The Earth.mp3
  539. W/InputManagerService( 149): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@43ed5e38
  540. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-10 15.18.23.jpg, there are still 74 tasks left in queue
  541. D/dalvikvm( 569): GC freed 8253 objects / 412648 bytes in 150ms
  542. D/dalvikvm( 405): GC freed 959 objects / 120568 bytes in 240ms
  543. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-10 15.18.33.jpg, there are still 73 tasks left in queue
  544. D/dalvikvm( 405): GC freed 1151 objects / 142544 bytes in 108ms
  545. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-24 12.00.21.jpg, there are still 72 tasks left in queue
  546. D/dalvikvm( 405): GC freed 659 objects / 109416 bytes in 109ms
  547. D/dalvikvm( 569): GC freed 330 objects / 16744 bytes in 161ms
  548. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-26 19.30.19.jpg, there are still 71 tasks left in queue
  549. D/dalvikvm( 405): GC freed 1050 objects / 114704 bytes in 114ms
  550. D/dalvikvm( 405): threadid=23 wakeup: interrupted
  551. I/ActivityManager( 149): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.term/.Term }
  552. I/ActivityManager( 149): Start proc com.android.term for activity com.android.term/.Term: pid=714 uid=10014 gids={}
  553. E/Term ( 714): onCreate
  554. D/dalvikvm( 714): Trying to load lib /system/lib/libterm.so 0x43c04148
  555. D/dalvikvm( 714): Added shared lib /system/lib/libterm.so 0x43c04148
  556. I/Exec ( 714): JNI_OnLoad
  557. I/Term ( 714): waiting for: 720
  558. D/dalvikvm( 714): GC freed 816 objects / 63536 bytes in 97ms
  559. I/dalvikvm-heap( 714): Grow heap (frag case) to 4.367MB for 900016-byte allocation
  560. D/dalvikvm( 714): GC freed 153 objects / 7160 bytes in 100ms
  561. I/ActivityManager( 149): Displayed activity com.android.term/.Term: 1217 ms (total 1217 ms)
  562. D/dalvikvm( 283): GC freed 9726 objects / 482384 bytes in 191ms
  563. D/dalvikvm( 714): GC freed 115 objects / 5248 bytes in 104ms
  564. I/dalvikvm-heap( 714): Grow heap (frag case) to 5.234MB for 900016-byte allocation
  565. D/dalvikvm( 714): GC freed 2 objects / 900048 bytes in 172ms
  566. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-26 19.30.42.jpg, there are still 70 tasks left in queue
  567. D/dalvikvm( 405): GC freed 1374 objects / 138640 bytes in 112ms
  568. D/dalvikvm( 302): GC freed 8907 objects / 527200 bytes in 137ms
  569. I/Gmail ( 302): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 19860
  570. D/Gmail ( 302): sending notification. Adjusted values are label=618659750, oldCount=0, newCount=3, unseenCount=3, getAttention=true
  571. I/Gmail ( 302): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://gmail-ls/unread/^i typ=gmail-ls (has extras) }
  572. I/ActivityManager( 149): Start proc com.google.android.gm for broadcast com.google.android.gm/.GmailReceiver: pid=724 uid=10006 gids={3003}
  573. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-26 19.31.04.jpg, there are still 69 tasks left in queue
  574. I/ActivityThread( 724): Publishing provider com.google.android.gmail.SuggestionProvider: com.google.android.gm.SuggestionsProvider
  575. I/ActivityThread( 724): Publishing provider com.google.android.gm.attachmentspreviews: com.google.android.gm.AttachmentPreviewProvider
  576. D/dalvikvm( 405): GC freed 1508 objects / 115816 bytes in 200ms
  577. D/Gmail ( 724): New email:ian.hartwell1986@googlemail.com (3) mapSize:1 getAttention:true
  578. I/Gmail ( 302): calculateUnknownSyncRationalesAndPurgeInBackground: running
  579. I/Gmail ( 724): New email in ian.hartwell1986@googlemail.com vibrate:false, playing notification: content://settings/system/notification_sound
  580. D/dalvikvm( 149): GC freed 14765 objects / 860928 bytes in 240ms
  581. W/AudioFlinger( 130): write blocked for 101 msecs, 1 delayed writes, thread 0xce70
  582. I/NotificationService( 149): enqueueToast pkg=android callback=android.widget.Toast$TN@43d1f740 duration=0
  583. I/NotificationService( 149): enqueueToast pkg=android callback=android.widget.Toast$TN@43d1f740 duration=0
  584. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-27 12.34.49.jpg, there are still 68 tasks left in queue
  585. I/NotificationService( 149): enqueueToast pkg=android callback=android.widget.Toast$TN@43d1f740 duration=0
  586. D/dalvikvm( 405): GC freed 733 objects / 87256 bytes in 172ms
  587. I/NotificationService( 149): enqueueToast pkg=android callback=android.widget.Toast$TN@43d1f740 duration=0
  588. I/NotificationService( 149): enqueueToast pkg=android callback=android.widget.Toast$TN@43d1f740 duration=0
  589. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-28 08.45.56.jpg, there are still 67 tasks left in queue
  590. D/dalvikvm( 405): GC freed 727 objects / 89440 bytes in 328ms
  591. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/DCIM/Camera/2010-04-28 08.46.19.jpg, there are still 66 tasks left in queue
  592. D/dalvikvm( 405): GC freed 577 objects / 77016 bytes in 112ms
  593. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/tmpGmmPhoto.jpg, there are still 65 tasks left in queue
  594. D/dalvikvm( 405): GC freed 751 objects / 100280 bytes in 251ms
  595. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_94.3.png, there are still 64 tasks left in queue
  596. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_94.3.png
  597. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_94.3.png
  598. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_94.1.png, there are still 63 tasks left in queue
  599. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_94.1.png
  600. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_94.1.png
  601. D/dalvikvm( 569): GC freed 165 objects / 6920 bytes in 164ms
  602. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_94.2.png, there are still 62 tasks left in queue
  603. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_94.2.png
  604. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_94.2.png
  605. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_52.1.png, there are still 61 tasks left in queue
  606. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_52.1.png
  607. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_52.1.png
  608. D/dalvikvm( 405): GC freed 2605 objects / 202424 bytes in 129ms
  609. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_52.3.png, there are still 60 tasks left in queue
  610. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_52.3.png
  611. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_52.3.png
  612. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_52.2.png, there are still 59 tasks left in queue
  613. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_52.2.png
  614. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_52.2.png
  615. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_28.1.png, there are still 58 tasks left in queue
  616. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_28.1.png
  617. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_28.1.png
  618. D/dalvikvm( 405): GC freed 2454 objects / 162808 bytes in 117ms
  619. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_28.2.png, there are still 57 tasks left in queue
  620. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_28.2.png
  621. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_28.2.png
  622. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_28.3.png, there are still 56 tasks left in queue
  623. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_28.3.png
  624. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_28.3.png
  625. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_59.2.png, there are still 55 tasks left in queue
  626. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_59.2.png
  627. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_59.2.png
  628. D/dalvikvm( 405): GC freed 2228 objects / 150640 bytes in 104ms
  629. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_59.3.png, there are still 54 tasks left in queue
  630. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_59.3.png
  631. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_59.3.png
  632. D/dalvikvm( 149): GC freed 17715 objects / 872784 bytes in 231ms
  633. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_59.1.png, there are still 53 tasks left in queue
  634. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_59.1.png
  635. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_59.1.png
  636. D/MediaScanner( 405): found .nomedia, skipping directory
  637. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_62.3.png, there are still 57 tasks left in queue
  638. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_62.3.png
  639. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_62.3.png
  640. D/dalvikvm( 405): GC freed 2543 objects / 176552 bytes in 116ms
  641. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_62.1.png, there are still 57 tasks left in queue
  642. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_62.1.png
  643. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_62.1.png
  644. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_62.2.png, there are still 61 tasks left in queue
  645. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_62.2.png
  646. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_62.2.png
  647. I/ActivityManager( 149): Start proc com.android.calendar for service com.android.providers.calendar/.CalendarSyncAdapterService: pid=738 uid=10031 gids={3003}
  648. I/ActivityThread( 738): Publishing provider calendar: com.android.providers.calendar.CalendarProvider
  649. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_63.2.png, there are still 60 tasks left in queue
  650. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_63.2.png
  651. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_63.2.png
  652. D/dalvikvm( 405): GC freed 2840 objects / 176824 bytes in 137ms
  653. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_63.1.png, there are still 59 tasks left in queue
  654. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_63.1.png
  655. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_63.1.png
  656. D/dalvikvm( 738): GC freed 4791 objects / 319088 bytes in 116ms
  657. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_63.3.png, there are still 58 tasks left in queue
  658. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_63.3.png
  659. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_63.3.png
  660. I/Gmail ( 302): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 19860
  661. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_66.1.png, there are still 57 tasks left in queue
  662. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_66.1.png
  663. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_66.1.png
  664. D/dalvikvm( 405): GC freed 3080 objects / 191016 bytes in 118ms
  665. D/dalvikvm( 302): GC freed 3165 objects / 165200 bytes in 308ms
  666. I/Gmail ( 302): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 19860
  667. I/ActivityManager( 149): Start proc com.cooliris.media for service com.cooliris.media/com.cooliris.picasa.PicasaService: pid=751 uid=10025 gids={1015, 3003}
  668. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_66.2.png, there are still 56 tasks left in queue
  669. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_66.2.png
  670. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_66.2.png
  671. I/ActivityThread( 751): Publishing provider com.cooliris.picasa.contentprovider: com.cooliris.picasa.PicasaContentProvider
  672. D/dalvikvm( 751): GC freed 7955 objects / 443704 bytes in 174ms
  673. E/PicasaContentProvider( 751): Inserting user ian.hartwell1986
  674. D/SyncManager( 149): not retrying sync operation because the error is a hard error: authority: com.cooliris.picasa.contentprovider account: Account {name=ian.hartwell1986@googlemail.com, type=com.google} extras: [] syncSource: 0 when: 271591 delay: 0 key: {authority: com.cooliris.picasa.contentprovider account: Account {name=ian.hartwell1986@googlemail.com, type=com.google} extras: []} pendingOperation: android.content.SyncStorageEngine$PendingOperation@43ed1d80
  675. D/SyncManager( 149): failed sync operation authority: com.cooliris.picasa.contentprovider account: Account {name=ian.hartwell1986@googlemail.com, type=com.google} extras: [] syncSource: 0 when: 271591 delay: 0 key: {authority: com.cooliris.picasa.contentprovider account: Account {name=ian.hartwell1986@googlemail.com, type=com.google} extras: []} pendingOperation: android.content.SyncStorageEngine$PendingOperation@43ed1d80
  676. I/ActivityManager( 149): Process com.android.calendar (pid 738) has died.
  677. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_66.3.png, there are still 55 tasks left in queue
  678. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_66.3.png
  679. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_66.3.png
  680. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_70.2.png, there are still 54 tasks left in queue
  681. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_70.2.png
  682. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_70.2.png
  683. D/dalvikvm( 405): GC freed 3085 objects / 188280 bytes in 109ms
  684. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_70.3.png, there are still 53 tasks left in queue
  685. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_70.3.png
  686. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_70.3.png
  687. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_70.1.png, there are still 52 tasks left in queue
  688. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_70.1.png
  689. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_70.1.png
  690. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_75.1.png, there are still 51 tasks left in queue
  691. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_75.1.png
  692. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_75.1.png
  693. D/dalvikvm( 405): GC freed 3336 objects / 201248 bytes in 123ms
  694. D/dalvikvm( 302): GC freed 6901 objects / 335160 bytes in 151ms
  695. D/dalvikvm( 149): GC freed 18187 objects / 900992 bytes in 229ms
  696. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_75.2.png, there are still 50 tasks left in queue
  697. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_75.2.png
  698. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_75.2.png
  699. D/dalvikvm( 302): GC freed 7810 objects / 328424 bytes in 182ms
  700. W/Parcel ( 149): Attempt to read object from Parcel 0x479afdd8 at offset 660 that is not in the object list
  701. I/ActivityManager( 149): Starting activity: Intent { act=android.intent.action.MAIN flg=0x58000000 pkg=com.noshufou.android.su cmp=com.noshufou.android.su/.SuRequest (has extras) }
  702. I/ActivityManager( 149): Start proc com.noshufou.android.su for activity com.noshufou.android.su/.SuRequest: pid=771 uid=1000 gids={3003, 3002, 3001}
  703. D/dalvikvm( 569): GC freed 3512 objects / 212160 bytes in 276ms
  704. I/ActivityManager( 149): Displayed activity com.noshufou.android.su/.SuRequest: 1535 ms (total 1535 ms)
  705. I/ActivityManager( 149): Process com.cooliris.media (pid 751) has died.
  706. I/ContactAggregator( 569): Contact aggregation: 3
  707. I/ContactAggregator( 569): Contact aggregation complete: 3, 42 ms per contact
  708. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_75.3.png, there are still 49 tasks left in queue
  709. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_75.3.png
  710. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_75.3.png
  711. D/SuRequest( 771): Sending result: ALWAYS_ALLOW
  712. D/su ( 768): 10014 /system/bin/sh executing 0 /system/bin/sh
  713. W/InputManagerService( 149): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@43da4140
  714. D/dalvikvm( 569): GC freed 13052 objects / 696408 bytes in 229ms
  715. I/ContactAggregator( 569): Contact aggregation: 17
  716. D/dalvikvm( 569): GC freed 15561 objects / 857448 bytes in 158ms
  717. I/ContactAggregator( 569): Contact aggregation complete: 17, 50 ms per contact
  718. I/ActivityManager( 149): Process com.noshufou.android.su (pid 771) has died.
  719. D/dalvikvm( 302): GC freed 14901 objects / 652464 bytes in 276ms
  720. D/dalvikvm( 569): GC freed 24036 objects / 1167672 bytes in 160ms
  721. D/dalvikvm( 569): GC freed 16135 objects / 815400 bytes in 340ms
  722. D/dalvikvm( 149): GC freed 9773 objects / 552320 bytes in 240ms
  723. I/ContactAggregator( 569): Contact aggregation: 20
  724. I/ContactAggregator( 569): Contact aggregation complete: 20, 59 ms per contact
  725. D/dalvikvm( 569): GC freed 25204 objects / 1297728 bytes in 179ms
  726. D/dalvikvm( 569): GC freed 11999 objects / 652104 bytes in 150ms
  727. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_80.3.png, there are still 48 tasks left in queue
  728. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_80.3.png
  729. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_80.3.png
  730. D/dalvikvm( 405): GC freed 7720 objects / 426904 bytes in 394ms
  731. D/dalvikvm( 569): GC freed 14048 objects / 737368 bytes in 145ms
  732. I/ContactAggregator( 569): Contact aggregation: 20
  733. D/dalvikvm( 569): GC freed 6266 objects / 431368 bytes in 234ms
  734. I/dalvikvm-heap( 569): Grow heap (frag case) to 5.548MB for 14302-byte allocation
  735. D/dalvikvm( 569): GC freed 905 objects / 71232 bytes in 155ms
  736. I/ContactAggregator( 569): Contact aggregation complete: 20, 63 ms per contact
  737. D/dalvikvm( 302): GC freed 14369 objects / 637768 bytes in 156ms
  738. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_80.2.png, there are still 47 tasks left in queue
  739. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_80.2.png
  740. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_80.2.png
  741. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_80.1.png, there are still 46 tasks left in queue
  742. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_80.1.png
  743. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_80.1.png
  744. D/dalvikvm( 569): GC freed 20619 objects / 1001192 bytes in 163ms
  745. I/ActivityManager( 149): Start proc com.android.settings for broadcast com.android.settings/.widget.SettingsAppWidgetProvider: pid=778 uid=1000 gids={3003, 3002, 3001}
  746. I/ActivityManager( 149): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher/.Launcher }
  747. I/ActivityManager( 149): Process com.google.android.gm (pid 724) has died.
  748. I/ActivityManager( 149): Process com.google.android.apps.uploader (pid 498) has died.
  749. D/dalvikvm( 149): GC freed 7161 objects / 406424 bytes in 283ms
  750. W/InputManagerService( 149): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@43ddfd08 (uid=10014 pid=714)
  751. W/IInputConnectionWrapper( 714): showStatusIcon on inactive InputConnection
  752. D/dalvikvm( 569): GC freed 13992 objects / 754032 bytes in 159ms
  753. I/ContactAggregator( 569): Contact aggregation: 20
  754. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_81.1.png, there are still 45 tasks left in queue
  755. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_81.1.png
  756. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_81.1.png
  757. I/ContactAggregator( 569): Contact aggregation complete: 20, 59 ms per contact
  758. D/dalvikvm( 405): GC freed 3550 objects / 208136 bytes in 120ms
  759. I/ActivityManager( 149): Starting activity: Intent { flg=0x10000000 cmp=android/com.android.internal.app.UsbStorageActivity bnds=[0,101][320,165] }
  760. I/ARMAssembler( 149): generated scanline__00000177:03515104_00000001_00000000 [ 73 ipp] (95 ins) at [0xb91b0:0xb932c] in 3051756 ns
  761. I/ActivityManager( 149): Displayed activity android/com.android.internal.app.UsbStorageActivity: 774 ms (total 774 ms)
  762. I/ContactAggregator( 569): Contact aggregation: 1
  763. I/ContactAggregator( 569): Contact aggregation complete: 1, 105 ms per contact
  764. D/vold ( 126): dispatch_cmd(enable_ums):
  765. D/MountListener( 149): handleEvent volume_ejecting:/sdcard
  766. I/vold ( 126): volmngr quick stop umount(/sdcard) attempt 1 (Device or resource busy)
  767. I/ActivityManager( 149): Start proc com.cooliris.media for broadcast com.cooliris.media/com.cooliris.cache.BootReceiver: pid=786 uid=10025 gids={1015, 3003}
  768. W/InputManagerService( 149): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@43c5d9d0
  769. I/vold ( 126): volmngr quick stop umount(/sdcard) attempt 2 (Device or resource busy)
  770. I/vold ( 126): volmngr quick stop umount(/sdcard) attempt 3 (Device or resource busy)
  771. I/vold ( 126): volmngr quick stop umount(/sdcard) attempt 4 (Device or resource busy)
  772. I/vold ( 126): volmngr quick stop umount(/sdcard) attempt 5 (Device or resource busy)
  773. W/vold ( 126): Volume /sdcard is busy (-1) - uncaging the reaper
  774. W/vold ( 126): Reaper here - working on /sdcard
  775. W/vold ( 126): volmngr reaper umount(/sdcard) attempt 1 (Device or resource busy)
  776. D/dalvikvm( 129): GC freed 286 objects / 10920 bytes in 450ms
  777. I/ActivityThread( 786): Publishing provider com.cooliris.picasa.contentprovider: com.cooliris.picasa.PicasaContentProvider
  778. D/dalvikvm( 129): GC freed 52 objects / 2264 bytes in 289ms
  779. D/dalvikvm( 129): GC freed 2 objects / 56 bytes in 217ms
  780. W/vold ( 126): volmngr reaper umount(/sdcard) attempt 2 (Device or resource busy)
  781. I/BootReceiver( 786): Got intent with action android.intent.action.MEDIA_EJECT
  782. I/ActivityManager( 149): Process com.android.settings (pid 778) has died.
  783. V/MediaProvider( 405): Detached volume: external
  784. D/dalvikvm( 786): GC freed 7970 objects / 450192 bytes in 108ms
  785. D/DiskCache( 786): Wrote index with 105 records.
  786. D/DiskCache( 786): Wrote index with 1 records.
  787. D/DiskCache( 786): Wrote index with 0 records.
  788. D/DiskCache( 786): Wrote index with 1 records.
  789. D/DiskCache( 786): Wrote index with 8 records.
  790. E/ThumbnailUtil( 405): Unable to store thumbnail
  791. E/ThumbnailUtil( 405): java.io.FileNotFoundException: No entry for content://media/external/images/thumbnails/60
  792. E/ThumbnailUtil( 405): at android.content.ContentProvider.openFileHelper(ContentProvider.java:654)
  793. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider.openFile(MediaProvider.java:2038)
  794. E/ThumbnailUtil( 405): at android.content.ContentProvider.openAssetFile(ContentProvider.java:625)
  795. E/ThumbnailUtil( 405): at android.content.ContentProvider$Transport.openAssetFile(ContentProvider.java:194)
  796. E/ThumbnailUtil( 405): at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:510)
  797. E/ThumbnailUtil( 405): at android.content.ContentResolver.openOutputStream(ContentResolver.java:385)
  798. E/ThumbnailUtil( 405): at android.content.ContentResolver.openOutputStream(ContentResolver.java:361)
  799. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.storeThumbnail(ThumbnailUtil.java:485)
  800. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.createImageThumbnail(ThumbnailUtil.java:333)
  801. E/ThumbnailUtil( 405): at com.android.providers.media.MediaThumbRequest.execute(MediaThumbRequest.java:143)
  802. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$2.handleMessage(MediaProvider.java:309)
  803. E/ThumbnailUtil( 405): at android.os.Handler.dispatchMessage(Handler.java:99)
  804. E/ThumbnailUtil( 405): at android.os.Looper.loop(Looper.java:123)
  805. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$Worker.run(MediaProvider.java:2101)
  806. E/ThumbnailUtil( 405): at java.lang.Thread.run(Thread.java:1096)
  807. E/MediaScanner( 405): UnsupportedOperationException in MediaScanner.scan()
  808. E/MediaScanner( 405): java.lang.UnsupportedOperationException: Unknown URI: content://media/external/audio/media
  809. E/MediaScanner( 405): at com.android.providers.media.MediaProvider.insertInternal(MediaProvider.java:1402)
  810. E/MediaScanner( 405): at com.android.providers.media.MediaProvider.insert(MediaProvider.java:1381)
  811. E/MediaScanner( 405): at android.content.ContentProvider$Transport.insert(ContentProvider.java:150)
  812. E/MediaScanner( 405): at android.media.MediaScanner$MyMediaScannerClient.endFile(MediaScanner.java:787)
  813. E/MediaScanner( 405): at android.media.MediaScanner$MyMediaScannerClient.doScanFile(MediaScanner.java:542)
  814. E/MediaScanner( 405): at android.media.MediaScanner$MyMediaScannerClient.scanFile(MediaScanner.java:491)
  815. E/MediaScanner( 405): at android.media.MediaScanner.processDirectory(Native Method)
  816. E/MediaScanner( 405): at android.media.MediaScanner.scanDirectories(MediaScanner.java:1183)
  817. E/MediaScanner( 405): at com.android.providers.media.MediaScannerService.scan(MediaScannerService.java:111)
  818. E/MediaScanner( 405): at com.android.providers.media.MediaScannerService.access$200(MediaScannerService.java:48)
  819. E/MediaScanner( 405): at com.android.providers.media.MediaScannerService$ServiceHandler.handleMessage(MediaScannerService.java:267)
  820. E/MediaScanner( 405): at android.os.Handler.dispatchMessage(Handler.java:99)
  821. E/MediaScanner( 405): at android.os.Looper.loop(Looper.java:123)
  822. E/MediaScanner( 405): at com.android.providers.media.MediaScannerService.run(MediaScannerService.java:188)
  823. E/MediaScanner( 405): at java.lang.Thread.run(Thread.java:1096)
  824. E/AndroidRuntime( 405): Crash logging skipped, already logging another crash
  825. W/vold ( 126): volmngr reaper umount(/sdcard) attempt 3 (Device or resource busy)
  826. I/BootReceiver( 786): Got intent with action android.intent.action.MEDIA_SCANNER_FINISHED
  827. I/CacheService( 786): Refreshing cache.
  828. D/DiskCache( 786): Wrote index with 1 records.
  829. D/MediaScannerService( 405): done scanning volume external
  830. I/CacheService( 786): Building albums.
  831. I/CacheService( 786): Starting CacheService
  832. I/CacheService( 786): Refreshing cache.
  833. D/DiskCache( 786): Wrote index with 1 records.
  834. I/CacheService( 786): Building albums.
  835. W/MediaProvider( 405): java.lang.UnsupportedOperationException: Unknown URI: content://media/external/images/media/60
  836. W/MediaProvider( 405): at com.android.providers.media.MediaProvider.update(MediaProvider.java:1866)
  837. W/MediaProvider( 405): at android.content.ContentProvider$Transport.update(ContentProvider.java:180)
  838. W/MediaProvider( 405): at android.content.ContentResolver.update(ContentResolver.java:742)
  839. W/MediaProvider( 405): at com.android.providers.media.MediaThumbRequest.execute(MediaThumbRequest.java:175)
  840. W/MediaProvider( 405): at com.android.providers.media.MediaProvider$2.handleMessage(MediaProvider.java:309)
  841. W/MediaProvider( 405): at android.os.Handler.dispatchMessage(Handler.java:99)
  842. W/MediaProvider( 405): at android.os.Looper.loop(Looper.java:123)
  843. W/MediaProvider( 405): at com.android.providers.media.MediaProvider$Worker.run(MediaProvider.java:2101)
  844. W/MediaProvider( 405): at java.lang.Thread.run(Thread.java:1096)
  845. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_81.3.png, there are still 44 tasks left in queue
  846. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_81.3.png
  847. I/DumpStateReceiver( 149): Added state dump to 1 crashes
  848. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_81.3.png
  849. E/ThumbnailUtil( 405):
  850. E/ThumbnailUtil( 405): java.io.FileNotFoundException: No entry for content://media/external/images/media/61
  851. E/ThumbnailUtil( 405): at android.content.ContentProvider.openFileHelper(ContentProvider.java:654)
  852. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider.openFile(MediaProvider.java:2038)
  853. E/ThumbnailUtil( 405): at android.content.ContentProvider.openAssetFile(ContentProvider.java:625)
  854. E/ThumbnailUtil( 405): at android.content.ContentProvider$Transport.openAssetFile(ContentProvider.java:194)
  855. E/ThumbnailUtil( 405): at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:510)
  856. E/ThumbnailUtil( 405): at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:423)
  857. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:148)
  858. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:77)
  859. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.createImageThumbnail(ThumbnailUtil.java:321)
  860. E/ThumbnailUtil( 405): at com.android.providers.media.MediaThumbRequest.execute(MediaThumbRequest.java:143)
  861. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$2.handleMessage(MediaProvider.java:309)
  862. E/ThumbnailUtil( 405): at android.os.Handler.dispatchMessage(Handler.java:99)
  863. E/ThumbnailUtil( 405): at android.os.Looper.loop(Looper.java:123)
  864. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$Worker.run(MediaProvider.java:2101)
  865. E/ThumbnailUtil( 405): at java.lang.Thread.run(Thread.java:1096)
  866. I/CacheService( 786): Done building albums.
  867. D/DiskCache( 786): Wrote index with 1 records.
  868. I/CacheService( 786): Done building albums.
  869. W/MediaThumbRequest( 405): can't create bitmap for thumbnail.
  870. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_81.2.png, there are still 43 tasks left in queue
  871. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_81.2.png
  872. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_81.2.png
  873. E/ThumbnailUtil( 405):
  874. E/ThumbnailUtil( 405): java.io.FileNotFoundException: No entry for content://media/external/images/media/62
  875. E/ThumbnailUtil( 405): at android.content.ContentProvider.openFileHelper(ContentProvider.java:654)
  876. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider.openFile(MediaProvider.java:2038)
  877. E/ThumbnailUtil( 405): at android.content.ContentProvider.openAssetFile(ContentProvider.java:625)
  878. E/ThumbnailUtil( 405): at android.content.ContentProvider$Transport.openAssetFile(ContentProvider.java:194)
  879. E/ThumbnailUtil( 405): at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:510)
  880. E/ThumbnailUtil( 405): at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:423)
  881. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:148)
  882. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:77)
  883. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.createImageThumbnail(ThumbnailUtil.java:321)
  884. E/ThumbnailUtil( 405): at com.android.providers.media.MediaThumbRequest.execute(MediaThumbRequest.java:143)
  885. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$2.handleMessage(MediaProvider.java:309)
  886. E/ThumbnailUtil( 405): at android.os.Handler.dispatchMessage(Handler.java:99)
  887. E/ThumbnailUtil( 405): at android.os.Looper.loop(Looper.java:123)
  888. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$Worker.run(MediaProvider.java:2101)
  889. E/ThumbnailUtil( 405): at java.lang.Thread.run(Thread.java:1096)
  890. I/DumpStateReceiver( 149): Added state dump to 1 crashes
  891. W/MediaThumbRequest( 405): can't create bitmap for thumbnail.
  892. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_20.1.png, there are still 42 tasks left in queue
  893. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_20.1.png
  894. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_20.1.png
  895. E/ThumbnailUtil( 405):
  896. E/ThumbnailUtil( 405): java.io.FileNotFoundException: No entry for content://media/external/images/media/63
  897. E/ThumbnailUtil( 405): at android.content.ContentProvider.openFileHelper(ContentProvider.java:654)
  898. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider.openFile(MediaProvider.java:2038)
  899. E/ThumbnailUtil( 405): at android.content.ContentProvider.openAssetFile(ContentProvider.java:625)
  900. E/ThumbnailUtil( 405): at android.content.ContentProvider$Transport.openAssetFile(ContentProvider.java:194)
  901. E/ThumbnailUtil( 405): at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:510)
  902. E/ThumbnailUtil( 405): at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:423)
  903. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:148)
  904. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:77)
  905. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.createImageThumbnail(ThumbnailUtil.java:321)
  906. E/ThumbnailUtil( 405): at com.android.providers.media.MediaThumbRequest.execute(MediaThumbRequest.java:143)
  907. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$2.handleMessage(MediaProvider.java:309)
  908. E/ThumbnailUtil( 405): at android.os.Handler.dispatchMessage(Handler.java:99)
  909. E/ThumbnailUtil( 405): at android.os.Looper.loop(Looper.java:123)
  910. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$Worker.run(MediaProvider.java:2101)
  911. E/ThumbnailUtil( 405): at java.lang.Thread.run(Thread.java:1096)
  912. I/DumpStateReceiver( 149): Added state dump to 1 crashes
  913. W/MediaThumbRequest( 405): can't create bitmap for thumbnail.
  914. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_20.2.png, there are still 41 tasks left in queue
  915. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_20.2.png
  916. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_20.2.png
  917. E/ThumbnailUtil( 405):
  918. E/ThumbnailUtil( 405): java.io.FileNotFoundException: No entry for content://media/external/images/media/64
  919. E/ThumbnailUtil( 405): at android.content.ContentProvider.openFileHelper(ContentProvider.java:654)
  920. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider.openFile(MediaProvider.java:2038)
  921. E/ThumbnailUtil( 405): at android.content.ContentProvider.openAssetFile(ContentProvider.java:625)
  922. E/ThumbnailUtil( 405): at android.content.ContentProvider$Transport.openAssetFile(ContentProvider.java:194)
  923. E/ThumbnailUtil( 405): at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:510)
  924. E/ThumbnailUtil( 405): at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:423)
  925. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:148)
  926. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:77)
  927. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.createImageThumbnail(ThumbnailUtil.java:321)
  928. E/ThumbnailUtil( 405): at com.android.providers.media.MediaThumbRequest.execute(MediaThumbRequest.java:143)
  929. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$2.handleMessage(MediaProvider.java:309)
  930. E/ThumbnailUtil( 405): at android.os.Handler.dispatchMessage(Handler.java:99)
  931. E/ThumbnailUtil( 405): at android.os.Looper.loop(Looper.java:123)
  932. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$Worker.run(MediaProvider.java:2101)
  933. E/ThumbnailUtil( 405): at java.lang.Thread.run(Thread.java:1096)
  934. D/dalvikvm( 149): GC freed 4318 objects / 671608 bytes in 199ms
  935. I/DumpStateReceiver( 149): Added state dump to 1 crashes
  936. W/vold ( 126): volmngr reaper umount(/sdcard) attempt 4 (Device or resource busy)
  937. W/MediaThumbRequest( 405): can't create bitmap for thumbnail.
  938. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_20.3.png, there are still 40 tasks left in queue
  939. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_20.3.png
  940. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_20.3.png
  941. E/ThumbnailUtil( 405):
  942. E/ThumbnailUtil( 405): java.io.FileNotFoundException: No entry for content://media/external/images/media/65
  943. E/ThumbnailUtil( 405): at android.content.ContentProvider.openFileHelper(ContentProvider.java:654)
  944. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider.openFile(MediaProvider.java:2038)
  945. E/ThumbnailUtil( 405): at android.content.ContentProvider.openAssetFile(ContentProvider.java:625)
  946. E/ThumbnailUtil( 405): at android.content.ContentProvider$Transport.openAssetFile(ContentProvider.java:194)
  947. E/ThumbnailUtil( 405): at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:510)
  948. E/ThumbnailUtil( 405): at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:423)
  949. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:148)
  950. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:77)
  951. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.createImageThumbnail(ThumbnailUtil.java:321)
  952. E/ThumbnailUtil( 405): at com.android.providers.media.MediaThumbRequest.execute(MediaThumbRequest.java:143)
  953. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$2.handleMessage(MediaProvider.java:309)
  954. E/ThumbnailUtil( 405): at android.os.Handler.dispatchMessage(Handler.java:99)
  955. E/ThumbnailUtil( 405): at android.os.Looper.loop(Looper.java:123)
  956. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$Worker.run(MediaProvider.java:2101)
  957. E/ThumbnailUtil( 405): at java.lang.Thread.run(Thread.java:1096)
  958. I/DumpStateReceiver( 149): Added state dump to 1 crashes
  959. W/MediaThumbRequest( 405): can't create bitmap for thumbnail.
  960. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_25.2.png, there are still 39 tasks left in queue
  961. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_25.2.png
  962. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_25.2.png
  963. E/ThumbnailUtil( 405):
  964. E/ThumbnailUtil( 405): java.io.FileNotFoundException: No entry for content://media/external/images/media/66
  965. E/ThumbnailUtil( 405): at android.content.ContentProvider.openFileHelper(ContentProvider.java:654)
  966. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider.openFile(MediaProvider.java:2038)
  967. E/ThumbnailUtil( 405): at android.content.ContentProvider.openAssetFile(ContentProvider.java:625)
  968. E/ThumbnailUtil( 405): at android.content.ContentProvider$Transport.openAssetFile(ContentProvider.java:194)
  969. E/ThumbnailUtil( 405): at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:510)
  970. E/ThumbnailUtil( 405): at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:423)
  971. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:148)
  972. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:77)
  973. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.createImageThumbnail(ThumbnailUtil.java:321)
  974. E/ThumbnailUtil( 405): at com.android.providers.media.MediaThumbRequest.execute(MediaThumbRequest.java:143)
  975. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$2.handleMessage(MediaProvider.java:309)
  976. E/ThumbnailUtil( 405): at android.os.Handler.dispatchMessage(Handler.java:99)
  977. E/ThumbnailUtil( 405): at android.os.Looper.loop(Looper.java:123)
  978. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$Worker.run(MediaProvider.java:2101)
  979. E/ThumbnailUtil( 405): at java.lang.Thread.run(Thread.java:1096)
  980. I/DumpStateReceiver( 149): Added state dump to 1 crashes
  981. W/MediaThumbRequest( 405): can't create bitmap for thumbnail.
  982. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_25.3.png, there are still 38 tasks left in queue
  983. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_25.3.png
  984. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_25.3.png
  985. I/DumpStateReceiver( 149): Added state dump to 1 crashes
  986. E/ThumbnailUtil( 405):
  987. E/ThumbnailUtil( 405): java.io.FileNotFoundException: No entry for content://media/external/images/media/67
  988. E/ThumbnailUtil( 405): at android.content.ContentProvider.openFileHelper(ContentProvider.java:654)
  989. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider.openFile(MediaProvider.java:2038)
  990. E/ThumbnailUtil( 405): at android.content.ContentProvider.openAssetFile(ContentProvider.java:625)
  991. E/ThumbnailUtil( 405): at android.content.ContentProvider$Transport.openAssetFile(ContentProvider.java:194)
  992. E/ThumbnailUtil( 405): at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:510)
  993. E/ThumbnailUtil( 405): at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:423)
  994. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:148)
  995. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:77)
  996. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.createImageThumbnail(ThumbnailUtil.java:321)
  997. E/ThumbnailUtil( 405): at com.android.providers.media.MediaThumbRequest.execute(MediaThumbRequest.java:143)
  998. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$2.handleMessage(MediaProvider.java:309)
  999. E/ThumbnailUtil( 405): at android.os.Handler.dispatchMessage(Handler.java:99)
  1000. E/ThumbnailUtil( 405): at android.os.Looper.loop(Looper.java:123)
  1001. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$Worker.run(MediaProvider.java:2101)
  1002. E/ThumbnailUtil( 405): at java.lang.Thread.run(Thread.java:1096)
  1003. W/MediaThumbRequest( 405): can't create bitmap for thumbnail.
  1004. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_25.1.png, there are still 37 tasks left in queue
  1005. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_25.1.png
  1006. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_25.1.png
  1007. E/ThumbnailUtil( 405):
  1008. E/ThumbnailUtil( 405): java.io.FileNotFoundException: No entry for content://media/external/images/media/68
  1009. E/ThumbnailUtil( 405): at android.content.ContentProvider.openFileHelper(ContentProvider.java:654)
  1010. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider.openFile(MediaProvider.java:2038)
  1011. E/ThumbnailUtil( 405): at android.content.ContentProvider.openAssetFile(ContentProvider.java:625)
  1012. E/ThumbnailUtil( 405): at android.content.ContentProvider$Transport.openAssetFile(ContentProvider.java:194)
  1013. E/ThumbnailUtil( 405): at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:510)
  1014. E/ThumbnailUtil( 405): at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:423)
  1015. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:148)
  1016. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:77)
  1017. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.createImageThumbnail(ThumbnailUtil.java:321)
  1018. E/ThumbnailUtil( 405): at com.android.providers.media.MediaThumbRequest.execute(MediaThumbRequest.java:143)
  1019. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$2.handleMessage(MediaProvider.java:309)
  1020. E/ThumbnailUtil( 405): at android.os.Handler.dispatchMessage(Handler.java:99)
  1021. E/ThumbnailUtil( 405): at android.os.Looper.loop(Looper.java:123)
  1022. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$Worker.run(MediaProvider.java:2101)
  1023. E/ThumbnailUtil( 405): at java.lang.Thread.run(Thread.java:1096)
  1024. D/dalvikvm( 149): GC freed 2890 objects / 626672 bytes in 205ms
  1025. W/MediaThumbRequest( 405): can't create bitmap for thumbnail.
  1026. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_29.1.png, there are still 36 tasks left in queue
  1027. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_29.1.png
  1028. I/DumpStateReceiver( 149): Added state dump to 1 crashes
  1029. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_29.1.png
  1030. E/ThumbnailUtil( 405):
  1031. E/ThumbnailUtil( 405): java.io.FileNotFoundException: No entry for content://media/external/images/media/69
  1032. E/ThumbnailUtil( 405): at android.content.ContentProvider.openFileHelper(ContentProvider.java:654)
  1033. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider.openFile(MediaProvider.java:2038)
  1034. E/ThumbnailUtil( 405): at android.content.ContentProvider.openAssetFile(ContentProvider.java:625)
  1035. E/ThumbnailUtil( 405): at android.content.ContentProvider$Transport.openAssetFile(ContentProvider.java:194)
  1036. E/ThumbnailUtil( 405): at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:510)
  1037. E/ThumbnailUtil( 405): at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:423)
  1038. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:148)
  1039. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:77)
  1040. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.createImageThumbnail(ThumbnailUtil.java:321)
  1041. E/ThumbnailUtil( 405): at com.android.providers.media.MediaThumbRequest.execute(MediaThumbRequest.java:143)
  1042. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$2.handleMessage(MediaProvider.java:309)
  1043. E/ThumbnailUtil( 405): at android.os.Handler.dispatchMessage(Handler.java:99)
  1044. E/ThumbnailUtil( 405): at android.os.Looper.loop(Looper.java:123)
  1045. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$Worker.run(MediaProvider.java:2101)
  1046. E/ThumbnailUtil( 405): at java.lang.Thread.run(Thread.java:1096)
  1047. W/MediaThumbRequest( 405): can't create bitmap for thumbnail.
  1048. V/MediaProvider( 405): we got work to do for checkThumbnail: /sdcard/lovepisition/images_v3/love_position_29.2.png, there are still 35 tasks left in queue
  1049. W/vold ( 126): volmngr reaper umount(/sdcard) attempt 5 (Device or resource busy)
  1050. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_29.2.png
  1051. E/ ( 405): Not JPEG: /sdcard/lovepisition/images_v3/love_position_29.2.png
  1052. I/DumpStateReceiver( 149): Added state dump to 2 crashes
  1053. I/CacheService( 786): Preparing DiskCache for all thumbnails.
  1054. D/dalvikvm( 405): GC freed 6869 objects / 599352 bytes in 171ms
  1055. E/ThumbnailUtil( 405):
  1056. E/ThumbnailUtil( 405): java.io.FileNotFoundException: No entry for content://media/external/images/media/70
  1057. E/ThumbnailUtil( 405): at android.content.ContentProvider.openFileHelper(ContentProvider.java:654)
  1058. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider.openFile(MediaProvider.java:2038)
  1059. E/ThumbnailUtil( 405): at android.content.ContentProvider.openAssetFile(ContentProvider.java:625)
  1060. E/ThumbnailUtil( 405): at android.content.ContentProvider$Transport.openAssetFile(ContentProvider.java:194)
  1061. E/ThumbnailUtil( 405): at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:510)
  1062. E/ThumbnailUtil( 405): at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:423)
  1063. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:148)
  1064. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.makeBitmap(ThumbnailUtil.java:77)
  1065. E/ThumbnailUtil( 405): at android.media.ThumbnailUtil.createImageThumbnail(ThumbnailUtil.java:321)
  1066. E/ThumbnailUtil( 405): at com.android.providers.media.MediaThumbRequest.execute(MediaThumbRequest.java:143)
  1067. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$2.handleMessage(MediaProvider.java:309)
  1068. E/ThumbnailUtil( 405): at android.os.Handler.dispatchMessage(Handler.java:99)
  1069. E/ThumbnailUtil( 405): at android.os.Looper.loop(Looper.java:123)
  1070. E/ThumbnailUtil( 405): at com.android.providers.media.MediaProvider$Worker.run(MediaProvider.java:2101)
  1071. E/ThumbnailUtil( 405): at java.lang.Thread.run(Thread.java:1096)
  1072. W/MediaThumbRequest( 405): can't create bitmap for thumbnail.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement