Logcat: ev_tenderloin4g-7.1.2-nightly-2017.11.03

From EVLogcat Uploader, 5 Years ago, written in Plain Text, viewed 540 times.
URL http://paste.evervolv.com/view/73ee4a4d Embed
Download Paste or View Raw
  1. ------ SYSTEM LOG (logcat -v threadtime -d *:v) ------
  2. --------- beginning of crash
  3. 12-31 19:24:27.406   953   975 E AndroidRuntime: FATAL EXCEPTION: AsyncHandler
  4. 12-31 19:24:27.406   953   975 E AndroidRuntime: Process: com.android.deskclock, PID: 953
  5. 12-31 19:24:27.406   953   975 E AndroidRuntime: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to 8
  6. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at android.database.sqlite.SQLiteOpenHelper.onDowngrade(SQLiteOpenHelper.java:360)
  7. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:254)
  8. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187)
  9. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at com.android.deskclock.provider.ClockProvider.query(ClockProvider.java:143)
  10. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at android.content.ContentProvider.query(ContentProvider.java:1020)
  11. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at android.content.ContentProvider$Transport.query(ContentProvider.java:239)
  12. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at android.content.ContentResolver.query(ContentResolver.java:532)
  13. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at android.content.ContentResolver.query(ContentResolver.java:474)
  14. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at com.android.deskclock.provider.AlarmInstance.getInstances(AlarmInstance.java:220)
  15. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at com.android.deskclock.alarms.AlarmStateManager.fixAlarmInstances(AlarmStateManager.java:801)
  16. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at com.android.deskclock.AlarmInitReceiver$1.run(AlarmInitReceiver.java:85)
  17. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at android.os.Handler.handleCallback(Handler.java:751)
  18. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:95)
  19. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:154)
  20. 12-31 19:24:27.406   953   975 E AndroidRuntime:        at android.os.HandlerThread.run(HandlerThread.java:61)
  21. 12-31 19:24:34.652   693   693 E AndroidRuntime: FATAL EXCEPTION: main
  22. 12-31 19:24:34.652   693   693 E AndroidRuntime: Process: com.android.phone, PID: 693
  23. 12-31 19:24:34.652   693   693 E AndroidRuntime: java.lang.RuntimeException: Unable to start receiver com.mbm.mbmservice.MbmServiceReceiver: java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.mbm.mbmservice.MbmService }
  24. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at android.app.ActivityThread.handleReceiver(ActivityThread.java:3066)
  25. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at android.app.ActivityThread.-wrap18(ActivityThread.java)
  26. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1576)
  27. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:102)
  28. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:154)
  29. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:6208)
  30. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
  31. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
  32. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
  33. 12-31 19:24:34.652   693   693 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.mbm.mbmservice.MbmService }
  34. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at android.app.ContextImpl.validateServiceIntent(ContextImpl.java:1345)
  35. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1374)
  36. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at android.app.ContextImpl.startService(ContextImpl.java:1358)
  37. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at android.content.ContextWrapper.startService(ContextWrapper.java:613)
  38. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at android.content.ContextWrapper.startService(ContextWrapper.java:613)
  39. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at com.mbm.mbmservice.MbmServiceReceiver.onReceive(MbmServiceReceiver.java:69)
  40. 12-31 19:24:34.652   693   693 E AndroidRuntime:        at android.app.ActivityThread.handleReceiver(ActivityThread.java:3059)
  41. 12-31 19:24:34.652   693   693 E AndroidRuntime:        ... 8 more
  42. 12-31 19:24:38.237  1382  1399 E AndroidRuntime: FATAL EXCEPTION: AsyncHandler
  43. 12-31 19:24:38.237  1382  1399 E AndroidRuntime: Process: com.android.deskclock, PID: 1382
  44. 12-31 19:24:38.237  1382  1399 E AndroidRuntime: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to 8
  45. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at android.database.sqlite.SQLiteOpenHelper.onDowngrade(SQLiteOpenHelper.java:360)
  46. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:254)
  47. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187)
  48. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at com.android.deskclock.provider.ClockProvider.query(ClockProvider.java:143)
  49. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at android.content.ContentProvider.query(ContentProvider.java:1020)
  50. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at android.content.ContentProvider$Transport.query(ContentProvider.java:239)
  51. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at android.content.ContentResolver.query(ContentResolver.java:532)
  52. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at android.content.ContentResolver.query(ContentResolver.java:474)
  53. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at com.android.deskclock.provider.AlarmInstance.getInstances(AlarmInstance.java:220)
  54. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at com.android.deskclock.alarms.AlarmStateManager.fixAlarmInstances(AlarmStateManager.java:801)
  55. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at com.android.deskclock.AlarmInitReceiver$1.run(AlarmInitReceiver.java:85)
  56. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at android.os.Handler.handleCallback(Handler.java:751)
  57. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:95)
  58. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:154)
  59. 12-31 19:24:38.237  1382  1399 E AndroidRuntime:        at android.os.HandlerThread.run(HandlerThread.java:61)
  60. --------- beginning of system
  61. 08-11 16:19:23.837  1955  1955 D ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
  62. 08-11 16:19:24.913   439   451 I chatty  : uid=1000(system) Binder:439_2 expire 2 lines
  63. 08-11 16:19:24.915   439   958 I chatty  : uid=1000(system) backup expire 3 lines
  64. 08-11 16:19:25.833   439  1948 I chatty  : uid=1000(system) Binder:439_E expire 2 lines
  65. 08-11 16:19:26.325  1300  1300 D MccTable: updateMccMncConfiguration mccmnc='310410' fromServiceState=false
  66. 08-11 16:19:26.329  1300  1300 D MccTable: updateMccMncConfiguration defaultMccMnc=
  67. 08-11 16:19:26.329  1300  1300 D MccTable: updateMccMncConfiguration: mcc=310, mnc=410
  68. 08-11 16:19:26.332  1300  1300 D MccTable: updateMccMncConfiguration updateConfig config={1.0 310mcc410mnc ?localeList ?layoutDir ?swdp ?wdp ?hdp ?density ?lsize ?long ?orien ?uimode ?night ?touch ?keyb/?/? ?nav/?}
  69. 08-11 16:19:26.459   439  1075 I chatty  : uid=1000(system) Binder:439_8 expire 8 lines
  70. 08-11 16:19:28.796   439   818 I chatty  : uid=1000(system) Binder:439_5 expire 2 lines
  71. 08-11 16:19:29.123   439  1942 I chatty  : uid=1000(system) Binder:439_B expire 2 lines
  72. 08-11 16:19:29.330   439  2181 I chatty  : uid=1000(system) Binder:439_11 expire 4 lines
  73. 08-11 16:19:29.836   439  2173 I chatty  : uid=1000(system) Binder:439_F expire 1 line
  74. 08-11 16:19:30.428   439  2183 I chatty  : uid=1000(system) Binder:439_13 expire 1 line
  75. 08-11 16:19:30.439   439  1298 I chatty  : uid=1000(system) Binder:439_9 expire 1 line
  76. 08-11 16:19:30.485   439   460 I chatty  : uid=1000(system) android.display expire 3 lines
  77. 08-11 16:19:30.736  1300  1300 D MccTable: updateMccMncConfiguration mccmnc='310410' fromServiceState=false
  78. 08-11 16:19:30.744  1300  1300 D MccTable: updateMccMncConfiguration defaultMccMnc=310410
  79. 08-11 16:19:30.744  1300  1300 D MccTable: updateMccMncConfiguration: mcc=310, mnc=410
  80. 08-11 16:19:30.744  1300  1300 D MccTable: updateMccMncConfiguration updateConfig config={1.0 310mcc410mnc ?localeList ?layoutDir ?swdp ?wdp ?hdp ?density ?lsize ?long ?orien ?uimode ?night ?touch ?keyb/?/? ?nav/?}
  81. 08-11 16:19:31.228   439   619 I chatty  : uid=1000(system) Binder:439_4 expire 1 line
  82. 08-11 16:19:31.250   439  2180 I chatty  : uid=1000(system) Binder:439_10 expire 1 line
  83. 08-11 16:19:32.114  1300  1300 D MccTable: updateMccMncConfiguration mccmnc='310410' fromServiceState=false
  84. 08-11 16:19:32.116  1300  1300 D MccTable: updateMccMncConfiguration defaultMccMnc=310410
  85. 08-11 16:19:32.116  1300  1300 D MccTable: updateMccMncConfiguration: mcc=310, mnc=410
  86. 08-11 16:19:32.116  1300  1300 D MccTable: updateMccMncConfiguration updateConfig config={1.0 310mcc410mnc ?localeList ?layoutDir ?swdp ?wdp ?hdp ?density ?lsize ?long ?orien ?uimode ?night ?touch ?keyb/?/? ?nav/?}
  87. 08-11 16:19:32.830   439  2186 I chatty  : uid=1000(system) Binder:439_15 expire 3 lines
  88. 08-11 16:19:32.867   439   439 I chatty  : uid=1000 system_server expire 3 lines
  89. 08-11 16:19:32.888   439  2184 I chatty  : uid=1000(system) Binder:439_14 expire 1 line
  90. 08-11 16:19:33.089   439  1058 I chatty  : uid=1000(system) Binder:439_6 expire 1 line
  91. 08-11 16:19:33.586   439  1948 I chatty  : uid=1000(system) Binder:439_E expire 1 line
  92. 08-11 16:19:33.596   439  1944 I chatty  : uid=1000(system) Binder:439_C expire 1 line
  93. 08-11 16:19:33.759   439   958 I chatty  : uid=1000(system) backup expire 22 lines
  94. 08-11 16:19:33.951   439  2182 I chatty  : uid=1000(system) Binder:439_12 expire 3 lines
  95. 08-11 16:19:34.305   439  2181 I chatty  : uid=1000(system) Binder:439_11 expire 1 line
  96. 08-11 16:19:34.412   439  2180 I chatty  : uid=1000(system) Binder:439_10 expire 4 lines
  97. 08-11 16:19:35.822   439  2173 I chatty  : uid=1000(system) Binder:439_F expire 1 line
  98. 08-11 16:19:36.202   439  1298 I chatty  : uid=1000(system) Binder:439_9 expire 2 lines
  99. 08-11 16:19:36.560   439  1067 I chatty  : uid=1000(system) Binder:439_7 expire 2 lines
  100. 08-11 16:19:37.512   439  2181 I chatty  : uid=1000(system) Binder:439_11 expire 3 lines
  101. 08-11 16:19:38.073   439  2183 I chatty  : uid=1000(system) Binder:439_13 expire 4 lines
  102. 08-11 16:19:38.985   439   439 I chatty  : uid=1000 system_server expire 1 line
  103. 08-11 16:19:40.337   439   452 I chatty  : uid=1000(system) android.bg expire 4 lines
  104. 08-11 16:19:41.393   439   462 I chatty  : uid=1000(system) PowerManagerSer expire 6 lines
  105. 08-11 16:19:42.054   439   515 I chatty  : uid=1000(system) Binder:439_3 expire 3 lines
  106. 08-11 16:19:42.084   439  1948 I chatty  : uid=1000(system) Binder:439_E expire 3 lines
  107. 08-11 16:19:42.217   439  1299 I chatty  : uid=1000(system) Binder:439_A expire 3 lines
  108. 08-11 16:19:43.709   439  2182 I chatty  : uid=1000(system) Binder:439_12 expire 2 lines
  109. 08-11 16:19:45.460   439   450 I chatty  : uid=1000(system) Binder:439_1 expire 1 line
  110. 08-11 16:19:46.687  2567  2601 D ActivityThread: Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
  111. 08-11 16:19:46.702  2567  2602 D ActivityThread: Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
  112. 08-11 16:19:52.636   439   483 I chatty  : uid=1000(system) AlarmManager expire 1 line
  113. 08-11 16:19:54.401   439   451 I chatty  : uid=1000(system) Binder:439_2 expire 1 line
  114. 08-11 16:19:55.122   439  1075 I chatty  : uid=1000(system) Binder:439_8 expire 2 lines
  115. 08-11 16:19:55.127   439  1946 I chatty  : uid=1000(system) Binder:439_D expire 1 line
  116. 08-11 16:19:55.158   439  1942 I chatty  : uid=1000(system) Binder:439_B expire 1 line
  117. 08-11 16:19:55.169   439  2186 I chatty  : uid=1000(system) Binder:439_15 expire 1 line
  118. 08-11 16:19:57.826   439   453 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  119. 08-11 16:19:59.836   439  1058 I chatty  : uid=1000(system) Binder:439_6 expire 2 lines
  120. 08-11 16:20:11.292   439  2183 I chatty  : uid=1000(system) Binder:439_13 expire 3 lines
  121. 08-11 16:20:13.670   439   452 I chatty  : uid=1000(system) android.bg expire 2 lines
  122. 08-11 16:20:13.979   439  1946 I chatty  : uid=1000(system) Binder:439_D expire 3 lines
  123. 08-11 16:20:14.656   439  2181 I chatty  : uid=1000(system) Binder:439_11 expire 3 lines
  124. 08-11 16:20:14.696   439  2182 I chatty  : uid=1000(system) Binder:439_12 expire 1 line
  125. 08-11 16:20:15.005   439  1948 I chatty  : uid=1000(system) Binder:439_E expire 1 line
  126. 08-11 16:20:15.083   439   504 I chatty  : uid=1000(system) ConnectivitySer expire 1 line
  127. 08-11 16:20:23.354   439   619 I chatty  : uid=1000(system) Binder:439_4 expire 3 lines
  128. 08-11 16:20:23.355   439   439 I chatty  : uid=1000 system_server expire 1 line
  129. 08-11 16:20:27.283   439  1944 I chatty  : uid=1000(system) Binder:439_C expire 1 line
  130. 08-11 16:20:27.342   439   515 I chatty  : uid=1000(system) Binder:439_3 expire 1 line
  131. 08-11 16:20:33.871   439  2173 I chatty  : uid=1000(system) Binder:439_F expire 3 lines
  132. 08-11 16:20:34.659   439  2180 I chatty  : uid=1000(system) Binder:439_10 expire 6 lines
  133. 08-11 16:20:37.273   439  1942 I chatty  : uid=1000(system) Binder:439_B expire 1 line
  134. 08-11 16:20:38.671   439   958 I chatty  : uid=1000(system) backup expire 2 lines
  135. 08-11 16:20:45.469   439  1298 I chatty  : uid=1000(system) Binder:439_9 expire 3 lines
  136. 08-11 16:20:45.716   439  1075 I chatty  : uid=1000(system) Binder:439_8 expire 2 lines
  137. 08-11 16:20:45.832   439   462 I chatty  : uid=1000(system) PowerManagerSer expire 2 lines
  138. 08-11 16:20:56.516   439  2186 I chatty  : uid=1000(system) Binder:439_15 expire 1 line
  139. 08-11 16:20:57.881  2567  2567 E ActivityThread: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@abfb06c that was originally bound here
  140. 08-11 16:20:57.881  2567  2567 E ActivityThread: android.app.ServiceConnectionLeaked: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@abfb06c that was originally bound here
  141. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1336)
  142. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231)
  143. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450)
  144. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindService(ContextImpl.java:1422)
  145. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at android.content.ContextWrapper.bindService(ContextWrapper.java:636)
  146. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181)
  147. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224)
  148. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160)
  149. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171)
  150. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115)
  151. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305)
  152. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369)
  153. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132)
  154. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
  155. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at android.os.Handler.dispatchMessage(Handler.java:102)
  156. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at android.os.Looper.loop(Looper.java:154)
  157. 08-11 16:20:57.881  2567  2567 E ActivityThread:        at android.os.HandlerThread.run(HandlerThread.java:61)
  158. 08-11 16:20:57.883   439  1067 I chatty  : uid=1000(system) Binder:439_7 expire 1 line
  159. 08-11 16:21:13.366   439  2173 I chatty  : uid=1000(system) Binder:439_F expire 2 lines
  160. 08-11 16:21:13.370   439   492 I chatty  : uid=1000(system) MountService expire 1 line
  161. 08-11 16:21:13.374   146   153 E vold    : Failed to readlink for /proc/1784/ns/mnt
  162. 08-11 16:21:13.375   439   493 I chatty  : uid=1000(system) VoldConnector expire 1 line
  163. 08-11 16:21:13.496   439   619 I chatty  : uid=1000(system) Binder:439_4 expire 3 lines
  164. 08-11 16:21:15.751   439  1942 I chatty  : uid=1000(system) Binder:439_B expire 1 line
  165. 08-11 16:21:17.602   439  1948 I chatty  : uid=1000(system) Binder:439_E expire 2 lines
  166. 08-11 16:21:17.824   439   818 I chatty  : uid=1000(system) Binder:439_5 expire 2 lines
  167. 08-11 16:21:18.010  2567  2567 E ActivityThread: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@c566996 that was originally bound here
  168. 08-11 16:21:18.010  2567  2567 E ActivityThread: android.app.ServiceConnectionLeaked: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@c566996 that was originally bound here
  169. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1336)
  170. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231)
  171. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450)
  172. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindService(ContextImpl.java:1422)
  173. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at android.content.ContextWrapper.bindService(ContextWrapper.java:636)
  174. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181)
  175. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224)
  176. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160)
  177. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171)
  178. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115)
  179. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305)
  180. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369)
  181. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132)
  182. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
  183. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at android.os.Handler.dispatchMessage(Handler.java:102)
  184. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at android.os.Looper.loop(Looper.java:154)
  185. 08-11 16:21:18.010  2567  2567 E ActivityThread:        at android.os.HandlerThread.run(HandlerThread.java:61)
  186. 08-11 16:21:18.011   439  2184 I chatty  : uid=1000(system) Binder:439_14 expire 1 line
  187. 08-11 16:21:19.264   439   439 I chatty  : uid=1000 system_server expire 2 lines
  188. 08-11 16:21:19.271   439   958 I chatty  : uid=1000(system) backup expire 14 lines
  189. 08-11 16:21:23.067   439   452 I chatty  : uid=1000(system) android.bg expire 1 line
  190. 08-11 16:21:25.167   439   462 I chatty  : uid=1000(system) PowerManagerSer expire 6 lines
  191. 08-11 16:21:25.338   439  1075 I chatty  : uid=1000(system) Binder:439_8 expire 2 lines
  192. 08-11 16:21:33.456   439  2180 I chatty  : uid=1000(system) Binder:439_10 expire 1 line
  193. 08-11 16:21:34.943   439   450 I chatty  : uid=1000(system) Binder:439_1 expire 1 line
  194. 08-11 16:21:34.980  2567  2567 E ActivityThread: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@ef5c970 that was originally bound here
  195. 08-11 16:21:34.980  2567  2567 E ActivityThread: android.app.ServiceConnectionLeaked: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@ef5c970 that was originally bound here
  196. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1336)
  197. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231)
  198. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450)
  199. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindService(ContextImpl.java:1422)
  200. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at android.content.ContextWrapper.bindService(ContextWrapper.java:636)
  201. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181)
  202. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224)
  203. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160)
  204. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171)
  205. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115)
  206. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305)
  207. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369)
  208. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132)
  209. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
  210. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at android.os.Handler.dispatchMessage(Handler.java:102)
  211. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at android.os.Looper.loop(Looper.java:154)
  212. 08-11 16:21:34.980  2567  2567 E ActivityThread:        at android.os.HandlerThread.run(HandlerThread.java:61)
  213. 08-11 16:21:34.982   439  2182 I chatty  : uid=1000(system) Binder:439_12 expire 2 lines
  214. 08-11 16:21:36.502   439   958 I chatty  : uid=1000(system) backup expire 12 lines
  215. 08-11 16:21:37.292   439  1942 I chatty  : uid=1000(system) Binder:439_B expire 1 line
  216. 08-11 16:21:37.321   439  2833 I chatty  : uid=1000(system) Binder:439_16 expire 2 lines
  217. 08-11 16:21:37.551   439  1948 I chatty  : uid=1000(system) Binder:439_E expire 2 lines
  218. 08-11 16:21:37.675   439   451 I chatty  : uid=1000(system) Binder:439_2 expire 1 line
  219. 08-11 16:21:37.682   439  2181 I chatty  : uid=1000(system) Binder:439_11 expire 2 lines
  220. 08-11 16:21:39.522   439  1058 I chatty  : uid=1000(system) Binder:439_6 expire 3 lines
  221. 08-11 16:21:39.613   439   456 I chatty  : uid=1000(system) batterystats-sy expire 2 lines
  222. 08-11 16:21:42.872   439   462 I chatty  : uid=1000(system) PowerManagerSer expire 2 lines
  223. 08-11 16:21:54.019   439  1946 I chatty  : uid=1000(system) Binder:439_D expire 1 line
  224. 08-11 16:21:54.113   439  1944 I chatty  : uid=1000(system) Binder:439_C expire 1 line
  225. 08-11 16:21:54.153  2567  2567 E ActivityThread: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@2e51a7a that was originally bound here
  226. 08-11 16:21:54.153  2567  2567 E ActivityThread: android.app.ServiceConnectionLeaked: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@2e51a7a that was originally bound here
  227. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1336)
  228. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231)
  229. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450)
  230. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindService(ContextImpl.java:1422)
  231. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at android.content.ContextWrapper.bindService(ContextWrapper.java:636)
  232. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181)
  233. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224)
  234. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160)
  235. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171)
  236. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115)
  237. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305)
  238. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369)
  239. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132)
  240. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
  241. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at android.os.Handler.dispatchMessage(Handler.java:102)
  242. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at android.os.Looper.loop(Looper.java:154)
  243. 08-11 16:21:54.153  2567  2567 E ActivityThread:        at android.os.HandlerThread.run(HandlerThread.java:61)
  244. 08-11 16:21:54.154   439  2173 I chatty  : uid=1000(system) Binder:439_F expire 2 lines
  245. 08-11 16:21:58.025   439   818 I chatty  : uid=1000(system) Binder:439_5 expire 1 line
  246. 08-11 16:21:58.062   439  1298 I chatty  : uid=1000(system) Binder:439_9 expire 2 lines
  247. 08-11 16:21:58.264  2567  2567 E ActivityThread: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@dcd5334 that was originally bound here
  248. 08-11 16:21:58.264  2567  2567 E ActivityThread: android.app.ServiceConnectionLeaked: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@dcd5334 that was originally bound here
  249. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1336)
  250. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231)
  251. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450)
  252. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindService(ContextImpl.java:1422)
  253. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at android.content.ContextWrapper.bindService(ContextWrapper.java:636)
  254. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181)
  255. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224)
  256. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160)
  257. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171)
  258. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115)
  259. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305)
  260. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369)
  261. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132)
  262. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
  263. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at android.os.Handler.dispatchMessage(Handler.java:102)
  264. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at android.os.Looper.loop(Looper.java:154)
  265. 08-11 16:21:58.264  2567  2567 E ActivityThread:        at android.os.HandlerThread.run(HandlerThread.java:61)
  266. 08-11 16:21:59.307   439  2183 I chatty  : uid=1000(system) Binder:439_13 expire 2 lines
  267. 08-11 16:22:00.169   439  1299 I chatty  : uid=1000(system) Binder:439_A expire 1 line
  268. 08-11 16:22:00.426  2567  2567 E ActivityThread: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@2cbb61e that was originally bound here
  269. 08-11 16:22:00.426  2567  2567 E ActivityThread: android.app.ServiceConnectionLeaked: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@2cbb61e that was originally bound here
  270. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1336)
  271. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231)
  272. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450)
  273. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindService(ContextImpl.java:1422)
  274. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at android.content.ContextWrapper.bindService(ContextWrapper.java:636)
  275. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181)
  276. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224)
  277. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160)
  278. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171)
  279. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115)
  280. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305)
  281. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369)
  282. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132)
  283. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
  284. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at android.os.Handler.dispatchMessage(Handler.java:102)
  285. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at android.os.Looper.loop(Looper.java:154)
  286. 08-11 16:22:00.426  2567  2567 E ActivityThread:        at android.os.HandlerThread.run(HandlerThread.java:61)
  287. 08-11 16:22:03.246  2567  2567 E ActivityThread: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@ef71b8 that was originally bound here
  288. 08-11 16:22:03.246  2567  2567 E ActivityThread: android.app.ServiceConnectionLeaked: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@ef71b8 that was originally bound here
  289. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1336)
  290. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231)
  291. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450)
  292. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindService(ContextImpl.java:1422)
  293. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at android.content.ContextWrapper.bindService(ContextWrapper.java:636)
  294. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181)
  295. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224)
  296. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160)
  297. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171)
  298. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115)
  299. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305)
  300. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369)
  301. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132)
  302. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
  303. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at android.os.Handler.dispatchMessage(Handler.java:102)
  304. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at android.os.Looper.loop(Looper.java:154)
  305. 08-11 16:22:03.246  2567  2567 E ActivityThread:        at android.os.HandlerThread.run(HandlerThread.java:61)
  306. 08-11 16:22:03.277   439  2180 I chatty  : uid=1000(system) Binder:439_10 expire 1 line
  307. 08-11 16:22:08.778   439  2186 I chatty  : uid=1000(system) Binder:439_15 expire 7 lines
  308. 08-11 16:22:13.502   439  1298 I chatty  : uid=1000(system) Binder:439_9 expire 3 lines
  309. 08-11 16:22:21.558   439  2181 I chatty  : uid=1000(system) Binder:439_11 expire 2 lines
  310. 08-11 16:22:21.764   439  1067 I chatty  : uid=1000(system) Binder:439_7 expire 1 line
  311. 08-11 16:22:23.581   439   453 I chatty  : uid=1000(system) ActivityManager expire 6 lines
  312. 08-11 16:22:23.622   439  2182 I chatty  : uid=1000(system) Binder:439_12 expire 2 lines
  313. 08-11 16:22:26.664   439   958 I chatty  : uid=1000(system) backup expire 1 line
  314. 08-11 16:22:29.663   439   462 I chatty  : uid=1000(system) PowerManagerSer expire 8 lines
  315. 08-11 16:22:35.823   439  1948 I chatty  : uid=1000(system) Binder:439_E expire 2 lines
  316. 08-11 16:22:38.319   439  1058 I chatty  : uid=1000(system) Binder:439_6 expire 1 line
  317. 08-11 16:22:44.725   439  2184 I chatty  : uid=1000(system) Binder:439_14 expire 1 line
  318. 08-11 16:22:54.669   439   460 I chatty  : uid=1000(system) android.display expire 5 lines
  319. 08-11 16:22:54.836   439  1075 I chatty  : uid=1000(system) Binder:439_8 expire 2 lines
  320. 08-11 16:22:57.337   439   491 I chatty  : uid=1000(system) InputReader expire 1 line
  321. 08-11 16:23:02.699   439  2180 I chatty  : uid=1000(system) Binder:439_10 expire 3 lines
  322. 08-11 16:23:02.734   439   818 I chatty  : uid=1000(system) Binder:439_5 expire 1 line
  323. 08-11 16:23:05.803   439  1067 I chatty  : uid=1000(system) Binder:439_7 expire 2 lines
  324. 08-11 16:23:06.750  1955  1955 W ViewRootImpl[ConversationListActivityGmail]: Dropping event due to no window focus: MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=734.2829, y[0]=244.6814, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=312252, downTime=312252, deviceId=1, source=0x1002 }
  325. 08-11 16:23:06.752  1955  1955 W ViewRootImpl[ConversationListActivityGmail]: Cancelling event due to no window focus: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=734.2829, y[0]=244.6814, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=317036, downTime=312252, deviceId=1, source=0x1002 }
  326. 08-11 16:23:06.753  1955  1955 W ViewRootImpl[ConversationListActivityGmail]: Cancelling event due to no window focus: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=734.2829, y[0]=244.6814, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=317036, downTime=312252, deviceId=1, source=0x1002 }
  327. 08-11 16:23:06.753  1955  1955 W ViewRootImpl[ConversationListActivityGmail]: Cancelling event due to no window focus: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=734.2829, y[0]=244.6814, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=317036, downTime=312252, deviceId=1, source=0x1002 }
  328. 08-11 16:23:06.753  1955  1955 W ViewRootImpl[ConversationListActivityGmail]: Cancelling event due to no window focus: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=734.2829, y[0]=244.6814, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=317036, downTime=312252, deviceId=1, source=0x1002 }
  329. 08-11 16:23:06.838   439   452 I chatty  : uid=1000(system) android.bg expire 1 line
  330. 08-11 16:23:06.852   439  1058 I chatty  : uid=1000(system) Binder:439_6 expire 2 lines
  331. 08-11 16:23:07.056   439  1944 I chatty  : uid=1000(system) Binder:439_C expire 4 lines
  332. 08-11 16:23:07.082   439   450 I chatty  : uid=1000(system) Binder:439_1 expire 1 line
  333. 08-11 16:23:07.110   439  2182 I chatty  : uid=1000(system) Binder:439_12 expire 2 lines
  334. 08-11 16:23:07.289   439   455 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  335. 08-11 16:23:14.471   439   451 I chatty  : uid=1000(system) Binder:439_2 expire 2 lines
  336. 08-11 16:23:16.830   439   453 I chatty  : uid=1000(system) ActivityManager expire 4 lines
  337. 08-11 16:23:18.446   439  2186 I chatty  : uid=1000(system) Binder:439_15 expire 1 line
  338. 08-11 16:23:19.381   439   504 I chatty  : uid=1000(system) ConnectivitySer expire 1 line
  339. 08-11 16:23:25.598   439  2184 I chatty  : uid=1000(system) Binder:439_14 expire 1 line
  340. 08-11 16:23:36.243   439   510 I chatty  : uid=1000(system) onProviders.ECP expire 2 lines
  341. 08-11 16:23:36.673   439   462 I chatty  : uid=1000(system) PowerManagerSer expire 4 lines
  342. 08-11 16:23:51.525   439   439 I chatty  : uid=1000 system_server expire 1 line
  343. 08-11 16:23:51.873   439  3618 I chatty  : uid=1000(system) Binder:439_18 expire 5 lines
  344. 08-11 16:23:57.284   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=35892.42, lux=32629.473
  345. 08-11 16:23:57.284   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=26103.578, lux=32629.473
  346. 08-11 16:23:59.503   439   439 E JobServiceContext: Time-out while trying to bind 70e1b16 #u0a19/9001 com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService, dropping.
  347. 08-11 16:24:07.200   439  2833 W ActivityManager: Slow operation: 64ms so far, now at startProcess: returned from zygote!
  348. 08-11 16:24:07.200   439  2833 W ActivityManager: Slow operation: 64ms so far, now at startProcess: done updating battery stats
  349. 08-11 16:24:07.200   439  2833 W ActivityManager: Slow operation: 64ms so far, now at startProcess: building log message
  350. 08-11 16:24:07.200   439  2833 I ActivityManager: Start proc 3995:android.process.media/u0a5 for content provider com.android.providers.downloads/.DownloadProvider
  351. 08-11 16:24:07.200   439  2833 W ActivityManager: Slow operation: 64ms so far, now at startProcess: starting to update pids map
  352. 08-11 16:24:07.200   439  2833 W ActivityManager: Slow operation: 64ms so far, now at startProcess: done updating pids map
  353. 08-11 16:24:07.200   439  2833 W ActivityManager: Slow operation: 65ms so far, now at startProcess: done starting proc!
  354. 08-11 16:24:07.200   439  2833 W ActivityManager: Slow operation: 62ms so far, now at getContentProviderImpl: after start process
  355. 08-11 16:24:07.201   439  2833 W ActivityManager: Slow operation: 62ms so far, now at getContentProviderImpl: updating data structures
  356. 08-11 16:24:07.201   439  2833 W ActivityManager: Slow operation: 62ms so far, now at getContentProviderImpl: done!
  357. 08-11 16:24:40.291  3995  3995 E ActivityThread: Service com.android.providers.downloads.DownloadJobService has leaked ServiceConnection android.media.MediaScannerConnection@604671 that was originally bound here
  358. 08-11 16:24:40.291  3995  3995 E ActivityThread: android.app.ServiceConnectionLeaked: Service com.android.providers.downloads.DownloadJobService has leaked ServiceConnection android.media.MediaScannerConnection@604671 that was originally bound here
  359. 08-11 16:24:40.291  3995  3995 E ActivityThread:        at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1336)
  360. 08-11 16:24:40.291  3995  3995 E ActivityThread:        at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231)
  361. 08-11 16:24:40.291  3995  3995 E ActivityThread:        at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450)
  362. 08-11 16:24:40.291  3995  3995 E ActivityThread:        at android.app.ContextImpl.bindService(ContextImpl.java:1422)
  363. 08-11 16:24:40.291  3995  3995 E ActivityThread:        at android.content.ContextWrapper.bindService(ContextWrapper.java:636)
  364. 08-11 16:24:40.291  3995  3995 E ActivityThread:        at android.media.MediaScannerConnection.connect(MediaScannerConnection.java:119)
  365. 08-11 16:24:40.291  3995  3995 E ActivityThread:        at com.android.providers.downloads.DownloadScanner.requestScan(DownloadScanner.java:130)
  366. 08-11 16:24:40.291  3995  3995 E ActivityThread:        at com.android.providers.downloads.DownloadScanner.requestScanBlocking(DownloadScanner.java:85)
  367. 08-11 16:24:40.291  3995  3995 E ActivityThread:        at com.android.providers.downloads.DownloadThread.run(DownloadThread.java:386)
  368. 08-11 16:24:40.296  3995  3995 E ActivityThread: Service com.android.providers.downloads.DownloadJobService has leaked ServiceConnection android.media.MediaScannerConnection@357471d that was originally bound here
  369. 08-11 16:24:40.296  3995  3995 E ActivityThread: android.app.ServiceConnectionLeaked: Service com.android.providers.downloads.DownloadJobService has leaked ServiceConnection android.media.MediaScannerConnection@357471d that was originally bound here
  370. 08-11 16:24:40.296  3995  3995 E ActivityThread:        at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1336)
  371. 08-11 16:24:40.296  3995  3995 E ActivityThread:        at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231)
  372. 08-11 16:24:40.296  3995  3995 E ActivityThread:        at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450)
  373. 08-11 16:24:40.296  3995  3995 E ActivityThread:        at android.app.ContextImpl.bindService(ContextImpl.java:1422)
  374. 08-11 16:24:40.296  3995  3995 E ActivityThread:        at android.content.ContextWrapper.bindService(ContextWrapper.java:636)
  375. 08-11 16:24:40.296  3995  3995 E ActivityThread:        at android.media.MediaScannerConnection.connect(MediaScannerConnection.java:119)
  376. 08-11 16:24:40.296  3995  3995 E ActivityThread:        at com.android.providers.downloads.DownloadScanner.requestScan(DownloadScanner.java:130)
  377. 08-11 16:24:40.296  3995  3995 E ActivityThread:        at com.android.providers.downloads.DownloadScanner.requestScanBlocking(DownloadScanner.java:85)
  378. 08-11 16:24:40.296  3995  3995 E ActivityThread:        at com.android.providers.downloads.DownloadThread.run(DownloadThread.java:386)
  379. 08-11 16:24:56.133   439  1067 W ActivityManager: Slow operation: 61ms so far, now at getContentProviderImpl: after updateOomAdj
  380. 08-11 16:24:56.133   439  1067 W ActivityManager: Slow operation: 61ms so far, now at getContentProviderImpl: done!
  381. 08-11 16:25:08.070   439  1058 I ActivityManager: Process com.android.vending (pid 3919) has died
  382. 08-11 16:25:08.070   439  1058 D ActivityManager: cleanUpApplicationRecord -- 3919
  383. 08-11 16:25:08.073   439  1058 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService in 1000ms
  384. 08-11 16:25:27.068   439  1299 I ActivityManager: Start proc 4232:com.android.vending/u0a19 for service com.android.vending/com.google.android.finsky.contentfilterui.ContentFiltersService
  385. 08-11 16:25:41.695   439   450 I ActivityManager: Setting hasTopUi=true for pid=534
  386. 08-11 16:25:44.056   439   453 I ActivityManager: Waited long enough for: ServiceRecord{c3480 u0 com.android.providers.calendar/.EmptyService}
  387. 08-11 16:25:45.190   439  1299 I ActivityManager: START u0 {cat=[categoryhack:b613164e-2589-44e2-a500-de8ffab0178f] cmp=com.google.android.gms/.auth.uiflows.controller.ControllerLauncherActivity (has extras)} from uid 10015 on display 0
  388. 08-11 16:25:45.224   439  1299 W ActivityManager: startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { cat=[categoryhack:b613164e-2589-44e2-a500-de8ffab0178f] cmp=com.google.android.gms/.auth.uiflows.controller.ControllerLauncherActivity (has extras) }
  389. 08-11 16:25:45.634   439  1075 I ActivityManager: Setting hasTopUi=false for pid=534
  390. 08-11 16:25:45.758   439   453 W ActivityManager: Activity pause timeout for ActivityRecord{b454071 u0 com.google.android.gm/.ConversationListActivityGmail t3}
  391. 08-11 16:25:46.168   439   453 E ActivityManager: applyOptionsLocked: Unknown animationType=0
  392. 08-11 16:25:50.978   439  2180 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3d6d920 attribute=null, token = android.os.BinderProxy@98acb4b
  393. 08-11 16:25:51.177   439   453 W ActivityManager: Activity pause timeout for ActivityRecord{eba84fd u0 com.google.android.gms/.auth.uiflows.controller.ControllerLauncherActivity t4}
  394. 08-11 16:25:55.752   439   453 W ActivityManager: Launch timeout has expired, giving up wake lock!
  395. 08-11 16:25:56.439   439  1299 W ActivityManager: Slow operation: 684ms so far, now at getContentProviderImpl: after checkContentProviderPermission
  396. 08-11 16:25:56.439   439  1299 W ActivityManager: Slow operation: 684ms so far, now at getContentProviderImpl: incProviderCountLocked
  397. 08-11 16:25:56.439   439  1299 W ActivityManager: Slow operation: 684ms so far, now at getContentProviderImpl: before updateLruProcess
  398. 08-11 16:25:56.439   439  1299 W ActivityManager: Slow operation: 685ms so far, now at getContentProviderImpl: after updateLruProcess
  399. 08-11 16:25:56.439   439  1299 W ActivityManager: Slow operation: 685ms so far, now at getContentProviderImpl: before updateOomAdj
  400. 08-11 16:25:56.440   439  1299 W ActivityManager: Slow operation: 685ms so far, now at getContentProviderImpl: after updateOomAdj
  401. 08-11 16:25:56.440   439  1299 W ActivityManager: Slow operation: 685ms so far, now at getContentProviderImpl: done!
  402. 08-11 16:25:58.975   439  2186 I ActivityManager: START u0 {flg=0x2000000 cmp=com.google.android.gms/.auth.uiflows.gettoken.GetTokenActivity (has extras)} from uid 10015 on display 0
  403. 08-11 16:26:01.323   439  1058 I ActivityManager: Activity reported stop, but no longer stopping: ActivityRecord{eba84fd u0 com.google.android.gms/.auth.uiflows.controller.ControllerLauncherActivity t4 f}
  404. 08-11 16:26:02.939   439   450 I ActivityManager: START u0 {flg=0x2000000 cmp=com.google.android.gms/.auth.uiflows.minutemaid.MinuteMaidActivity (has extras)} from uid 10015 on display 0
  405. 08-11 16:26:08.994   439   453 W ActivityManager: Launch timeout has expired, giving up wake lock!
  406. 08-11 16:26:11.442   439  1058 I ActivityManager: Setting hasTopUi=true for pid=534
  407. 08-11 16:26:13.173   439   453 W ActivityManager: Activity destroy timeout for ActivityRecord{eba84fd u0 com.google.android.gms/.auth.uiflows.controller.ControllerLauncherActivity t4 f}
  408. 08-11 16:26:18.130   439   818 I ActivityManager: Start proc 4441:com.android.chrome:sandboxed_process2/u0i2 for service com.android.chrome/org.chromium.content.app.SandboxedProcessService2
  409. 08-11 16:26:20.882   439  1298 I ActivityManager: Process com.android.chrome:sandboxed_process2 (pid 4441) has died
  410. 08-11 16:26:20.882   439  1298 D ActivityManager: cleanUpApplicationRecord -- 4441
  411. 08-11 16:26:20.883   439  1298 W ActivityManager: Scheduling restart of crashed service com.android.chrome/org.chromium.content.app.SandboxedProcessService2 in 1000ms
  412. 08-11 16:26:21.067   439   456 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  413. 08-11 16:26:21.702   439   456 E KernelUidCpuTimeReader: failed to remove uid from uid_cputime module
  414. 08-11 16:26:21.702   439   456 E KernelUidCpuTimeReader: java.io.FileNotFoundException: /proc/uid_cputime/remove_uid_range (No such file or directory)
  415. 08-11 16:26:21.702   439   456 E KernelUidCpuTimeReader:        at java.io.FileOutputStream.open(Native Method)
  416. 08-11 16:26:21.702   439   456 E KernelUidCpuTimeReader:        at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
  417. 08-11 16:26:21.702   439   456 E KernelUidCpuTimeReader:        at java.io.FileOutputStream.<init>(FileOutputStream.java:108)
  418. 08-11 16:26:21.702   439   456 E KernelUidCpuTimeReader:        at java.io.FileWriter.<init>(FileWriter.java:63)
  419. 08-11 16:26:21.702   439   456 E KernelUidCpuTimeReader:        at com.android.internal.os.KernelUidCpuTimeReader.removeUid(KernelUidCpuTimeReader.java:158)
  420. 08-11 16:26:21.702   439   456 E KernelUidCpuTimeReader:        at com.android.internal.os.BatteryStatsImpl.removeIsolatedUidLocked(BatteryStatsImpl.java:3161)
  421. 08-11 16:26:21.702   439   456 E KernelUidCpuTimeReader:        at com.android.server.am.BatteryStatsService$BatteryStatsHandler.handleMessage(BatteryStatsService.java:141)
  422. 08-11 16:26:21.702   439   456 E KernelUidCpuTimeReader:        at android.os.Handler.dispatchMessage(Handler.java:102)
  423. 08-11 16:26:21.702   439   456 E KernelUidCpuTimeReader:        at android.os.Looper.loop(Looper.java:154)
  424. 08-11 16:26:21.702   439   456 E KernelUidCpuTimeReader:        at android.os.HandlerThread.run(HandlerThread.java:61)
  425. 08-11 16:26:21.702   439   456 E KernelUidCpuTimeReader:        at com.android.server.ServiceThread.run(ServiceThread.java:46)
  426. 08-11 16:26:27.533   439  1942 W ActivityManager: Slow operation: 112ms so far, now at startProcess: returned from zygote!
  427. 08-11 16:26:27.533   439  1942 W ActivityManager: Slow operation: 112ms so far, now at startProcess: done updating battery stats
  428. 08-11 16:26:27.533   439  1942 W ActivityManager: Slow operation: 112ms so far, now at startProcess: building log message
  429. 08-11 16:26:27.533   439  1942 I ActivityManager: Start proc 4478:com.android.chrome:sandboxed_process3/u0i3 for service com.android.chrome/org.chromium.content.app.SandboxedProcessService3
  430. 08-11 16:26:27.533   439  1942 W ActivityManager: Slow operation: 112ms so far, now at startProcess: starting to update pids map
  431. 08-11 16:26:27.533   439  1942 W ActivityManager: Slow operation: 112ms so far, now at startProcess: done updating pids map
  432. 08-11 16:26:27.533   439  1942 W ActivityManager: Slow operation: 113ms so far, now at startProcess: done starting proc!
  433. 08-11 16:26:29.833   439   818 I ActivityManager: Process com.android.chrome:sandboxed_process3 (pid 4478) has died
  434. 08-11 16:26:29.833   439   818 D ActivityManager: cleanUpApplicationRecord -- 4478
  435. 08-11 16:26:29.833   439   818 W ActivityManager: Scheduling restart of crashed service com.android.chrome/org.chromium.content.app.SandboxedProcessService3 in 1000ms
  436. 08-11 16:26:29.838   439   456 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  437. 08-11 16:26:29.871   439   456 E KernelUidCpuTimeReader: failed to remove uid from uid_cputime module
  438. 08-11 16:26:29.871   439   456 E KernelUidCpuTimeReader: java.io.FileNotFoundException: /proc/uid_cputime/remove_uid_range (No such file or directory)
  439. 08-11 16:26:29.871   439   456 E KernelUidCpuTimeReader:        at java.io.FileOutputStream.open(Native Method)
  440. 08-11 16:26:29.871   439   456 E KernelUidCpuTimeReader:        at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
  441. 08-11 16:26:29.871   439   456 E KernelUidCpuTimeReader:        at java.io.FileOutputStream.<init>(FileOutputStream.java:108)
  442. 08-11 16:26:29.871   439   456 E KernelUidCpuTimeReader:        at java.io.FileWriter.<init>(FileWriter.java:63)
  443. 08-11 16:26:29.871   439   456 E KernelUidCpuTimeReader:        at com.android.internal.os.KernelUidCpuTimeReader.removeUid(KernelUidCpuTimeReader.java:158)
  444. 08-11 16:26:29.871   439   456 E KernelUidCpuTimeReader:        at com.android.internal.os.BatteryStatsImpl.removeIsolatedUidLocked(BatteryStatsImpl.java:3161)
  445. 08-11 16:26:29.871   439   456 E KernelUidCpuTimeReader:        at com.android.server.am.BatteryStatsService$BatteryStatsHandler.handleMessage(BatteryStatsService.java:141)
  446. 08-11 16:26:29.871   439   456 E KernelUidCpuTimeReader:        at android.os.Handler.dispatchMessage(Handler.java:102)
  447. 08-11 16:26:29.871   439   456 E KernelUidCpuTimeReader:        at android.os.Looper.loop(Looper.java:154)
  448. 08-11 16:26:29.871   439   456 E KernelUidCpuTimeReader:        at android.os.HandlerThread.run(HandlerThread.java:61)
  449. 08-11 16:26:29.871   439   456 E KernelUidCpuTimeReader:        at com.android.server.ServiceThread.run(ServiceThread.java:46)
  450. 08-11 16:26:45.345   439   818 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3f998df attribute=null, token = android.os.BinderProxy@9676690
  451. 08-11 16:26:49.652   439  2182 I ActivityManager: Setting hasTopUi=false for pid=534
  452. 08-11 16:26:58.709   439  1298 I ActivityManager: Process com.android.vending (pid 4232) has died
  453. 08-11 16:26:58.710   439  1298 D ActivityManager: cleanUpApplicationRecord -- 4232
  454. 08-11 16:26:58.721   439  1298 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService in 1000ms
  455. 08-11 16:27:00.092   439  2833 I ActivityManager: Start proc 4545:com.android.vending/u0a19 for service com.android.vending/com.google.android.finsky.contentfilterui.ContentFiltersService
  456. 08-11 16:27:16.597   439   619 D CountryDetector: The first listener is added
  457. 08-11 16:27:45.180   439   462 I PowerManagerService: Going to sleep due to screen timeout (uid 1000)...
  458. 08-11 16:27:45.577   439   462 I PowerManagerService: Sleeping (uid 1000)...
  459. 08-11 16:27:45.984   439   453 I VrManagerService: VR mode is disallowed
  460. 08-11 16:27:46.942   439   460 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF
  461. 08-11 16:27:48.466   439   456 E BatteryStatsService: no controller energy info supplied
  462. 08-11 16:27:48.466   439   456 E BatteryStatsService: no controller energy info supplied
  463. 08-11 16:27:49.578   439   453 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  464. 08-11 16:27:50.779   439   456 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  465. 08-11 16:27:50.782   439   456 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  466. 08-11 16:27:59.694   439  1067 I ActivityManager: Process com.android.vending (pid 4545) has died
  467. 08-11 16:27:59.694   439  1067 D ActivityManager: cleanUpApplicationRecord -- 4545
  468. 08-11 16:27:59.696   439  1067 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService in 1000ms
  469. 08-11 16:28:00.195   439  1067 I ActivityManager: Setting hasTopUi=true for pid=534
  470. 08-11 16:28:29.724   439   439 I ActivityManager: Start proc 4711:com.android.vending/u0a19 for service com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService
  471. 08-11 16:28:40.714   439  1946 I ActivityManager: Process com.android.vending (pid 4711) has died
  472. 08-11 16:28:40.714   439  1946 D ActivityManager: cleanUpApplicationRecord -- 4711
  473. 08-11 16:28:40.715   439  1946 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService in 1000ms
  474. 08-11 16:28:57.136   439   491 I PowerManagerService: Waking up from sleep (uid 1000)...
  475. 08-11 16:28:57.137   439   462 I DisplayPowerController: Blocking screen on until initial contents have been drawn.
  476. 08-11 16:28:57.958   439   460 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
  477. 08-11 16:28:58.014   439   462 I DisplayPowerController: Unblocked screen on after 877 ms
  478. 08-11 16:28:58.529   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=26262.5, lux=23875.0
  479. 08-11 16:28:58.529   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=19100.0, lux=23875.0
  480. 08-11 16:29:00.303   439   453 I VrManagerService: VR mode is allowed
  481. 08-11 16:29:00.453   439  1948 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@a65d198 attribute=android.view.inputmethod.EditorInfo@6c6bdf1, token = android.os.BinderProxy@9676690
  482. 08-11 16:29:00.772   439  1058 I ActivityManager: Setting hasTopUi=false for pid=534
  483. 08-11 16:29:30.044   439   453 I ActivityManager: Killing 3345:com.android.calllogbackup/u0a3 (adj 906): empty #17
  484. 08-11 16:29:30.065   439  1058 D ActivityManager: cleanUpApplicationRecord -- 3345
  485. 08-11 16:29:31.301   439  1075 I ActivityManager: Start proc 4905:com.android.vending/u0a19 for service com.android.vending/com.google.android.finsky.contentfilterui.ContentFiltersService
  486. 08-11 16:29:40.019   439  2183 I ActivityManager: Process com.android.vending (pid 4905) has died
  487. 08-11 16:29:40.019   439  2183 D ActivityManager: cleanUpApplicationRecord -- 4905
  488. 08-11 16:29:40.021   439  2183 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService in 1000ms
  489. 08-11 16:29:40.079   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=20136.459, lux=18305.871
  490. 08-11 16:29:40.079   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=14644.697, lux=18305.871
  491. 08-11 16:30:00.409   439  2833 I ActivityManager: START u0 {flg=0x2000000 cmp=com.google.android.gms/.auth.uiflows.common.UpdateCredentialsActivity (has extras)} from uid 10015 on display 0
  492. 08-11 16:30:00.817   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=14632.132, lux=13301.9375
  493. 08-11 16:30:00.817   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=10641.55, lux=13301.9375
  494. 08-11 16:30:05.744   439  1299 I ActivityManager: START u0 {flg=0x2000000 cmp=com.google.android.gms/.auth.uiflows.gettoken.GetTokenActivity (has extras)} from uid 10015 on display 0
  495. 08-11 16:30:06.446   439  2183 I ActivityManager: Start proc 5021:com.android.vending/u0a19 for broadcast com.android.vending/com.google.android.finsky.accounts.impl.AccountsChangedReceiver
  496. 08-11 16:30:08.225   439   450 W ActivityManager: Slow operation: 954ms so far, now at attachApplicationLocked: before bindApplication
  497. 08-11 16:30:08.225   439   450 W ActivityManager: Slow operation: 954ms so far, now at attachApplicationLocked: immediately before bindApplication
  498. 08-11 16:30:08.258   439   450 W ActivityManager: Slow operation: 988ms so far, now at attachApplicationLocked: immediately after bindApplication
  499. 08-11 16:30:08.258   439   450 W ActivityManager: Slow operation: 988ms so far, now at attachApplicationLocked: after updateLruProcessLocked
  500. 08-11 16:30:08.259   439   450 W ActivityManager: Slow operation: 989ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked
  501. 08-11 16:30:08.266   439   450 W ActivityManager: Slow operation: 995ms so far, now at attachApplicationLocked: after sendPendingBroadcastsLocked
  502. 08-11 16:30:08.311   439  2184 V BackupManagerService: Scheduling immediate backup pass
  503. 08-11 16:30:08.323   439   439 V BackupManagerService: Running a backup pass
  504. 08-11 16:30:08.324   439   958 V BackupManagerService: clearing pending backups
  505. 08-11 16:30:08.512   439   958 V PerformBackupTask: Beginning backup of 12 targets
  506. 08-11 16:30:08.624   439  2182 W ActivityManager: Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found
  507. 08-11 16:30:08.673   439  2186 W ActivityManager: Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found
  508. 08-11 16:30:08.742   439  3618 W ActivityManager: Unable to start service Intent { cmp=com.google.android.calendar/.timely.CalendarOobeService } U=0: not found
  509. 08-11 16:30:08.747   439  1067 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@cc42d7e
  510. 08-11 16:30:08.751  2567  2567 E ActivityThread: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@cca4082 that was originally bound here
  511. 08-11 16:30:08.751  2567  2567 E ActivityThread: android.app.ServiceConnectionLeaked: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@cca4082 that was originally bound here
  512. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1336)
  513. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231)
  514. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450)
  515. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindService(ContextImpl.java:1422)
  516. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at android.content.ContextWrapper.bindService(ContextWrapper.java:636)
  517. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181)
  518. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224)
  519. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160)
  520. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171)
  521. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115)
  522. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305)
  523. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369)
  524. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132)
  525. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
  526. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at android.os.Handler.dispatchMessage(Handler.java:102)
  527. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at android.os.Looper.loop(Looper.java:154)
  528. 08-11 16:30:08.751  2567  2567 E ActivityThread:        at android.os.HandlerThread.run(HandlerThread.java:61)
  529. 08-11 16:30:08.757   439  2186 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@2d7f2df
  530. 08-11 16:30:09.070   439   958 D PerformBackupTask: invokeAgentForBackup on @pm@
  531. 08-11 16:30:10.682   439   958 I BackupRestoreController: Getting widget state for user: 0
  532. 08-11 16:30:10.690   439   958 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.gm}
  533. 08-11 16:30:10.717   439   958 D BackupManagerService: awaiting agent for ApplicationInfo{9731f4c com.google.android.gm}
  534. 08-11 16:30:10.862   439  1075 D BackupManagerService: agentConnected pkg=com.google.android.gm agent=android.os.BinderProxy@f79d219
  535. 08-11 16:30:10.863   439   958 I BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@d3842de
  536. 08-11 16:30:10.863   439   958 D PerformBackupTask: invokeAgentForBackup on com.google.android.gm
  537. 08-11 16:30:12.795   439  1067 I ActivityManager: Start proc 5073:com.google.android.play.games.ui/u0a15 for content provider com.google.android.gms/.games.provider.NotificationStubContentProvider
  538. 08-11 16:30:14.088   439   958 I BackupRestoreController: Getting widget state for user: 0
  539. 08-11 16:30:22.997   439   439 E JobServiceContext: Time-out while trying to bind f03c2f #u0a19/9000 com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService, dropping.
  540. 08-11 16:30:25.955   439  2181 I ActivityManager: Killing 3623:com.google.android.configupdater/u0a75 (adj 906): empty #17
  541. 08-11 16:30:25.975   439   619 D ActivityManager: cleanUpApplicationRecord -- 3623
  542. 08-11 16:30:26.457   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=10607.165, lux=9642.877
  543. 08-11 16:30:26.457   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=7714.302, lux=9642.877
  544. 08-11 16:30:47.318   439   958 V KeyValueBackupJob: Scheduling k/v pass in 719 minutes
  545. 08-11 16:30:48.312   439   958 I BackupManagerService: K/V backup pass finished.
  546. 08-11 16:30:50.257   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=7804.3516, lux=7094.8647
  547. 08-11 16:30:50.257   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=5675.892, lux=7094.8647
  548. 08-11 16:31:00.917   439   515 I ActivityManager: Process com.android.vending (pid 5021) has died
  549. 08-11 16:31:00.918   439   515 D ActivityManager: cleanUpApplicationRecord -- 5021
  550. 08-11 16:31:00.920   439   515 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService in 1000ms
  551. 08-11 16:31:07.946   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=5296.6987, lux=4815.1807
  552. 08-11 16:31:07.946   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=3852.1445, lux=4815.1807
  553. 08-11 16:31:08.594   439   818 I ActivityManager: Setting hasTopUi=true for pid=534
  554. 08-11 16:31:13.564   439  2173 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@8e7ca70 attribute=null, token = android.os.BinderProxy@98acb4b
  555. 08-11 16:31:13.676   439  2182 I ActivityManager: START u0 {cat=[categoryhack:42a2fdc9-8548-4c9d-a7e0-d306ca7627d5] cmp=com.google.android.gms/.auth.uiflows.controller.ControllerLauncherActivity (has extras)} from uid 10015 on display 0
  556. 08-11 16:31:13.676   439  2182 W ActivityManager: startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { cat=[categoryhack:42a2fdc9-8548-4c9d-a7e0-d306ca7627d5] cmp=com.google.android.gms/.auth.uiflows.controller.ControllerLauncherActivity (has extras) }
  557. 08-11 16:31:13.748   439  1948 I ActivityManager: Setting hasTopUi=false for pid=534
  558. 08-11 16:31:14.221   439   453 W ActivityManager: Activity pause timeout for ActivityRecord{b454071 u0 com.google.android.gm/.ConversationListActivityGmail t3}
  559. 08-11 16:31:14.221   439   453 E ActivityManager: applyOptionsLocked: Unknown animationType=0
  560. 08-11 16:31:14.751   439  1298 I ActivityManager: START u0 {flg=0x2000000 cmp=com.google.android.gms/.auth.uiflows.gettoken.GetTokenActivity (has extras)} from uid 10015 on display 0
  561. 08-11 16:31:15.818   439  2186 I ActivityManager: START u0 {flg=0x2000000 cmp=com.google.android.gms/.auth.uiflows.minutemaid.MinuteMaidActivity (has extras)} from uid 10015 on display 0
  562. 08-11 16:31:35.351   439   439 I ActivityManager: Start proc 5313:com.android.vending/u0a19 for service com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService
  563. 08-11 16:31:48.559   439  2173 I ActivityManager: Process com.android.vending (pid 5313) has died
  564. 08-11 16:31:48.559   439  2173 D ActivityManager: cleanUpApplicationRecord -- 5313
  565. 08-11 16:31:48.561   439  2173 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService in 1000ms
  566. 08-11 16:31:58.007   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=3893.8928, lux=3539.9026
  567. 08-11 16:31:58.007   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=2831.922, lux=3539.9026
  568. 08-11 16:32:13.235   439   462 I PowerManagerService: Going to sleep due to screen timeout (uid 1000)...
  569. 08-11 16:32:13.282   439   462 I PowerManagerService: Sleeping (uid 1000)...
  570. 08-11 16:32:13.284   439   453 I VrManagerService: VR mode is disallowed
  571. 08-11 16:32:13.844   439   460 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF
  572. 08-11 16:32:18.269   439  2186 I ActivityManager: Setting hasTopUi=true for pid=534
  573. 08-11 16:32:25.033   439   491 I PowerManagerService: Waking up from sleep (uid 1000)...
  574. 08-11 16:32:25.034   439   462 I DisplayPowerController: Blocking screen on until initial contents have been drawn.
  575. 08-11 16:32:25.212   439   460 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
  576. 08-11 16:32:25.262   439   462 I DisplayPowerController: Unblocked screen on after 227 ms
  577. 08-11 16:32:25.702   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=4297.7, lux=3907.0
  578. 08-11 16:32:25.702   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=3125.6, lux=3907.0
  579. 08-11 16:32:26.906   439   453 I VrManagerService: VR mode is allowed
  580. 08-11 16:32:26.990   439  1944 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@6311e1 attribute=android.view.inputmethod.EditorInfo@ea75b06, token = android.os.BinderProxy@de999fc
  581. 08-11 16:32:27.330   439  3618 I ActivityManager: Setting hasTopUi=false for pid=534
  582. 08-11 16:32:31.892   439  1946 I ActivityManager: Setting hasTopUi=true for pid=534
  583. 08-11 16:32:33.655   439  2186 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@fe218e attribute=null, token = android.os.BinderProxy@de999fc
  584. 08-11 16:32:33.678   439  3617 I ActivityManager: Setting hasTopUi=false for pid=534
  585. 08-11 16:32:44.045   439   515 I ActivityManager: START u0 {flg=0x2000000 cmp=com.google.android.gms/.auth.uiflows.common.UpdateCredentialsActivity (has extras)} from uid 10015 on display 0
  586. 08-11 16:32:48.700   439   439 I ActivityManager: Start proc 5472:com.android.vending/u0a19 for service com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService
  587. 08-11 16:32:51.595   439  3617 I ActivityManager: START u0 {flg=0x2000000 cmp=com.google.android.gms/.auth.uiflows.gettoken.GetTokenActivity (has extras)} from uid 10015 on display 0
  588. 08-11 16:32:51.928   439  2184 V BackupManagerService: Scheduling immediate backup pass
  589. 08-11 16:32:51.933   439   439 V BackupManagerService: Running a backup pass
  590. 08-11 16:32:51.934   439   958 V BackupManagerService: clearing pending backups
  591. 08-11 16:32:51.964   439   958 V PerformBackupTask: Beginning backup of 12 targets
  592. 08-11 16:32:52.066   439   958 D PerformBackupTask: invokeAgentForBackup on @pm@
  593. 08-11 16:32:52.156   439   958 I BackupRestoreController: Getting widget state for user: 0
  594. 08-11 16:32:52.169   439   958 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.gm}
  595. 08-11 16:32:52.173   439   958 D BackupManagerService: awaiting agent for ApplicationInfo{9731f4c com.google.android.gm}
  596. 08-11 16:32:52.790   439  1299 W ActivityManager: Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found
  597. 08-11 16:32:52.807   439   619 W ActivityManager: Unable to start service Intent { act=com.android.email.EXCHANGE_INTENT pkg=com.android.exchange } U=0: not found
  598. 08-11 16:32:52.863  2567  2567 E ActivityThread: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@47c08fc that was originally bound here
  599. 08-11 16:32:52.863  2567  2567 E ActivityThread: android.app.ServiceConnectionLeaked: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@47c08fc that was originally bound here
  600. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1336)
  601. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231)
  602. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450)
  603. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at android.app.ContextImpl.bindService(ContextImpl.java:1422)
  604. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at android.content.ContextWrapper.bindService(ContextWrapper.java:636)
  605. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181)
  606. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224)
  607. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160)
  608. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171)
  609. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115)
  610. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305)
  611. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369)
  612. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132)
  613. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
  614. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at android.os.Handler.dispatchMessage(Handler.java:102)
  615. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at android.os.Looper.loop(Looper.java:154)
  616. 08-11 16:32:52.863  2567  2567 E ActivityThread:        at android.os.HandlerThread.run(HandlerThread.java:61)
  617. 08-11 16:32:52.886   439  2181 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@99dca80
  618. 08-11 16:32:56.577   439   439 E JobServiceContext: Time-out while trying to bind dab0f91 #u0a19/9000 com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService, dropping.
  619. 08-11 16:33:02.179   439   958 W BackupManagerService: Timeout waiting for agent ApplicationInfo{9731f4c com.google.android.gm}
  620. 08-11 16:33:02.752   439   958 V KeyValueBackupJob: Scheduling k/v pass in 243 minutes
  621. 08-11 16:33:02.823   439   958 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.android.providers.userdictionary}
  622. 08-11 16:33:02.851   439   958 D BackupManagerService: awaiting agent for ApplicationInfo{f88c547 com.android.providers.userdictionary}
  623. 08-11 16:33:02.858   439  1946 D BackupManagerService: agentConnected pkg=com.android.providers.userdictionary agent=android.os.BinderProxy@71a252b
  624. 08-11 16:33:02.858   439   958 I BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@7b71d88
  625. 08-11 16:33:02.859   439   958 D PerformBackupTask: invokeAgentForBackup on com.android.providers.userdictionary
  626. 08-11 16:33:02.897   439   958 I BackupRestoreController: Getting widget state for user: 0
  627. 08-11 16:33:02.954   439   958 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.android.calllogbackup}
  628. 08-11 16:33:02.984   439   958 I ActivityManager: Start proc 5558:com.android.calllogbackup/u0a3 for backup com.android.calllogbackup/.CallLogBackupAgent
  629. 08-11 16:33:02.985   439   958 D BackupManagerService: awaiting agent for ApplicationInfo{7361f99 com.android.calllogbackup}
  630. 08-11 16:33:03.749   439  2184 D BackupManagerService: agentConnected pkg=com.android.calllogbackup agent=android.os.BinderProxy@9245685
  631. 08-11 16:33:03.750   439   958 I BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@6b38cda
  632. 08-11 16:33:03.750   439   958 D PerformBackupTask: invokeAgentForBackup on com.android.calllogbackup
  633. 08-11 16:33:04.273   439   958 I BackupRestoreController: Getting widget state for user: 0
  634. 08-11 16:33:04.388   439   958 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.android.providers.settings}
  635. 08-11 16:33:04.414   439   958 D BackupManagerService: awaiting agent for ApplicationInfo{9f9950b com.android.providers.settings}
  636. 08-11 16:33:04.419   439   439 D BackupManagerService: agentConnected pkg=com.android.providers.settings agent=android.app.backup.BackupAgent$BackupServiceBinder@c2fffe8
  637. 08-11 16:33:04.419   439   958 I BackupManagerService: got agent android.app.backup.BackupAgent$BackupServiceBinder@c2fffe8
  638. 08-11 16:33:04.420   439   958 D PerformBackupTask: invokeAgentForBackup on com.android.providers.settings
  639. 08-11 16:33:05.092   439   958 I BackupRestoreController: Getting widget state for user: 0
  640. 08-11 16:33:07.191   439   453 W ActivityManager: Launch timeout has expired, giving up wake lock!
  641. 08-11 16:33:09.243   439   958 I BackupManagerService: K/V backup pass finished.
  642. 08-11 16:33:09.656  1955  1955 E AndroidRuntime: FATAL EXCEPTION: main
  643. 08-11 16:33:09.656  1955  1955 E AndroidRuntime: Process: com.google.android.gm, PID: 1955
  644. 08-11 16:33:09.656  1955  1955 E AndroidRuntime: java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  645. 08-11 16:33:09.661   439  3617 W ActivityManager:   Force finishing activity com.google.android.gm/.ConversationListActivityGmail
  646. 08-11 16:33:09.785   439  3617 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:877 com.android.server.am.AppErrors.crashApplicationInner:370 com.android.server.am.AppErrors.crashApplication:305 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:13557 com.android.server.am.ActivityManagerService.handleApplicationCrash:13539
  647. 08-11 16:33:10.168   439   453 W ActivityManager: Activity pause timeout for ActivityRecord{b454071 u0 com.google.android.gm/.ConversationListActivityGmail t3 f}
  648. 08-11 16:33:11.999   439  1948 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10084?v=0 pkg=com.google.android.googlequicksearchbox } U=0: not found
  649. 08-11 16:33:13.140   439   515 I ActivityManager: Process com.android.vending (pid 5472) has died
  650. 08-11 16:33:13.140   439   515 D ActivityManager: cleanUpApplicationRecord -- 5472
  651. 08-11 16:33:13.220   439   515 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService in 1000ms
  652. 08-11 16:33:14.109   439  3618 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=17, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@94f0dd3)
  653. 08-11 16:33:14.109   439  3618 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@1115d10)
  654. 08-11 16:33:14.113   439  2173 I ActivityManager: Process com.google.android.gm (pid 1955) has died
  655. 08-11 16:33:14.113   439  2173 D ActivityManager: cleanUpApplicationRecord -- 1955
  656. 08-11 16:33:14.202   439  3618 I WindowManager: WIN DEATH: Window{10b9928 u0 com.google.android.gm/com.google.android.gm.ConversationListActivityGmail}
  657. 08-11 16:33:14.218   439  2173 W ActivityManager: Scheduling restart of crashed service com.google.android.gm/.provider.MailSyncAdapterService in 1000ms
  658. 08-11 16:33:14.293   439   504 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=17, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
  659. 08-11 16:33:14.295   439   504 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
  660. 08-11 16:33:14.328   439  3617 W ActivityManager: Ignoring remove of inactive process: ProcessRecord{6ce585b 0:com.google.android.gm/u0a8}
  661. 08-11 16:33:14.350   439   453 I ActivityManager: Start proc 5623:com.google.android.gm/u0a8 for broadcast com.google.android.gm/com.android.exchange.ExchangeBroadcastReceiver
  662. 08-11 16:33:14.446   439   460 W AppOps  : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
  663. 08-11 16:33:15.222  5623  5623 D ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
  664. 08-11 16:33:15.765   439   450 I ActivityManager: Start proc 5676:com.android.vending/u0a19 for broadcast com.android.vending/com.google.android.finsky.verifier.impl.SingleUserSettingsReceiver
  665. 08-11 16:33:22.855   439   452 E SyncManager: Job params not found for 102182
  666. 08-11 16:33:33.393   439   462 I PowerManagerService: Going to sleep due to screen timeout (uid 1000)...
  667. 08-11 16:33:33.402   439   462 I PowerManagerService: Sleeping (uid 1000)...
  668. 08-11 16:33:33.406   439   453 I VrManagerService: VR mode is disallowed
  669. 08-11 16:33:34.154   439   460 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF
  670. 08-11 16:33:35.051   439   491 I PowerManagerService: Waking up from sleep (uid 1000)...
  671. 08-11 16:33:35.052   439   462 I DisplayPowerController: Blocking screen on until initial contents have been drawn.
  672. 08-11 16:33:36.190   439  1942 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10084?v=0 pkg=com.google.android.googlequicksearchbox } U=0: not found
  673. 08-11 16:33:36.240   439   460 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
  674. 08-11 16:33:36.365   439   462 I DisplayPowerController: Unblocked screen on after 1312 ms
  675. 08-11 16:33:36.367   439   462 I VrManagerService: VR mode is allowed
  676. 08-11 16:33:36.791   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=2011.9, lux=1829.0
  677. 08-11 16:33:36.791   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=1463.2001, lux=1829.0
  678. 08-11 16:33:38.199   439   451 I ActivityManager: Setting hasTopUi=true for pid=534
  679. 08-11 16:33:40.240   439  1058 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@e0b062c attribute=android.view.inputmethod.EditorInfo@89b38f5, token = android.os.BinderProxy@17823fd
  680. 08-11 16:33:40.361   439  1946 I ActivityManager: START u0 {cmp=com.android.vending/com.google.android.finsky.activities.MainActivity (has extras)} from uid 10019 on display 0
  681. 08-11 16:33:41.570   439  1946 W ActivityManager: startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { cmp=com.android.vending/com.google.android.finsky.activities.MainActivity (has extras) }
  682. 08-11 16:33:41.991   439   451 E ActivityManager: applyOptionsLocked: Unknown animationType=0
  683. 08-11 16:33:42.007   439   451 I ActivityManager: Killing 1672:com.google.android.partnersetup/u0a18 (adj 906): empty #17
  684. 08-11 16:33:42.083   439  1058 I ActivityManager: Setting hasTopUi=false for pid=534
  685. 08-11 16:33:42.098   439   619 D ActivityManager: cleanUpApplicationRecord -- 1672
  686. 08-11 16:33:42.617   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=2676.0493, lux=2432.772
  687. 08-11 16:33:42.617   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=1946.2177, lux=2432.772
  688. 08-11 16:33:46.887   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=3105.0369, lux=2822.7607
  689. 08-11 16:33:46.887   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=2258.2087, lux=2822.7607
  690. 08-11 16:33:47.744   439  1075 I ActivityManager: Killing 3795:com.google.android.gms.feedback/u0a15 (adj 906): empty #17
  691. 08-11 16:33:47.765   439   450 D ActivityManager: cleanUpApplicationRecord -- 3795
  692. 08-11 16:33:51.157   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=3892.4963, lux=3538.633
  693. 08-11 16:33:51.157   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=2830.9065, lux=3538.633
  694. 08-11 16:33:55.697   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=4283.6353, lux=3894.2136
  695. 08-11 16:33:55.697   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=3115.3708, lux=3894.2136
  696. 08-11 16:33:58.206   439   456 E BatteryStatsService: no controller energy info supplied
  697. 08-11 16:33:58.206   439   456 E BatteryStatsService: no controller energy info supplied
  698. 08-11 16:33:58.351   439   456 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  699. 08-11 16:33:58.354   439   456 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  700. 08-11 16:33:58.364   439   453 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  701. 08-11 16:34:00.348   439  3617 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME,android.intent.category.LAUNCHER] flg=0x14008000 pkg=com.android.vending cmp=com.android.vending/.AssetBrowserActivity (has extras)} from uid 10019 on display 0
  702. 08-11 16:34:00.604   439  1942 I WindowManager: WIN DEATH: Window{819b777 u0 com.android.vending/com.google.android.finsky.activities.MainActivity}
  703. 08-11 16:34:00.606   439  1944 I ActivityManager: Process com.android.vending (pid 5676) has died
  704. 08-11 16:34:00.606   439  1944 D ActivityManager: cleanUpApplicationRecord -- 5676
  705. 08-11 16:34:00.607   439  1944 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService in 1000ms
  706. 08-11 16:34:00.634   439  1944 I ActivityManager: Start proc 5887:com.android.vending/u0a19 for activity com.android.vending/.AssetBrowserActivity
  707. 08-11 16:34:20.590   439  1075 I ActivityManager: Start proc 6020:com.android.vending:instant_app_installer/u0a19 for service com.android.vending/com.google.android.finsky.instantapps.statussync.StatusSyncService
  708. 08-11 16:34:21.704   439  2173 W ActivityManager: Slow operation: 152ms so far, now at getContentProviderImpl: after updateOomAdj
  709. 08-11 16:34:21.704   439  2173 W ActivityManager: Slow operation: 152ms so far, now at getContentProviderImpl: done!
  710. 08-11 16:34:25.981   439   453 I ActivityManager: Killing 3001:com.android.chrome:webview_service/u0a91 (adj 906): empty #17
  711. 08-11 16:34:26.065   439   467 I ActivityManager: Start proc 6063:com.android.defcontainer/u0a4 for service com.android.defcontainer/.DefaultContainerService
  712. 08-11 16:34:26.071   439  2186 D ActivityManager: cleanUpApplicationRecord -- 3001
  713. 08-11 16:34:33.958   439  2182 I ActivityManager: START u0 {flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10007 on display 0
  714. 08-11 16:34:38.563   439   490 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher3/.Launcher (has extras)} from uid 1000 on display 0
  715. 08-11 16:34:39.109   439  1298 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10084?v=0 pkg=com.google.android.googlequicksearchbox } U=0: not found
  716. 08-11 16:34:42.014   439  2184 I ActivityManager: START u0 {flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10007 on display 0
  717. 08-11 16:34:43.232   439  1942 I ActivityManager: Activity reported stop, but no longer stopping: ActivityRecord{a7c1b57 u0 com.android.systemui/.recents.RecentsActivity t7}
  718. 08-11 16:34:47.252   439  1942 I ActivityManager: Killing 3245:com.google.android.syncadapters.calendar/u0a59 (adj 906): empty #17
  719. 08-11 16:34:47.737   439  1942 I ActivityManager: Killing 6020:com.android.vending:instant_app_installer/u0a19 (adj 900): remove task
  720. 08-11 16:34:47.753   439  1067 D ActivityManager: cleanUpApplicationRecord -- 3245
  721. 08-11 16:34:47.790   439  2184 D ActivityManager: cleanUpApplicationRecord -- 6020
  722. 08-11 16:34:48.448   439   451 I ActivityManager: START u0 {cat=[categoryhack:42a2fdc9-8548-4c9d-a7e0-d306ca7627d5] flg=0x10100000 cmp=com.google.android.gms/.auth.uiflows.controller.ControllerLauncherActivity (has extras)} from uid 10015 on display 0
  723. 08-11 16:34:48.702   439  1299 E ActivityManager: applyOptionsLocked: Unknown animationType=0
  724. 08-11 16:34:49.208   439  1075 I ActivityManager: START u0 {flg=0x2000000 cmp=com.google.android.gms/.auth.uiflows.gettoken.GetTokenActivity (has extras)} from uid 10015 on display 0
  725. 08-11 16:34:49.415   439  1942 I ActivityManager: Killing 5887:com.android.vending/u0a19 (adj 1001): remove task
  726. 08-11 16:34:49.485   439  3618 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=19, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@4e87717)
  727. 08-11 16:34:49.487   439  2173 D ActivityManager: cleanUpApplicationRecord -- 5887
  728. 08-11 16:34:49.493   439  2173 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.verifier.impl.PackageVerificationService in 59064ms
  729. 08-11 16:34:49.505   439   504 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=19, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
  730. 08-11 16:34:53.539   439   818 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@b3329a3 attribute=null, token = android.os.BinderProxy@645c63c
  731. 08-11 16:34:53.749   439  1942 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10084?v=0 pkg=com.google.android.googlequicksearchbox } U=0: not found
  732. 08-11 16:34:54.784   439   453 I ActivityManager: Start proc 6142:com.android.vending/u0a19 for broadcast com.android.vending/com.google.android.finsky.download.DownloadBroadcastReceiver
  733. 08-11 16:35:07.330   439  1942 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings bnds=[512,488][659,601] (has extras)} from uid 10084 on display 0
  734. 08-11 16:35:08.290   439  1948 I ActivityManager: Start proc 6239:com.android.settings/1000 for activity com.android.settings/.Settings
  735. 08-11 16:35:09.840   439   818 I ActivityManager: Start proc 6257:com.android.cellbroadcastreceiver/u0a65 for content provider com.android.cellbroadcastreceiver/.CellBroadcastSearchIndexableProvider
  736. 08-11 16:35:11.250   439  2181 I ProcessStatsService: Added stats: 2018-10-21-10-47-57, over +2h10m45s83ms
  737. 08-11 16:35:12.901   439   451 E BatteryStatsService: no controller energy info supplied
  738. 08-11 16:35:12.901   439   451 E BatteryStatsService: no controller energy info supplied
  739. 08-11 16:35:12.910   439   451 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  740. 08-11 16:35:12.913   439   451 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  741. 08-11 16:35:22.510   439  1946 I ActivityManager: Killing 2567:com.android.email/u0a34 (adj 906): empty #17
  742. 08-11 16:35:22.511   439  1946 I ActivityManager: Killing 2188:com.google.android.gms.unstable/u0a15 (adj 906): empty #18
  743. 08-11 16:35:22.525   439  1058 D ActivityManager: cleanUpApplicationRecord -- 2567
  744. 08-11 16:35:22.534   439  1075 D ActivityManager: cleanUpApplicationRecord -- 2188
  745. 08-11 16:35:22.787   439   455 E libprocessgroup: failed to kill 1 processes for processgroup 2188
  746. 08-11 16:35:37.137   439  2183 I ActivityManager: Killing 2856:com.android.chrome:privileged_process0/u0a91 (adj 904): empty #17
  747. 08-11 16:35:37.178   439  1299 D ActivityManager: cleanUpApplicationRecord -- 2856
  748. 08-11 16:35:37.179   439  1299 W ActivityManager: Scheduling restart of crashed service com.android.chrome/org.chromium.content.app.PrivilegedProcessService0 in 1000ms
  749. 08-11 16:35:38.817   439  2184 I ActivityManager: Start proc 6310:com.android.chrome:privileged_process1/u0a91 for service com.android.chrome/org.chromium.content.app.PrivilegedProcessService1
  750. 08-11 16:35:39.300   439  1299 I ActivityManager: Killing 2840:com.android.chrome:sandboxed_process0/u0a91i0 (adj 906): empty #17
  751. 08-11 16:35:39.322   439   818 D ActivityManager: cleanUpApplicationRecord -- 2840
  752. 08-11 16:35:39.322   439   818 W ActivityManager: Scheduling restart of crashed service com.android.chrome/org.chromium.content.app.SandboxedProcessService0 in 1000ms
  753. 08-11 16:35:39.327   439   456 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  754. 08-11 16:35:39.955   439   456 E KernelUidCpuTimeReader: failed to remove uid from uid_cputime module
  755. 08-11 16:35:39.955   439   456 E KernelUidCpuTimeReader: java.io.FileNotFoundException: /proc/uid_cputime/remove_uid_range (No such file or directory)
  756. 08-11 16:35:39.955   439   456 E KernelUidCpuTimeReader:        at java.io.FileOutputStream.open(Native Method)
  757. 08-11 16:35:39.955   439   456 E KernelUidCpuTimeReader:        at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
  758. 08-11 16:35:39.955   439   456 E KernelUidCpuTimeReader:        at java.io.FileOutputStream.<init>(FileOutputStream.java:108)
  759. 08-11 16:35:39.955   439   456 E KernelUidCpuTimeReader:        at java.io.FileWriter.<init>(FileWriter.java:63)
  760. 08-11 16:35:39.955   439   456 E KernelUidCpuTimeReader:        at com.android.internal.os.KernelUidCpuTimeReader.removeUid(KernelUidCpuTimeReader.java:158)
  761. 08-11 16:35:39.955   439   456 E KernelUidCpuTimeReader:        at com.android.internal.os.BatteryStatsImpl.removeIsolatedUidLocked(BatteryStatsImpl.java:3161)
  762. 08-11 16:35:39.955   439   456 E KernelUidCpuTimeReader:        at com.android.server.am.BatteryStatsService$BatteryStatsHandler.handleMessage(BatteryStatsService.java:141)
  763. 08-11 16:35:39.955   439   456 E KernelUidCpuTimeReader:        at android.os.Handler.dispatchMessage(Handler.java:102)
  764. 08-11 16:35:39.955   439   456 E KernelUidCpuTimeReader:        at android.os.Looper.loop(Looper.java:154)
  765. 08-11 16:35:39.955   439   456 E KernelUidCpuTimeReader:        at android.os.HandlerThread.run(HandlerThread.java:61)
  766. 08-11 16:35:39.955   439   456 E KernelUidCpuTimeReader:        at com.android.server.ServiceThread.run(ServiceThread.java:46)
  767. 08-11 16:35:41.793   439   453 I ActivityManager: Killing 1704:com.google.process.gapps/u0a86 (adj 906): empty #17
  768. 08-11 16:35:41.828   439  2833 D ActivityManager: cleanUpApplicationRecord -- 1704
  769. 08-11 16:35:43.808   439  3617 I ActivityManager: START u0 {flg=0x8000 cmp=com.evervolv.toolbox/.Toolbox (has extras)} from uid 1000 on display 0
  770. 08-11 16:35:43.871   439  1299 I ActivityManager: Start proc 6338:com.evervolv.toolbox/1000 for activity com.evervolv.toolbox/.Toolbox
  771. --------- beginning of main
  772. 08-11 16:35:44.996  6338  6354 W Adreno-GSL: <get_panel_settings:3802>: Android framework reported version 2. So, don't force ES30
  773. 08-11 16:35:44.996  6338  6354 I Adreno-EGL: <qeglDrvAPI_eglInitialize:381>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_KK_2.7_RB1.04.04.00.007.018_msm8960_KK_2.7_RB1_CL3869936_release_AU (CL3869936)
  774. 08-11 16:35:44.996  6338  6354 I Adreno-EGL: OpenGL ES Shader Compiler Version: 17.01.10.SPL
  775. 08-11 16:35:44.996  6338  6354 I Adreno-EGL: Build Date: 12/09/13 Mon
  776. 08-11 16:35:44.996  6338  6354 I Adreno-EGL: Local Branch: mybranch2092625
  777. 08-11 16:35:44.996  6338  6354 I Adreno-EGL: Remote Branch: quic/kk_2.7_rb1.15
  778. 08-11 16:35:44.996  6338  6354 I Adreno-EGL: Local Patches: NONE
  779. 08-11 16:35:44.996  6338  6354 I Adreno-EGL: Reconstruct Branch: AU_LINUX_ANDROID_KK_2.7_RB1.04.04.00.007.018 +  NOTHING
  780. 08-11 16:35:45.006  6338  6354 I OpenGLRenderer: Initialized EGL, version 1.4
  781. 08-11 16:35:45.006  6338  6354 D OpenGLRenderer: Swap behavior 1
  782. 08-11 16:35:45.081   439   449 I art     : Background sticky concurrent mark sweep GC freed 21955(1038KB) AllocSpace objects, 3(72KB) LOS objects, 15% free, 10MB/12MB, paused 2.655ms total 209.838ms
  783. 08-11 16:35:45.430   439   460 I ActivityManager: Displayed com.evervolv.toolbox/.Toolbox: +1s576ms
  784. 08-11 16:35:46.270  5623  5634 I chatty  : uid=10008(com.google.android.gm) HeapTaskDaemon expire 1 line
  785. 08-11 16:35:46.938   171   234 V audio_hw_primary: do_out_standby
  786. 08-11 16:35:47.100   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  787. 08-11 16:35:47.100   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  788. 08-11 16:35:47.102   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  789. 08-11 16:35:47.102   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  790. 08-11 16:35:47.634  5623  5736 I chatty  : uid=10008(com.google.android.gm) sql-5-0 expire 154 lines
  791. 08-11 16:35:47.640  5623  6308 I chatty  : uid=10008(com.google.android.gm) expire 24 lines
  792. 08-11 16:35:47.640  5623  6336 I chatty  : uid=10008(com.google.android.gm) expire 11 lines
  793. 08-11 16:35:47.821  5623  6337 I chatty  : uid=10008(com.google.android.gm) expire 15 lines
  794. 08-11 16:35:48.721  5623  6166 I chatty  : uid=10008(com.google.android.gm) expire 6 lines
  795. 08-11 16:35:50.122   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  796. 08-11 16:35:50.123   171   234 V audio_hw_primary: start_output_stream
  797. 08-11 16:35:50.158   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  798. 08-11 16:35:50.158   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  799. 08-11 16:35:50.158   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  800. 08-11 16:35:50.161   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  801. 08-11 16:35:50.215   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36)
  802. 08-11 16:35:51.633  5623  6308 I chatty  : uid=10008(com.google.android.gm) expire 3 lines
  803. 08-11 16:35:51.817  5623  5736 I chatty  : uid=10008(com.google.android.gm) sql-5-0 expire 12 lines
  804. 08-11 16:35:52.008  5623  6336 I chatty  : uid=10008(com.google.android.gm) expire 465 lines
  805. 08-11 16:35:52.043  5623  6308 I chatty  : uid=10008(com.google.android.gm) expire 3 lines
  806. 08-11 16:35:52.046  5623  6337 I chatty  : uid=10008(com.google.android.gm) expire 3 lines
  807. 08-11 16:35:52.046  5623  5736 I chatty  : uid=10008(com.google.android.gm) sql-5-0 expire 24 lines
  808. 08-11 16:35:52.046  5623  6166 I chatty  : uid=10008(com.google.android.gm) expire 6 lines
  809. 08-11 16:35:53.247   171   234 V audio_hw_primary: do_out_standby
  810. 08-11 16:35:53.425   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  811. 08-11 16:35:53.426   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  812. 08-11 16:35:53.431   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  813. 08-11 16:35:53.431   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  814. 08-11 16:35:53.590  5623  6336 I chatty  : uid=10008(com.google.android.gm) expire 5 lines
  815. 08-11 16:35:53.734  5623  5736 I chatty  : uid=10008(com.google.android.gm) sql-5-0 expire 15 lines
  816. 08-11 16:35:53.903  5623  6337 I chatty  : uid=10008(com.google.android.gm) expire 7 lines
  817. 08-11 16:35:53.905  5623  6308 I chatty  : uid=10008(com.google.android.gm) expire 6 lines
  818. 08-11 16:35:55.159  6142  6159 I Finsky  : [344] com.google.android.finsky.bq.ad.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bq.ae@5e02a9d[Running, pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 4]
  819. 08-11 16:35:55.159  6142  6159 I Finsky  : [344] com.google.android.finsky.bq.ad.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bq.ae@fdc2b12[Running, pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 35]
  820. 08-11 16:35:55.410   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  821. 08-11 16:35:55.412   171   234 V audio_hw_primary: start_output_stream
  822. 08-11 16:35:55.413  6142  6159 I Finsky  : [344] com.google.android.finsky.bq.ad.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bq.ae@7ca02e3[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 9]
  823. 08-11 16:35:55.448   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  824. 08-11 16:35:55.448   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  825. 08-11 16:35:55.448   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  826. 08-11 16:35:55.451   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  827. 08-11 16:35:55.505   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36)
  828. 08-11 16:35:55.834  5623  6364 I chatty  : uid=10008(com.google.android.gm) expire 2 lines
  829. 08-11 16:35:57.714   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  830. 08-11 16:35:57.734   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36)
  831. 08-11 16:35:59.651   439   619 I ActivityManager: START u0 {act=com.evervolv.toolbox.action.APP_MANAGER cmp=com.evervolv.toolbox/.system.ApplicationManager} from uid 1000 on display 0
  832. 08-11 16:35:59.664   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  833. 08-11 16:35:59.707  6338  6338 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.
  834. 08-11 16:36:00.452  6338  6338 I Choreographer: Skipped 31 frames!  The application may be doing too much work on its main thread.
  835. 08-11 16:36:00.524   439   460 I ActivityManager: Displayed com.evervolv.toolbox/.system.ApplicationManager: +851ms
  836. 08-11 16:36:01.492  5623  5784 I chatty  : uid=10008(com.google.android.gm) expire 62 lines
  837. 08-11 16:36:02.746   171   234 V audio_hw_primary: do_out_standby
  838. 08-11 16:36:02.902  5623  5800 I chatty  : uid=10008(com.google.android.gm) nbox.google.com expire 3 lines
  839. 08-11 16:36:02.915   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  840. 08-11 16:36:02.915   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  841. 08-11 16:36:02.917   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  842. 08-11 16:36:02.917   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  843. 08-11 16:36:06.196  5623  6369 I chatty  : uid=10008(com.google.android.gm) expire 27 lines
  844. 08-11 16:36:07.347  5623  6337 I chatty  : uid=10008(com.google.android.gm) expire 9 lines
  845. 08-11 16:36:07.353  5623  6370 I chatty  : uid=10008(com.google.android.gm) expire 76 lines
  846. 08-11 16:36:07.354  5623  5736 I chatty  : uid=10008(com.google.android.gm) sql-5-0 expire 3 lines
  847. 08-11 16:36:07.856  5623  6370 I chatty  : uid=10008(com.google.android.gm) expire 499 lines
  848. 08-11 16:36:07.893  5623  5736 I chatty  : uid=10008(com.google.android.gm) sql-5-0 expire 694 lines
  849. 08-11 16:36:07.928  5623  6370 I chatty  : uid=10008(com.google.android.gm) expire 17 lines
  850. 08-11 16:36:07.930  5623  6337 I chatty  : uid=10008(com.google.android.gm) expire 1 line
  851. 08-11 16:36:07.930  5623  6308 I chatty  : uid=10008(com.google.android.gm) expire 1 line
  852. 08-11 16:36:07.936  5623  6369 I chatty  : uid=10008(com.google.android.gm) expire 3 lines
  853. 08-11 16:36:08.044  5623  6337 I chatty  : uid=10008(com.google.android.gm) expire 7 lines
  854. 08-11 16:36:08.046  5623  6308 I chatty  : uid=10008(com.google.android.gm) expire 2 lines
  855. 08-11 16:36:08.056  5623  5736 I chatty  : uid=10008(com.google.android.gm) sql-5-0 expire 613 lines
  856. 08-11 16:36:08.328  5623  6337 I chatty  : uid=10008(com.google.android.gm) expire 83 lines
  857. 08-11 16:36:08.328  5623  6370 I chatty  : uid=10008(com.google.android.gm) expire 5 lines
  858. 08-11 16:36:08.330  5623  6369 I chatty  : uid=10008(com.google.android.gm) expire 3 lines
  859. 08-11 16:36:08.483  5623  6308 I chatty  : uid=10008(com.google.android.gm) expire 5 lines
  860. 08-11 16:36:09.125   439   500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false
  861. 08-11 16:36:09.307  5623  6337 I chatty  : uid=10008(com.google.android.gm) expire 400 lines
  862. 08-11 16:36:09.330  5623  6369 I chatty  : uid=10008(com.google.android.gm) expire 7 lines
  863. 08-11 16:36:09.330  5623  6308 I chatty  : uid=10008(com.google.android.gm) expire 10 lines
  864. 08-11 16:36:09.336  5623  5736 I chatty  : uid=10008(com.google.android.gm) sql-5-0 expire 70 lines
  865. 08-11 16:36:09.341  5623  6370 I chatty  : uid=10008(com.google.android.gm) expire 3 lines
  866. 08-11 16:36:09.914  5623  5736 I chatty  : uid=10008(com.google.android.gm) sql-5-0 expire 284 lines
  867. 08-11 16:36:09.924  5623  6370 I chatty  : uid=10008(com.google.android.gm) expire 26 lines
  868. 08-11 16:36:09.948  5623  5736 I chatty  : uid=10008(com.google.android.gm) sql-5-0 expire 25 lines
  869. 08-11 16:36:09.950  5623  6337 I chatty  : uid=10008(com.google.android.gm) expire 2 lines
  870. 08-11 16:36:10.145   685   685 W ChimeraUtils: Non Chimera context
  871. 08-11 16:36:10.315  5623  6369 I chatty  : uid=10008(com.google.android.gm) expire 12 lines
  872. 08-11 16:36:11.315  5623  6308 I chatty  : uid=10008(com.google.android.gm) expire 2 lines
  873. 08-11 16:36:12.089   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  874. 08-11 16:36:12.089   171   234 V audio_hw_primary: start_output_stream
  875. 08-11 16:36:12.125   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  876. 08-11 16:36:12.125   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  877. 08-11 16:36:12.125   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  878. 08-11 16:36:12.127   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  879. 08-11 16:36:12.138   439   500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false
  880. 08-11 16:36:12.335   439   491 I InputReader: Reconfiguring input devices.  changes=0x00000010
  881. 08-11 16:36:12.383  1300  1300 D CarrierSvcBindHelper: No carrier app for: 0
  882. 08-11 16:36:12.392   439   453 I ActivityManager: Start proc 6372:com.android.gallery3d/u0a37 for broadcast com.android.gallery3d/.app.PackagesMonitor
  883. 08-11 16:36:12.536   439  1058 W ActivityManager: Slow operation: 61ms so far, now at attachApplicationLocked: before bindApplication
  884. 08-11 16:36:12.536   439  1058 W ActivityManager: Slow operation: 61ms so far, now at attachApplicationLocked: immediately before bindApplication
  885. 08-11 16:36:12.540   439  1058 W ActivityManager: Slow operation: 65ms so far, now at attachApplicationLocked: immediately after bindApplication
  886. 08-11 16:36:12.540   439  1058 W ActivityManager: Slow operation: 65ms so far, now at attachApplicationLocked: after updateLruProcessLocked
  887. 08-11 16:36:12.543   439  1058 W ActivityManager: Slow operation: 68ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked
  888. 08-11 16:36:12.546   439  1058 W ActivityManager: Slow operation: 70ms so far, now at attachApplicationLocked: after sendPendingBroadcastsLocked
  889. 08-11 16:36:14.311  6372  6372 I art     : Starting a blocking GC AddRemoveAppImageSpace
  890. 08-11 16:36:14.566   439   449 I art     : Background sticky concurrent mark sweep GC freed 22054(953KB) AllocSpace objects, 4(80KB) LOS objects, 13% free, 10MB/12MB, paused 76.202ms total 125.579ms
  891. 08-11 16:36:14.634   439   452 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2203, previously 2208
  892. 08-11 16:36:14.635   439   452 W ResourceType: ResTable_typeSpec entry count inconsistent: given 862, previously 881
  893. 08-11 16:36:14.650   439   452 W Searchables: No global search activity found
  894. 08-11 16:36:14.658   439   452 W Searchables: No global search activity found
  895. 08-11 16:36:14.678  2050  2067 I art     : CollectorTransition marksweep + semispace GC freed 22(424B) AllocSpace objects, 0(0B) LOS objects, 34% free, 954KB/1466KB, paused 13.122ms total 13.122ms
  896. 08-11 16:36:15.133  2635  2836 I art     : Starting a blocking GC Alloc
  897. 08-11 16:36:15.133  2635  2836 I art     : Starting a blocking GC Alloc
  898. 08-11 16:36:15.176  6142  6142 I Finsky  : [1] com.google.android.finsky.p2p.c.b(20): Frosting ID looked up on UI thread. Caller should move to a background thread.
  899. 08-11 16:36:15.207   171   234 V audio_hw_primary: do_out_standby
  900. 08-11 16:36:15.386   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  901. 08-11 16:36:15.386   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  902. 08-11 16:36:15.388   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  903. 08-11 16:36:15.388   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  904. 08-11 16:36:17.903   978  1767 I Icing   : doRemovePackageData com.android.messaging
  905. 08-11 16:36:18.065  6142  6142 I Finsky  : [1] com.google.android.finsky.p2p.d.run(3): Wrote row to frosting DB: 170
  906. 08-11 16:36:19.130  5623  5784 I chatty  : uid=10008(com.google.android.gm) expire 60 lines
  907. 08-11 16:36:19.764   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  908. 08-11 16:36:19.765   171   234 V audio_hw_primary: start_output_stream
  909. 08-11 16:36:19.801   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  910. 08-11 16:36:19.801   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  911. 08-11 16:36:19.801   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  912. 08-11 16:36:19.803   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  913. 08-11 16:36:19.848   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36)
  914. 08-11 16:36:19.918   978  1767 I Using %s flags by metho: regular
  915. 08-11 16:36:19.958   439   491 I InputReader: Reconfiguring input devices.  changes=0x00000010
  916. 08-11 16:36:20.183  6142  6142 I art     : Starting a blocking GC Alloc
  917. 08-11 16:36:20.183  6142  6142 I art     : Starting a blocking GC Alloc
  918. 08-11 16:36:20.434   439   452 W Searchables: No global search activity found
  919. 08-11 16:36:20.449   439   454 W art     : Long monitor contention with owner NetworkStats (496) at void com.android.server.net.NetworkStatsService.performPoll(int)(NetworkStatsService.java:1077) waiters=0 in void com.android.server.net.NetworkStatsService.setUidForeground(int, boolean) for 586ms
  920. 08-11 16:36:20.513  6142  6142 I Finsky  : [1] com.google.android.finsky.p2p.c.b(20): Frosting ID looked up on UI thread. Caller should move to a background thread.
  921. 08-11 16:36:20.538  1300  1300 D CarrierSvcBindHelper: No carrier app for: 0
  922. 08-11 16:36:20.597   439   449 I art     : Background sticky concurrent mark sweep GC freed 24718(1170KB) AllocSpace objects, 3(68KB) LOS objects, 8% free, 11MB/12MB, paused 4.425ms total 630.676ms
  923. 08-11 16:36:20.741   978  3117 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
  924. 08-11 16:36:20.745   978  1803 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
  925. 08-11 16:36:20.759   439   452 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2203, previously 2208
  926. 08-11 16:36:20.761   439   452 W ResourceType: ResTable_typeSpec entry count inconsistent: given 862, previously 881
  927. 08-11 16:36:20.787  6142  6142 I Finsky  : [1] com.google.android.finsky.p2p.d.run(3): Wrote row to frosting DB: 171
  928. 08-11 16:36:20.886   439   452 W Searchables: No global search activity found
  929. 08-11 16:36:21.111   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  930. 08-11 16:36:21.131   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36)
  931. 08-11 16:36:22.028  1017  1028 I art     : CollectorTransition marksweep + semispace GC freed 437(-6KB) AllocSpace objects, 0(0B) LOS objects, 26% free, 1400KB/1912KB, paused 54.351ms total 54.351ms
  932. 08-11 16:36:22.068   978  6399 I art     : Starting a blocking GC Alloc
  933. 08-11 16:36:22.068   978  6399 I art     : Starting a blocking GC Alloc
  934. 08-11 16:36:22.343   978  6399 W art     : Suspending all threads took: 274.108ms
  935. 08-11 16:36:22.915   978  6412 W Icing   : Usage reports not received in time.
  936. 08-11 16:36:23.335  1255  1344 I art     : Starting a blocking GC Alloc
  937. 08-11 16:36:23.335  1255  1344 I art     : Starting a blocking GC Alloc
  938. 08-11 16:36:23.921   439   449 W art     : Suspending all threads took: 42.327ms
  939. 08-11 16:36:23.942   439   449 I art     : Background partial concurrent mark sweep GC freed 14292(811KB) AllocSpace objects, 6(188KB) LOS objects, 16% free, 10MB/12MB, paused 45.654ms total 461.425ms
  940. 08-11 16:36:24.048   978  6399 I art     : Starting a blocking GC Alloc
  941. 08-11 16:36:24.048   978  6399 I art     : Starting a blocking GC Alloc
  942. 08-11 16:36:24.084   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  943. 08-11 16:36:24.120  6338  6338 D ConstraintsHelper: construct key=app_switch_wake_screen available=false
  944. 08-11 16:36:24.126  6338  6338 D ConstraintsHelper: construct key=assist_wake_screen available=false
  945. 08-11 16:36:24.128  6338  6338 D ConstraintsHelper: construct key=back_wake_screen available=false
  946. 08-11 16:36:24.133  6338  6338 D ConstraintsHelper: construct key=home_wake_screen available=true
  947. 08-11 16:36:24.135  6338  6338 D ConstraintsHelper: construct key=menu_wake_screen available=false
  948. 08-11 16:36:24.143  6338  6338 D ConstraintsHelper: construct key=volume_wake_screen available=true
  949. 08-11 16:36:24.147  6338  6338 D ConstraintsHelper: construct key=lockscreen_music_controls_volbtn available=true
  950. 08-11 16:36:24.180   439   500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false
  951. 08-11 16:36:24.231  6338  6349 I art     : Background sticky concurrent mark sweep GC freed 3837(243KB) AllocSpace objects, 0(0B) LOS objects, 1% free, 2MB/2MB, paused 793us total 111.877ms
  952. 08-11 16:36:24.415  6338  6349 I art     : Background partial concurrent mark sweep GC freed 3304(166KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 2MB/3MB, paused 19.989ms total 176.361ms
  953. 08-11 16:36:24.580   685   703 I art     : Background sticky concurrent mark sweep GC freed 12717(1194KB) AllocSpace objects, 3(72KB) LOS objects, 16% free, 7MB/9MB, paused 12.054ms total 196.502ms
  954. 08-11 16:36:24.704  5623  5634 I chatty  : uid=10008(com.google.android.gm) HeapTaskDaemon expire 1 line
  955. 08-11 16:36:25.206   978  6400 W art     : Long monitor contention with owner [dng] processing com.google.android.gms.icing.proxy.UpdateIcingCorporaIntentOperation for action com.google.android.gms.icing.proxy.ACTION_UPDATE (6399) at boolean android.os.BinderProxy.transactNative(int, android.os.Parcel, android.os.Parcel, int)(Binder.java:-2) waiters=0 in void dnj.run() for 4.642s
  956. 08-11 16:36:25.249   978  6412 I art     : Starting a blocking GC Alloc
  957. 08-11 16:36:25.249   978  6412 I art     : Starting a blocking GC Alloc
  958. 08-11 16:36:25.467   978  6412 I Icing   : Usage reports ok 5, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
  959. 08-11 16:36:25.527   978  6412 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
  960. 08-11 16:36:25.633   978  1803 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
  961. 08-11 16:36:25.637   978  2937 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
  962. 08-11 16:36:25.688   978  1767 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
  963. 08-11 16:36:25.738   978  1767 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
  964. 08-11 16:36:25.871  5623  5736 I chatty  : uid=10008(com.google.android.gm) sql-5-0 expire 9 lines
  965. 08-11 16:36:26.554   978  1566 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
  966. 08-11 16:36:26.785  5623  6422 I chatty  : uid=10008(com.google.android.gm) expire 19 lines
  967. 08-11 16:36:26.789  5623  6423 I chatty  : uid=10008(com.google.android.gm) expire 32 lines
  968. 08-11 16:36:26.796  5623  6370 I chatty  : uid=10008(com.google.android.gm) expire 9 lines
  969. 08-11 16:36:26.797  5623  6337 I chatty  : uid=10008(com.google.android.gm) expire 3 lines
  970. 08-11 16:36:26.819   978  1566 I Icing   : Indexing com.google.android.gms-internal.3p:Event from com.google.android.gms
  971. 08-11 16:36:26.859   978  1566 I Icing   : Indexing done com.google.android.gms-apps
  972. 08-11 16:36:26.863   978  1566 I Icing   : Indexing com.google.android.gms-internal.3p:MobileApplication from com.google.android.gms
  973. 08-11 16:36:26.950   978  1566 I Icing   : Indexing done com.google.android.gms-internal.3p:Event
  974. 08-11 16:36:26.968   978  1566 I Icing   : Indexing done com.google.android.gms-internal.3p:MobileApplication
  975. 08-11 16:36:27.163  5623  6423 I chatty  : uid=10008(com.google.android.gm) expire 21 lines
  976. 08-11 16:36:27.180  5623  6422 I chatty  : uid=10008(com.google.android.gm) expire 27 lines
  977. 08-11 16:36:27.181   171   234 V audio_hw_primary: do_out_standby
  978. 08-11 16:36:27.184  5623  6370 I chatty  : uid=10008(com.google.android.gm) expire 35 lines
  979. 08-11 16:36:27.190  5623  5736 I chatty  : uid=10008(com.google.android.gm) sql-5-0 expire 47 lines
  980. 08-11 16:36:27.199  5623  6423 I chatty  : uid=10008(com.google.android.gm) expire 45 lines
  981. 08-11 16:36:27.205  5623  6337 I chatty  : uid=10008(com.google.android.gm) expire 1 line
  982. 08-11 16:36:27.360   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  983. 08-11 16:36:27.360   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  984. 08-11 16:36:27.362   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  985. 08-11 16:36:27.362   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  986. 08-11 16:36:28.223  5623  6422 I chatty  : uid=10008(com.google.android.gm) expire 58 lines
  987. 08-11 16:36:28.233  5623  6370 I chatty  : uid=10008(com.google.android.gm) expire 73 lines
  988. 08-11 16:36:28.234  5623  6423 I chatty  : uid=10008(com.google.android.gm) expire 6 lines
  989. 08-11 16:36:28.359  5623  6337 I chatty  : uid=10008(com.google.android.gm) expire 21 lines
  990. 08-11 16:36:28.396  5623  6422 I chatty  : uid=10008(com.google.android.gm) expire 4 lines
  991. 08-11 16:36:29.436  5623  6423 I chatty  : uid=10008(com.google.android.gm) expire 18 lines
  992. 08-11 16:36:29.458  5623  6370 I chatty  : uid=10008(com.google.android.gm) expire 55 lines
  993. 08-11 16:36:29.462  5623  6370 W art     :   at zum.run(SourceFile:5)
  994. 08-11 16:36:29.462  5623  6370 W art     :   at zvc.execute(SourceFile:-1)
  995. 08-11 16:36:29.462  5623  6370 W art     :   at ztx.b(SourceFile:21)
  996. 08-11 16:36:29.462  5623  6370 W art     :   at ztx.a(SourceFile:18)
  997. 08-11 16:36:29.462  5623  6370 W art     :   at ztx.a(SourceFile:43)
  998. 08-11 16:36:29.462  5623  6370 W art     :   at zum.run(SourceFile:14)
  999. 08-11 16:36:29.462  5623  6370 W art     :   at zwb.run(SourceFile:-1)
  1000. 08-11 16:36:29.462  5623  6370 W art     :   at wvj.run(unavailable:3)
  1001. 08-11 16:36:29.462  5623  6370 W art     :   at wmj.run(unavailable:3)
  1002. 08-11 16:36:29.462  5623  6370 W art     :   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  1003. 08-11 16:36:29.462  5623  6370 W art     :   at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  1004. 08-11 16:36:29.462  5623  6370 W art     :   at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  1005. 08-11 16:36:29.462  5623  6370 W art     :   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  1006. 08-11 16:36:29.462  5623  6370 W art     :   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  1007. 08-11 16:36:29.462  5623  6370 W art     :   at java.lang.Thread.run(Thread.java:761)
  1008. 08-11 16:36:29.462  5623  6370 W art     :
  1009. 08-11 16:36:29.462  5623  6370 I art     : Starting a blocking GC Alloc
  1010. 08-11 16:36:29.462  5623  6370 I art     : Starting a blocking GC Alloc
  1011. 08-11 16:36:29.462  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1012. 08-11 16:36:29.462  5623  6370 I art     : Starting a blocking GC Alloc
  1013. 08-11 16:36:29.462  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1014. 08-11 16:36:29.462  5623  6370 I art     : Forcing collection of SoftReferences for 112B allocation
  1015. 08-11 16:36:29.462  5623  6370 I art     : Starting a blocking GC Alloc
  1016. 08-11 16:36:29.462  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1017. 08-11 16:36:29.462  5623  6370 W art     : Throwing OutOfMemoryError "Failed to allocate a 112 byte allocation with 96 free bytes and 96B until OOM"
  1018. 08-11 16:36:29.463  5623  6370 I art     : Starting a blocking GC Alloc
  1019. 08-11 16:36:29.463  5623  6370 I art     : Starting a blocking GC Alloc
  1020. 08-11 16:36:29.463  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1021. 08-11 16:36:29.463  5623  6370 I art     : Starting a blocking GC Alloc
  1022. 08-11 16:36:29.463  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1023. 08-11 16:36:29.463  5623  6370 I art     : Forcing collection of SoftReferences for 176B allocation
  1024. 08-11 16:36:29.463  5623  6370 I art     : Starting a blocking GC Alloc
  1025. 08-11 16:36:29.463  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1026. 08-11 16:36:29.463  5623  6370 W art     : Throwing OutOfMemoryError "Failed to allocate a 176 byte allocation with 64 free bytes and 64B until OOM" (recursive case)
  1027. 08-11 16:36:29.470  5623  6423 I art     : Starting a blocking GC Alloc
  1028. 08-11 16:36:29.470  5623  6423 I art     : Starting a blocking GC Alloc
  1029. 08-11 16:36:29.496  5623  6422 I art     : Waiting for a blocking GC Alloc
  1030. 08-11 16:36:29.575  5623  6370 W art     : "services-3-11" daemon prio=5 tid=27 Runnable
  1031. 08-11 16:36:29.575  5623  6370 W art     :   | group="main" sCount=0 dsCount=0 obj=0x22c05258 self=0x58a6ce00
  1032. 08-11 16:36:29.575  5623  6370 W art     :   | sysTid=6370 nice=0 cgrp=default sched=3/0 handle=0x5998c920
  1033. 08-11 16:36:29.575  5623  6370 W art     :   | state=R schedstat=( 0 0 0 ) utm=298 stm=16 core=0 HZ=100
  1034. 08-11 16:36:29.575  5623  6370 W art     :   | stack=0x5988a000-0x5988c000 stackSize=1038KB
  1035. 08-11 16:36:29.575  5623  6370 W art     :   | held mutexes= "mutator lock"(shared held)
  1036. 08-11 16:36:29.575  5623  6370 W art     :   native: #00 pc 003504a9  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)
  1037. 08-11 16:36:29.575  5623  6370 W art     :   native: #01 pc 00330be9  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308)
  1038. 08-11 16:36:29.575  5623  6370 W art     :   native: #02 pc 0032ee35  /system/lib/libart.so (_ZN3art6Thread21ThrowOutOfMemoryErrorEPKc+176)
  1039. 08-11 16:36:29.575  5623  6370 W art     :   native: #03 pc 00189bc5  /system/lib/libart.so (_ZN3art2gc4Heap21ThrowOutOfMemoryErrorEPNS_6ThreadEjNS0_13AllocatorTypeE+896)
  1040. 08-11 16:36:29.575  5623  6370 W art     :   native: #04 pc 00192065  /system/lib/libart.so (_ZN3art2gc4Heap22AllocateInternalWithGcEPNS_6ThreadENS0_13AllocatorTypeEbjPjS5_S5_PPNS_6mirror5ClassE+21372)
  1041. 08-11 16:36:29.575  5623  6370 W art     :   native: #05 pc 001279c5  /system/lib/libart.so (_ZN3art2gc4Heap24AllocObjectWithAllocatorILb1ELb1ENS_6mirror21SetStringCountVisitorEEEPNS3_6ObjectEPNS_6ThreadEPNS3_5ClassEjNS0_13AllocatorTypeERKT1_+2360)
  1042. 08-11 16:36:29.575  5623  6370 W art     :   native: #06 pc 0029aaf7  /system/lib/libart.so (_ZN3art6mirror6String21AllocFromModifiedUtf8EPNS_6ThreadEiPKci+78)
  1043. 08-11 16:36:29.575  5623  6370 W art     :   native: #07 pc 003372f3  /system/lib/libart.so (_ZN3art6Thread24ThrowNewWrappedExceptionEPKcS2_+722)
  1044. 08-11 16:36:29.575  5623  6370 W art     :   native: #08 pc 0032ee69  /system/lib/libart.so (_ZN3art6Thread21ThrowOutOfMemoryErrorEPKc+228)
  1045. 08-11 16:36:29.575  5623  6370 W art     :   native: #09 pc 00189bc5  /system/lib/libart.so (_ZN3art2gc4Heap21ThrowOutOfMemoryErrorEPNS_6ThreadEjNS0_13AllocatorTypeE+896)
  1046. 08-11 16:36:29.575  5623  6370 W art     :   native: #10 pc 00192065  /system/lib/libart.so (_ZN3art2gc4Heap22AllocateInternalWithGcEPNS_6ThreadENS0_13AllocatorTypeEbjPjS5_S5_PPNS_6mirror5ClassE+21372)
  1047. 08-11 16:36:29.575  5623  6370 W art     :   native: #11 pc 001014a5  /system/lib/libart.so (_ZN3art2gc4Heap24AllocObjectWithAllocatorILb1ELb1ENS_6mirror16SetLengthVisitorEEEPNS3_6ObjectEPNS_6ThreadEPNS3_5ClassEjNS0_13AllocatorTypeERKT1_+2360)
  1048. 08-11 16:36:29.575  5623  6370 W art     :   native: #12 pc 00100ac9  /system/lib/libart.so (_ZN3art6mirror11ObjectArrayINS0_17StackTraceElementEE5AllocEPNS_6ThreadEPNS0_5ClassEiNS_2gc13AllocatorTypeE+64)
  1049. 08-11 16:36:29.575  5623  6370 W art     :   native: #13 pc 0032c4e7  /system/lib/libart.so (_ZN3art30BuildInternalStackTraceVisitorILb0EE4InitEi+106)
  1050. 08-11 16:36:29.575  5623  6370 W art     :   native: #14 pc 0032c42b  /system/lib/libart.so (_ZNK3art6Thread24CreateInternalStackTraceILb0EEEP8_jobjectRKNS_33ScopedObjectAccessAlreadyRunnableE+118)
  1051. 08-11 16:36:29.575  5623  6370 W art     :   native: #15 pc 002b35ad  /system/lib/libart.so (_ZN3artL32Throwable_nativeFillInStackTraceEP7_JNIEnvP7_jclass+28)
  1052. 08-11 16:36:29.575  5623  6370 W art     :   native: #16 pc 0000c4cd  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Throwable_nativeFillInStackTrace__+72)
  1053. 08-11 16:36:29.575  5623  6370 W art     :   at java.lang.Throwable.nativeFillInStackTrace!(Native method)
  1054. 08-11 16:36:29.575  5623  6370 W art     :   at java.lang.Throwable.fillInStackTrace(Throwable.java:774)
  1055. 08-11 16:36:29.575  5623  6370 W art     :   at java.lang.Throwable.<init>(Throwable.java:302)
  1056. 08-11 16:36:29.575  5623  6370 W art     :   at java.lang.Exception.<init>(Exception.java:102)
  1057. 08-11 16:36:29.575  5623  6370 W art     :   at java.util.concurrent.ExecutionException.<init>(ExecutionException.java:61)
  1058. 08-11 16:36:29.575  5623  6370 W art     :   at ztx.a(SourceFile:3)
  1059. 08-11 16:36:29.575  5623  6370 W art     :   at ztx.get(SourceFile:2)
  1060. 08-11 16:36:29.575  5623  6370 W art     :   at zwl.a(SourceFile:1)
  1061. 08-11 16:36:29.575  5623  6370 W art     :   at zvo.a(SourceFile:1)
  1062. 08-11 16:36:29.575  5623  6370 W art     :   at zum.run(SourceFile:5)
  1063. 08-11 16:36:29.575  5623  6370 W art     :   at zvc.execute(SourceFile:-1)
  1064. 08-11 16:36:29.575  5623  6370 W art     :   at ztx.b(SourceFile:21)
  1065. 08-11 16:36:29.575  5623  6370 W art     :   at ztx.a(SourceFile:18)
  1066. 08-11 16:36:29.575  5623  6370 W art     :   at ztx.a(SourceFile:43)
  1067. 08-11 16:36:29.575  5623  6370 W art     :   at zum.run(SourceFile:13)
  1068. 08-11 16:36:29.575  5623  6370 W art     :   at zvc.execute(SourceFile:-1)
  1069. 08-11 16:36:29.575  5623  6370 W art     :   at ztx.b(SourceFile:21)
  1070. 08-11 16:36:29.575  5623  6370 W art     :   at ztx.a(SourceFile:18)
  1071. 08-11 16:36:29.575  5623  6370 W art     :   at ztx.a(SourceFile:43)
  1072. 08-11 16:36:29.575  5623  6370 W art     :   at zum.run(SourceFile:14)
  1073. 08-11 16:36:29.575  5623  6370 W art     :   at zwb.run(SourceFile:-1)
  1074. 08-11 16:36:29.575  5623  6370 W art     :   at wvj.run(unavailable:3)
  1075. 08-11 16:36:29.575  5623  6370 W art     :   at wmj.run(unavailable:3)
  1076. 08-11 16:36:29.575  5623  6370 W art     :   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  1077. 08-11 16:36:29.575  5623  6370 W art     :   at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  1078. 08-11 16:36:29.575  5623  6370 W art     :   at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  1079. 08-11 16:36:29.575  5623  6370 W art     :   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  1080. 08-11 16:36:29.575  5623  6370 W art     :   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  1081. 08-11 16:36:29.575  5623  6370 W art     :   at java.lang.Thread.run(Thread.java:761)
  1082. 08-11 16:36:29.575  5623  6370 W art     :
  1083. 08-11 16:36:29.578  5623  6423 W art     : Suspending all threads took: 99.853ms
  1084. 08-11 16:36:29.694  5623  6423 I art     : Clamp target GC heap from 48MB to 48MB
  1085. 08-11 16:36:29.694  5623  6422 I art     : WaitForGcToComplete blocked for 218.505ms for cause Alloc
  1086. 08-11 16:36:29.695  5623  6422 I art     : Starting a blocking GC Alloc
  1087. 08-11 16:36:29.707  5623  6370 E zup     : Input Future failed with Error
  1088. 08-11 16:36:29.707  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1089. 08-11 16:36:29.811  5623  6337 I art     : Starting a blocking GC Alloc
  1090. 08-11 16:36:29.811  5623  6337 I art     : Starting a blocking GC Alloc
  1091. 08-11 16:36:29.937  5623  6423 I art     : Waiting for a blocking GC DisableMovingGc
  1092. 08-11 16:36:29.946  5623  6337 I art     : Clamp target GC heap from 49MB to 48MB
  1093. 08-11 16:36:29.947  5623  5634 I art     : WaitForGcToComplete blocked for 17.974ms for cause HeapTrim
  1094. 08-11 16:36:29.947  5623  6423 I art     : WaitForGcToComplete blocked for 9.735ms for cause DisableMovingGc
  1095. 08-11 16:36:29.947  5623  6423 I art     : Starting a blocking GC DisableMovingGc
  1096. 08-11 16:36:30.047  5623  6337 I art     : Starting a blocking GC Alloc
  1097. 08-11 16:36:30.047  5623  6337 I art     : Starting a blocking GC Alloc
  1098. 08-11 16:36:30.047  5623  6337 W art     : Skipping GC due to disable moving GC count 1
  1099. 08-11 16:36:30.047  5623  6337 I art     : Starting a blocking GC Alloc
  1100. 08-11 16:36:30.047  5623  6337 W art     : Skipping GC due to disable moving GC count 1
  1101. 08-11 16:36:30.047  5623  6337 I art     : Forcing collection of SoftReferences for 204KB allocation
  1102. 08-11 16:36:30.047  5623  6337 I art     : Starting a blocking GC Alloc
  1103. 08-11 16:36:30.047  5623  6337 W art     : Skipping GC due to disable moving GC count 1
  1104. 08-11 16:36:30.048  5623  6337 W art     : Throwing OutOfMemoryError "Failed to allocate a 209148 byte allocation with 30680 free bytes and 29KB until OOM"
  1105. 08-11 16:36:30.049  5623  6337 I art     : Starting a blocking GC Alloc
  1106. 08-11 16:36:30.049  5623  6337 I art     : Starting a blocking GC Alloc
  1107. 08-11 16:36:30.049  5623  6337 W art     : Skipping GC due to disable moving GC count 1
  1108. 08-11 16:36:30.049  5623  6337 I art     : Starting a blocking GC Alloc
  1109. 08-11 16:36:30.049  5623  6337 W art     : Skipping GC due to disable moving GC count 1
  1110. 08-11 16:36:30.049  5623  6337 I art     : Forcing collection of SoftReferences for 204KB allocation
  1111. 08-11 16:36:30.049  5623  6337 I art     : Starting a blocking GC Alloc
  1112. 08-11 16:36:30.049  5623  6337 W art     : Skipping GC due to disable moving GC count 1
  1113. 08-11 16:36:30.049  5623  6337 W art     : Throwing OutOfMemoryError "Failed to allocate a 209148 byte allocation with 29960 free bytes and 29KB until OOM"
  1114. 08-11 16:36:30.055  5623  6370 I art     : Starting a blocking GC Alloc
  1115. 08-11 16:36:30.055  5623  6370 I art     : Starting a blocking GC Alloc
  1116. 08-11 16:36:30.173  5623  6370 I art     : Clamp target GC heap from 48MB to 48MB
  1117. 08-11 16:36:30.179  5623  6337 E zup     : Input Future failed with Error
  1118. 08-11 16:36:30.179  5623  6337 E zup     : java.lang.OutOfMemoryError: Failed to allocate a 209148 byte allocation with 29960 free bytes and 29KB until OOM
  1119. 08-11 16:36:30.179  5623  6337 E zup     :      at aags.a(SourceFile:20)
  1120. 08-11 16:36:30.179  5623  6337 E zup     :      at aags.a(SourceFile:8)
  1121. 08-11 16:36:30.179  5623  6337 E zup     :      at aalf.a(SourceFile:11)
  1122. 08-11 16:36:30.179  5623  6337 E zup     :      at aajf.a(SourceFile:573)
  1123. 08-11 16:36:30.179  5623  6337 E zup     :      at aajf.a(SourceFile:1128)
  1124. 08-11 16:36:30.179  5623  6337 E zup     :      at aags.a(SourceFile:16)
  1125. 08-11 16:36:30.179  5623  6337 E zup     :      at aags.a(SourceFile:7)
  1126. 08-11 16:36:30.179  5623  6337 E zup     :      at aalf.a(SourceFile:10)
  1127. 08-11 16:36:30.179  5623  6337 E zup     :      at aajf.a(SourceFile:1127)
  1128. 08-11 16:36:30.179  5623  6337 E zup     :      at aags.a(SourceFile:16)
  1129. 08-11 16:36:30.179  5623  6337 E zup     :      at aags.a(SourceFile:7)
  1130. 08-11 16:36:30.179  5623  6337 E zup     :      at aalf.a(SourceFile:10)
  1131. 08-11 16:36:30.179  5623  6337 E zup     :      at aajv.a(SourceFile:36)
  1132. 08-11 16:36:30.179  5623  6337 E zup     :      at aajf.a(SourceFile:1090)
  1133. 08-11 16:36:30.179  5623  6337 E zup     :      at aags.a(SourceFile:16)
  1134. 08-11 16:36:30.179  5623  6337 E zup     :      at aags.a(SourceFile:7)
  1135. 08-11 16:36:30.179  5623  6337 E zup     :      at aalf.a(SourceFile:10)
  1136. 08-11 16:36:30.179  5623  6337 E zup     :      at aajf.a(SourceFile:1127)
  1137. 08-11 16:36:30.179  5623  6337 E zup     :      at aaho.a(SourceFile:92)
  1138. 08-11 16:36:30.179  5623  6337 E zup     :      at aafq.a(SourceFile:9)
  1139. 08-11 16:36:30.179  5623  6337 E zup     :      at ryw.a(SourceFile:17)
  1140. 08-11 16:36:30.179  5623  6337 E zup     :      at pzf.a(SourceFile:13)
  1141. 08-11 16:36:30.179  5623  6337 E zup     :      at xey.a(SourceFile:189)
  1142. 08-11 16:36:30.179  5623  6337 E zup     :      at xey.a(SourceFile:76)
  1143. 08-11 16:36:30.179  5623  6337 E zup     :      at pyz.a(SourceFile:62)
  1144. 08-11 16:36:30.179  5623  6337 E zup     :      at pxz.a(SourceFile:6)
  1145. 08-11 16:36:30.179  5623  6337 E zup     :      at pil.a(SourceFile:267)
  1146. 08-11 16:36:30.179  5623  6337 E zup     :      at pkn.a(Unknown Source)
  1147. 08-11 16:36:30.179  5623  6337 E zup     :      at zun.a(SourceFile:2)
  1148. 08-11 16:36:30.179  5623  6337 E zup     :      at zum.run(SourceFile:6)
  1149. 08-11 16:36:30.179  5623  6337 E zup     :      at zwb.run(SourceFile)
  1150. 08-11 16:36:30.179  5623  6337 E zup     :      at wvj.run(Unknown Source)
  1151. 08-11 16:36:30.179  5623  6337 E zup     :      at wmj.run(Unknown Source)
  1152. 08-11 16:36:30.179  5623  6337 E zup     :      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  1153. 08-11 16:36:30.179  5623  6337 E zup     :      at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  1154. 08-11 16:36:30.179  5623  6337 E zup     :      at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  1155. 08-11 16:36:30.179  5623  6337 E zup     :      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  1156. 08-11 16:36:30.179  5623  6337 E zup     :      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  1157. 08-11 16:36:30.179  5623  6337 E zup     :      at java.lang.Thread.run(Thread.java:761)
  1158. 08-11 16:36:30.216   439   500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false
  1159. 08-11 16:36:30.323  5623  6337 I art     : Starting a blocking GC Alloc
  1160. 08-11 16:36:30.323  5623  6337 I art     : Starting a blocking GC Alloc
  1161. 08-11 16:36:30.440  5623  6337 I art     : Clamp target GC heap from 49MB to 48MB
  1162. 08-11 16:36:30.542  5623  6423 I art     : Starting a blocking GC Alloc
  1163. 08-11 16:36:30.542  5623  6423 I art     : Starting a blocking GC Alloc
  1164. 08-11 16:36:30.662  5623  6423 I art     : Clamp target GC heap from 48MB to 48MB
  1165. 08-11 16:36:30.755  5623  6370 I art     : Starting a blocking GC Alloc
  1166. 08-11 16:36:30.755  5623  6370 I art     : Starting a blocking GC Alloc
  1167. 08-11 16:36:30.873  5623  6370 I art     : Clamp target GC heap from 48MB to 48MB
  1168. 08-11 16:36:30.979  5623  6370 I art     : Starting a blocking GC Alloc
  1169. 08-11 16:36:30.979  5623  6370 I art     : Starting a blocking GC Alloc
  1170. 08-11 16:36:31.096  5623  6370 I art     : Clamp target GC heap from 48MB to 48MB
  1171. 08-11 16:36:31.207  5623  6423 I art     : Starting a blocking GC Alloc
  1172. 08-11 16:36:31.207  5623  6423 I art     : Starting a blocking GC Alloc
  1173. 08-11 16:36:31.326   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  1174. 08-11 16:36:31.328   171   234 V audio_hw_primary: start_output_stream
  1175. 08-11 16:36:31.349  5623  6423 I art     : Clamp target GC heap from 48MB to 48MB
  1176. 08-11 16:36:31.364   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  1177. 08-11 16:36:31.364   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1178. 08-11 16:36:31.364   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  1179. 08-11 16:36:31.366   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  1180. 08-11 16:36:31.545  5623  6423 I art     : Starting a blocking GC Alloc
  1181. 08-11 16:36:31.545  5623  6423 I art     : Starting a blocking GC Alloc
  1182. 08-11 16:36:31.545  5623  6423 W art     : Skipping GC due to disable moving GC count 1
  1183. 08-11 16:36:31.545  5623  6423 I art     : Starting a blocking GC Alloc
  1184. 08-11 16:36:31.545  5623  6423 W art     : Skipping GC due to disable moving GC count 1
  1185. 08-11 16:36:31.545  5623  6423 I art     : Forcing collection of SoftReferences for 371KB allocation
  1186. 08-11 16:36:31.545  5623  6423 I art     : Starting a blocking GC Alloc
  1187. 08-11 16:36:31.545  5623  6423 W art     : Skipping GC due to disable moving GC count 1
  1188. 08-11 16:36:31.546  5623  6423 W art     : Throwing OutOfMemoryError "Failed to allocate a 379917 byte allocation with 236176 free bytes and 230KB until OOM"
  1189. 08-11 16:36:31.560  5623  6423 I art     : Starting a blocking GC Alloc
  1190. 08-11 16:36:31.560  5623  6423 I art     : Starting a blocking GC Alloc
  1191. 08-11 16:36:31.561  5623  6422 I art     : Waiting for a blocking GC DisableMovingGc
  1192. 08-11 16:36:31.561  5623  6370 I art     : Waiting for a blocking GC DisableMovingGc
  1193. 08-11 16:36:31.754  5623  6423 I art     : Clamp target GC heap from 49MB to 48MB
  1194. 08-11 16:36:31.756  5623  6422 I art     : WaitForGcToComplete blocked for 195.526ms for cause DisableMovingGc
  1195. 08-11 16:36:31.756  5623  6422 I art     : Starting a blocking GC DisableMovingGc
  1196. 08-11 16:36:31.759  5623  6370 I art     : WaitForGcToComplete blocked for 198.059ms for cause DisableMovingGc
  1197. 08-11 16:36:31.759  5623  6370 I art     : Starting a blocking GC DisableMovingGc
  1198. 08-11 16:36:31.874  5623  6423 I art     : Starting a blocking GC Alloc
  1199. 08-11 16:36:31.874  5623  6423 I art     : Starting a blocking GC Alloc
  1200. 08-11 16:36:31.874  5623  6423 W art     : Skipping GC due to disable moving GC count 1
  1201. 08-11 16:36:31.874  5623  6423 I art     : Starting a blocking GC Alloc
  1202. 08-11 16:36:31.874  5623  6423 W art     : Skipping GC due to disable moving GC count 1
  1203. 08-11 16:36:31.874  5623  6423 I art     : Forcing collection of SoftReferences for 173KB allocation
  1204. 08-11 16:36:31.874  5623  6423 I art     : Starting a blocking GC Alloc
  1205. 08-11 16:36:31.874  5623  6423 W art     : Skipping GC due to disable moving GC count 1
  1206. 08-11 16:36:31.875  5623  6423 W art     : Throwing OutOfMemoryError "Failed to allocate a 177690 byte allocation with 64760 free bytes and 63KB until OOM"
  1207. 08-11 16:36:31.876  5623  6370 I art     : Starting a blocking GC Alloc
  1208. 08-11 16:36:31.876  5623  6423 I art     : Starting a blocking GC Alloc
  1209. 08-11 16:36:31.876  5623  6423 I art     : Starting a blocking GC Alloc
  1210. 08-11 16:36:31.876  5623  6423 W art     : Skipping GC due to disable moving GC count 1
  1211. 08-11 16:36:31.876  5623  6423 I art     : Starting a blocking GC Alloc
  1212. 08-11 16:36:31.876  5623  6423 W art     : Skipping GC due to disable moving GC count 1
  1213. 08-11 16:36:31.876  5623  6423 I art     : Forcing collection of SoftReferences for 173KB allocation
  1214. 08-11 16:36:31.879  5623  6423 I art     : Starting a blocking GC Alloc
  1215. 08-11 16:36:31.879  5623  6423 W art     : Skipping GC due to disable moving GC count 1
  1216. 08-11 16:36:31.879  5623  6423 W art     : Throwing OutOfMemoryError "Failed to allocate a 177690 byte allocation with 55720 free bytes and 54KB until OOM"
  1217. 08-11 16:36:31.880  5623  6370 I art     : Starting a blocking GC Alloc
  1218. 08-11 16:36:31.880  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1219. 08-11 16:36:31.880  5623  6370 I art     : Starting a blocking GC Alloc
  1220. 08-11 16:36:31.880  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1221. 08-11 16:36:31.880  5623  6370 I art     : Forcing collection of SoftReferences for 293KB allocation
  1222. 08-11 16:36:31.880  5623  6370 I art     : Starting a blocking GC Alloc
  1223. 08-11 16:36:31.880  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1224. 08-11 16:36:31.880  5623  6370 W art     : Throwing OutOfMemoryError "Failed to allocate a 300822 byte allocation with 55000 free bytes and 53KB until OOM"
  1225. 08-11 16:36:31.881  5623  6370 I art     : Starting a blocking GC Alloc
  1226. 08-11 16:36:31.881  5623  6370 I art     : Starting a blocking GC Alloc
  1227. 08-11 16:36:31.881  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1228. 08-11 16:36:31.881  5623  6370 I art     : Starting a blocking GC Alloc
  1229. 08-11 16:36:31.881  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1230. 08-11 16:36:31.881  5623  6370 I art     : Forcing collection of SoftReferences for 293KB allocation
  1231. 08-11 16:36:31.881  5623  6422 I art     : Starting a blocking GC Alloc
  1232. 08-11 16:36:31.882  5623  6422 I art     : Starting a blocking GC Alloc
  1233. 08-11 16:36:31.882  5623  6422 W art     : Skipping GC due to disable moving GC count 1
  1234. 08-11 16:36:31.882  5623  6422 I art     : Starting a blocking GC Alloc
  1235. 08-11 16:36:31.882  5623  6422 W art     : Skipping GC due to disable moving GC count 1
  1236. 08-11 16:36:31.882  5623  6422 I art     : Forcing collection of SoftReferences for 155KB allocation
  1237. 08-11 16:36:31.882  5623  6422 I art     : Starting a blocking GC Alloc
  1238. 08-11 16:36:31.882  5623  6422 W art     : Skipping GC due to disable moving GC count 1
  1239. 08-11 16:36:31.882  5623  6422 W art     : Throwing OutOfMemoryError "Failed to allocate a 159552 byte allocation with 54280 free bytes and 53KB until OOM"
  1240. 08-11 16:36:31.883  5623  6422 I art     : Starting a blocking GC Alloc
  1241. 08-11 16:36:31.883  5623  6422 I art     : Starting a blocking GC Alloc
  1242. 08-11 16:36:31.883  5623  6422 W art     : Skipping GC due to disable moving GC count 1
  1243. 08-11 16:36:31.883  5623  6422 I art     : Starting a blocking GC Alloc
  1244. 08-11 16:36:31.883  5623  6422 W art     : Skipping GC due to disable moving GC count 1
  1245. 08-11 16:36:31.883  5623  6422 I art     : Forcing collection of SoftReferences for 155KB allocation
  1246. 08-11 16:36:31.883  5623  6422 I art     : Starting a blocking GC Alloc
  1247. 08-11 16:36:31.883  5623  6422 W art     : Skipping GC due to disable moving GC count 1
  1248. 08-11 16:36:31.883  5623  6422 W art     : Throwing OutOfMemoryError "Failed to allocate a 159552 byte allocation with 53560 free bytes and 52KB until OOM"
  1249. 08-11 16:36:31.884  5623  6370 I art     : Starting a blocking GC Alloc
  1250. 08-11 16:36:31.884  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1251. 08-11 16:36:31.884  5623  6370 W art     : Throwing OutOfMemoryError "Failed to allocate a 300822 byte allocation with 52840 free bytes and 51KB until OOM"
  1252. 08-11 16:36:31.888  5623  6370 I art     : Starting a blocking GC Alloc
  1253. 08-11 16:36:31.888  5623  6370 I art     : Starting a blocking GC Alloc
  1254. 08-11 16:36:31.888  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1255. 08-11 16:36:31.888  5623  6370 I art     : Starting a blocking GC Alloc
  1256. 08-11 16:36:31.888  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1257. 08-11 16:36:31.888  5623  6370 I art     : Forcing collection of SoftReferences for 80B allocation
  1258. 08-11 16:36:31.888  5623  6370 I art     : Starting a blocking GC Alloc
  1259. 08-11 16:36:31.888  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1260. 08-11 16:36:31.888  5623  6370 W art     : Throwing OutOfMemoryError "Failed to allocate a 80 byte allocation with 24 free bytes and 24B until OOM"
  1261. 08-11 16:36:31.888  5623  6370 I art     : Starting a blocking GC Alloc
  1262. 08-11 16:36:31.888  5623  6370 I art     : Starting a blocking GC Alloc
  1263. 08-11 16:36:31.889  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1264. 08-11 16:36:31.889  5623  6370 I art     : Starting a blocking GC Alloc
  1265. 08-11 16:36:31.889  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1266. 08-11 16:36:31.889  5623  6370 I art     : Forcing collection of SoftReferences for 28B allocation
  1267. 08-11 16:36:31.889  5623  6370 I art     : Starting a blocking GC Alloc
  1268. 08-11 16:36:31.889  5623  6370 W art     : Skipping GC due to disable moving GC count 1
  1269. 08-11 16:36:31.889  5623  6370 W art     : Throwing OutOfMemoryError "Failed to allocate a 28 byte allocation with 24 free bytes and 24B until OOM" (recursive case)
  1270. 08-11 16:36:31.890  5623  6337 I art     : Starting a blocking GC Alloc
  1271. 08-11 16:36:31.891  5623  6337 I art     : Starting a blocking GC Alloc
  1272. 08-11 16:36:31.893  5623  6423 I art     : Waiting for a blocking GC DisableMovingGc
  1273. 08-11 16:36:31.893  5623  6422 I art     : Waiting for a blocking GC Alloc
  1274. 08-11 16:36:31.992  5623  6370 W art     : "services-3-11" daemon prio=5 tid=27 Runnable
  1275. 08-11 16:36:31.992  5623  6370 W art     :   | group="main" sCount=0 dsCount=0 obj=0x12c058e8 self=0x58a6ce00
  1276. 08-11 16:36:31.992  5623  6370 W art     :   | sysTid=6370 nice=0 cgrp=default sched=3/0 handle=0x5998c920
  1277. 08-11 16:36:31.992  5623  6370 W art     :   | state=R schedstat=( 0 0 0 ) utm=383 stm=21 core=0 HZ=100
  1278. 08-11 16:36:31.992  5623  6370 W art     :   | stack=0x5988a000-0x5988c000 stackSize=1038KB
  1279. 08-11 16:36:31.992  5623  6370 W art     :   | held mutexes= "mutator lock"(shared held)
  1280. 08-11 16:36:31.992  5623  6370 W art     :   at java.util.Arrays.copyOf(Arrays.java:3352)
  1281. 08-11 16:36:31.992  5623  6370 W art     :   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:130)
  1282. 08-11 16:36:31.992  5623  6370 W art     :   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:114)
  1283. 08-11 16:36:31.992  5623  6370 W art     :   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:417)
  1284. 08-11 16:36:31.992  5623  6370 W art     :   at java.lang.StringBuilder.append(StringBuilder.java:133)
  1285. 08-11 16:36:31.992  5623  6370 W art     :   at java.lang.StringBuilder.append(StringBuilder.java:129)
  1286. 08-11 16:36:31.992  5623  6370 W art     :   at java.lang.Throwable.printStackTrace(Throwable.java:650)
  1287. 08-11 16:36:31.992  5623  6370 W art     :   at java.lang.Throwable.printStackTrace(Throwable.java:712)
  1288. 08-11 16:36:31.992  5623  6370 W art     :   at com.android.internal.logging.AndroidHandler$1.format(AndroidHandler.java:98)
  1289. 08-11 16:36:31.992  5623  6370 W art     :   at com.android.internal.logging.AndroidHandler.publish(AndroidHandler.java:133)
  1290. 08-11 16:36:31.992  5623  6370 W art     :   at java.util.logging.Logger.log(Logger.java:615)
  1291. 08-11 16:36:31.992  5623  6370 W art     :   at java.util.logging.Logger.doLog(Logger.java:636)
  1292. 08-11 16:36:31.992  5623  6370 W art     :   at java.util.logging.Logger.logp(Logger.java:836)
  1293. 08-11 16:36:31.992  5623  6370 W art     :   at zuq.a(SourceFile:7)
  1294. 08-11 16:36:31.992  5623  6370 W art     :   at zuq.a(SourceFile:37)
  1295. 08-11 16:36:31.992  5623  6370 W art     :   at zuq.a(SourceFile:22)
  1296. 08-11 16:36:31.992  5623  6370 W art     :   at zuq.run(SourceFile:-1)
  1297. 08-11 16:36:31.992  5623  6370 W art     :   at zvc.execute(SourceFile:-1)
  1298. 08-11 16:36:31.992  5623  6370 W art     :   at ztx.b(SourceFile:21)
  1299. 08-11 16:36:31.992  5623  6370 W art     :   at ztx.a(SourceFile:18)
  1300. 08-11 16:36:31.992  5623  6370 W art     :   at ztx.a(SourceFile:43)
  1301. 08-11 16:36:31.992  5623  6370 W art     :   at zum.run(SourceFile:11)
  1302. 08-11 16:36:31.992  5623  6370 W art     :   at zvc.execute(SourceFile:-1)
  1303. 08-11 16:36:31.992  5623  6370 W art     :   at ztx.b(SourceFile:21)
  1304. 08-11 16:36:31.992  5623  6370 W art     :   at ztx.a(SourceFile:18)
  1305. 08-11 16:36:31.992  5623  6370 W art     :   at ztx.a(SourceFile:43)
  1306. 08-11 16:36:31.992  5623  6370 W art     :   at zum.run(SourceFile:11)
  1307. 08-11 16:36:31.992  5623  6370 W art     :   at zvc.execute(SourceFile:-1)
  1308. 08-11 16:36:31.992  5623  6370 W art     :   at ztx.b(SourceFile:21)
  1309. 08-11 16:36:31.992  5623  6370 W art     :   at ztx.a(SourceFile:18)
  1310. 08-11 16:36:31.992  5623  6370 W art     :   at ztx.a(SourceFile:43)
  1311. 08-11 16:36:31.992  5623  6370 W art     :   at zum.run(SourceFile:11)
  1312. 08-11 16:36:31.992  5623  6370 W art     :   at zvc.execute(SourceFile:-1)
  1313. 08-11 16:36:31.993  5623  6370 W art     :   at ztx.b(SourceFile:21)
  1314. 08-11 16:36:31.993  5623  6370 W art     :   at ztx.a(SourceFile:18)
  1315. 08-11 16:36:31.993  5623  6370 W art     :   at ztx.a(SourceFile:43)
  1316. 08-11 16:36:31.993  5623  6370 W art     :   at zum.run(SourceFile:14)
  1317. 08-11 16:36:31.993  5623  6370 W art     :   at zwb.run(SourceFile:-1)
  1318. 08-11 16:36:31.993  5623  6370 W art     :   at wvj.run(unavailable:3)
  1319. 08-11 16:36:31.993  5623  6370 W art     :   at wmj.run(unavailable:3)
  1320. 08-11 16:36:31.993  5623  6370 W art     :   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  1321. 08-11 16:36:31.993  5623  6370 W art     :   at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  1322. 08-11 16:36:31.993  5623  6370 W art     :   at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  1323. 08-11 16:36:31.993  5623  6370 W art     :   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  1324. 08-11 16:36:31.993  5623  6370 W art     :   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  1325. 08-11 16:36:31.993  5623  6370 W art     :   at java.lang.Thread.run(Thread.java:761)
  1326. 08-11 16:36:31.993  5623  6370 W art     :
  1327. 08-11 16:36:31.993  5623  6337 W art     : Suspending all threads took: 100.524ms
  1328. 08-11 16:36:32.113  5623  6337 I art     : Clamp target GC heap from 48MB to 48MB
  1329. 08-11 16:36:32.115  5623  6423 I art     : WaitForGcToComplete blocked for 223.907ms for cause DisableMovingGc
  1330. 08-11 16:36:32.115  5623  6423 I art     : Starting a blocking GC DisableMovingGc
  1331. 08-11 16:36:32.115  5623  6422 I art     : WaitForGcToComplete blocked for 221.954ms for cause Alloc
  1332. 08-11 16:36:32.126  5623  6422 I art     : Starting a blocking GC Alloc
  1333. 08-11 16:36:32.127  5623  6422 E zup     : Input Future failed with Error
  1334. 08-11 16:36:32.127  5623  6422 E zup     : java.lang.OutOfMemoryError: Failed to allocate a 159552 byte allocation with 53560 free bytes and 52KB until OOM
  1335. 08-11 16:36:32.127  5623  6422 E zup     :      at aags.a(SourceFile:20)
  1336. 08-11 16:36:32.127  5623  6422 E zup     :      at aags.a(SourceFile:8)
  1337. 08-11 16:36:32.127  5623  6422 E zup     :      at aalf.a(SourceFile:11)
  1338. 08-11 16:36:32.127  5623  6422 E zup     :      at aajf.a(SourceFile:573)
  1339. 08-11 16:36:32.127  5623  6422 E zup     :      at aajf.a(SourceFile:1128)
  1340. 08-11 16:36:32.127  5623  6422 E zup     :      at aags.a(SourceFile:16)
  1341. 08-11 16:36:32.127  5623  6422 E zup     :      at aags.a(SourceFile:7)
  1342. 08-11 16:36:32.127  5623  6422 E zup     :      at aalf.a(SourceFile:10)
  1343. 08-11 16:36:32.127  5623  6422 E zup     :      at aajf.a(SourceFile:1127)
  1344. 08-11 16:36:32.127  5623  6422 E zup     :      at aags.a(SourceFile:16)
  1345. 08-11 16:36:32.127  5623  6422 E zup     :      at aags.a(SourceFile:7)
  1346. 08-11 16:36:32.127  5623  6422 E zup     :      at aalf.a(SourceFile:10)
  1347. 08-11 16:36:32.127  5623  6422 E zup     :      at aajv.a(SourceFile:36)
  1348. 08-11 16:36:32.127  5623  6422 E zup     :      at aajf.a(SourceFile:1090)
  1349. 08-11 16:36:32.127  5623  6422 E zup     :      at aags.a(SourceFile:16)
  1350. 08-11 16:36:32.127  5623  6422 E zup     :      at aags.a(SourceFile:7)
  1351. 08-11 16:36:32.127  5623  6422 E zup     :      at aalf.a(SourceFile:10)
  1352. 08-11 16:36:32.127  5623  6422 E zup     :      at aajf.a(SourceFile:1127)
  1353. 08-11 16:36:32.127  5623  6422 E zup     :      at aaho.a(SourceFile:92)
  1354. 08-11 16:36:32.127  5623  6422 E zup     :      at aafq.a(SourceFile:9)
  1355. 08-11 16:36:32.127  5623  6422 E zup     :      at ryw.a(SourceFile:17)
  1356. 08-11 16:36:32.127  5623  6422 E zup     :      at pzf.a(SourceFile:13)
  1357. 08-11 16:36:32.127  5623  6422 E zup     :      at xey.a(SourceFile:189)
  1358. 08-11 16:36:32.127  5623  6422 E zup     :      at xey.a(SourceFile:76)
  1359. 08-11 16:36:32.127  5623  6422 E zup     :      at pyz.a(SourceFile:62)
  1360. 08-11 16:36:32.127  5623  6422 E zup     :      at pxz.a(SourceFile:6)
  1361. 08-11 16:36:32.127  5623  6422 E zup     :      at pil.a(SourceFile:267)
  1362. 08-11 16:36:32.127  5623  6422 E zup     :      at pkn.a(Unknown Source)
  1363. 08-11 16:36:32.127  5623  6422 E zup     :      at zun.a(SourceFile:2)
  1364. 08-11 16:36:32.127  5623  6422 E zup     :      at zum.run(SourceFile:6)
  1365. 08-11 16:36:32.127  5623  6422 E zup     :      at zwb.run(SourceFile)
  1366. 08-11 16:36:32.127  5623  6422 E zup     :      at wvj.run(Unknown Source)
  1367. 08-11 16:36:32.127  5623  6422 E zup     :      at wmj.run(Unknown Source)
  1368. 08-11 16:36:32.127  5623  6422 E zup     :      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  1369. 08-11 16:36:32.127  5623  6422 E zup     :      at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  1370. 08-11 16:36:32.127  5623  6422 E zup     :      at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  1371. 08-11 16:36:32.127  5623  6422 E zup     :      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  1372. 08-11 16:36:32.127  5623  6422 E zup     :      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  1373. 08-11 16:36:32.127  5623  6422 E zup     :      at java.lang.Thread.run(Thread.java:761)
  1374. 08-11 16:36:32.137  5623  6423 E zup     : Input Future failed with Error
  1375. 08-11 16:36:32.137  5623  6423 E zup     : java.lang.OutOfMemoryError: Failed to allocate a 177690 byte allocation with 55720 free bytes and 54KB until OOM
  1376. 08-11 16:36:32.137  5623  6423 E zup     :      at aags.a(SourceFile:20)
  1377. 08-11 16:36:32.137  5623  6423 E zup     :      at aags.a(SourceFile:8)
  1378. 08-11 16:36:32.137  5623  6423 E zup     :      at aalf.a(SourceFile:11)
  1379. 08-11 16:36:32.137  5623  6423 E zup     :      at aajf.a(SourceFile:573)
  1380. 08-11 16:36:32.137  5623  6423 E zup     :      at aajf.a(SourceFile:1128)
  1381. 08-11 16:36:32.137  5623  6423 E zup     :      at aags.a(SourceFile:16)
  1382. 08-11 16:36:32.137  5623  6423 E zup     :      at aags.a(SourceFile:7)
  1383. 08-11 16:36:32.137  5623  6423 E zup     :      at aalf.a(SourceFile:10)
  1384. 08-11 16:36:32.137  5623  6423 E zup     :      at aajf.a(SourceFile:1127)
  1385. 08-11 16:36:32.137  5623  6423 E zup     :      at aags.a(SourceFile:16)
  1386. 08-11 16:36:32.137  5623  6423 E zup     :      at aags.a(SourceFile:7)
  1387. 08-11 16:36:32.137  5623  6423 E zup     :      at aalf.a(SourceFile:10)
  1388. 08-11 16:36:32.137  5623  6423 E zup     :      at aajv.a(SourceFile:36)
  1389. 08-11 16:36:32.137  5623  6423 E zup     :      at aajf.a(SourceFile:1090)
  1390. 08-11 16:36:32.137  5623  6423 E zup     :      at aags.a(SourceFile:16)
  1391. 08-11 16:36:32.137  5623  6423 E zup     :      at aags.a(SourceFile:7)
  1392. 08-11 16:36:32.137  5623  6423 E zup     :      at aalf.a(SourceFile:10)
  1393. 08-11 16:36:32.137  5623  6423 E zup     :      at aajf.a(SourceFile:1127)
  1394. 08-11 16:36:32.137  5623  6423 E zup     :      at aaho.a(SourceFile:92)
  1395. 08-11 16:36:32.137  5623  6423 E zup     :      at aafq.a(SourceFile:9)
  1396. 08-11 16:36:32.137  5623  6423 E zup     :      at ryw.a(SourceFile:17)
  1397. 08-11 16:36:32.137  5623  6423 E zup     :      at pzf.a(SourceFile:13)
  1398. 08-11 16:36:32.137  5623  6423 E zup     :      at xey.a(SourceFile:189)
  1399. 08-11 16:36:32.137  5623  6423 E zup     :      at xey.a(SourceFile:76)
  1400. 08-11 16:36:32.137  5623  6423 E zup     :      at pyz.a(SourceFile:62)
  1401. 08-11 16:36:32.137  5623  6423 E zup     :      at pxz.a(SourceFile:6)
  1402. 08-11 16:36:32.137  5623  6423 E zup     :      at pil.a(SourceFile:267)
  1403. 08-11 16:36:32.137  5623  6423 E zup     :      at pkn.a(Unknown Source)
  1404. 08-11 16:36:32.137  5623  6423 E zup     :      at zun.a(SourceFile:2)
  1405. 08-11 16:36:32.137  5623  6423 E zup     :      at zum.run(SourceFile:6)
  1406. 08-11 16:36:32.137  5623  6423 E zup     :      at zwb.run(SourceFile)
  1407. 08-11 16:36:32.137  5623  6423 E zup     :      at wvj.run(Unknown Source)
  1408. 08-11 16:36:32.137  5623  6423 E zup     :      at wmj.run(Unknown Source)
  1409. 08-11 16:36:32.137  5623  6423 E zup     :      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  1410. 08-11 16:36:32.137  5623  6423 E zup     :      at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  1411. 08-11 16:36:32.137  5623  6423 E zup     :      at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  1412. 08-11 16:36:32.137  5623  6423 E zup     :      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  1413. 08-11 16:36:32.137  5623  6423 E zup     :      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  1414. 08-11 16:36:32.137  5623  6423 E zup     :      at java.lang.Thread.run(Thread.java:761)
  1415. 08-11 16:36:32.140  5623  6423 E zup     : Input Future failed with Error
  1416. 08-11 16:36:32.140  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1417. 08-11 16:36:32.141  5623  6423 E zup     : Input Future failed with Error
  1418. 08-11 16:36:32.141  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1419. 08-11 16:36:32.143  5623  6423 E zup     : Input Future failed with Error
  1420. 08-11 16:36:32.143  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1421. 08-11 16:36:32.145  5623  6423 E zup     : Input Future failed with Error
  1422. 08-11 16:36:32.145  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1423. 08-11 16:36:32.168  5623  6423 E zup     : Input Future failed with Error
  1424. 08-11 16:36:32.168  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1425. 08-11 16:36:32.170  5623  6423 E zup     : Input Future failed with Error
  1426. 08-11 16:36:32.170  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1427. 08-11 16:36:32.170  5623  6423 E zup     : Input Future failed with Error
  1428. 08-11 16:36:32.170  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1429. 08-11 16:36:32.171  5623  6423 E zup     : Input Future failed with Error
  1430. 08-11 16:36:32.171  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1431. 08-11 16:36:32.172  5623  6423 E zup     : Input Future failed with Error
  1432. 08-11 16:36:32.172  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1433. 08-11 16:36:32.184  5623  6423 E zup     : Input Future failed with Error
  1434. 08-11 16:36:32.184  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1435. 08-11 16:36:32.185  5623  6423 E zup     : Input Future failed with Error
  1436. 08-11 16:36:32.185  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1437. 08-11 16:36:32.187  5623  6423 E zup     : Input Future failed with Error
  1438. 08-11 16:36:32.187  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1439. 08-11 16:36:32.187  5623  6423 E zup     : Input Future failed with Error
  1440. 08-11 16:36:32.187  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1441. 08-11 16:36:32.189  5623  6423 E zup     : Input Future failed with Error
  1442. 08-11 16:36:32.189  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1443. 08-11 16:36:32.189  5623  6423 E zup     : Input Future failed with Error
  1444. 08-11 16:36:32.189  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1445. 08-11 16:36:32.190  5623  6423 E zup     : Input Future failed with Error
  1446. 08-11 16:36:32.190  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1447. 08-11 16:36:32.191  5623  6423 E zup     : Input Future failed with Error
  1448. 08-11 16:36:32.191  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1449. 08-11 16:36:32.192  5623  6423 E zup     : Input Future failed with Error
  1450. 08-11 16:36:32.192  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1451. 08-11 16:36:32.193  5623  6423 E zup     : Input Future failed with Error
  1452. 08-11 16:36:32.193  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1453. 08-11 16:36:32.194  5623  6423 E zup     : Input Future failed with Error
  1454. 08-11 16:36:32.194  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1455. 08-11 16:36:32.194  5623  6370 E zup     : Input Future failed with Error
  1456. 08-11 16:36:32.194  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1457. 08-11 16:36:32.195  5623  6423 E zup     : Input Future failed with Error
  1458. 08-11 16:36:32.195  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1459. 08-11 16:36:32.195  5623  6370 E zup     : Input Future failed with Error
  1460. 08-11 16:36:32.195  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1461. 08-11 16:36:32.196  5623  6423 E zup     : Input Future failed with Error
  1462. 08-11 16:36:32.196  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1463. 08-11 16:36:32.196  5623  6370 E zup     : Input Future failed with Error
  1464. 08-11 16:36:32.196  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1465. 08-11 16:36:32.197  5623  6370 E zup     : Input Future failed with Error
  1466. 08-11 16:36:32.197  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1467. 08-11 16:36:32.198  5623  6370 E zup     : Input Future failed with Error
  1468. 08-11 16:36:32.198  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1469. 08-11 16:36:32.198  5623  6370 E zup     : Input Future failed with Error
  1470. 08-11 16:36:32.198  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1471. 08-11 16:36:32.200  5623  6370 E zup     : Input Future failed with Error
  1472. 08-11 16:36:32.200  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1473. 08-11 16:36:32.200  5623  6370 E zup     : Input Future failed with Error
  1474. 08-11 16:36:32.200  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1475. 08-11 16:36:32.201  5623  6370 E zup     : Input Future failed with Error
  1476. 08-11 16:36:32.201  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1477. 08-11 16:36:32.202  5623  6370 E zup     : Input Future failed with Error
  1478. 08-11 16:36:32.202  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1479. 08-11 16:36:32.203  5623  6370 E zup     : Input Future failed with Error
  1480. 08-11 16:36:32.203  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1481. 08-11 16:36:32.204  5623  6370 E zup     : Input Future failed with Error
  1482. 08-11 16:36:32.204  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1483. 08-11 16:36:32.206  5623  6370 E zup     : Input Future failed with Error
  1484. 08-11 16:36:32.206  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1485. 08-11 16:36:32.207  5623  6370 E zup     : Input Future failed with Error
  1486. 08-11 16:36:32.207  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1487. 08-11 16:36:32.207  5623  6337 E zup     : Input Future failed with Error
  1488. 08-11 16:36:32.207  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1489. 08-11 16:36:32.207  5623  6337 E zup     : Input Future failed with Error
  1490. 08-11 16:36:32.207  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1491. 08-11 16:36:32.208  5623  6370 E zup     : Input Future failed with Error
  1492. 08-11 16:36:32.208  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1493. 08-11 16:36:32.209  5623  6337 E zup     : Input Future failed with Error
  1494. 08-11 16:36:32.209  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1495. 08-11 16:36:32.209  5623  6370 E zup     : Input Future failed with Error
  1496. 08-11 16:36:32.209  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1497. 08-11 16:36:32.209  5623  6337 E zup     : Input Future failed with Error
  1498. 08-11 16:36:32.209  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1499. 08-11 16:36:32.210  5623  6370 E zup     : Input Future failed with Error
  1500. 08-11 16:36:32.210  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1501. 08-11 16:36:32.210  5623  6337 E zup     : Input Future failed with Error
  1502. 08-11 16:36:32.210  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1503. 08-11 16:36:32.210  5623  6370 E zup     : Input Future failed with Error
  1504. 08-11 16:36:32.210  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1505. 08-11 16:36:32.211  5623  6337 E zup     : Input Future failed with Error
  1506. 08-11 16:36:32.211  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1507. 08-11 16:36:32.211  5623  6370 E zup     : Input Future failed with Error
  1508. 08-11 16:36:32.211  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1509. 08-11 16:36:32.212  5623  6337 E zup     : Input Future failed with Error
  1510. 08-11 16:36:32.212  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1511. 08-11 16:36:32.212  5623  6370 E zup     : Input Future failed with Error
  1512. 08-11 16:36:32.212  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1513. 08-11 16:36:32.212  5623  6337 E zup     : Input Future failed with Error
  1514. 08-11 16:36:32.212  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1515. 08-11 16:36:32.213  5623  6370 E zup     : Input Future failed with Error
  1516. 08-11 16:36:32.213  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1517. 08-11 16:36:32.213  5623  6337 E zup     : Input Future failed with Error
  1518. 08-11 16:36:32.213  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1519. 08-11 16:36:32.213  5623  6370 E zup     : Input Future failed with Error
  1520. 08-11 16:36:32.213  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1521. 08-11 16:36:32.214  5623  6337 E zup     : Input Future failed with Error
  1522. 08-11 16:36:32.214  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1523. 08-11 16:36:32.214  5623  6370 E zup     : Input Future failed with Error
  1524. 08-11 16:36:32.214  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1525. 08-11 16:36:32.215  5623  6370 E zup     : Input Future failed with Error
  1526. 08-11 16:36:32.215  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1527. 08-11 16:36:32.215  5623  6423 E zup     : Input Future failed with Error
  1528. 08-11 16:36:32.215  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1529. 08-11 16:36:32.217  5623  6423 E zup     : Input Future failed with Error
  1530. 08-11 16:36:32.217  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1531. 08-11 16:36:32.217  5623  6423 E zup     : Input Future failed with Error
  1532. 08-11 16:36:32.217  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1533. 08-11 16:36:32.219  5623  6423 E zup     : Input Future failed with Error
  1534. 08-11 16:36:32.219  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1535. 08-11 16:36:32.219  5623  6423 E zup     : Input Future failed with Error
  1536. 08-11 16:36:32.219  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1537. 08-11 16:36:32.220  5623  6423 E zup     : Input Future failed with Error
  1538. 08-11 16:36:32.220  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1539. 08-11 16:36:32.221  5623  6423 E zup     : Input Future failed with Error
  1540. 08-11 16:36:32.221  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1541. 08-11 16:36:32.222  5623  6423 E zup     : Input Future failed with Error
  1542. 08-11 16:36:32.222  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1543. 08-11 16:36:32.223  5623  6423 E zup     : Input Future failed with Error
  1544. 08-11 16:36:32.223  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1545. 08-11 16:36:32.224  5623  6423 E zup     : Input Future failed with Error
  1546. 08-11 16:36:32.224  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1547. 08-11 16:36:32.224  5623  6422 E zup     : Input Future failed with Error
  1548. 08-11 16:36:32.224  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1549. 08-11 16:36:32.224  5623  6422 E zup     : Input Future failed with Error
  1550. 08-11 16:36:32.224  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1551. 08-11 16:36:32.225  5623  6423 E zup     : Input Future failed with Error
  1552. 08-11 16:36:32.225  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1553. 08-11 16:36:32.226  5623  6422 E zup     : Input Future failed with Error
  1554. 08-11 16:36:32.226  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1555. 08-11 16:36:32.227  5623  6423 E zup     : Input Future failed with Error
  1556. 08-11 16:36:32.227  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1557. 08-11 16:36:32.227  5623  6423 E zup     : Input Future failed with Error
  1558. 08-11 16:36:32.227  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1559. 08-11 16:36:32.228  5623  6422 E zup     : Input Future failed with Error
  1560. 08-11 16:36:32.228  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1561. 08-11 16:36:32.229  5623  6423 E zup     : Input Future failed with Error
  1562. 08-11 16:36:32.229  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1563. 08-11 16:36:32.229  5623  6423 E zup     : Input Future failed with Error
  1564. 08-11 16:36:32.229  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1565. 08-11 16:36:32.229  5623  6422 E zup     : Input Future failed with Error
  1566. 08-11 16:36:32.229  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1567. 08-11 16:36:32.230  5623  6422 E zup     : Input Future failed with Error
  1568. 08-11 16:36:32.230  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1569. 08-11 16:36:32.230  5623  6423 E zup     : Input Future failed with Error
  1570. 08-11 16:36:32.230  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1571. 08-11 16:36:32.231  5623  6423 E zup     : Input Future failed with Error
  1572. 08-11 16:36:32.231  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1573. 08-11 16:36:32.231  5623  6422 E zup     : Input Future failed with Error
  1574. 08-11 16:36:32.231  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1575. 08-11 16:36:32.231  5623  6422 E zup     : Input Future failed with Error
  1576. 08-11 16:36:32.231  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1577. 08-11 16:36:32.232  5623  6423 E zup     : Input Future failed with Error
  1578. 08-11 16:36:32.232  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1579. 08-11 16:36:32.232  5623  6423 E zup     : Input Future failed with Error
  1580. 08-11 16:36:32.232  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1581. 08-11 16:36:32.233  5623  6422 E zup     : Input Future failed with Error
  1582. 08-11 16:36:32.233  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1583. 08-11 16:36:32.233  5623  6422 E zup     : Input Future failed with Error
  1584. 08-11 16:36:32.233  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1585. 08-11 16:36:32.234  5623  6423 E zup     : Input Future failed with Error
  1586. 08-11 16:36:32.234  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1587. 08-11 16:36:32.234  5623  6422 E zup     : Input Future failed with Error
  1588. 08-11 16:36:32.234  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1589. 08-11 16:36:32.235  5623  6422 E zup     : Input Future failed with Error
  1590. 08-11 16:36:32.235  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1591. 08-11 16:36:32.235  5623  6337 E zup     : Input Future failed with Error
  1592. 08-11 16:36:32.235  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1593. 08-11 16:36:32.236  5623  6337 E zup     : Input Future failed with Error
  1594. 08-11 16:36:32.236  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1595. 08-11 16:36:32.236  5623  6422 E zup     : Input Future failed with Error
  1596. 08-11 16:36:32.236  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1597. 08-11 16:36:32.237  5623  6370 E zup     : Input Future failed with Error
  1598. 08-11 16:36:32.237  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1599. 08-11 16:36:32.237  5623  6370 E zup     : Input Future failed with Error
  1600. 08-11 16:36:32.237  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1601. 08-11 16:36:32.237  5623  6337 E zup     : Input Future failed with Error
  1602. 08-11 16:36:32.237  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1603. 08-11 16:36:32.238  5623  6337 E zup     : Input Future failed with Error
  1604. 08-11 16:36:32.238  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1605. 08-11 16:36:32.238  5623  6370 E zup     : Input Future failed with Error
  1606. 08-11 16:36:32.238  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1607. 08-11 16:36:32.239  5623  6370 E zup     : Input Future failed with Error
  1608. 08-11 16:36:32.239  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1609. 08-11 16:36:32.239  5623  6337 E zup     : Input Future failed with Error
  1610. 08-11 16:36:32.239  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1611. 08-11 16:36:32.239  5623  6337 E zup     : Input Future failed with Error
  1612. 08-11 16:36:32.239  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1613. 08-11 16:36:32.240  5623  6370 E zup     : Input Future failed with Error
  1614. 08-11 16:36:32.240  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1615. 08-11 16:36:32.241  5623  6337 E zup     : Input Future failed with Error
  1616. 08-11 16:36:32.241  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1617. 08-11 16:36:32.241  5623  6370 E zup     : Input Future failed with Error
  1618. 08-11 16:36:32.241  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1619. 08-11 16:36:32.241  5623  6337 E zup     : Input Future failed with Error
  1620. 08-11 16:36:32.241  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1621. 08-11 16:36:32.242  5623  6370 E zup     : Input Future failed with Error
  1622. 08-11 16:36:32.242  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1623. 08-11 16:36:32.242  5623  6337 E zup     : Input Future failed with Error
  1624. 08-11 16:36:32.242  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1625. 08-11 16:36:32.242  5623  6370 E zup     : Input Future failed with Error
  1626. 08-11 16:36:32.242  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1627. 08-11 16:36:32.243  5623  6337 E zup     : Input Future failed with Error
  1628. 08-11 16:36:32.243  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1629. 08-11 16:36:32.244  5623  6370 E zup     : Input Future failed with Error
  1630. 08-11 16:36:32.244  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1631. 08-11 16:36:32.244  5623  6337 E zup     : Input Future failed with Error
  1632. 08-11 16:36:32.244  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1633. 08-11 16:36:32.244  5623  6370 E zup     : Input Future failed with Error
  1634. 08-11 16:36:32.244  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1635. 08-11 16:36:32.244  5623  6337 E zup     : Input Future failed with Error
  1636. 08-11 16:36:32.244  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1637. 08-11 16:36:32.245  5623  6370 E zup     : Input Future failed with Error
  1638. 08-11 16:36:32.245  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1639. 08-11 16:36:32.245  5623  6337 E zup     : Input Future failed with Error
  1640. 08-11 16:36:32.245  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1641. 08-11 16:36:32.246  5623  6370 E zup     : Input Future failed with Error
  1642. 08-11 16:36:32.246  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1643. 08-11 16:36:32.246  5623  6337 E zup     : Input Future failed with Error
  1644. 08-11 16:36:32.246  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1645. 08-11 16:36:32.246  5623  6423 E zup     : Input Future failed with Error
  1646. 08-11 16:36:32.246  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1647. 08-11 16:36:32.248  5623  6422 E zup     : Input Future failed with Error
  1648. 08-11 16:36:32.248  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1649. 08-11 16:36:32.248  5623  6423 E zup     : Input Future failed with Error
  1650. 08-11 16:36:32.248  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1651. 08-11 16:36:32.249  5623  6423 E zup     : Input Future failed with Error
  1652. 08-11 16:36:32.249  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1653. 08-11 16:36:32.249  5623  6422 E zup     : Input Future failed with Error
  1654. 08-11 16:36:32.249  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1655. 08-11 16:36:32.250  5623  6423 E zup     : Input Future failed with Error
  1656. 08-11 16:36:32.250  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1657. 08-11 16:36:32.250  5623  6422 E zup     : Input Future failed with Error
  1658. 08-11 16:36:32.250  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1659. 08-11 16:36:32.250  5623  6423 E zup     : Input Future failed with Error
  1660. 08-11 16:36:32.250  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1661. 08-11 16:36:32.251  5623  6422 E zup     : Input Future failed with Error
  1662. 08-11 16:36:32.251  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1663. 08-11 16:36:32.251  5623  6423 E zup     : Input Future failed with Error
  1664. 08-11 16:36:32.251  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1665. 08-11 16:36:32.251  5623  6422 E zup     : Input Future failed with Error
  1666. 08-11 16:36:32.251  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1667. 08-11 16:36:32.252  5623  6423 E zup     : Input Future failed with Error
  1668. 08-11 16:36:32.252  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1669. 08-11 16:36:32.252  5623  6422 E zup     : Input Future failed with Error
  1670. 08-11 16:36:32.252  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1671. 08-11 16:36:32.253  5623  6422 E zup     : Input Future failed with Error
  1672. 08-11 16:36:32.253  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1673. 08-11 16:36:32.254  5623  6423 E zup     : Input Future failed with Error
  1674. 08-11 16:36:32.254  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1675. 08-11 16:36:32.254  5623  6423 E zup     : Input Future failed with Error
  1676. 08-11 16:36:32.254  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1677. 08-11 16:36:32.255  5623  6422 E zup     : Input Future failed with Error
  1678. 08-11 16:36:32.255  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1679. 08-11 16:36:32.261  5623  6423 E zup     : Input Future failed with Error
  1680. 08-11 16:36:32.261  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1681. 08-11 16:36:32.265  5623  6370 E zup     : Input Future failed with Error
  1682. 08-11 16:36:32.265  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1683. 08-11 16:36:32.265  5623  6370 E zup     : Input Future failed with Error
  1684. 08-11 16:36:32.265  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1685. 08-11 16:36:32.266  5623  6370 I art     : Starting a blocking GC Alloc
  1686. 08-11 16:36:32.266  5623  6370 I art     : Starting a blocking GC Alloc
  1687. 08-11 16:36:32.266  5623  6423 I art     : Waiting for a blocking GC Alloc
  1688. 08-11 16:36:32.389  5623  6370 I art     : Clamp target GC heap from 48MB to 48MB
  1689. 08-11 16:36:32.391  5623  6423 I art     : WaitForGcToComplete blocked for 124.725ms for cause Alloc
  1690. 08-11 16:36:32.391  5623  6423 I art     : Starting a blocking GC Alloc
  1691. 08-11 16:36:32.406  5623  6423 E zup     : Input Future failed with Error
  1692. 08-11 16:36:32.406  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1693. 08-11 16:36:32.407  5623  6423 E zup     : Input Future failed with Error
  1694. 08-11 16:36:32.407  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1695. 08-11 16:36:32.410  5623  6422 E zup     : Input Future failed with Error
  1696. 08-11 16:36:32.410  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1697. 08-11 16:36:32.410  5623  6422 E zup     : Input Future failed with Error
  1698. 08-11 16:36:32.410  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1699. 08-11 16:36:32.441  5623  6337 E zup     : Input Future failed with Error
  1700. 08-11 16:36:32.441  5623  6337 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1701. 08-11 16:36:32.442  5623  6422 E zup     : Input Future failed with Error
  1702. 08-11 16:36:32.442  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1703. 08-11 16:36:32.448  5623  6370 E zup     : Input Future failed with Error
  1704. 08-11 16:36:32.448  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1705. 08-11 16:36:32.452  5623  6423 E zup     : Input Future failed with Error
  1706. 08-11 16:36:32.452  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1707. 08-11 16:36:32.454  5623  6423 E zup     : Input Future failed with Error
  1708. 08-11 16:36:32.454  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1709. 08-11 16:36:32.456  5623  6370 E zup     : Input Future failed with Error
  1710. 08-11 16:36:32.456  5623  6370 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1711. 08-11 16:36:32.456  5623  6422 E zup     : Input Future failed with Error
  1712. 08-11 16:36:32.456  5623  6422 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1713. 08-11 16:36:32.457  5623  6423 E zup     : Input Future failed with Error
  1714. 08-11 16:36:32.457  5623  6423 E zup     : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  1715. 08-11 16:36:32.468   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  1716. 08-11 16:36:32.476  6338  6338 D ConstraintsHelper: construct key=app_perf_profiles_enabled available=true
  1717. 08-11 16:36:32.514   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36)
  1718. 08-11 16:36:35.565   171   234 V audio_hw_primary: do_out_standby
  1719. 08-11 16:36:35.744   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  1720. 08-11 16:36:35.745   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  1721. 08-11 16:36:35.748   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1722. 08-11 16:36:35.748   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  1723. 08-11 16:36:43.814  5623  6422 W wvu     : Job 'messageDetailsFetchQueueProcessor' did not complete within 00:30.0000 (mm:ss.ms).
  1724. 08-11 16:36:43.814  5623  6422 W wvu     : xvt: Job 'messageDetailsFetchQueueProcessor' did not complete within 00:30.0000 (mm:ss.ms).
  1725. 08-11 16:36:43.814  5623  6422 W wvu     :      at xuy.call(Unknown Source)
  1726. 08-11 16:36:43.814  5623  6422 W wvu     :      at xtv.b(SourceFile:1)
  1727. 08-11 16:36:43.814  5623  6422 W wvu     :      at xtw.a(Unknown Source)
  1728. 08-11 16:36:43.814  5623  6422 W wvu     :      at xtv.a(SourceFile:2)
  1729. 08-11 16:36:43.814  5623  6422 W wvu     :      at xtd.run(SourceFile)
  1730. 08-11 16:36:43.814  5623  6422 W wvu     :      at wmj.run(Unknown Source)
  1731. 08-11 16:36:43.814  5623  6422 W wvu     :      at xql.call(Unknown Source)
  1732. 08-11 16:36:43.814  5623  6422 W wvu     :      at xtn.a(Unknown Source)
  1733. 08-11 16:36:43.814  5623  6422 W wvu     :      at zun.a(SourceFile:2)
  1734. 08-11 16:36:43.814  5623  6422 W wvu     :      at zum.run(SourceFile:6)
  1735. 08-11 16:36:43.814  5623  6422 W wvu     :      at zwb.run(SourceFile)
  1736. 08-11 16:36:43.814  5623  6422 W wvu     :      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
  1737. 08-11 16:36:43.814  5623  6422 W wvu     :      at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  1738. 08-11 16:36:43.814  5623  6422 W wvu     :      at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
  1739. 08-11 16:36:43.814  5623  6422 W wvu     :      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  1740. 08-11 16:36:43.814  5623  6422 W wvu     :      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  1741. 08-11 16:36:43.814  5623  6422 W wvu     :      at java.lang.Thread.run(Thread.java:761)
  1742. 08-11 16:36:46.440   439  2181 I ActivityManager: START u0 {act=com.evervolv.toolbox.action.KERNEL_TUNER cmp=com.evervolv.toolbox/.perf.KernelTuner} from uid 1000 on display 0
  1743. 08-11 16:36:46.441   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  1744. 08-11 16:36:46.442   171   234 V audio_hw_primary: start_output_stream
  1745. 08-11 16:36:46.465   439  1067 I ActivityManager: Killing 2635:com.android.chrome/u0a91 (adj 906): empty #17
  1746. 08-11 16:36:46.478   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  1747. 08-11 16:36:46.478   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1748. 08-11 16:36:46.478   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  1749. 08-11 16:36:46.480   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  1750. 08-11 16:36:46.499  6338  6338 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.
  1751. 08-11 16:36:46.535   439  2184 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@f0d9250)
  1752. 08-11 16:36:46.536   439  2184 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=9, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@53bdc49)
  1753. 08-11 16:36:46.541   439   515 D ActivityManager: cleanUpApplicationRecord -- 2635
  1754. 08-11 16:36:46.557  6338  6338 W vervolv.toolbox: type=1400 audit(0.0:130): name="ksm" dev="sysfs" ino=5267
  1755. 08-11 16:36:46.668   439   504 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
  1756. 08-11 16:36:46.670   439   504 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=9, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
  1757. 08-11 16:36:46.737   439  1075 I ActivityManager: Process com.android.chrome:privileged_process1 (pid 6310) has died
  1758. 08-11 16:36:46.737   439  1075 D ActivityManager: cleanUpApplicationRecord -- 6310
  1759. 08-11 16:36:46.877  6338  6349 I art     : Background sticky concurrent mark sweep GC freed 8451(856KB) AllocSpace objects, 2(40KB) LOS objects, 6% free, 2MB/3MB, paused 762us total 330.291ms
  1760. 08-11 16:36:47.193   439   460 I ActivityManager: Displayed com.evervolv.toolbox/.perf.KernelTuner: +732ms
  1761. 08-11 16:36:47.275  6338  6354 D OpenGLRenderer: endAllActiveAnimators on 0x5bbe3f00 (RippleDrawable) with handle 0x5b67f790
  1762. 08-11 16:36:48.306   439   500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false
  1763. 08-11 16:36:49.566   171   234 V audio_hw_primary: do_out_standby
  1764. 08-11 16:36:49.750   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  1765. 08-11 16:36:49.750   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  1766. 08-11 16:36:49.753   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1767. 08-11 16:36:49.753   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  1768. 08-11 16:36:50.917   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  1769. 08-11 16:36:50.918   171   234 V audio_hw_primary: start_output_stream
  1770. 08-11 16:36:50.954   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  1771. 08-11 16:36:50.954   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1772. 08-11 16:36:50.954   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  1773. 08-11 16:36:50.956   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  1774. 08-11 16:36:51.005   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36)
  1775. 08-11 16:36:52.875   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  1776. 08-11 16:36:52.900   439   818 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@ffabc4f attribute=null, token = android.os.BinderProxy@41f5a6f
  1777. 08-11 16:36:52.916   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36)
  1778. 08-11 16:36:55.160  6142  6159 I Finsky  : [344] com.google.android.finsky.bq.ad.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bq.ae@5e02a9d[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
  1779. 08-11 16:36:55.160  6142  6159 I Finsky  : [344] com.google.android.finsky.bq.ad.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bq.ae@fdc2b12[Running, pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 35]
  1780. 08-11 16:36:55.414  6142  6159 I Finsky  : [344] com.google.android.finsky.bq.ad.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bq.ae@7ca02e3[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 9]
  1781. 08-11 16:36:55.978   171   234 V audio_hw_primary: do_out_standby
  1782. 08-11 16:36:56.159   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  1783. 08-11 16:36:56.159   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  1784. 08-11 16:36:56.160   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1785. 08-11 16:36:56.160   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  1786. 08-11 16:36:56.832   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  1787. 08-11 16:36:56.835   171   234 V audio_hw_primary: start_output_stream
  1788. 08-11 16:36:56.870   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  1789. 08-11 16:36:56.870   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1790. 08-11 16:36:56.870   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  1791. 08-11 16:36:56.872   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  1792. 08-11 16:36:59.954   171   234 V audio_hw_primary: do_out_standby
  1793. 08-11 16:37:00.136   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  1794. 08-11 16:37:00.136   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  1795. 08-11 16:37:00.138   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1796. 08-11 16:37:00.138   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  1797. 08-11 16:37:00.147   439   462 D LuxLevels: bright hysteresis constant= 0.1, threshold=3377.853, lux=3070.7754
  1798. 08-11 16:37:00.147   439   462 D LuxLevels: dark hysteresis constant= 0.2, threshold=2456.6204, lux=3070.7754
  1799. 08-11 16:37:00.537   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  1800. 08-11 16:37:00.538   171   234 V audio_hw_primary: start_output_stream
  1801. 08-11 16:37:00.572   439  2180 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4e6285b attribute=null, token = android.os.BinderProxy@41f5a6f
  1802. 08-11 16:37:00.573   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  1803. 08-11 16:37:00.573   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1804. 08-11 16:37:00.574   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  1805. 08-11 16:37:00.575   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  1806. 08-11 16:37:00.627   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36)
  1807. 08-11 16:37:03.658   171   234 V audio_hw_primary: do_out_standby
  1808. 08-11 16:37:03.854   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  1809. 08-11 16:37:03.854   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  1810. 08-11 16:37:03.856   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1811. 08-11 16:37:03.856   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  1812. 08-11 16:37:06.390   439   500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false
  1813. 08-11 16:37:06.578   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  1814. 08-11 16:37:06.579   171   234 V audio_hw_primary: start_output_stream
  1815. 08-11 16:37:06.615   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  1816. 08-11 16:37:06.615   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1817. 08-11 16:37:06.615   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  1818. 08-11 16:37:06.617   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  1819. 08-11 16:37:06.674   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36)
  1820. 08-11 16:37:09.703   171   234 V audio_hw_primary: do_out_standby
  1821. 08-11 16:37:09.902   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  1822. 08-11 16:37:09.902   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  1823. 08-11 16:37:09.904   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1824. 08-11 16:37:09.904   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  1825. 08-11 16:37:10.443   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  1826. 08-11 16:37:10.444   171   234 V audio_hw_primary: start_output_stream
  1827. 08-11 16:37:10.479   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  1828. 08-11 16:37:10.480   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1829. 08-11 16:37:10.480   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  1830. 08-11 16:37:10.482   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  1831. 08-11 16:37:10.536   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(34)
  1832. 08-11 16:37:13.565   171   234 V audio_hw_primary: do_out_standby
  1833. 08-11 16:37:13.743   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  1834. 08-11 16:37:13.743   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  1835. 08-11 16:37:13.745   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1836. 08-11 16:37:13.745   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  1837. 08-11 16:37:14.746   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  1838. 08-11 16:37:14.747   171   234 V audio_hw_primary: start_output_stream
  1839. 08-11 16:37:14.782   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  1840. 08-11 16:37:14.783   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1841. 08-11 16:37:14.783   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  1842. 08-11 16:37:14.784   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  1843. 08-11 16:37:14.839   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36)
  1844. 08-11 16:37:15.969  6338  6338 D ConstraintsHelper: construct key=disable_toolbox available=true
  1845. 08-11 16:37:15.972   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  1846. 08-11 16:37:16.001   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36)
  1847. 08-11 16:37:18.443   439   500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false
  1848. 08-11 16:37:19.052   171   234 V audio_hw_primary: do_out_standby
  1849. 08-11 16:37:19.231   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  1850. 08-11 16:37:19.231   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  1851. 08-11 16:37:19.232   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1852. 08-11 16:37:19.232   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  1853. 08-11 16:37:19.833   439   450 I ActivityManager: START u0 {act=com.evervolv.toolbox.action.BUGREPORT cmp=com.evervolv.toolbox/.support.BugReport} from uid 1000 on display 0
  1854. 08-11 16:37:19.834   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  1855. 08-11 16:37:19.835   171   234 V audio_hw_primary: start_output_stream
  1856. 08-11 16:37:19.871   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  1857. 08-11 16:37:19.871   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1858. 08-11 16:37:19.871   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  1859. 08-11 16:37:19.873   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  1860. 08-11 16:37:19.899  6338  6338 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.
  1861. 08-11 16:37:20.196   439   460 I ActivityManager: Displayed com.evervolv.toolbox/.support.BugReport: +330ms
  1862. 08-11 16:37:20.296  6338  6354 D OpenGLRenderer: endAllActiveAnimators on 0x5b603380 (RippleDrawable) with handle 0x59dba6d0
  1863. 08-11 16:37:22.955   171   234 V audio_hw_primary: do_out_standby
  1864. 08-11 16:37:23.142   171   234 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000
  1865. 08-11 16:37:23.142   171   234 I audio_hw_primary: audio_route_apply_path: speaker-disable
  1866. 08-11 16:37:23.144   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1867. 08-11 16:37:23.144   171   234 I audio_hw_primary: audio_route_apply_path: out-disable
  1868. 08-11 16:37:25.354   171   234 V audio_hw_primary: out_set_parameters kvpairs='routing=2'
  1869. 08-11 16:37:25.355   171   234 V audio_hw_primary: start_output_stream
  1870. 08-11 16:37:25.390   171   234 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000
  1871. 08-11 16:37:25.390   171   234 I audio_hw_primary: audio_route_apply_path: headphone-disable
  1872. 08-11 16:37:25.390   171   234 I audio_hw_primary: audio_route_apply_path: speaker-enable
  1873. 08-11 16:37:25.392   171   234 I audio_hw_primary: audio_route_apply_path: out-enable
  1874. 08-11 16:37:25.441   171   234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36)
  1875. 08-11 16:37:25.878  6338  6338 D BugReport: Calling pull_logcat
  1876. 08-11 16:37:25.879  6338  6338 I Choreographer: Skipped 30 frames!  The application may be doing too much work on its main thread.
  1877. 08-11 16:37:25.955  6460  6460 W init    : type=1400 audit(0.0:131): path="/system/bin/dumplogcat" dev="dm-10" ino=32671
  1878. 08-11 16:37:26.106  6462  6462 W logcat  : type=1400 audit(0.0:132): path="/data/data/com.evervolv.toolbox/files/logcat-2019-08-11-16-37-26.txt.tmp" dev="dm-9" ino=2388
  1879. [logcat: 0.359s elapsed]
  1880.  
  1881. Broadcasting: Intent { act=com.evervolv.toolbox.action.DUMPLOGCAT_FINISHED (has extras) }
  1882. Broadcast completed: result=0
  1883.  

Reply to "Logcat: ev_tenderloin4g-7.1.2-nightly-2017.11.03"

Here you can reply to the paste above