------ SYSTEM LOG (logcat -v threadtime -d *:v) ------ --------- beginning of crash 12-31 19:24:27.406 953 975 E AndroidRuntime: FATAL EXCEPTION: AsyncHandler 12-31 19:24:27.406 953 975 E AndroidRuntime: Process: com.android.deskclock, PID: 953 12-31 19:24:27.406 953 975 E AndroidRuntime: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to 8 12-31 19:24:27.406 953 975 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.onDowngrade(SQLiteOpenHelper.java:360) 12-31 19:24:27.406 953 975 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:254) 12-31 19:24:27.406 953 975 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187) 12-31 19:24:27.406 953 975 E AndroidRuntime: at com.android.deskclock.provider.ClockProvider.query(ClockProvider.java:143) 12-31 19:24:27.406 953 975 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1020) 12-31 19:24:27.406 953 975 E AndroidRuntime: at android.content.ContentProvider$Transport.query(ContentProvider.java:239) 12-31 19:24:27.406 953 975 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:532) 12-31 19:24:27.406 953 975 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:474) 12-31 19:24:27.406 953 975 E AndroidRuntime: at com.android.deskclock.provider.AlarmInstance.getInstances(AlarmInstance.java:220) 12-31 19:24:27.406 953 975 E AndroidRuntime: at com.android.deskclock.alarms.AlarmStateManager.fixAlarmInstances(AlarmStateManager.java:801) 12-31 19:24:27.406 953 975 E AndroidRuntime: at com.android.deskclock.AlarmInitReceiver$1.run(AlarmInitReceiver.java:85) 12-31 19:24:27.406 953 975 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:751) 12-31 19:24:27.406 953 975 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95) 12-31 19:24:27.406 953 975 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154) 12-31 19:24:27.406 953 975 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61) 12-31 19:24:34.652 693 693 E AndroidRuntime: FATAL EXCEPTION: main 12-31 19:24:34.652 693 693 E AndroidRuntime: Process: com.android.phone, PID: 693 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 } 12-31 19:24:34.652 693 693 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3066) 12-31 19:24:34.652 693 693 E AndroidRuntime: at android.app.ActivityThread.-wrap18(ActivityThread.java) 12-31 19:24:34.652 693 693 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1576) 12-31 19:24:34.652 693 693 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) 12-31 19:24:34.652 693 693 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154) 12-31 19:24:34.652 693 693 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6208) 12-31 19:24:34.652 693 693 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 12-31 19:24:34.652 693 693 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891) 12-31 19:24:34.652 693 693 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781) 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 } 12-31 19:24:34.652 693 693 E AndroidRuntime: at android.app.ContextImpl.validateServiceIntent(ContextImpl.java:1345) 12-31 19:24:34.652 693 693 E AndroidRuntime: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1374) 12-31 19:24:34.652 693 693 E AndroidRuntime: at android.app.ContextImpl.startService(ContextImpl.java:1358) 12-31 19:24:34.652 693 693 E AndroidRuntime: at android.content.ContextWrapper.startService(ContextWrapper.java:613) 12-31 19:24:34.652 693 693 E AndroidRuntime: at android.content.ContextWrapper.startService(ContextWrapper.java:613) 12-31 19:24:34.652 693 693 E AndroidRuntime: at com.mbm.mbmservice.MbmServiceReceiver.onReceive(MbmServiceReceiver.java:69) 12-31 19:24:34.652 693 693 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3059) 12-31 19:24:34.652 693 693 E AndroidRuntime: ... 8 more 12-31 19:24:38.237 1382 1399 E AndroidRuntime: FATAL EXCEPTION: AsyncHandler 12-31 19:24:38.237 1382 1399 E AndroidRuntime: Process: com.android.deskclock, PID: 1382 12-31 19:24:38.237 1382 1399 E AndroidRuntime: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to 8 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.onDowngrade(SQLiteOpenHelper.java:360) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:254) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at com.android.deskclock.provider.ClockProvider.query(ClockProvider.java:143) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1020) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at android.content.ContentProvider$Transport.query(ContentProvider.java:239) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:532) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:474) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at com.android.deskclock.provider.AlarmInstance.getInstances(AlarmInstance.java:220) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at com.android.deskclock.alarms.AlarmStateManager.fixAlarmInstances(AlarmStateManager.java:801) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at com.android.deskclock.AlarmInitReceiver$1.run(AlarmInitReceiver.java:85) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:751) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154) 12-31 19:24:38.237 1382 1399 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61) --------- beginning of system 08-11 16:19:23.837 1955 1955 D ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider 08-11 16:19:24.913 439 451 I chatty : uid=1000(system) Binder:439_2 expire 2 lines 08-11 16:19:24.915 439 958 I chatty : uid=1000(system) backup expire 3 lines 08-11 16:19:25.833 439 1948 I chatty : uid=1000(system) Binder:439_E expire 2 lines 08-11 16:19:26.325 1300 1300 D MccTable: updateMccMncConfiguration mccmnc='310410' fromServiceState=false 08-11 16:19:26.329 1300 1300 D MccTable: updateMccMncConfiguration defaultMccMnc= 08-11 16:19:26.329 1300 1300 D MccTable: updateMccMncConfiguration: mcc=310, mnc=410 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/?} 08-11 16:19:26.459 439 1075 I chatty : uid=1000(system) Binder:439_8 expire 8 lines 08-11 16:19:28.796 439 818 I chatty : uid=1000(system) Binder:439_5 expire 2 lines 08-11 16:19:29.123 439 1942 I chatty : uid=1000(system) Binder:439_B expire 2 lines 08-11 16:19:29.330 439 2181 I chatty : uid=1000(system) Binder:439_11 expire 4 lines 08-11 16:19:29.836 439 2173 I chatty : uid=1000(system) Binder:439_F expire 1 line 08-11 16:19:30.428 439 2183 I chatty : uid=1000(system) Binder:439_13 expire 1 line 08-11 16:19:30.439 439 1298 I chatty : uid=1000(system) Binder:439_9 expire 1 line 08-11 16:19:30.485 439 460 I chatty : uid=1000(system) android.display expire 3 lines 08-11 16:19:30.736 1300 1300 D MccTable: updateMccMncConfiguration mccmnc='310410' fromServiceState=false 08-11 16:19:30.744 1300 1300 D MccTable: updateMccMncConfiguration defaultMccMnc=310410 08-11 16:19:30.744 1300 1300 D MccTable: updateMccMncConfiguration: mcc=310, mnc=410 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/?} 08-11 16:19:31.228 439 619 I chatty : uid=1000(system) Binder:439_4 expire 1 line 08-11 16:19:31.250 439 2180 I chatty : uid=1000(system) Binder:439_10 expire 1 line 08-11 16:19:32.114 1300 1300 D MccTable: updateMccMncConfiguration mccmnc='310410' fromServiceState=false 08-11 16:19:32.116 1300 1300 D MccTable: updateMccMncConfiguration defaultMccMnc=310410 08-11 16:19:32.116 1300 1300 D MccTable: updateMccMncConfiguration: mcc=310, mnc=410 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/?} 08-11 16:19:32.830 439 2186 I chatty : uid=1000(system) Binder:439_15 expire 3 lines 08-11 16:19:32.867 439 439 I chatty : uid=1000 system_server expire 3 lines 08-11 16:19:32.888 439 2184 I chatty : uid=1000(system) Binder:439_14 expire 1 line 08-11 16:19:33.089 439 1058 I chatty : uid=1000(system) Binder:439_6 expire 1 line 08-11 16:19:33.586 439 1948 I chatty : uid=1000(system) Binder:439_E expire 1 line 08-11 16:19:33.596 439 1944 I chatty : uid=1000(system) Binder:439_C expire 1 line 08-11 16:19:33.759 439 958 I chatty : uid=1000(system) backup expire 22 lines 08-11 16:19:33.951 439 2182 I chatty : uid=1000(system) Binder:439_12 expire 3 lines 08-11 16:19:34.305 439 2181 I chatty : uid=1000(system) Binder:439_11 expire 1 line 08-11 16:19:34.412 439 2180 I chatty : uid=1000(system) Binder:439_10 expire 4 lines 08-11 16:19:35.822 439 2173 I chatty : uid=1000(system) Binder:439_F expire 1 line 08-11 16:19:36.202 439 1298 I chatty : uid=1000(system) Binder:439_9 expire 2 lines 08-11 16:19:36.560 439 1067 I chatty : uid=1000(system) Binder:439_7 expire 2 lines 08-11 16:19:37.512 439 2181 I chatty : uid=1000(system) Binder:439_11 expire 3 lines 08-11 16:19:38.073 439 2183 I chatty : uid=1000(system) Binder:439_13 expire 4 lines 08-11 16:19:38.985 439 439 I chatty : uid=1000 system_server expire 1 line 08-11 16:19:40.337 439 452 I chatty : uid=1000(system) android.bg expire 4 lines 08-11 16:19:41.393 439 462 I chatty : uid=1000(system) PowerManagerSer expire 6 lines 08-11 16:19:42.054 439 515 I chatty : uid=1000(system) Binder:439_3 expire 3 lines 08-11 16:19:42.084 439 1948 I chatty : uid=1000(system) Binder:439_E expire 3 lines 08-11 16:19:42.217 439 1299 I chatty : uid=1000(system) Binder:439_A expire 3 lines 08-11 16:19:43.709 439 2182 I chatty : uid=1000(system) Binder:439_12 expire 2 lines 08-11 16:19:45.460 439 450 I chatty : uid=1000(system) Binder:439_1 expire 1 line 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 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 08-11 16:19:52.636 439 483 I chatty : uid=1000(system) AlarmManager expire 1 line 08-11 16:19:54.401 439 451 I chatty : uid=1000(system) Binder:439_2 expire 1 line 08-11 16:19:55.122 439 1075 I chatty : uid=1000(system) Binder:439_8 expire 2 lines 08-11 16:19:55.127 439 1946 I chatty : uid=1000(system) Binder:439_D expire 1 line 08-11 16:19:55.158 439 1942 I chatty : uid=1000(system) Binder:439_B expire 1 line 08-11 16:19:55.169 439 2186 I chatty : uid=1000(system) Binder:439_15 expire 1 line 08-11 16:19:57.826 439 453 I chatty : uid=1000(system) ActivityManager expire 2 lines 08-11 16:19:59.836 439 1058 I chatty : uid=1000(system) Binder:439_6 expire 2 lines 08-11 16:20:11.292 439 2183 I chatty : uid=1000(system) Binder:439_13 expire 3 lines 08-11 16:20:13.670 439 452 I chatty : uid=1000(system) android.bg expire 2 lines 08-11 16:20:13.979 439 1946 I chatty : uid=1000(system) Binder:439_D expire 3 lines 08-11 16:20:14.656 439 2181 I chatty : uid=1000(system) Binder:439_11 expire 3 lines 08-11 16:20:14.696 439 2182 I chatty : uid=1000(system) Binder:439_12 expire 1 line 08-11 16:20:15.005 439 1948 I chatty : uid=1000(system) Binder:439_E expire 1 line 08-11 16:20:15.083 439 504 I chatty : uid=1000(system) ConnectivitySer expire 1 line 08-11 16:20:23.354 439 619 I chatty : uid=1000(system) Binder:439_4 expire 3 lines 08-11 16:20:23.355 439 439 I chatty : uid=1000 system_server expire 1 line 08-11 16:20:27.283 439 1944 I chatty : uid=1000(system) Binder:439_C expire 1 line 08-11 16:20:27.342 439 515 I chatty : uid=1000(system) Binder:439_3 expire 1 line 08-11 16:20:33.871 439 2173 I chatty : uid=1000(system) Binder:439_F expire 3 lines 08-11 16:20:34.659 439 2180 I chatty : uid=1000(system) Binder:439_10 expire 6 lines 08-11 16:20:37.273 439 1942 I chatty : uid=1000(system) Binder:439_B expire 1 line 08-11 16:20:38.671 439 958 I chatty : uid=1000(system) backup expire 2 lines 08-11 16:20:45.469 439 1298 I chatty : uid=1000(system) Binder:439_9 expire 3 lines 08-11 16:20:45.716 439 1075 I chatty : uid=1000(system) Binder:439_8 expire 2 lines 08-11 16:20:45.832 439 462 I chatty : uid=1000(system) PowerManagerSer expire 2 lines 08-11 16:20:56.516 439 2186 I chatty : uid=1000(system) Binder:439_15 expire 1 line 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 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 08-11 16:20:57.881 2567 2567 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1336) 08-11 16:20:57.881 2567 2567 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231) 08-11 16:20:57.881 2567 2567 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450) 08-11 16:20:57.881 2567 2567 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1422) 08-11 16:20:57.881 2567 2567 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:636) 08-11 16:20:57.881 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181) 08-11 16:20:57.881 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224) 08-11 16:20:57.881 2567 2567 E ActivityThread: at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160) 08-11 16:20:57.881 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171) 08-11 16:20:57.881 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115) 08-11 16:20:57.881 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305) 08-11 16:20:57.881 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369) 08-11 16:20:57.881 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132) 08-11 16:20:57.881 2567 2567 E ActivityThread: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68) 08-11 16:20:57.881 2567 2567 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102) 08-11 16:20:57.881 2567 2567 E ActivityThread: at android.os.Looper.loop(Looper.java:154) 08-11 16:20:57.881 2567 2567 E ActivityThread: at android.os.HandlerThread.run(HandlerThread.java:61) 08-11 16:20:57.883 439 1067 I chatty : uid=1000(system) Binder:439_7 expire 1 line 08-11 16:21:13.366 439 2173 I chatty : uid=1000(system) Binder:439_F expire 2 lines 08-11 16:21:13.370 439 492 I chatty : uid=1000(system) MountService expire 1 line 08-11 16:21:13.374 146 153 E vold : Failed to readlink for /proc/1784/ns/mnt 08-11 16:21:13.375 439 493 I chatty : uid=1000(system) VoldConnector expire 1 line 08-11 16:21:13.496 439 619 I chatty : uid=1000(system) Binder:439_4 expire 3 lines 08-11 16:21:15.751 439 1942 I chatty : uid=1000(system) Binder:439_B expire 1 line 08-11 16:21:17.602 439 1948 I chatty : uid=1000(system) Binder:439_E expire 2 lines 08-11 16:21:17.824 439 818 I chatty : uid=1000(system) Binder:439_5 expire 2 lines 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 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 08-11 16:21:18.010 2567 2567 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1336) 08-11 16:21:18.010 2567 2567 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231) 08-11 16:21:18.010 2567 2567 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450) 08-11 16:21:18.010 2567 2567 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1422) 08-11 16:21:18.010 2567 2567 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:636) 08-11 16:21:18.010 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181) 08-11 16:21:18.010 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224) 08-11 16:21:18.010 2567 2567 E ActivityThread: at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160) 08-11 16:21:18.010 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171) 08-11 16:21:18.010 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115) 08-11 16:21:18.010 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305) 08-11 16:21:18.010 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369) 08-11 16:21:18.010 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132) 08-11 16:21:18.010 2567 2567 E ActivityThread: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68) 08-11 16:21:18.010 2567 2567 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102) 08-11 16:21:18.010 2567 2567 E ActivityThread: at android.os.Looper.loop(Looper.java:154) 08-11 16:21:18.010 2567 2567 E ActivityThread: at android.os.HandlerThread.run(HandlerThread.java:61) 08-11 16:21:18.011 439 2184 I chatty : uid=1000(system) Binder:439_14 expire 1 line 08-11 16:21:19.264 439 439 I chatty : uid=1000 system_server expire 2 lines 08-11 16:21:19.271 439 958 I chatty : uid=1000(system) backup expire 14 lines 08-11 16:21:23.067 439 452 I chatty : uid=1000(system) android.bg expire 1 line 08-11 16:21:25.167 439 462 I chatty : uid=1000(system) PowerManagerSer expire 6 lines 08-11 16:21:25.338 439 1075 I chatty : uid=1000(system) Binder:439_8 expire 2 lines 08-11 16:21:33.456 439 2180 I chatty : uid=1000(system) Binder:439_10 expire 1 line 08-11 16:21:34.943 439 450 I chatty : uid=1000(system) Binder:439_1 expire 1 line 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 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 08-11 16:21:34.980 2567 2567 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1336) 08-11 16:21:34.980 2567 2567 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231) 08-11 16:21:34.980 2567 2567 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450) 08-11 16:21:34.980 2567 2567 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1422) 08-11 16:21:34.980 2567 2567 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:636) 08-11 16:21:34.980 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181) 08-11 16:21:34.980 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224) 08-11 16:21:34.980 2567 2567 E ActivityThread: at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160) 08-11 16:21:34.980 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171) 08-11 16:21:34.980 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115) 08-11 16:21:34.980 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305) 08-11 16:21:34.980 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369) 08-11 16:21:34.980 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132) 08-11 16:21:34.980 2567 2567 E ActivityThread: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68) 08-11 16:21:34.980 2567 2567 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102) 08-11 16:21:34.980 2567 2567 E ActivityThread: at android.os.Looper.loop(Looper.java:154) 08-11 16:21:34.980 2567 2567 E ActivityThread: at android.os.HandlerThread.run(HandlerThread.java:61) 08-11 16:21:34.982 439 2182 I chatty : uid=1000(system) Binder:439_12 expire 2 lines 08-11 16:21:36.502 439 958 I chatty : uid=1000(system) backup expire 12 lines 08-11 16:21:37.292 439 1942 I chatty : uid=1000(system) Binder:439_B expire 1 line 08-11 16:21:37.321 439 2833 I chatty : uid=1000(system) Binder:439_16 expire 2 lines 08-11 16:21:37.551 439 1948 I chatty : uid=1000(system) Binder:439_E expire 2 lines 08-11 16:21:37.675 439 451 I chatty : uid=1000(system) Binder:439_2 expire 1 line 08-11 16:21:37.682 439 2181 I chatty : uid=1000(system) Binder:439_11 expire 2 lines 08-11 16:21:39.522 439 1058 I chatty : uid=1000(system) Binder:439_6 expire 3 lines 08-11 16:21:39.613 439 456 I chatty : uid=1000(system) batterystats-sy expire 2 lines 08-11 16:21:42.872 439 462 I chatty : uid=1000(system) PowerManagerSer expire 2 lines 08-11 16:21:54.019 439 1946 I chatty : uid=1000(system) Binder:439_D expire 1 line 08-11 16:21:54.113 439 1944 I chatty : uid=1000(system) Binder:439_C expire 1 line 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 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 08-11 16:21:54.153 2567 2567 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1336) 08-11 16:21:54.153 2567 2567 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231) 08-11 16:21:54.153 2567 2567 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450) 08-11 16:21:54.153 2567 2567 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1422) 08-11 16:21:54.153 2567 2567 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:636) 08-11 16:21:54.153 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181) 08-11 16:21:54.153 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224) 08-11 16:21:54.153 2567 2567 E ActivityThread: at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160) 08-11 16:21:54.153 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171) 08-11 16:21:54.153 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115) 08-11 16:21:54.153 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305) 08-11 16:21:54.153 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369) 08-11 16:21:54.153 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132) 08-11 16:21:54.153 2567 2567 E ActivityThread: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68) 08-11 16:21:54.153 2567 2567 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102) 08-11 16:21:54.153 2567 2567 E ActivityThread: at android.os.Looper.loop(Looper.java:154) 08-11 16:21:54.153 2567 2567 E ActivityThread: at android.os.HandlerThread.run(HandlerThread.java:61) 08-11 16:21:54.154 439 2173 I chatty : uid=1000(system) Binder:439_F expire 2 lines 08-11 16:21:58.025 439 818 I chatty : uid=1000(system) Binder:439_5 expire 1 line 08-11 16:21:58.062 439 1298 I chatty : uid=1000(system) Binder:439_9 expire 2 lines 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 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 08-11 16:21:58.264 2567 2567 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1336) 08-11 16:21:58.264 2567 2567 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231) 08-11 16:21:58.264 2567 2567 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450) 08-11 16:21:58.264 2567 2567 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1422) 08-11 16:21:58.264 2567 2567 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:636) 08-11 16:21:58.264 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181) 08-11 16:21:58.264 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224) 08-11 16:21:58.264 2567 2567 E ActivityThread: at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160) 08-11 16:21:58.264 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171) 08-11 16:21:58.264 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115) 08-11 16:21:58.264 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305) 08-11 16:21:58.264 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369) 08-11 16:21:58.264 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132) 08-11 16:21:58.264 2567 2567 E ActivityThread: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68) 08-11 16:21:58.264 2567 2567 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102) 08-11 16:21:58.264 2567 2567 E ActivityThread: at android.os.Looper.loop(Looper.java:154) 08-11 16:21:58.264 2567 2567 E ActivityThread: at android.os.HandlerThread.run(HandlerThread.java:61) 08-11 16:21:59.307 439 2183 I chatty : uid=1000(system) Binder:439_13 expire 2 lines 08-11 16:22:00.169 439 1299 I chatty : uid=1000(system) Binder:439_A expire 1 line 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 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 08-11 16:22:00.426 2567 2567 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1336) 08-11 16:22:00.426 2567 2567 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231) 08-11 16:22:00.426 2567 2567 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450) 08-11 16:22:00.426 2567 2567 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1422) 08-11 16:22:00.426 2567 2567 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:636) 08-11 16:22:00.426 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181) 08-11 16:22:00.426 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224) 08-11 16:22:00.426 2567 2567 E ActivityThread: at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160) 08-11 16:22:00.426 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171) 08-11 16:22:00.426 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115) 08-11 16:22:00.426 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305) 08-11 16:22:00.426 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369) 08-11 16:22:00.426 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132) 08-11 16:22:00.426 2567 2567 E ActivityThread: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68) 08-11 16:22:00.426 2567 2567 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102) 08-11 16:22:00.426 2567 2567 E ActivityThread: at android.os.Looper.loop(Looper.java:154) 08-11 16:22:00.426 2567 2567 E ActivityThread: at android.os.HandlerThread.run(HandlerThread.java:61) 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 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 08-11 16:22:03.246 2567 2567 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1336) 08-11 16:22:03.246 2567 2567 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231) 08-11 16:22:03.246 2567 2567 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450) 08-11 16:22:03.246 2567 2567 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1422) 08-11 16:22:03.246 2567 2567 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:636) 08-11 16:22:03.246 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181) 08-11 16:22:03.246 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224) 08-11 16:22:03.246 2567 2567 E ActivityThread: at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160) 08-11 16:22:03.246 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171) 08-11 16:22:03.246 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115) 08-11 16:22:03.246 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305) 08-11 16:22:03.246 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369) 08-11 16:22:03.246 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132) 08-11 16:22:03.246 2567 2567 E ActivityThread: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68) 08-11 16:22:03.246 2567 2567 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102) 08-11 16:22:03.246 2567 2567 E ActivityThread: at android.os.Looper.loop(Looper.java:154) 08-11 16:22:03.246 2567 2567 E ActivityThread: at android.os.HandlerThread.run(HandlerThread.java:61) 08-11 16:22:03.277 439 2180 I chatty : uid=1000(system) Binder:439_10 expire 1 line 08-11 16:22:08.778 439 2186 I chatty : uid=1000(system) Binder:439_15 expire 7 lines 08-11 16:22:13.502 439 1298 I chatty : uid=1000(system) Binder:439_9 expire 3 lines 08-11 16:22:21.558 439 2181 I chatty : uid=1000(system) Binder:439_11 expire 2 lines 08-11 16:22:21.764 439 1067 I chatty : uid=1000(system) Binder:439_7 expire 1 line 08-11 16:22:23.581 439 453 I chatty : uid=1000(system) ActivityManager expire 6 lines 08-11 16:22:23.622 439 2182 I chatty : uid=1000(system) Binder:439_12 expire 2 lines 08-11 16:22:26.664 439 958 I chatty : uid=1000(system) backup expire 1 line 08-11 16:22:29.663 439 462 I chatty : uid=1000(system) PowerManagerSer expire 8 lines 08-11 16:22:35.823 439 1948 I chatty : uid=1000(system) Binder:439_E expire 2 lines 08-11 16:22:38.319 439 1058 I chatty : uid=1000(system) Binder:439_6 expire 1 line 08-11 16:22:44.725 439 2184 I chatty : uid=1000(system) Binder:439_14 expire 1 line 08-11 16:22:54.669 439 460 I chatty : uid=1000(system) android.display expire 5 lines 08-11 16:22:54.836 439 1075 I chatty : uid=1000(system) Binder:439_8 expire 2 lines 08-11 16:22:57.337 439 491 I chatty : uid=1000(system) InputReader expire 1 line 08-11 16:23:02.699 439 2180 I chatty : uid=1000(system) Binder:439_10 expire 3 lines 08-11 16:23:02.734 439 818 I chatty : uid=1000(system) Binder:439_5 expire 1 line 08-11 16:23:05.803 439 1067 I chatty : uid=1000(system) Binder:439_7 expire 2 lines 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 } 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 } 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 } 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 } 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 } 08-11 16:23:06.838 439 452 I chatty : uid=1000(system) android.bg expire 1 line 08-11 16:23:06.852 439 1058 I chatty : uid=1000(system) Binder:439_6 expire 2 lines 08-11 16:23:07.056 439 1944 I chatty : uid=1000(system) Binder:439_C expire 4 lines 08-11 16:23:07.082 439 450 I chatty : uid=1000(system) Binder:439_1 expire 1 line 08-11 16:23:07.110 439 2182 I chatty : uid=1000(system) Binder:439_12 expire 2 lines 08-11 16:23:07.289 439 455 I chatty : uid=1000(system) ActivityManager expire 2 lines 08-11 16:23:14.471 439 451 I chatty : uid=1000(system) Binder:439_2 expire 2 lines 08-11 16:23:16.830 439 453 I chatty : uid=1000(system) ActivityManager expire 4 lines 08-11 16:23:18.446 439 2186 I chatty : uid=1000(system) Binder:439_15 expire 1 line 08-11 16:23:19.381 439 504 I chatty : uid=1000(system) ConnectivitySer expire 1 line 08-11 16:23:25.598 439 2184 I chatty : uid=1000(system) Binder:439_14 expire 1 line 08-11 16:23:36.243 439 510 I chatty : uid=1000(system) onProviders.ECP expire 2 lines 08-11 16:23:36.673 439 462 I chatty : uid=1000(system) PowerManagerSer expire 4 lines 08-11 16:23:51.525 439 439 I chatty : uid=1000 system_server expire 1 line 08-11 16:23:51.873 439 3618 I chatty : uid=1000(system) Binder:439_18 expire 5 lines 08-11 16:23:57.284 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=35892.42, lux=32629.473 08-11 16:23:57.284 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=26103.578, lux=32629.473 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. 08-11 16:24:07.200 439 2833 W ActivityManager: Slow operation: 64ms so far, now at startProcess: returned from zygote! 08-11 16:24:07.200 439 2833 W ActivityManager: Slow operation: 64ms so far, now at startProcess: done updating battery stats 08-11 16:24:07.200 439 2833 W ActivityManager: Slow operation: 64ms so far, now at startProcess: building log message 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 08-11 16:24:07.200 439 2833 W ActivityManager: Slow operation: 64ms so far, now at startProcess: starting to update pids map 08-11 16:24:07.200 439 2833 W ActivityManager: Slow operation: 64ms so far, now at startProcess: done updating pids map 08-11 16:24:07.200 439 2833 W ActivityManager: Slow operation: 65ms so far, now at startProcess: done starting proc! 08-11 16:24:07.200 439 2833 W ActivityManager: Slow operation: 62ms so far, now at getContentProviderImpl: after start process 08-11 16:24:07.201 439 2833 W ActivityManager: Slow operation: 62ms so far, now at getContentProviderImpl: updating data structures 08-11 16:24:07.201 439 2833 W ActivityManager: Slow operation: 62ms so far, now at getContentProviderImpl: done! 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 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 08-11 16:24:40.291 3995 3995 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1336) 08-11 16:24:40.291 3995 3995 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231) 08-11 16:24:40.291 3995 3995 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450) 08-11 16:24:40.291 3995 3995 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1422) 08-11 16:24:40.291 3995 3995 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:636) 08-11 16:24:40.291 3995 3995 E ActivityThread: at android.media.MediaScannerConnection.connect(MediaScannerConnection.java:119) 08-11 16:24:40.291 3995 3995 E ActivityThread: at com.android.providers.downloads.DownloadScanner.requestScan(DownloadScanner.java:130) 08-11 16:24:40.291 3995 3995 E ActivityThread: at com.android.providers.downloads.DownloadScanner.requestScanBlocking(DownloadScanner.java:85) 08-11 16:24:40.291 3995 3995 E ActivityThread: at com.android.providers.downloads.DownloadThread.run(DownloadThread.java:386) 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 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 08-11 16:24:40.296 3995 3995 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1336) 08-11 16:24:40.296 3995 3995 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231) 08-11 16:24:40.296 3995 3995 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450) 08-11 16:24:40.296 3995 3995 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1422) 08-11 16:24:40.296 3995 3995 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:636) 08-11 16:24:40.296 3995 3995 E ActivityThread: at android.media.MediaScannerConnection.connect(MediaScannerConnection.java:119) 08-11 16:24:40.296 3995 3995 E ActivityThread: at com.android.providers.downloads.DownloadScanner.requestScan(DownloadScanner.java:130) 08-11 16:24:40.296 3995 3995 E ActivityThread: at com.android.providers.downloads.DownloadScanner.requestScanBlocking(DownloadScanner.java:85) 08-11 16:24:40.296 3995 3995 E ActivityThread: at com.android.providers.downloads.DownloadThread.run(DownloadThread.java:386) 08-11 16:24:56.133 439 1067 W ActivityManager: Slow operation: 61ms so far, now at getContentProviderImpl: after updateOomAdj 08-11 16:24:56.133 439 1067 W ActivityManager: Slow operation: 61ms so far, now at getContentProviderImpl: done! 08-11 16:25:08.070 439 1058 I ActivityManager: Process com.android.vending (pid 3919) has died 08-11 16:25:08.070 439 1058 D ActivityManager: cleanUpApplicationRecord -- 3919 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 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 08-11 16:25:41.695 439 450 I ActivityManager: Setting hasTopUi=true for pid=534 08-11 16:25:44.056 439 453 I ActivityManager: Waited long enough for: ServiceRecord{c3480 u0 com.android.providers.calendar/.EmptyService} 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 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) } 08-11 16:25:45.634 439 1075 I ActivityManager: Setting hasTopUi=false for pid=534 08-11 16:25:45.758 439 453 W ActivityManager: Activity pause timeout for ActivityRecord{b454071 u0 com.google.android.gm/.ConversationListActivityGmail t3} 08-11 16:25:46.168 439 453 E ActivityManager: applyOptionsLocked: Unknown animationType=0 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 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} 08-11 16:25:55.752 439 453 W ActivityManager: Launch timeout has expired, giving up wake lock! 08-11 16:25:56.439 439 1299 W ActivityManager: Slow operation: 684ms so far, now at getContentProviderImpl: after checkContentProviderPermission 08-11 16:25:56.439 439 1299 W ActivityManager: Slow operation: 684ms so far, now at getContentProviderImpl: incProviderCountLocked 08-11 16:25:56.439 439 1299 W ActivityManager: Slow operation: 684ms so far, now at getContentProviderImpl: before updateLruProcess 08-11 16:25:56.439 439 1299 W ActivityManager: Slow operation: 685ms so far, now at getContentProviderImpl: after updateLruProcess 08-11 16:25:56.439 439 1299 W ActivityManager: Slow operation: 685ms so far, now at getContentProviderImpl: before updateOomAdj 08-11 16:25:56.440 439 1299 W ActivityManager: Slow operation: 685ms so far, now at getContentProviderImpl: after updateOomAdj 08-11 16:25:56.440 439 1299 W ActivityManager: Slow operation: 685ms so far, now at getContentProviderImpl: done! 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 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} 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 08-11 16:26:08.994 439 453 W ActivityManager: Launch timeout has expired, giving up wake lock! 08-11 16:26:11.442 439 1058 I ActivityManager: Setting hasTopUi=true for pid=534 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} 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 08-11 16:26:20.882 439 1298 I ActivityManager: Process com.android.chrome:sandboxed_process2 (pid 4441) has died 08-11 16:26:20.882 439 1298 D ActivityManager: cleanUpApplicationRecord -- 4441 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 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) 08-11 16:26:21.702 439 456 E KernelUidCpuTimeReader: failed to remove uid from uid_cputime module 08-11 16:26:21.702 439 456 E KernelUidCpuTimeReader: java.io.FileNotFoundException: /proc/uid_cputime/remove_uid_range (No such file or directory) 08-11 16:26:21.702 439 456 E KernelUidCpuTimeReader: at java.io.FileOutputStream.open(Native Method) 08-11 16:26:21.702 439 456 E KernelUidCpuTimeReader: at java.io.FileOutputStream.(FileOutputStream.java:221) 08-11 16:26:21.702 439 456 E KernelUidCpuTimeReader: at java.io.FileOutputStream.(FileOutputStream.java:108) 08-11 16:26:21.702 439 456 E KernelUidCpuTimeReader: at java.io.FileWriter.(FileWriter.java:63) 08-11 16:26:21.702 439 456 E KernelUidCpuTimeReader: at com.android.internal.os.KernelUidCpuTimeReader.removeUid(KernelUidCpuTimeReader.java:158) 08-11 16:26:21.702 439 456 E KernelUidCpuTimeReader: at com.android.internal.os.BatteryStatsImpl.removeIsolatedUidLocked(BatteryStatsImpl.java:3161) 08-11 16:26:21.702 439 456 E KernelUidCpuTimeReader: at com.android.server.am.BatteryStatsService$BatteryStatsHandler.handleMessage(BatteryStatsService.java:141) 08-11 16:26:21.702 439 456 E KernelUidCpuTimeReader: at android.os.Handler.dispatchMessage(Handler.java:102) 08-11 16:26:21.702 439 456 E KernelUidCpuTimeReader: at android.os.Looper.loop(Looper.java:154) 08-11 16:26:21.702 439 456 E KernelUidCpuTimeReader: at android.os.HandlerThread.run(HandlerThread.java:61) 08-11 16:26:21.702 439 456 E KernelUidCpuTimeReader: at com.android.server.ServiceThread.run(ServiceThread.java:46) 08-11 16:26:27.533 439 1942 W ActivityManager: Slow operation: 112ms so far, now at startProcess: returned from zygote! 08-11 16:26:27.533 439 1942 W ActivityManager: Slow operation: 112ms so far, now at startProcess: done updating battery stats 08-11 16:26:27.533 439 1942 W ActivityManager: Slow operation: 112ms so far, now at startProcess: building log message 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 08-11 16:26:27.533 439 1942 W ActivityManager: Slow operation: 112ms so far, now at startProcess: starting to update pids map 08-11 16:26:27.533 439 1942 W ActivityManager: Slow operation: 112ms so far, now at startProcess: done updating pids map 08-11 16:26:27.533 439 1942 W ActivityManager: Slow operation: 113ms so far, now at startProcess: done starting proc! 08-11 16:26:29.833 439 818 I ActivityManager: Process com.android.chrome:sandboxed_process3 (pid 4478) has died 08-11 16:26:29.833 439 818 D ActivityManager: cleanUpApplicationRecord -- 4478 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 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) 08-11 16:26:29.871 439 456 E KernelUidCpuTimeReader: failed to remove uid from uid_cputime module 08-11 16:26:29.871 439 456 E KernelUidCpuTimeReader: java.io.FileNotFoundException: /proc/uid_cputime/remove_uid_range (No such file or directory) 08-11 16:26:29.871 439 456 E KernelUidCpuTimeReader: at java.io.FileOutputStream.open(Native Method) 08-11 16:26:29.871 439 456 E KernelUidCpuTimeReader: at java.io.FileOutputStream.(FileOutputStream.java:221) 08-11 16:26:29.871 439 456 E KernelUidCpuTimeReader: at java.io.FileOutputStream.(FileOutputStream.java:108) 08-11 16:26:29.871 439 456 E KernelUidCpuTimeReader: at java.io.FileWriter.(FileWriter.java:63) 08-11 16:26:29.871 439 456 E KernelUidCpuTimeReader: at com.android.internal.os.KernelUidCpuTimeReader.removeUid(KernelUidCpuTimeReader.java:158) 08-11 16:26:29.871 439 456 E KernelUidCpuTimeReader: at com.android.internal.os.BatteryStatsImpl.removeIsolatedUidLocked(BatteryStatsImpl.java:3161) 08-11 16:26:29.871 439 456 E KernelUidCpuTimeReader: at com.android.server.am.BatteryStatsService$BatteryStatsHandler.handleMessage(BatteryStatsService.java:141) 08-11 16:26:29.871 439 456 E KernelUidCpuTimeReader: at android.os.Handler.dispatchMessage(Handler.java:102) 08-11 16:26:29.871 439 456 E KernelUidCpuTimeReader: at android.os.Looper.loop(Looper.java:154) 08-11 16:26:29.871 439 456 E KernelUidCpuTimeReader: at android.os.HandlerThread.run(HandlerThread.java:61) 08-11 16:26:29.871 439 456 E KernelUidCpuTimeReader: at com.android.server.ServiceThread.run(ServiceThread.java:46) 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 08-11 16:26:49.652 439 2182 I ActivityManager: Setting hasTopUi=false for pid=534 08-11 16:26:58.709 439 1298 I ActivityManager: Process com.android.vending (pid 4232) has died 08-11 16:26:58.710 439 1298 D ActivityManager: cleanUpApplicationRecord -- 4232 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 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 08-11 16:27:16.597 439 619 D CountryDetector: The first listener is added 08-11 16:27:45.180 439 462 I PowerManagerService: Going to sleep due to screen timeout (uid 1000)... 08-11 16:27:45.577 439 462 I PowerManagerService: Sleeping (uid 1000)... 08-11 16:27:45.984 439 453 I VrManagerService: VR mode is disallowed 08-11 16:27:46.942 439 460 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF 08-11 16:27:48.466 439 456 E BatteryStatsService: no controller energy info supplied 08-11 16:27:48.466 439 456 E BatteryStatsService: no controller energy info supplied 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) 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) 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} 08-11 16:27:59.694 439 1067 I ActivityManager: Process com.android.vending (pid 4545) has died 08-11 16:27:59.694 439 1067 D ActivityManager: cleanUpApplicationRecord -- 4545 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 08-11 16:28:00.195 439 1067 I ActivityManager: Setting hasTopUi=true for pid=534 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 08-11 16:28:40.714 439 1946 I ActivityManager: Process com.android.vending (pid 4711) has died 08-11 16:28:40.714 439 1946 D ActivityManager: cleanUpApplicationRecord -- 4711 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 08-11 16:28:57.136 439 491 I PowerManagerService: Waking up from sleep (uid 1000)... 08-11 16:28:57.137 439 462 I DisplayPowerController: Blocking screen on until initial contents have been drawn. 08-11 16:28:57.958 439 460 I DisplayManagerService: Display device changed state: "Built-in Screen", ON 08-11 16:28:58.014 439 462 I DisplayPowerController: Unblocked screen on after 877 ms 08-11 16:28:58.529 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=26262.5, lux=23875.0 08-11 16:28:58.529 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=19100.0, lux=23875.0 08-11 16:29:00.303 439 453 I VrManagerService: VR mode is allowed 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 08-11 16:29:00.772 439 1058 I ActivityManager: Setting hasTopUi=false for pid=534 08-11 16:29:30.044 439 453 I ActivityManager: Killing 3345:com.android.calllogbackup/u0a3 (adj 906): empty #17 08-11 16:29:30.065 439 1058 D ActivityManager: cleanUpApplicationRecord -- 3345 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 08-11 16:29:40.019 439 2183 I ActivityManager: Process com.android.vending (pid 4905) has died 08-11 16:29:40.019 439 2183 D ActivityManager: cleanUpApplicationRecord -- 4905 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 08-11 16:29:40.079 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=20136.459, lux=18305.871 08-11 16:29:40.079 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=14644.697, lux=18305.871 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 08-11 16:30:00.817 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=14632.132, lux=13301.9375 08-11 16:30:00.817 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=10641.55, lux=13301.9375 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 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 08-11 16:30:08.225 439 450 W ActivityManager: Slow operation: 954ms so far, now at attachApplicationLocked: before bindApplication 08-11 16:30:08.225 439 450 W ActivityManager: Slow operation: 954ms so far, now at attachApplicationLocked: immediately before bindApplication 08-11 16:30:08.258 439 450 W ActivityManager: Slow operation: 988ms so far, now at attachApplicationLocked: immediately after bindApplication 08-11 16:30:08.258 439 450 W ActivityManager: Slow operation: 988ms so far, now at attachApplicationLocked: after updateLruProcessLocked 08-11 16:30:08.259 439 450 W ActivityManager: Slow operation: 989ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked 08-11 16:30:08.266 439 450 W ActivityManager: Slow operation: 995ms so far, now at attachApplicationLocked: after sendPendingBroadcastsLocked 08-11 16:30:08.311 439 2184 V BackupManagerService: Scheduling immediate backup pass 08-11 16:30:08.323 439 439 V BackupManagerService: Running a backup pass 08-11 16:30:08.324 439 958 V BackupManagerService: clearing pending backups 08-11 16:30:08.512 439 958 V PerformBackupTask: Beginning backup of 12 targets 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 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 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 08-11 16:30:08.747 439 1067 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@cc42d7e 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 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 08-11 16:30:08.751 2567 2567 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1336) 08-11 16:30:08.751 2567 2567 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231) 08-11 16:30:08.751 2567 2567 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450) 08-11 16:30:08.751 2567 2567 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1422) 08-11 16:30:08.751 2567 2567 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:636) 08-11 16:30:08.751 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181) 08-11 16:30:08.751 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224) 08-11 16:30:08.751 2567 2567 E ActivityThread: at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160) 08-11 16:30:08.751 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171) 08-11 16:30:08.751 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115) 08-11 16:30:08.751 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305) 08-11 16:30:08.751 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369) 08-11 16:30:08.751 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132) 08-11 16:30:08.751 2567 2567 E ActivityThread: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68) 08-11 16:30:08.751 2567 2567 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102) 08-11 16:30:08.751 2567 2567 E ActivityThread: at android.os.Looper.loop(Looper.java:154) 08-11 16:30:08.751 2567 2567 E ActivityThread: at android.os.HandlerThread.run(HandlerThread.java:61) 08-11 16:30:08.757 439 2186 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@2d7f2df 08-11 16:30:09.070 439 958 D PerformBackupTask: invokeAgentForBackup on @pm@ 08-11 16:30:10.682 439 958 I BackupRestoreController: Getting widget state for user: 0 08-11 16:30:10.690 439 958 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.gm} 08-11 16:30:10.717 439 958 D BackupManagerService: awaiting agent for ApplicationInfo{9731f4c com.google.android.gm} 08-11 16:30:10.862 439 1075 D BackupManagerService: agentConnected pkg=com.google.android.gm agent=android.os.BinderProxy@f79d219 08-11 16:30:10.863 439 958 I BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@d3842de 08-11 16:30:10.863 439 958 D PerformBackupTask: invokeAgentForBackup on com.google.android.gm 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 08-11 16:30:14.088 439 958 I BackupRestoreController: Getting widget state for user: 0 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. 08-11 16:30:25.955 439 2181 I ActivityManager: Killing 3623:com.google.android.configupdater/u0a75 (adj 906): empty #17 08-11 16:30:25.975 439 619 D ActivityManager: cleanUpApplicationRecord -- 3623 08-11 16:30:26.457 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=10607.165, lux=9642.877 08-11 16:30:26.457 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=7714.302, lux=9642.877 08-11 16:30:47.318 439 958 V KeyValueBackupJob: Scheduling k/v pass in 719 minutes 08-11 16:30:48.312 439 958 I BackupManagerService: K/V backup pass finished. 08-11 16:30:50.257 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=7804.3516, lux=7094.8647 08-11 16:30:50.257 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=5675.892, lux=7094.8647 08-11 16:31:00.917 439 515 I ActivityManager: Process com.android.vending (pid 5021) has died 08-11 16:31:00.918 439 515 D ActivityManager: cleanUpApplicationRecord -- 5021 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 08-11 16:31:07.946 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=5296.6987, lux=4815.1807 08-11 16:31:07.946 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=3852.1445, lux=4815.1807 08-11 16:31:08.594 439 818 I ActivityManager: Setting hasTopUi=true for pid=534 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 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 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) } 08-11 16:31:13.748 439 1948 I ActivityManager: Setting hasTopUi=false for pid=534 08-11 16:31:14.221 439 453 W ActivityManager: Activity pause timeout for ActivityRecord{b454071 u0 com.google.android.gm/.ConversationListActivityGmail t3} 08-11 16:31:14.221 439 453 E ActivityManager: applyOptionsLocked: Unknown animationType=0 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 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 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 08-11 16:31:48.559 439 2173 I ActivityManager: Process com.android.vending (pid 5313) has died 08-11 16:31:48.559 439 2173 D ActivityManager: cleanUpApplicationRecord -- 5313 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 08-11 16:31:58.007 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=3893.8928, lux=3539.9026 08-11 16:31:58.007 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=2831.922, lux=3539.9026 08-11 16:32:13.235 439 462 I PowerManagerService: Going to sleep due to screen timeout (uid 1000)... 08-11 16:32:13.282 439 462 I PowerManagerService: Sleeping (uid 1000)... 08-11 16:32:13.284 439 453 I VrManagerService: VR mode is disallowed 08-11 16:32:13.844 439 460 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF 08-11 16:32:18.269 439 2186 I ActivityManager: Setting hasTopUi=true for pid=534 08-11 16:32:25.033 439 491 I PowerManagerService: Waking up from sleep (uid 1000)... 08-11 16:32:25.034 439 462 I DisplayPowerController: Blocking screen on until initial contents have been drawn. 08-11 16:32:25.212 439 460 I DisplayManagerService: Display device changed state: "Built-in Screen", ON 08-11 16:32:25.262 439 462 I DisplayPowerController: Unblocked screen on after 227 ms 08-11 16:32:25.702 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=4297.7, lux=3907.0 08-11 16:32:25.702 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=3125.6, lux=3907.0 08-11 16:32:26.906 439 453 I VrManagerService: VR mode is allowed 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 08-11 16:32:27.330 439 3618 I ActivityManager: Setting hasTopUi=false for pid=534 08-11 16:32:31.892 439 1946 I ActivityManager: Setting hasTopUi=true for pid=534 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 08-11 16:32:33.678 439 3617 I ActivityManager: Setting hasTopUi=false for pid=534 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 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 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 08-11 16:32:51.928 439 2184 V BackupManagerService: Scheduling immediate backup pass 08-11 16:32:51.933 439 439 V BackupManagerService: Running a backup pass 08-11 16:32:51.934 439 958 V BackupManagerService: clearing pending backups 08-11 16:32:51.964 439 958 V PerformBackupTask: Beginning backup of 12 targets 08-11 16:32:52.066 439 958 D PerformBackupTask: invokeAgentForBackup on @pm@ 08-11 16:32:52.156 439 958 I BackupRestoreController: Getting widget state for user: 0 08-11 16:32:52.169 439 958 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.gm} 08-11 16:32:52.173 439 958 D BackupManagerService: awaiting agent for ApplicationInfo{9731f4c com.google.android.gm} 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 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 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 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 08-11 16:32:52.863 2567 2567 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:1336) 08-11 16:32:52.863 2567 2567 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1231) 08-11 16:32:52.863 2567 2567 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1450) 08-11 16:32:52.863 2567 2567 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1422) 08-11 16:32:52.863 2567 2567 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:636) 08-11 16:32:52.863 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:181) 08-11 16:32:52.863 2567 2567 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:224) 08-11 16:32:52.863 2567 2567 E ActivityThread: at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160) 08-11 16:32:52.863 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171) 08-11 16:32:52.863 2567 2567 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115) 08-11 16:32:52.863 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:305) 08-11 16:32:52.863 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onSystemAccountChanged(EmailBroadcastProcessorService.java:369) 08-11 16:32:52.863 2567 2567 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:132) 08-11 16:32:52.863 2567 2567 E ActivityThread: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68) 08-11 16:32:52.863 2567 2567 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102) 08-11 16:32:52.863 2567 2567 E ActivityThread: at android.os.Looper.loop(Looper.java:154) 08-11 16:32:52.863 2567 2567 E ActivityThread: at android.os.HandlerThread.run(HandlerThread.java:61) 08-11 16:32:52.886 439 2181 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@99dca80 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. 08-11 16:33:02.179 439 958 W BackupManagerService: Timeout waiting for agent ApplicationInfo{9731f4c com.google.android.gm} 08-11 16:33:02.752 439 958 V KeyValueBackupJob: Scheduling k/v pass in 243 minutes 08-11 16:33:02.823 439 958 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.android.providers.userdictionary} 08-11 16:33:02.851 439 958 D BackupManagerService: awaiting agent for ApplicationInfo{f88c547 com.android.providers.userdictionary} 08-11 16:33:02.858 439 1946 D BackupManagerService: agentConnected pkg=com.android.providers.userdictionary agent=android.os.BinderProxy@71a252b 08-11 16:33:02.858 439 958 I BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@7b71d88 08-11 16:33:02.859 439 958 D PerformBackupTask: invokeAgentForBackup on com.android.providers.userdictionary 08-11 16:33:02.897 439 958 I BackupRestoreController: Getting widget state for user: 0 08-11 16:33:02.954 439 958 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.android.calllogbackup} 08-11 16:33:02.984 439 958 I ActivityManager: Start proc 5558:com.android.calllogbackup/u0a3 for backup com.android.calllogbackup/.CallLogBackupAgent 08-11 16:33:02.985 439 958 D BackupManagerService: awaiting agent for ApplicationInfo{7361f99 com.android.calllogbackup} 08-11 16:33:03.749 439 2184 D BackupManagerService: agentConnected pkg=com.android.calllogbackup agent=android.os.BinderProxy@9245685 08-11 16:33:03.750 439 958 I BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@6b38cda 08-11 16:33:03.750 439 958 D PerformBackupTask: invokeAgentForBackup on com.android.calllogbackup 08-11 16:33:04.273 439 958 I BackupRestoreController: Getting widget state for user: 0 08-11 16:33:04.388 439 958 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.android.providers.settings} 08-11 16:33:04.414 439 958 D BackupManagerService: awaiting agent for ApplicationInfo{9f9950b com.android.providers.settings} 08-11 16:33:04.419 439 439 D BackupManagerService: agentConnected pkg=com.android.providers.settings agent=android.app.backup.BackupAgent$BackupServiceBinder@c2fffe8 08-11 16:33:04.419 439 958 I BackupManagerService: got agent android.app.backup.BackupAgent$BackupServiceBinder@c2fffe8 08-11 16:33:04.420 439 958 D PerformBackupTask: invokeAgentForBackup on com.android.providers.settings 08-11 16:33:05.092 439 958 I BackupRestoreController: Getting widget state for user: 0 08-11 16:33:07.191 439 453 W ActivityManager: Launch timeout has expired, giving up wake lock! 08-11 16:33:09.243 439 958 I BackupManagerService: K/V backup pass finished. 08-11 16:33:09.656 1955 1955 E AndroidRuntime: FATAL EXCEPTION: main 08-11 16:33:09.656 1955 1955 E AndroidRuntime: Process: com.google.android.gm, PID: 1955 08-11 16:33:09.656 1955 1955 E AndroidRuntime: java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:33:09.661 439 3617 W ActivityManager: Force finishing activity com.google.android.gm/.ConversationListActivityGmail 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 08-11 16:33:10.168 439 453 W ActivityManager: Activity pause timeout for ActivityRecord{b454071 u0 com.google.android.gm/.ConversationListActivityGmail t3 f} 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 08-11 16:33:13.140 439 515 I ActivityManager: Process com.android.vending (pid 5472) has died 08-11 16:33:13.140 439 515 D ActivityManager: cleanUpApplicationRecord -- 5472 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 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) 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) 08-11 16:33:14.113 439 2173 I ActivityManager: Process com.google.android.gm (pid 1955) has died 08-11 16:33:14.113 439 2173 D ActivityManager: cleanUpApplicationRecord -- 1955 08-11 16:33:14.202 439 3618 I WindowManager: WIN DEATH: Window{10b9928 u0 com.google.android.gm/com.google.android.gm.ConversationListActivityGmail} 08-11 16:33:14.218 439 2173 W ActivityManager: Scheduling restart of crashed service com.google.android.gm/.provider.MailSyncAdapterService in 1000ms 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] ] 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] ] 08-11 16:33:14.328 439 3617 W ActivityManager: Ignoring remove of inactive process: ProcessRecord{6ce585b 0:com.google.android.gm/u0a8} 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 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 08-11 16:33:15.222 5623 5623 D ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider 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 08-11 16:33:22.855 439 452 E SyncManager: Job params not found for 102182 08-11 16:33:33.393 439 462 I PowerManagerService: Going to sleep due to screen timeout (uid 1000)... 08-11 16:33:33.402 439 462 I PowerManagerService: Sleeping (uid 1000)... 08-11 16:33:33.406 439 453 I VrManagerService: VR mode is disallowed 08-11 16:33:34.154 439 460 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF 08-11 16:33:35.051 439 491 I PowerManagerService: Waking up from sleep (uid 1000)... 08-11 16:33:35.052 439 462 I DisplayPowerController: Blocking screen on until initial contents have been drawn. 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 08-11 16:33:36.240 439 460 I DisplayManagerService: Display device changed state: "Built-in Screen", ON 08-11 16:33:36.365 439 462 I DisplayPowerController: Unblocked screen on after 1312 ms 08-11 16:33:36.367 439 462 I VrManagerService: VR mode is allowed 08-11 16:33:36.791 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=2011.9, lux=1829.0 08-11 16:33:36.791 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=1463.2001, lux=1829.0 08-11 16:33:38.199 439 451 I ActivityManager: Setting hasTopUi=true for pid=534 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 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 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) } 08-11 16:33:41.991 439 451 E ActivityManager: applyOptionsLocked: Unknown animationType=0 08-11 16:33:42.007 439 451 I ActivityManager: Killing 1672:com.google.android.partnersetup/u0a18 (adj 906): empty #17 08-11 16:33:42.083 439 1058 I ActivityManager: Setting hasTopUi=false for pid=534 08-11 16:33:42.098 439 619 D ActivityManager: cleanUpApplicationRecord -- 1672 08-11 16:33:42.617 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=2676.0493, lux=2432.772 08-11 16:33:42.617 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=1946.2177, lux=2432.772 08-11 16:33:46.887 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=3105.0369, lux=2822.7607 08-11 16:33:46.887 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=2258.2087, lux=2822.7607 08-11 16:33:47.744 439 1075 I ActivityManager: Killing 3795:com.google.android.gms.feedback/u0a15 (adj 906): empty #17 08-11 16:33:47.765 439 450 D ActivityManager: cleanUpApplicationRecord -- 3795 08-11 16:33:51.157 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=3892.4963, lux=3538.633 08-11 16:33:51.157 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=2830.9065, lux=3538.633 08-11 16:33:55.697 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=4283.6353, lux=3894.2136 08-11 16:33:55.697 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=3115.3708, lux=3894.2136 08-11 16:33:58.206 439 456 E BatteryStatsService: no controller energy info supplied 08-11 16:33:58.206 439 456 E BatteryStatsService: no controller energy info supplied 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) 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} 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) 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 08-11 16:34:00.604 439 1942 I WindowManager: WIN DEATH: Window{819b777 u0 com.android.vending/com.google.android.finsky.activities.MainActivity} 08-11 16:34:00.606 439 1944 I ActivityManager: Process com.android.vending (pid 5676) has died 08-11 16:34:00.606 439 1944 D ActivityManager: cleanUpApplicationRecord -- 5676 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 08-11 16:34:00.634 439 1944 I ActivityManager: Start proc 5887:com.android.vending/u0a19 for activity com.android.vending/.AssetBrowserActivity 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 08-11 16:34:21.704 439 2173 W ActivityManager: Slow operation: 152ms so far, now at getContentProviderImpl: after updateOomAdj 08-11 16:34:21.704 439 2173 W ActivityManager: Slow operation: 152ms so far, now at getContentProviderImpl: done! 08-11 16:34:25.981 439 453 I ActivityManager: Killing 3001:com.android.chrome:webview_service/u0a91 (adj 906): empty #17 08-11 16:34:26.065 439 467 I ActivityManager: Start proc 6063:com.android.defcontainer/u0a4 for service com.android.defcontainer/.DefaultContainerService 08-11 16:34:26.071 439 2186 D ActivityManager: cleanUpApplicationRecord -- 3001 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 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 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 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 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} 08-11 16:34:47.252 439 1942 I ActivityManager: Killing 3245:com.google.android.syncadapters.calendar/u0a59 (adj 906): empty #17 08-11 16:34:47.737 439 1942 I ActivityManager: Killing 6020:com.android.vending:instant_app_installer/u0a19 (adj 900): remove task 08-11 16:34:47.753 439 1067 D ActivityManager: cleanUpApplicationRecord -- 3245 08-11 16:34:47.790 439 2184 D ActivityManager: cleanUpApplicationRecord -- 6020 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 08-11 16:34:48.702 439 1299 E ActivityManager: applyOptionsLocked: Unknown animationType=0 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 08-11 16:34:49.415 439 1942 I ActivityManager: Killing 5887:com.android.vending/u0a19 (adj 1001): remove task 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) 08-11 16:34:49.487 439 2173 D ActivityManager: cleanUpApplicationRecord -- 5887 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 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] ] 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 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 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 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 08-11 16:35:08.290 439 1948 I ActivityManager: Start proc 6239:com.android.settings/1000 for activity com.android.settings/.Settings 08-11 16:35:09.840 439 818 I ActivityManager: Start proc 6257:com.android.cellbroadcastreceiver/u0a65 for content provider com.android.cellbroadcastreceiver/.CellBroadcastSearchIndexableProvider 08-11 16:35:11.250 439 2181 I ProcessStatsService: Added stats: 2018-10-21-10-47-57, over +2h10m45s83ms 08-11 16:35:12.901 439 451 E BatteryStatsService: no controller energy info supplied 08-11 16:35:12.901 439 451 E BatteryStatsService: no controller energy info supplied 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) 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} 08-11 16:35:22.510 439 1946 I ActivityManager: Killing 2567:com.android.email/u0a34 (adj 906): empty #17 08-11 16:35:22.511 439 1946 I ActivityManager: Killing 2188:com.google.android.gms.unstable/u0a15 (adj 906): empty #18 08-11 16:35:22.525 439 1058 D ActivityManager: cleanUpApplicationRecord -- 2567 08-11 16:35:22.534 439 1075 D ActivityManager: cleanUpApplicationRecord -- 2188 08-11 16:35:22.787 439 455 E libprocessgroup: failed to kill 1 processes for processgroup 2188 08-11 16:35:37.137 439 2183 I ActivityManager: Killing 2856:com.android.chrome:privileged_process0/u0a91 (adj 904): empty #17 08-11 16:35:37.178 439 1299 D ActivityManager: cleanUpApplicationRecord -- 2856 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 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 08-11 16:35:39.300 439 1299 I ActivityManager: Killing 2840:com.android.chrome:sandboxed_process0/u0a91i0 (adj 906): empty #17 08-11 16:35:39.322 439 818 D ActivityManager: cleanUpApplicationRecord -- 2840 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 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) 08-11 16:35:39.955 439 456 E KernelUidCpuTimeReader: failed to remove uid from uid_cputime module 08-11 16:35:39.955 439 456 E KernelUidCpuTimeReader: java.io.FileNotFoundException: /proc/uid_cputime/remove_uid_range (No such file or directory) 08-11 16:35:39.955 439 456 E KernelUidCpuTimeReader: at java.io.FileOutputStream.open(Native Method) 08-11 16:35:39.955 439 456 E KernelUidCpuTimeReader: at java.io.FileOutputStream.(FileOutputStream.java:221) 08-11 16:35:39.955 439 456 E KernelUidCpuTimeReader: at java.io.FileOutputStream.(FileOutputStream.java:108) 08-11 16:35:39.955 439 456 E KernelUidCpuTimeReader: at java.io.FileWriter.(FileWriter.java:63) 08-11 16:35:39.955 439 456 E KernelUidCpuTimeReader: at com.android.internal.os.KernelUidCpuTimeReader.removeUid(KernelUidCpuTimeReader.java:158) 08-11 16:35:39.955 439 456 E KernelUidCpuTimeReader: at com.android.internal.os.BatteryStatsImpl.removeIsolatedUidLocked(BatteryStatsImpl.java:3161) 08-11 16:35:39.955 439 456 E KernelUidCpuTimeReader: at com.android.server.am.BatteryStatsService$BatteryStatsHandler.handleMessage(BatteryStatsService.java:141) 08-11 16:35:39.955 439 456 E KernelUidCpuTimeReader: at android.os.Handler.dispatchMessage(Handler.java:102) 08-11 16:35:39.955 439 456 E KernelUidCpuTimeReader: at android.os.Looper.loop(Looper.java:154) 08-11 16:35:39.955 439 456 E KernelUidCpuTimeReader: at android.os.HandlerThread.run(HandlerThread.java:61) 08-11 16:35:39.955 439 456 E KernelUidCpuTimeReader: at com.android.server.ServiceThread.run(ServiceThread.java:46) 08-11 16:35:41.793 439 453 I ActivityManager: Killing 1704:com.google.process.gapps/u0a86 (adj 906): empty #17 08-11 16:35:41.828 439 2833 D ActivityManager: cleanUpApplicationRecord -- 1704 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 08-11 16:35:43.871 439 1299 I ActivityManager: Start proc 6338:com.evervolv.toolbox/1000 for activity com.evervolv.toolbox/.Toolbox --------- beginning of main 08-11 16:35:44.996 6338 6354 W Adreno-GSL: : Android framework reported version 2. So, don't force ES30 08-11 16:35:44.996 6338 6354 I Adreno-EGL: : 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) 08-11 16:35:44.996 6338 6354 I Adreno-EGL: OpenGL ES Shader Compiler Version: 17.01.10.SPL 08-11 16:35:44.996 6338 6354 I Adreno-EGL: Build Date: 12/09/13 Mon 08-11 16:35:44.996 6338 6354 I Adreno-EGL: Local Branch: mybranch2092625 08-11 16:35:44.996 6338 6354 I Adreno-EGL: Remote Branch: quic/kk_2.7_rb1.15 08-11 16:35:44.996 6338 6354 I Adreno-EGL: Local Patches: NONE 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 08-11 16:35:45.006 6338 6354 I OpenGLRenderer: Initialized EGL, version 1.4 08-11 16:35:45.006 6338 6354 D OpenGLRenderer: Swap behavior 1 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 08-11 16:35:45.430 439 460 I ActivityManager: Displayed com.evervolv.toolbox/.Toolbox: +1s576ms 08-11 16:35:46.270 5623 5634 I chatty : uid=10008(com.google.android.gm) HeapTaskDaemon expire 1 line 08-11 16:35:46.938 171 234 V audio_hw_primary: do_out_standby 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 08-11 16:35:47.100 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:35:47.102 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:35:47.102 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 08-11 16:35:47.634 5623 5736 I chatty : uid=10008(com.google.android.gm) sql-5-0 expire 154 lines 08-11 16:35:47.640 5623 6308 I chatty : uid=10008(com.google.android.gm) expire 24 lines 08-11 16:35:47.640 5623 6336 I chatty : uid=10008(com.google.android.gm) expire 11 lines 08-11 16:35:47.821 5623 6337 I chatty : uid=10008(com.google.android.gm) expire 15 lines 08-11 16:35:48.721 5623 6166 I chatty : uid=10008(com.google.android.gm) expire 6 lines 08-11 16:35:50.122 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:35:50.123 171 234 V audio_hw_primary: start_output_stream 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 08-11 16:35:50.158 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:35:50.158 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:35:50.161 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:35:50.215 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36) 08-11 16:35:51.633 5623 6308 I chatty : uid=10008(com.google.android.gm) expire 3 lines 08-11 16:35:51.817 5623 5736 I chatty : uid=10008(com.google.android.gm) sql-5-0 expire 12 lines 08-11 16:35:52.008 5623 6336 I chatty : uid=10008(com.google.android.gm) expire 465 lines 08-11 16:35:52.043 5623 6308 I chatty : uid=10008(com.google.android.gm) expire 3 lines 08-11 16:35:52.046 5623 6337 I chatty : uid=10008(com.google.android.gm) expire 3 lines 08-11 16:35:52.046 5623 5736 I chatty : uid=10008(com.google.android.gm) sql-5-0 expire 24 lines 08-11 16:35:52.046 5623 6166 I chatty : uid=10008(com.google.android.gm) expire 6 lines 08-11 16:35:53.247 171 234 V audio_hw_primary: do_out_standby 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 08-11 16:35:53.426 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:35:53.431 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:35:53.431 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 08-11 16:35:53.590 5623 6336 I chatty : uid=10008(com.google.android.gm) expire 5 lines 08-11 16:35:53.734 5623 5736 I chatty : uid=10008(com.google.android.gm) sql-5-0 expire 15 lines 08-11 16:35:53.903 5623 6337 I chatty : uid=10008(com.google.android.gm) expire 7 lines 08-11 16:35:53.905 5623 6308 I chatty : uid=10008(com.google.android.gm) expire 6 lines 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] 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] 08-11 16:35:55.410 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:35:55.412 171 234 V audio_hw_primary: start_output_stream 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] 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 08-11 16:35:55.448 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:35:55.448 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:35:55.451 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:35:55.505 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36) 08-11 16:35:55.834 5623 6364 I chatty : uid=10008(com.google.android.gm) expire 2 lines 08-11 16:35:57.714 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:35:57.734 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36) 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 08-11 16:35:59.664 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:35:59.707 6338 6338 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead. 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. 08-11 16:36:00.524 439 460 I ActivityManager: Displayed com.evervolv.toolbox/.system.ApplicationManager: +851ms 08-11 16:36:01.492 5623 5784 I chatty : uid=10008(com.google.android.gm) expire 62 lines 08-11 16:36:02.746 171 234 V audio_hw_primary: do_out_standby 08-11 16:36:02.902 5623 5800 I chatty : uid=10008(com.google.android.gm) nbox.google.com expire 3 lines 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 08-11 16:36:02.915 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:36:02.917 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:36:02.917 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 08-11 16:36:06.196 5623 6369 I chatty : uid=10008(com.google.android.gm) expire 27 lines 08-11 16:36:07.347 5623 6337 I chatty : uid=10008(com.google.android.gm) expire 9 lines 08-11 16:36:07.353 5623 6370 I chatty : uid=10008(com.google.android.gm) expire 76 lines 08-11 16:36:07.354 5623 5736 I chatty : uid=10008(com.google.android.gm) sql-5-0 expire 3 lines 08-11 16:36:07.856 5623 6370 I chatty : uid=10008(com.google.android.gm) expire 499 lines 08-11 16:36:07.893 5623 5736 I chatty : uid=10008(com.google.android.gm) sql-5-0 expire 694 lines 08-11 16:36:07.928 5623 6370 I chatty : uid=10008(com.google.android.gm) expire 17 lines 08-11 16:36:07.930 5623 6337 I chatty : uid=10008(com.google.android.gm) expire 1 line 08-11 16:36:07.930 5623 6308 I chatty : uid=10008(com.google.android.gm) expire 1 line 08-11 16:36:07.936 5623 6369 I chatty : uid=10008(com.google.android.gm) expire 3 lines 08-11 16:36:08.044 5623 6337 I chatty : uid=10008(com.google.android.gm) expire 7 lines 08-11 16:36:08.046 5623 6308 I chatty : uid=10008(com.google.android.gm) expire 2 lines 08-11 16:36:08.056 5623 5736 I chatty : uid=10008(com.google.android.gm) sql-5-0 expire 613 lines 08-11 16:36:08.328 5623 6337 I chatty : uid=10008(com.google.android.gm) expire 83 lines 08-11 16:36:08.328 5623 6370 I chatty : uid=10008(com.google.android.gm) expire 5 lines 08-11 16:36:08.330 5623 6369 I chatty : uid=10008(com.google.android.gm) expire 3 lines 08-11 16:36:08.483 5623 6308 I chatty : uid=10008(com.google.android.gm) expire 5 lines 08-11 16:36:09.125 439 500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false 08-11 16:36:09.307 5623 6337 I chatty : uid=10008(com.google.android.gm) expire 400 lines 08-11 16:36:09.330 5623 6369 I chatty : uid=10008(com.google.android.gm) expire 7 lines 08-11 16:36:09.330 5623 6308 I chatty : uid=10008(com.google.android.gm) expire 10 lines 08-11 16:36:09.336 5623 5736 I chatty : uid=10008(com.google.android.gm) sql-5-0 expire 70 lines 08-11 16:36:09.341 5623 6370 I chatty : uid=10008(com.google.android.gm) expire 3 lines 08-11 16:36:09.914 5623 5736 I chatty : uid=10008(com.google.android.gm) sql-5-0 expire 284 lines 08-11 16:36:09.924 5623 6370 I chatty : uid=10008(com.google.android.gm) expire 26 lines 08-11 16:36:09.948 5623 5736 I chatty : uid=10008(com.google.android.gm) sql-5-0 expire 25 lines 08-11 16:36:09.950 5623 6337 I chatty : uid=10008(com.google.android.gm) expire 2 lines 08-11 16:36:10.145 685 685 W ChimeraUtils: Non Chimera context 08-11 16:36:10.315 5623 6369 I chatty : uid=10008(com.google.android.gm) expire 12 lines 08-11 16:36:11.315 5623 6308 I chatty : uid=10008(com.google.android.gm) expire 2 lines 08-11 16:36:12.089 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:36:12.089 171 234 V audio_hw_primary: start_output_stream 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 08-11 16:36:12.125 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:36:12.125 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:36:12.127 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:36:12.138 439 500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false 08-11 16:36:12.335 439 491 I InputReader: Reconfiguring input devices. changes=0x00000010 08-11 16:36:12.383 1300 1300 D CarrierSvcBindHelper: No carrier app for: 0 08-11 16:36:12.392 439 453 I ActivityManager: Start proc 6372:com.android.gallery3d/u0a37 for broadcast com.android.gallery3d/.app.PackagesMonitor 08-11 16:36:12.536 439 1058 W ActivityManager: Slow operation: 61ms so far, now at attachApplicationLocked: before bindApplication 08-11 16:36:12.536 439 1058 W ActivityManager: Slow operation: 61ms so far, now at attachApplicationLocked: immediately before bindApplication 08-11 16:36:12.540 439 1058 W ActivityManager: Slow operation: 65ms so far, now at attachApplicationLocked: immediately after bindApplication 08-11 16:36:12.540 439 1058 W ActivityManager: Slow operation: 65ms so far, now at attachApplicationLocked: after updateLruProcessLocked 08-11 16:36:12.543 439 1058 W ActivityManager: Slow operation: 68ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked 08-11 16:36:12.546 439 1058 W ActivityManager: Slow operation: 70ms so far, now at attachApplicationLocked: after sendPendingBroadcastsLocked 08-11 16:36:14.311 6372 6372 I art : Starting a blocking GC AddRemoveAppImageSpace 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 08-11 16:36:14.634 439 452 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2203, previously 2208 08-11 16:36:14.635 439 452 W ResourceType: ResTable_typeSpec entry count inconsistent: given 862, previously 881 08-11 16:36:14.650 439 452 W Searchables: No global search activity found 08-11 16:36:14.658 439 452 W Searchables: No global search activity found 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 08-11 16:36:15.133 2635 2836 I art : Starting a blocking GC Alloc 08-11 16:36:15.133 2635 2836 I art : Starting a blocking GC Alloc 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. 08-11 16:36:15.207 171 234 V audio_hw_primary: do_out_standby 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 08-11 16:36:15.386 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:36:15.388 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:36:15.388 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 08-11 16:36:17.903 978 1767 I Icing : doRemovePackageData com.android.messaging 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 08-11 16:36:19.130 5623 5784 I chatty : uid=10008(com.google.android.gm) expire 60 lines 08-11 16:36:19.764 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:36:19.765 171 234 V audio_hw_primary: start_output_stream 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 08-11 16:36:19.801 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:36:19.801 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:36:19.803 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:36:19.848 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36) 08-11 16:36:19.918 978 1767 I Using %s flags by metho: regular 08-11 16:36:19.958 439 491 I InputReader: Reconfiguring input devices. changes=0x00000010 08-11 16:36:20.183 6142 6142 I art : Starting a blocking GC Alloc 08-11 16:36:20.183 6142 6142 I art : Starting a blocking GC Alloc 08-11 16:36:20.434 439 452 W Searchables: No global search activity found 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 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. 08-11 16:36:20.538 1300 1300 D CarrierSvcBindHelper: No carrier app for: 0 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 08-11 16:36:20.741 978 3117 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32 08-11 16:36:20.745 978 1803 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 08-11 16:36:20.759 439 452 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2203, previously 2208 08-11 16:36:20.761 439 452 W ResourceType: ResTable_typeSpec entry count inconsistent: given 862, previously 881 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 08-11 16:36:20.886 439 452 W Searchables: No global search activity found 08-11 16:36:21.111 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:36:21.131 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36) 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 08-11 16:36:22.068 978 6399 I art : Starting a blocking GC Alloc 08-11 16:36:22.068 978 6399 I art : Starting a blocking GC Alloc 08-11 16:36:22.343 978 6399 W art : Suspending all threads took: 274.108ms 08-11 16:36:22.915 978 6412 W Icing : Usage reports not received in time. 08-11 16:36:23.335 1255 1344 I art : Starting a blocking GC Alloc 08-11 16:36:23.335 1255 1344 I art : Starting a blocking GC Alloc 08-11 16:36:23.921 439 449 W art : Suspending all threads took: 42.327ms 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 08-11 16:36:24.048 978 6399 I art : Starting a blocking GC Alloc 08-11 16:36:24.048 978 6399 I art : Starting a blocking GC Alloc 08-11 16:36:24.084 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:36:24.120 6338 6338 D ConstraintsHelper: construct key=app_switch_wake_screen available=false 08-11 16:36:24.126 6338 6338 D ConstraintsHelper: construct key=assist_wake_screen available=false 08-11 16:36:24.128 6338 6338 D ConstraintsHelper: construct key=back_wake_screen available=false 08-11 16:36:24.133 6338 6338 D ConstraintsHelper: construct key=home_wake_screen available=true 08-11 16:36:24.135 6338 6338 D ConstraintsHelper: construct key=menu_wake_screen available=false 08-11 16:36:24.143 6338 6338 D ConstraintsHelper: construct key=volume_wake_screen available=true 08-11 16:36:24.147 6338 6338 D ConstraintsHelper: construct key=lockscreen_music_controls_volbtn available=true 08-11 16:36:24.180 439 500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false 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 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 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 08-11 16:36:24.704 5623 5634 I chatty : uid=10008(com.google.android.gm) HeapTaskDaemon expire 1 line 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 08-11 16:36:25.249 978 6412 I art : Starting a blocking GC Alloc 08-11 16:36:25.249 978 6412 I art : Starting a blocking GC Alloc 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 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 08-11 16:36:25.633 978 1803 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32 08-11 16:36:25.637 978 2937 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 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 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 08-11 16:36:25.871 5623 5736 I chatty : uid=10008(com.google.android.gm) sql-5-0 expire 9 lines 08-11 16:36:26.554 978 1566 I Icing : Indexing com.google.android.gms-apps from com.google.android.gms 08-11 16:36:26.785 5623 6422 I chatty : uid=10008(com.google.android.gm) expire 19 lines 08-11 16:36:26.789 5623 6423 I chatty : uid=10008(com.google.android.gm) expire 32 lines 08-11 16:36:26.796 5623 6370 I chatty : uid=10008(com.google.android.gm) expire 9 lines 08-11 16:36:26.797 5623 6337 I chatty : uid=10008(com.google.android.gm) expire 3 lines 08-11 16:36:26.819 978 1566 I Icing : Indexing com.google.android.gms-internal.3p:Event from com.google.android.gms 08-11 16:36:26.859 978 1566 I Icing : Indexing done com.google.android.gms-apps 08-11 16:36:26.863 978 1566 I Icing : Indexing com.google.android.gms-internal.3p:MobileApplication from com.google.android.gms 08-11 16:36:26.950 978 1566 I Icing : Indexing done com.google.android.gms-internal.3p:Event 08-11 16:36:26.968 978 1566 I Icing : Indexing done com.google.android.gms-internal.3p:MobileApplication 08-11 16:36:27.163 5623 6423 I chatty : uid=10008(com.google.android.gm) expire 21 lines 08-11 16:36:27.180 5623 6422 I chatty : uid=10008(com.google.android.gm) expire 27 lines 08-11 16:36:27.181 171 234 V audio_hw_primary: do_out_standby 08-11 16:36:27.184 5623 6370 I chatty : uid=10008(com.google.android.gm) expire 35 lines 08-11 16:36:27.190 5623 5736 I chatty : uid=10008(com.google.android.gm) sql-5-0 expire 47 lines 08-11 16:36:27.199 5623 6423 I chatty : uid=10008(com.google.android.gm) expire 45 lines 08-11 16:36:27.205 5623 6337 I chatty : uid=10008(com.google.android.gm) expire 1 line 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 08-11 16:36:27.360 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:36:27.362 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:36:27.362 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 08-11 16:36:28.223 5623 6422 I chatty : uid=10008(com.google.android.gm) expire 58 lines 08-11 16:36:28.233 5623 6370 I chatty : uid=10008(com.google.android.gm) expire 73 lines 08-11 16:36:28.234 5623 6423 I chatty : uid=10008(com.google.android.gm) expire 6 lines 08-11 16:36:28.359 5623 6337 I chatty : uid=10008(com.google.android.gm) expire 21 lines 08-11 16:36:28.396 5623 6422 I chatty : uid=10008(com.google.android.gm) expire 4 lines 08-11 16:36:29.436 5623 6423 I chatty : uid=10008(com.google.android.gm) expire 18 lines 08-11 16:36:29.458 5623 6370 I chatty : uid=10008(com.google.android.gm) expire 55 lines 08-11 16:36:29.462 5623 6370 W art : at zum.run(SourceFile:5) 08-11 16:36:29.462 5623 6370 W art : at zvc.execute(SourceFile:-1) 08-11 16:36:29.462 5623 6370 W art : at ztx.b(SourceFile:21) 08-11 16:36:29.462 5623 6370 W art : at ztx.a(SourceFile:18) 08-11 16:36:29.462 5623 6370 W art : at ztx.a(SourceFile:43) 08-11 16:36:29.462 5623 6370 W art : at zum.run(SourceFile:14) 08-11 16:36:29.462 5623 6370 W art : at zwb.run(SourceFile:-1) 08-11 16:36:29.462 5623 6370 W art : at wvj.run(unavailable:3) 08-11 16:36:29.462 5623 6370 W art : at wmj.run(unavailable:3) 08-11 16:36:29.462 5623 6370 W art : at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) 08-11 16:36:29.462 5623 6370 W art : at java.util.concurrent.FutureTask.run(FutureTask.java:237) 08-11 16:36:29.462 5623 6370 W art : at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272) 08-11 16:36:29.462 5623 6370 W art : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) 08-11 16:36:29.462 5623 6370 W art : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) 08-11 16:36:29.462 5623 6370 W art : at java.lang.Thread.run(Thread.java:761) 08-11 16:36:29.462 5623 6370 W art : 08-11 16:36:29.462 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:29.462 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:29.462 5623 6370 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:29.462 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:29.462 5623 6370 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:29.462 5623 6370 I art : Forcing collection of SoftReferences for 112B allocation 08-11 16:36:29.462 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:29.462 5623 6370 W art : Skipping GC due to disable moving GC count 1 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" 08-11 16:36:29.463 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:29.463 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:29.463 5623 6370 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:29.463 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:29.463 5623 6370 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:29.463 5623 6370 I art : Forcing collection of SoftReferences for 176B allocation 08-11 16:36:29.463 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:29.463 5623 6370 W art : Skipping GC due to disable moving GC count 1 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) 08-11 16:36:29.470 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:29.470 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:29.496 5623 6422 I art : Waiting for a blocking GC Alloc 08-11 16:36:29.575 5623 6370 W art : "services-3-11" daemon prio=5 tid=27 Runnable 08-11 16:36:29.575 5623 6370 W art : | group="main" sCount=0 dsCount=0 obj=0x22c05258 self=0x58a6ce00 08-11 16:36:29.575 5623 6370 W art : | sysTid=6370 nice=0 cgrp=default sched=3/0 handle=0x5998c920 08-11 16:36:29.575 5623 6370 W art : | state=R schedstat=( 0 0 0 ) utm=298 stm=16 core=0 HZ=100 08-11 16:36:29.575 5623 6370 W art : | stack=0x5988a000-0x5988c000 stackSize=1038KB 08-11 16:36:29.575 5623 6370 W art : | held mutexes= "mutator lock"(shared held) 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) 08-11 16:36:29.575 5623 6370 W art : native: #01 pc 00330be9 /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308) 08-11 16:36:29.575 5623 6370 W art : native: #02 pc 0032ee35 /system/lib/libart.so (_ZN3art6Thread21ThrowOutOfMemoryErrorEPKc+176) 08-11 16:36:29.575 5623 6370 W art : native: #03 pc 00189bc5 /system/lib/libart.so (_ZN3art2gc4Heap21ThrowOutOfMemoryErrorEPNS_6ThreadEjNS0_13AllocatorTypeE+896) 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) 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) 08-11 16:36:29.575 5623 6370 W art : native: #06 pc 0029aaf7 /system/lib/libart.so (_ZN3art6mirror6String21AllocFromModifiedUtf8EPNS_6ThreadEiPKci+78) 08-11 16:36:29.575 5623 6370 W art : native: #07 pc 003372f3 /system/lib/libart.so (_ZN3art6Thread24ThrowNewWrappedExceptionEPKcS2_+722) 08-11 16:36:29.575 5623 6370 W art : native: #08 pc 0032ee69 /system/lib/libart.so (_ZN3art6Thread21ThrowOutOfMemoryErrorEPKc+228) 08-11 16:36:29.575 5623 6370 W art : native: #09 pc 00189bc5 /system/lib/libart.so (_ZN3art2gc4Heap21ThrowOutOfMemoryErrorEPNS_6ThreadEjNS0_13AllocatorTypeE+896) 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) 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) 08-11 16:36:29.575 5623 6370 W art : native: #12 pc 00100ac9 /system/lib/libart.so (_ZN3art6mirror11ObjectArrayINS0_17StackTraceElementEE5AllocEPNS_6ThreadEPNS0_5ClassEiNS_2gc13AllocatorTypeE+64) 08-11 16:36:29.575 5623 6370 W art : native: #13 pc 0032c4e7 /system/lib/libart.so (_ZN3art30BuildInternalStackTraceVisitorILb0EE4InitEi+106) 08-11 16:36:29.575 5623 6370 W art : native: #14 pc 0032c42b /system/lib/libart.so (_ZNK3art6Thread24CreateInternalStackTraceILb0EEEP8_jobjectRKNS_33ScopedObjectAccessAlreadyRunnableE+118) 08-11 16:36:29.575 5623 6370 W art : native: #15 pc 002b35ad /system/lib/libart.so (_ZN3artL32Throwable_nativeFillInStackTraceEP7_JNIEnvP7_jclass+28) 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) 08-11 16:36:29.575 5623 6370 W art : at java.lang.Throwable.nativeFillInStackTrace!(Native method) 08-11 16:36:29.575 5623 6370 W art : at java.lang.Throwable.fillInStackTrace(Throwable.java:774) 08-11 16:36:29.575 5623 6370 W art : at java.lang.Throwable.(Throwable.java:302) 08-11 16:36:29.575 5623 6370 W art : at java.lang.Exception.(Exception.java:102) 08-11 16:36:29.575 5623 6370 W art : at java.util.concurrent.ExecutionException.(ExecutionException.java:61) 08-11 16:36:29.575 5623 6370 W art : at ztx.a(SourceFile:3) 08-11 16:36:29.575 5623 6370 W art : at ztx.get(SourceFile:2) 08-11 16:36:29.575 5623 6370 W art : at zwl.a(SourceFile:1) 08-11 16:36:29.575 5623 6370 W art : at zvo.a(SourceFile:1) 08-11 16:36:29.575 5623 6370 W art : at zum.run(SourceFile:5) 08-11 16:36:29.575 5623 6370 W art : at zvc.execute(SourceFile:-1) 08-11 16:36:29.575 5623 6370 W art : at ztx.b(SourceFile:21) 08-11 16:36:29.575 5623 6370 W art : at ztx.a(SourceFile:18) 08-11 16:36:29.575 5623 6370 W art : at ztx.a(SourceFile:43) 08-11 16:36:29.575 5623 6370 W art : at zum.run(SourceFile:13) 08-11 16:36:29.575 5623 6370 W art : at zvc.execute(SourceFile:-1) 08-11 16:36:29.575 5623 6370 W art : at ztx.b(SourceFile:21) 08-11 16:36:29.575 5623 6370 W art : at ztx.a(SourceFile:18) 08-11 16:36:29.575 5623 6370 W art : at ztx.a(SourceFile:43) 08-11 16:36:29.575 5623 6370 W art : at zum.run(SourceFile:14) 08-11 16:36:29.575 5623 6370 W art : at zwb.run(SourceFile:-1) 08-11 16:36:29.575 5623 6370 W art : at wvj.run(unavailable:3) 08-11 16:36:29.575 5623 6370 W art : at wmj.run(unavailable:3) 08-11 16:36:29.575 5623 6370 W art : at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) 08-11 16:36:29.575 5623 6370 W art : at java.util.concurrent.FutureTask.run(FutureTask.java:237) 08-11 16:36:29.575 5623 6370 W art : at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272) 08-11 16:36:29.575 5623 6370 W art : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) 08-11 16:36:29.575 5623 6370 W art : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) 08-11 16:36:29.575 5623 6370 W art : at java.lang.Thread.run(Thread.java:761) 08-11 16:36:29.575 5623 6370 W art : 08-11 16:36:29.578 5623 6423 W art : Suspending all threads took: 99.853ms 08-11 16:36:29.694 5623 6423 I art : Clamp target GC heap from 48MB to 48MB 08-11 16:36:29.694 5623 6422 I art : WaitForGcToComplete blocked for 218.505ms for cause Alloc 08-11 16:36:29.695 5623 6422 I art : Starting a blocking GC Alloc 08-11 16:36:29.707 5623 6370 E zup : Input Future failed with Error 08-11 16:36:29.707 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:29.811 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:29.811 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:29.937 5623 6423 I art : Waiting for a blocking GC DisableMovingGc 08-11 16:36:29.946 5623 6337 I art : Clamp target GC heap from 49MB to 48MB 08-11 16:36:29.947 5623 5634 I art : WaitForGcToComplete blocked for 17.974ms for cause HeapTrim 08-11 16:36:29.947 5623 6423 I art : WaitForGcToComplete blocked for 9.735ms for cause DisableMovingGc 08-11 16:36:29.947 5623 6423 I art : Starting a blocking GC DisableMovingGc 08-11 16:36:30.047 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:30.047 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:30.047 5623 6337 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:30.047 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:30.047 5623 6337 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:30.047 5623 6337 I art : Forcing collection of SoftReferences for 204KB allocation 08-11 16:36:30.047 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:30.047 5623 6337 W art : Skipping GC due to disable moving GC count 1 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" 08-11 16:36:30.049 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:30.049 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:30.049 5623 6337 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:30.049 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:30.049 5623 6337 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:30.049 5623 6337 I art : Forcing collection of SoftReferences for 204KB allocation 08-11 16:36:30.049 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:30.049 5623 6337 W art : Skipping GC due to disable moving GC count 1 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" 08-11 16:36:30.055 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:30.055 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:30.173 5623 6370 I art : Clamp target GC heap from 48MB to 48MB 08-11 16:36:30.179 5623 6337 E zup : Input Future failed with Error 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 08-11 16:36:30.179 5623 6337 E zup : at aags.a(SourceFile:20) 08-11 16:36:30.179 5623 6337 E zup : at aags.a(SourceFile:8) 08-11 16:36:30.179 5623 6337 E zup : at aalf.a(SourceFile:11) 08-11 16:36:30.179 5623 6337 E zup : at aajf.a(SourceFile:573) 08-11 16:36:30.179 5623 6337 E zup : at aajf.a(SourceFile:1128) 08-11 16:36:30.179 5623 6337 E zup : at aags.a(SourceFile:16) 08-11 16:36:30.179 5623 6337 E zup : at aags.a(SourceFile:7) 08-11 16:36:30.179 5623 6337 E zup : at aalf.a(SourceFile:10) 08-11 16:36:30.179 5623 6337 E zup : at aajf.a(SourceFile:1127) 08-11 16:36:30.179 5623 6337 E zup : at aags.a(SourceFile:16) 08-11 16:36:30.179 5623 6337 E zup : at aags.a(SourceFile:7) 08-11 16:36:30.179 5623 6337 E zup : at aalf.a(SourceFile:10) 08-11 16:36:30.179 5623 6337 E zup : at aajv.a(SourceFile:36) 08-11 16:36:30.179 5623 6337 E zup : at aajf.a(SourceFile:1090) 08-11 16:36:30.179 5623 6337 E zup : at aags.a(SourceFile:16) 08-11 16:36:30.179 5623 6337 E zup : at aags.a(SourceFile:7) 08-11 16:36:30.179 5623 6337 E zup : at aalf.a(SourceFile:10) 08-11 16:36:30.179 5623 6337 E zup : at aajf.a(SourceFile:1127) 08-11 16:36:30.179 5623 6337 E zup : at aaho.a(SourceFile:92) 08-11 16:36:30.179 5623 6337 E zup : at aafq.a(SourceFile:9) 08-11 16:36:30.179 5623 6337 E zup : at ryw.a(SourceFile:17) 08-11 16:36:30.179 5623 6337 E zup : at pzf.a(SourceFile:13) 08-11 16:36:30.179 5623 6337 E zup : at xey.a(SourceFile:189) 08-11 16:36:30.179 5623 6337 E zup : at xey.a(SourceFile:76) 08-11 16:36:30.179 5623 6337 E zup : at pyz.a(SourceFile:62) 08-11 16:36:30.179 5623 6337 E zup : at pxz.a(SourceFile:6) 08-11 16:36:30.179 5623 6337 E zup : at pil.a(SourceFile:267) 08-11 16:36:30.179 5623 6337 E zup : at pkn.a(Unknown Source) 08-11 16:36:30.179 5623 6337 E zup : at zun.a(SourceFile:2) 08-11 16:36:30.179 5623 6337 E zup : at zum.run(SourceFile:6) 08-11 16:36:30.179 5623 6337 E zup : at zwb.run(SourceFile) 08-11 16:36:30.179 5623 6337 E zup : at wvj.run(Unknown Source) 08-11 16:36:30.179 5623 6337 E zup : at wmj.run(Unknown Source) 08-11 16:36:30.179 5623 6337 E zup : at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) 08-11 16:36:30.179 5623 6337 E zup : at java.util.concurrent.FutureTask.run(FutureTask.java:237) 08-11 16:36:30.179 5623 6337 E zup : at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272) 08-11 16:36:30.179 5623 6337 E zup : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) 08-11 16:36:30.179 5623 6337 E zup : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) 08-11 16:36:30.179 5623 6337 E zup : at java.lang.Thread.run(Thread.java:761) 08-11 16:36:30.216 439 500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false 08-11 16:36:30.323 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:30.323 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:30.440 5623 6337 I art : Clamp target GC heap from 49MB to 48MB 08-11 16:36:30.542 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:30.542 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:30.662 5623 6423 I art : Clamp target GC heap from 48MB to 48MB 08-11 16:36:30.755 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:30.755 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:30.873 5623 6370 I art : Clamp target GC heap from 48MB to 48MB 08-11 16:36:30.979 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:30.979 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.096 5623 6370 I art : Clamp target GC heap from 48MB to 48MB 08-11 16:36:31.207 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.207 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.326 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:36:31.328 171 234 V audio_hw_primary: start_output_stream 08-11 16:36:31.349 5623 6423 I art : Clamp target GC heap from 48MB to 48MB 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 08-11 16:36:31.364 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:36:31.364 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:36:31.366 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:36:31.545 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.545 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.545 5623 6423 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.545 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.545 5623 6423 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.545 5623 6423 I art : Forcing collection of SoftReferences for 371KB allocation 08-11 16:36:31.545 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.545 5623 6423 W art : Skipping GC due to disable moving GC count 1 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" 08-11 16:36:31.560 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.560 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.561 5623 6422 I art : Waiting for a blocking GC DisableMovingGc 08-11 16:36:31.561 5623 6370 I art : Waiting for a blocking GC DisableMovingGc 08-11 16:36:31.754 5623 6423 I art : Clamp target GC heap from 49MB to 48MB 08-11 16:36:31.756 5623 6422 I art : WaitForGcToComplete blocked for 195.526ms for cause DisableMovingGc 08-11 16:36:31.756 5623 6422 I art : Starting a blocking GC DisableMovingGc 08-11 16:36:31.759 5623 6370 I art : WaitForGcToComplete blocked for 198.059ms for cause DisableMovingGc 08-11 16:36:31.759 5623 6370 I art : Starting a blocking GC DisableMovingGc 08-11 16:36:31.874 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.874 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.874 5623 6423 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.874 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.874 5623 6423 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.874 5623 6423 I art : Forcing collection of SoftReferences for 173KB allocation 08-11 16:36:31.874 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.874 5623 6423 W art : Skipping GC due to disable moving GC count 1 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" 08-11 16:36:31.876 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.876 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.876 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.876 5623 6423 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.876 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.876 5623 6423 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.876 5623 6423 I art : Forcing collection of SoftReferences for 173KB allocation 08-11 16:36:31.879 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:31.879 5623 6423 W art : Skipping GC due to disable moving GC count 1 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" 08-11 16:36:31.880 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.880 5623 6370 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.880 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.880 5623 6370 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.880 5623 6370 I art : Forcing collection of SoftReferences for 293KB allocation 08-11 16:36:31.880 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.880 5623 6370 W art : Skipping GC due to disable moving GC count 1 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" 08-11 16:36:31.881 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.881 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.881 5623 6370 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.881 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.881 5623 6370 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.881 5623 6370 I art : Forcing collection of SoftReferences for 293KB allocation 08-11 16:36:31.881 5623 6422 I art : Starting a blocking GC Alloc 08-11 16:36:31.882 5623 6422 I art : Starting a blocking GC Alloc 08-11 16:36:31.882 5623 6422 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.882 5623 6422 I art : Starting a blocking GC Alloc 08-11 16:36:31.882 5623 6422 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.882 5623 6422 I art : Forcing collection of SoftReferences for 155KB allocation 08-11 16:36:31.882 5623 6422 I art : Starting a blocking GC Alloc 08-11 16:36:31.882 5623 6422 W art : Skipping GC due to disable moving GC count 1 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" 08-11 16:36:31.883 5623 6422 I art : Starting a blocking GC Alloc 08-11 16:36:31.883 5623 6422 I art : Starting a blocking GC Alloc 08-11 16:36:31.883 5623 6422 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.883 5623 6422 I art : Starting a blocking GC Alloc 08-11 16:36:31.883 5623 6422 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.883 5623 6422 I art : Forcing collection of SoftReferences for 155KB allocation 08-11 16:36:31.883 5623 6422 I art : Starting a blocking GC Alloc 08-11 16:36:31.883 5623 6422 W art : Skipping GC due to disable moving GC count 1 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" 08-11 16:36:31.884 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.884 5623 6370 W art : Skipping GC due to disable moving GC count 1 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" 08-11 16:36:31.888 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.888 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.888 5623 6370 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.888 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.888 5623 6370 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.888 5623 6370 I art : Forcing collection of SoftReferences for 80B allocation 08-11 16:36:31.888 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.888 5623 6370 W art : Skipping GC due to disable moving GC count 1 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" 08-11 16:36:31.888 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.888 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.889 5623 6370 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.889 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.889 5623 6370 W art : Skipping GC due to disable moving GC count 1 08-11 16:36:31.889 5623 6370 I art : Forcing collection of SoftReferences for 28B allocation 08-11 16:36:31.889 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:31.889 5623 6370 W art : Skipping GC due to disable moving GC count 1 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) 08-11 16:36:31.890 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:31.891 5623 6337 I art : Starting a blocking GC Alloc 08-11 16:36:31.893 5623 6423 I art : Waiting for a blocking GC DisableMovingGc 08-11 16:36:31.893 5623 6422 I art : Waiting for a blocking GC Alloc 08-11 16:36:31.992 5623 6370 W art : "services-3-11" daemon prio=5 tid=27 Runnable 08-11 16:36:31.992 5623 6370 W art : | group="main" sCount=0 dsCount=0 obj=0x12c058e8 self=0x58a6ce00 08-11 16:36:31.992 5623 6370 W art : | sysTid=6370 nice=0 cgrp=default sched=3/0 handle=0x5998c920 08-11 16:36:31.992 5623 6370 W art : | state=R schedstat=( 0 0 0 ) utm=383 stm=21 core=0 HZ=100 08-11 16:36:31.992 5623 6370 W art : | stack=0x5988a000-0x5988c000 stackSize=1038KB 08-11 16:36:31.992 5623 6370 W art : | held mutexes= "mutator lock"(shared held) 08-11 16:36:31.992 5623 6370 W art : at java.util.Arrays.copyOf(Arrays.java:3352) 08-11 16:36:31.992 5623 6370 W art : at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:130) 08-11 16:36:31.992 5623 6370 W art : at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:114) 08-11 16:36:31.992 5623 6370 W art : at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:417) 08-11 16:36:31.992 5623 6370 W art : at java.lang.StringBuilder.append(StringBuilder.java:133) 08-11 16:36:31.992 5623 6370 W art : at java.lang.StringBuilder.append(StringBuilder.java:129) 08-11 16:36:31.992 5623 6370 W art : at java.lang.Throwable.printStackTrace(Throwable.java:650) 08-11 16:36:31.992 5623 6370 W art : at java.lang.Throwable.printStackTrace(Throwable.java:712) 08-11 16:36:31.992 5623 6370 W art : at com.android.internal.logging.AndroidHandler$1.format(AndroidHandler.java:98) 08-11 16:36:31.992 5623 6370 W art : at com.android.internal.logging.AndroidHandler.publish(AndroidHandler.java:133) 08-11 16:36:31.992 5623 6370 W art : at java.util.logging.Logger.log(Logger.java:615) 08-11 16:36:31.992 5623 6370 W art : at java.util.logging.Logger.doLog(Logger.java:636) 08-11 16:36:31.992 5623 6370 W art : at java.util.logging.Logger.logp(Logger.java:836) 08-11 16:36:31.992 5623 6370 W art : at zuq.a(SourceFile:7) 08-11 16:36:31.992 5623 6370 W art : at zuq.a(SourceFile:37) 08-11 16:36:31.992 5623 6370 W art : at zuq.a(SourceFile:22) 08-11 16:36:31.992 5623 6370 W art : at zuq.run(SourceFile:-1) 08-11 16:36:31.992 5623 6370 W art : at zvc.execute(SourceFile:-1) 08-11 16:36:31.992 5623 6370 W art : at ztx.b(SourceFile:21) 08-11 16:36:31.992 5623 6370 W art : at ztx.a(SourceFile:18) 08-11 16:36:31.992 5623 6370 W art : at ztx.a(SourceFile:43) 08-11 16:36:31.992 5623 6370 W art : at zum.run(SourceFile:11) 08-11 16:36:31.992 5623 6370 W art : at zvc.execute(SourceFile:-1) 08-11 16:36:31.992 5623 6370 W art : at ztx.b(SourceFile:21) 08-11 16:36:31.992 5623 6370 W art : at ztx.a(SourceFile:18) 08-11 16:36:31.992 5623 6370 W art : at ztx.a(SourceFile:43) 08-11 16:36:31.992 5623 6370 W art : at zum.run(SourceFile:11) 08-11 16:36:31.992 5623 6370 W art : at zvc.execute(SourceFile:-1) 08-11 16:36:31.992 5623 6370 W art : at ztx.b(SourceFile:21) 08-11 16:36:31.992 5623 6370 W art : at ztx.a(SourceFile:18) 08-11 16:36:31.992 5623 6370 W art : at ztx.a(SourceFile:43) 08-11 16:36:31.992 5623 6370 W art : at zum.run(SourceFile:11) 08-11 16:36:31.992 5623 6370 W art : at zvc.execute(SourceFile:-1) 08-11 16:36:31.993 5623 6370 W art : at ztx.b(SourceFile:21) 08-11 16:36:31.993 5623 6370 W art : at ztx.a(SourceFile:18) 08-11 16:36:31.993 5623 6370 W art : at ztx.a(SourceFile:43) 08-11 16:36:31.993 5623 6370 W art : at zum.run(SourceFile:14) 08-11 16:36:31.993 5623 6370 W art : at zwb.run(SourceFile:-1) 08-11 16:36:31.993 5623 6370 W art : at wvj.run(unavailable:3) 08-11 16:36:31.993 5623 6370 W art : at wmj.run(unavailable:3) 08-11 16:36:31.993 5623 6370 W art : at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) 08-11 16:36:31.993 5623 6370 W art : at java.util.concurrent.FutureTask.run(FutureTask.java:237) 08-11 16:36:31.993 5623 6370 W art : at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272) 08-11 16:36:31.993 5623 6370 W art : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) 08-11 16:36:31.993 5623 6370 W art : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) 08-11 16:36:31.993 5623 6370 W art : at java.lang.Thread.run(Thread.java:761) 08-11 16:36:31.993 5623 6370 W art : 08-11 16:36:31.993 5623 6337 W art : Suspending all threads took: 100.524ms 08-11 16:36:32.113 5623 6337 I art : Clamp target GC heap from 48MB to 48MB 08-11 16:36:32.115 5623 6423 I art : WaitForGcToComplete blocked for 223.907ms for cause DisableMovingGc 08-11 16:36:32.115 5623 6423 I art : Starting a blocking GC DisableMovingGc 08-11 16:36:32.115 5623 6422 I art : WaitForGcToComplete blocked for 221.954ms for cause Alloc 08-11 16:36:32.126 5623 6422 I art : Starting a blocking GC Alloc 08-11 16:36:32.127 5623 6422 E zup : Input Future failed with Error 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 08-11 16:36:32.127 5623 6422 E zup : at aags.a(SourceFile:20) 08-11 16:36:32.127 5623 6422 E zup : at aags.a(SourceFile:8) 08-11 16:36:32.127 5623 6422 E zup : at aalf.a(SourceFile:11) 08-11 16:36:32.127 5623 6422 E zup : at aajf.a(SourceFile:573) 08-11 16:36:32.127 5623 6422 E zup : at aajf.a(SourceFile:1128) 08-11 16:36:32.127 5623 6422 E zup : at aags.a(SourceFile:16) 08-11 16:36:32.127 5623 6422 E zup : at aags.a(SourceFile:7) 08-11 16:36:32.127 5623 6422 E zup : at aalf.a(SourceFile:10) 08-11 16:36:32.127 5623 6422 E zup : at aajf.a(SourceFile:1127) 08-11 16:36:32.127 5623 6422 E zup : at aags.a(SourceFile:16) 08-11 16:36:32.127 5623 6422 E zup : at aags.a(SourceFile:7) 08-11 16:36:32.127 5623 6422 E zup : at aalf.a(SourceFile:10) 08-11 16:36:32.127 5623 6422 E zup : at aajv.a(SourceFile:36) 08-11 16:36:32.127 5623 6422 E zup : at aajf.a(SourceFile:1090) 08-11 16:36:32.127 5623 6422 E zup : at aags.a(SourceFile:16) 08-11 16:36:32.127 5623 6422 E zup : at aags.a(SourceFile:7) 08-11 16:36:32.127 5623 6422 E zup : at aalf.a(SourceFile:10) 08-11 16:36:32.127 5623 6422 E zup : at aajf.a(SourceFile:1127) 08-11 16:36:32.127 5623 6422 E zup : at aaho.a(SourceFile:92) 08-11 16:36:32.127 5623 6422 E zup : at aafq.a(SourceFile:9) 08-11 16:36:32.127 5623 6422 E zup : at ryw.a(SourceFile:17) 08-11 16:36:32.127 5623 6422 E zup : at pzf.a(SourceFile:13) 08-11 16:36:32.127 5623 6422 E zup : at xey.a(SourceFile:189) 08-11 16:36:32.127 5623 6422 E zup : at xey.a(SourceFile:76) 08-11 16:36:32.127 5623 6422 E zup : at pyz.a(SourceFile:62) 08-11 16:36:32.127 5623 6422 E zup : at pxz.a(SourceFile:6) 08-11 16:36:32.127 5623 6422 E zup : at pil.a(SourceFile:267) 08-11 16:36:32.127 5623 6422 E zup : at pkn.a(Unknown Source) 08-11 16:36:32.127 5623 6422 E zup : at zun.a(SourceFile:2) 08-11 16:36:32.127 5623 6422 E zup : at zum.run(SourceFile:6) 08-11 16:36:32.127 5623 6422 E zup : at zwb.run(SourceFile) 08-11 16:36:32.127 5623 6422 E zup : at wvj.run(Unknown Source) 08-11 16:36:32.127 5623 6422 E zup : at wmj.run(Unknown Source) 08-11 16:36:32.127 5623 6422 E zup : at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) 08-11 16:36:32.127 5623 6422 E zup : at java.util.concurrent.FutureTask.run(FutureTask.java:237) 08-11 16:36:32.127 5623 6422 E zup : at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272) 08-11 16:36:32.127 5623 6422 E zup : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) 08-11 16:36:32.127 5623 6422 E zup : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) 08-11 16:36:32.127 5623 6422 E zup : at java.lang.Thread.run(Thread.java:761) 08-11 16:36:32.137 5623 6423 E zup : Input Future failed with Error 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 08-11 16:36:32.137 5623 6423 E zup : at aags.a(SourceFile:20) 08-11 16:36:32.137 5623 6423 E zup : at aags.a(SourceFile:8) 08-11 16:36:32.137 5623 6423 E zup : at aalf.a(SourceFile:11) 08-11 16:36:32.137 5623 6423 E zup : at aajf.a(SourceFile:573) 08-11 16:36:32.137 5623 6423 E zup : at aajf.a(SourceFile:1128) 08-11 16:36:32.137 5623 6423 E zup : at aags.a(SourceFile:16) 08-11 16:36:32.137 5623 6423 E zup : at aags.a(SourceFile:7) 08-11 16:36:32.137 5623 6423 E zup : at aalf.a(SourceFile:10) 08-11 16:36:32.137 5623 6423 E zup : at aajf.a(SourceFile:1127) 08-11 16:36:32.137 5623 6423 E zup : at aags.a(SourceFile:16) 08-11 16:36:32.137 5623 6423 E zup : at aags.a(SourceFile:7) 08-11 16:36:32.137 5623 6423 E zup : at aalf.a(SourceFile:10) 08-11 16:36:32.137 5623 6423 E zup : at aajv.a(SourceFile:36) 08-11 16:36:32.137 5623 6423 E zup : at aajf.a(SourceFile:1090) 08-11 16:36:32.137 5623 6423 E zup : at aags.a(SourceFile:16) 08-11 16:36:32.137 5623 6423 E zup : at aags.a(SourceFile:7) 08-11 16:36:32.137 5623 6423 E zup : at aalf.a(SourceFile:10) 08-11 16:36:32.137 5623 6423 E zup : at aajf.a(SourceFile:1127) 08-11 16:36:32.137 5623 6423 E zup : at aaho.a(SourceFile:92) 08-11 16:36:32.137 5623 6423 E zup : at aafq.a(SourceFile:9) 08-11 16:36:32.137 5623 6423 E zup : at ryw.a(SourceFile:17) 08-11 16:36:32.137 5623 6423 E zup : at pzf.a(SourceFile:13) 08-11 16:36:32.137 5623 6423 E zup : at xey.a(SourceFile:189) 08-11 16:36:32.137 5623 6423 E zup : at xey.a(SourceFile:76) 08-11 16:36:32.137 5623 6423 E zup : at pyz.a(SourceFile:62) 08-11 16:36:32.137 5623 6423 E zup : at pxz.a(SourceFile:6) 08-11 16:36:32.137 5623 6423 E zup : at pil.a(SourceFile:267) 08-11 16:36:32.137 5623 6423 E zup : at pkn.a(Unknown Source) 08-11 16:36:32.137 5623 6423 E zup : at zun.a(SourceFile:2) 08-11 16:36:32.137 5623 6423 E zup : at zum.run(SourceFile:6) 08-11 16:36:32.137 5623 6423 E zup : at zwb.run(SourceFile) 08-11 16:36:32.137 5623 6423 E zup : at wvj.run(Unknown Source) 08-11 16:36:32.137 5623 6423 E zup : at wmj.run(Unknown Source) 08-11 16:36:32.137 5623 6423 E zup : at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) 08-11 16:36:32.137 5623 6423 E zup : at java.util.concurrent.FutureTask.run(FutureTask.java:237) 08-11 16:36:32.137 5623 6423 E zup : at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272) 08-11 16:36:32.137 5623 6423 E zup : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) 08-11 16:36:32.137 5623 6423 E zup : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) 08-11 16:36:32.137 5623 6423 E zup : at java.lang.Thread.run(Thread.java:761) 08-11 16:36:32.140 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.140 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.141 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.141 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.143 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.143 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.145 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.145 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.168 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.168 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.170 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.170 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.170 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.170 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.171 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.171 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.172 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.172 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.184 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.184 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.185 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.185 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.187 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.187 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.187 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.187 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.189 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.189 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.189 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.189 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.190 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.190 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.191 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.191 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.192 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.192 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.193 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.193 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.194 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.194 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.194 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.194 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.195 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.195 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.195 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.195 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.196 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.196 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.196 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.196 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.197 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.197 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.198 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.198 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.198 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.198 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.200 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.200 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.200 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.200 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.201 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.201 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.202 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.202 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.203 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.203 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.204 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.204 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.206 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.206 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.207 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.207 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.207 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.207 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.207 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.207 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.208 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.208 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.209 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.209 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.209 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.209 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.209 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.209 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.210 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.210 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.210 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.210 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.210 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.210 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.211 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.211 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.211 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.211 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.212 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.212 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.212 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.212 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.212 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.212 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.213 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.213 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.213 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.213 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.213 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.213 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.214 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.214 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.214 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.214 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.215 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.215 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.215 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.215 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.217 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.217 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.217 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.217 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.219 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.219 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.219 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.219 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.220 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.220 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.221 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.221 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.222 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.222 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.223 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.223 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.224 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.224 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.224 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.224 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.224 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.224 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.225 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.225 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.226 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.226 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.227 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.227 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.227 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.227 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.228 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.228 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.229 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.229 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.229 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.229 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.229 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.229 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.230 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.230 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.230 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.230 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.231 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.231 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.231 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.231 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.231 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.231 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.232 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.232 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.232 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.232 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.233 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.233 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.233 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.233 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.234 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.234 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.234 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.234 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.235 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.235 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.235 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.235 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.236 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.236 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.236 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.236 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.237 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.237 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.237 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.237 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.237 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.237 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.238 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.238 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.238 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.238 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.239 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.239 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.239 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.239 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.239 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.239 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.240 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.240 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.241 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.241 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.241 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.241 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.241 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.241 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.242 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.242 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.242 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.242 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.242 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.242 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.243 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.243 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.244 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.244 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.244 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.244 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.244 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.244 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.244 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.244 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.245 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.245 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.245 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.245 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.246 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.246 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.246 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.246 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.246 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.246 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.248 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.248 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.248 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.248 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.249 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.249 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.249 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.249 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.250 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.250 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.250 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.250 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.250 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.250 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.251 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.251 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.251 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.251 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.251 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.251 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.252 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.252 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.252 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.252 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.253 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.253 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.254 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.254 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.254 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.254 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.255 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.255 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.261 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.261 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.265 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.265 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.265 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.265 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.266 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:32.266 5623 6370 I art : Starting a blocking GC Alloc 08-11 16:36:32.266 5623 6423 I art : Waiting for a blocking GC Alloc 08-11 16:36:32.389 5623 6370 I art : Clamp target GC heap from 48MB to 48MB 08-11 16:36:32.391 5623 6423 I art : WaitForGcToComplete blocked for 124.725ms for cause Alloc 08-11 16:36:32.391 5623 6423 I art : Starting a blocking GC Alloc 08-11 16:36:32.406 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.406 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.407 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.407 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.410 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.410 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.410 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.410 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.441 5623 6337 E zup : Input Future failed with Error 08-11 16:36:32.441 5623 6337 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.442 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.442 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.448 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.448 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.452 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.452 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.454 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.454 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.456 5623 6370 E zup : Input Future failed with Error 08-11 16:36:32.456 5623 6370 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.456 5623 6422 E zup : Input Future failed with Error 08-11 16:36:32.456 5623 6422 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.457 5623 6423 E zup : Input Future failed with Error 08-11 16:36:32.457 5623 6423 E zup : java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 08-11 16:36:32.468 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:36:32.476 6338 6338 D ConstraintsHelper: construct key=app_perf_profiles_enabled available=true 08-11 16:36:32.514 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36) 08-11 16:36:35.565 171 234 V audio_hw_primary: do_out_standby 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 08-11 16:36:35.745 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:36:35.748 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:36:35.748 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 08-11 16:36:43.814 5623 6422 W wvu : Job 'messageDetailsFetchQueueProcessor' did not complete within 00:30.0000 (mm:ss.ms). 08-11 16:36:43.814 5623 6422 W wvu : xvt: Job 'messageDetailsFetchQueueProcessor' did not complete within 00:30.0000 (mm:ss.ms). 08-11 16:36:43.814 5623 6422 W wvu : at xuy.call(Unknown Source) 08-11 16:36:43.814 5623 6422 W wvu : at xtv.b(SourceFile:1) 08-11 16:36:43.814 5623 6422 W wvu : at xtw.a(Unknown Source) 08-11 16:36:43.814 5623 6422 W wvu : at xtv.a(SourceFile:2) 08-11 16:36:43.814 5623 6422 W wvu : at xtd.run(SourceFile) 08-11 16:36:43.814 5623 6422 W wvu : at wmj.run(Unknown Source) 08-11 16:36:43.814 5623 6422 W wvu : at xql.call(Unknown Source) 08-11 16:36:43.814 5623 6422 W wvu : at xtn.a(Unknown Source) 08-11 16:36:43.814 5623 6422 W wvu : at zun.a(SourceFile:2) 08-11 16:36:43.814 5623 6422 W wvu : at zum.run(SourceFile:6) 08-11 16:36:43.814 5623 6422 W wvu : at zwb.run(SourceFile) 08-11 16:36:43.814 5623 6422 W wvu : at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) 08-11 16:36:43.814 5623 6422 W wvu : at java.util.concurrent.FutureTask.run(FutureTask.java:237) 08-11 16:36:43.814 5623 6422 W wvu : at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272) 08-11 16:36:43.814 5623 6422 W wvu : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) 08-11 16:36:43.814 5623 6422 W wvu : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) 08-11 16:36:43.814 5623 6422 W wvu : at java.lang.Thread.run(Thread.java:761) 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 08-11 16:36:46.441 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:36:46.442 171 234 V audio_hw_primary: start_output_stream 08-11 16:36:46.465 439 1067 I ActivityManager: Killing 2635:com.android.chrome/u0a91 (adj 906): empty #17 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 08-11 16:36:46.478 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:36:46.478 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:36:46.480 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:36:46.499 6338 6338 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead. 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) 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) 08-11 16:36:46.541 439 515 D ActivityManager: cleanUpApplicationRecord -- 2635 08-11 16:36:46.557 6338 6338 W vervolv.toolbox: type=1400 audit(0.0:130): name="ksm" dev="sysfs" ino=5267 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] ] 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] ] 08-11 16:36:46.737 439 1075 I ActivityManager: Process com.android.chrome:privileged_process1 (pid 6310) has died 08-11 16:36:46.737 439 1075 D ActivityManager: cleanUpApplicationRecord -- 6310 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 08-11 16:36:47.193 439 460 I ActivityManager: Displayed com.evervolv.toolbox/.perf.KernelTuner: +732ms 08-11 16:36:47.275 6338 6354 D OpenGLRenderer: endAllActiveAnimators on 0x5bbe3f00 (RippleDrawable) with handle 0x5b67f790 08-11 16:36:48.306 439 500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false 08-11 16:36:49.566 171 234 V audio_hw_primary: do_out_standby 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 08-11 16:36:49.750 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:36:49.753 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:36:49.753 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 08-11 16:36:50.917 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:36:50.918 171 234 V audio_hw_primary: start_output_stream 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 08-11 16:36:50.954 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:36:50.954 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:36:50.956 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:36:51.005 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36) 08-11 16:36:52.875 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 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 08-11 16:36:52.916 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36) 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] 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] 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] 08-11 16:36:55.978 171 234 V audio_hw_primary: do_out_standby 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 08-11 16:36:56.159 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:36:56.160 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:36:56.160 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 08-11 16:36:56.832 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:36:56.835 171 234 V audio_hw_primary: start_output_stream 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 08-11 16:36:56.870 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:36:56.870 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:36:56.872 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:36:59.954 171 234 V audio_hw_primary: do_out_standby 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 08-11 16:37:00.136 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:37:00.138 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:37:00.138 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 08-11 16:37:00.147 439 462 D LuxLevels: bright hysteresis constant= 0.1, threshold=3377.853, lux=3070.7754 08-11 16:37:00.147 439 462 D LuxLevels: dark hysteresis constant= 0.2, threshold=2456.6204, lux=3070.7754 08-11 16:37:00.537 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:37:00.538 171 234 V audio_hw_primary: start_output_stream 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 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 08-11 16:37:00.573 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:37:00.574 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:37:00.575 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:37:00.627 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36) 08-11 16:37:03.658 171 234 V audio_hw_primary: do_out_standby 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 08-11 16:37:03.854 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:37:03.856 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:37:03.856 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 08-11 16:37:06.390 439 500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false 08-11 16:37:06.578 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:37:06.579 171 234 V audio_hw_primary: start_output_stream 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 08-11 16:37:06.615 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:37:06.615 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:37:06.617 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:37:06.674 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36) 08-11 16:37:09.703 171 234 V audio_hw_primary: do_out_standby 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 08-11 16:37:09.902 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:37:09.904 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:37:09.904 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 08-11 16:37:10.443 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:37:10.444 171 234 V audio_hw_primary: start_output_stream 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 08-11 16:37:10.480 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:37:10.480 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:37:10.482 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:37:10.536 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(34) 08-11 16:37:13.565 171 234 V audio_hw_primary: do_out_standby 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 08-11 16:37:13.743 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:37:13.745 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:37:13.745 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 08-11 16:37:14.746 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:37:14.747 171 234 V audio_hw_primary: start_output_stream 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 08-11 16:37:14.783 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:37:14.783 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:37:14.784 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:37:14.839 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36) 08-11 16:37:15.969 6338 6338 D ConstraintsHelper: construct key=disable_toolbox available=true 08-11 16:37:15.972 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:37:16.001 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36) 08-11 16:37:18.443 439 500 D WifiStateMachine: updateCapabilities for config:FiOS-7ZLFI-5Gfalse,false 08-11 16:37:19.052 171 234 V audio_hw_primary: do_out_standby 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 08-11 16:37:19.231 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:37:19.232 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:37:19.232 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 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 08-11 16:37:19.834 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:37:19.835 171 234 V audio_hw_primary: start_output_stream 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 08-11 16:37:19.871 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:37:19.871 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:37:19.873 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:37:19.899 6338 6338 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead. 08-11 16:37:20.196 439 460 I ActivityManager: Displayed com.evervolv.toolbox/.support.BugReport: +330ms 08-11 16:37:20.296 6338 6354 D OpenGLRenderer: endAllActiveAnimators on 0x5b603380 (RippleDrawable) with handle 0x59dba6d0 08-11 16:37:22.955 171 234 V audio_hw_primary: do_out_standby 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 08-11 16:37:23.142 171 234 I audio_hw_primary: audio_route_apply_path: speaker-disable 08-11 16:37:23.144 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:37:23.144 171 234 I audio_hw_primary: audio_route_apply_path: out-disable 08-11 16:37:25.354 171 234 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 08-11 16:37:25.355 171 234 V audio_hw_primary: start_output_stream 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 08-11 16:37:25.390 171 234 I audio_hw_primary: audio_route_apply_path: headphone-disable 08-11 16:37:25.390 171 234 I audio_hw_primary: audio_route_apply_path: speaker-enable 08-11 16:37:25.392 171 234 I audio_hw_primary: audio_route_apply_path: out-enable 08-11 16:37:25.441 171 234 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(36) 08-11 16:37:25.878 6338 6338 D BugReport: Calling pull_logcat 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. 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 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 [logcat: 0.359s elapsed] Broadcasting: Intent { act=com.evervolv.toolbox.action.DUMPLOGCAT_FINISHED (has extras) } Broadcast completed: result=0