------ SYSTEM LOG (logcat -d *:v) ------ --------- beginning of crash 05-03 14:38:12.100 7750 8369 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #2 05-03 14:38:12.100 7750 8369 E AndroidRuntime: Process: com.google.android.googlequicksearchbox:interactor, PID: 7750 05-03 14:38:12.100 7750 8369 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground() 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at android.os.AsyncTask$3.done(AsyncTask.java:309) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at java.util.concurrent.FutureTask.setException(FutureTask.java:223) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:242) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at java.lang.Thread.run(Thread.java:818) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: Caused by: java.lang.SecurityException: Caller is not the current voice interaction service 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1620) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1573) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at com.android.internal.app.IVoiceInteractionManagerService$Stub$Proxy.getDspModuleProperties(IVoiceInteractionManagerService.java:692) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at android.service.voice.AlwaysOnHotwordDetector$RefreshAvailabiltyTask.internalGetInitialAvailability(AlwaysOnHotwordDetector.java:725) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at android.service.voice.AlwaysOnHotwordDetector$RefreshAvailabiltyTask.doInBackground(AlwaysOnHotwordDetector.java:686) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at android.service.voice.AlwaysOnHotwordDetector$RefreshAvailabiltyTask.doInBackground(AlwaysOnHotwordDetector.java:685) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at android.os.AsyncTask$2.call(AsyncTask.java:295) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:237) 05-03 14:38:12.100 7750 8369 E AndroidRuntime: ... 4 more 05-03 14:40:12.280 9667 9685 E AndroidRuntime: FATAL EXCEPTION: EmailNotification 05-03 14:40:12.280 9667 9685 E AndroidRuntime: Process: com.android.email, PID: 9667 05-03 14:40:12.280 9667 9685 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke interface method 'void android.database.Cursor.close()' on a null object reference 05-03 14:40:12.280 9667 9685 E AndroidRuntime: at com.android.email.EmailNotificationController.registerMessageNotification(EmailNotificationController.java:275) 05-03 14:40:12.280 9667 9685 E AndroidRuntime: at com.android.email.EmailNotificationController.-wrap4(EmailNotificationController.java) 05-03 14:40:12.280 9667 9685 E AndroidRuntime: at com.android.email.EmailNotificationController$1.run(EmailNotificationController.java:195) 05-03 14:40:12.280 9667 9685 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:739) 05-03 14:40:12.280 9667 9685 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95) 05-03 14:40:12.280 9667 9685 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148) 05-03 14:40:12.280 9667 9685 E AndroidRuntime: at com.android.email.EmailNotificationController$NotificationThread.run(EmailNotificationController.java:848) 05-03 14:40:12.280 9667 9685 E AndroidRuntime: at java.lang.Thread.run(Thread.java:818) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: FATAL EXCEPTION: main 05-03 14:40:13.506 9687 9687 E AndroidRuntime: Process: com.android.gallery3d, PID: 9687 05-03 14:40:13.506 9687 9687 E AndroidRuntime: java.lang.RuntimeException: Unable to start receiver org.codeaurora.gallery3d.video.DmReceiver: java.lang.SecurityException: get package info: Neither user 1010044 nor current process has android.permission.INTERACT_ACROSS_USERS. 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:2776) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.app.ActivityThread.-wrap14(ActivityThread.java) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1440) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5471) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: Caused by: java.lang.SecurityException: get package info: Neither user 1010044 nor current process has android.permission.INTERACT_ACROSS_USERS. 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1620) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.content.ContentProviderProxy.call(ContentProviderNative.java:646) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.provider.Settings$NameValueCache.putStringForUser(Settings.java:1322) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.provider.Settings$System.putStringForUser(Settings.java:1652) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.provider.Settings$System.putString(Settings.java:1636) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at org.codeaurora.gallery3d.video.DmReceiver.onReceive(DmReceiver.java:39) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:2769) 05-03 14:40:13.506 9687 9687 E AndroidRuntime: ... 8 more 05-03 15:33:30.127 10709 10709 E AndroidRuntime: FATAL EXCEPTION: main 05-03 15:33:30.127 10709 10709 E AndroidRuntime: Process: com.android.vending, PID: 10709 05-03 15:33:30.127 10709 10709 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v7.a.a.b(int)' on a null object reference 05-03 15:33:30.127 10709 10709 E AndroidRuntime: at com.google.android.finsky.activities.MainActivity.y(SourceFile:1833) 05-03 15:33:30.127 10709 10709 E AndroidRuntime: at com.google.android.finsky.layout.play.FinskyDrawerLayout.e(SourceFile:319) 05-03 15:33:30.127 10709 10709 E AndroidRuntime: at com.google.android.finsky.layout.play.l.run(SourceFile:123) 05-03 15:33:30.127 10709 10709 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:739) 05-03 15:33:30.127 10709 10709 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95) 05-03 15:33:30.127 10709 10709 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148) 05-03 15:33:30.127 10709 10709 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5471) 05-03 15:33:30.127 10709 10709 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 05-03 15:33:30.127 10709 10709 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 05-03 15:33:30.127 10709 10709 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: FATAL EXCEPTION: IntentService[LowPriorityJobService] 05-03 16:32:49.892 12327 12327 E AndroidRuntime: Process: com.google.android.apps.photos, PID: 12327 05-03 16:32:49.892 12327 12327 E AndroidRuntime: java.lang.SecurityException: Permission Denial: reading com.android.providers.media.MediaProvider uri content://media/external/audio/albums from pid=12327, uid=10067 requires android.permission.READ_EXTERNAL_STORAGE, or grantUriPermission() 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1620) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at android.content.ContentProviderProxy.query(ContentProviderNative.java:421) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:491) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:434) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at cro.a(PG:1197) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at csc.a(PG:163) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at csr.a(PG:2035) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at gen_binder.root.RootModule$Generated.a(PG:1308) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at szn.e(PG:415) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at szn.b(PG:242) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at szn.b(PG:502) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at csx.a(PG:1036) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at gen_binder.root.RootModule$Generated.a(PG:2991) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at szn.f(PG:469) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at szn.c(PG:261) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at szn.c(PG:510) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at com.google.android.apps.photos.scheduler.LowPriorityBackgroundJobService.a(PG:50) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at com.google.android.apps.photos.scheduler.LowPriorityBackgroundJobService.onHandleIntent(PG:40) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:66) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148) 05-03 16:32:49.892 12327 12327 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61) 05-06 12:48:34.982 15901 15901 E AndroidRuntime: FATAL EXCEPTION: main 05-06 12:48:34.982 15901 15901 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 15901 05-06 12:48:34.982 15901 15901 E AndroidRuntime: java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 05-06 12:49:40.650 16186 16186 E AndroidRuntime: FATAL EXCEPTION: main 05-06 12:49:40.650 16186 16186 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 16186 05-06 12:49:40.650 16186 16186 E AndroidRuntime: java.lang.OutOfMemoryError: Failed to allocate a 28 byte allocation with 0 free bytes and 3GB until OOM 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.View.onCreateDrawableState(View.java:17123) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.widget.TextView.onCreateDrawableState(TextView.java:5485) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.View.getDrawableState(View.java:17048) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.View.drawableStateChanged(View.java:16958) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.widget.TextView.drawableStateChanged(TextView.java:3965) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.support.v7.widget.AppCompatTextView.drawableStateChanged(AppCompatTextView.java:149) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.View.refreshDrawableState(View.java:17026) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.View.onWindowFocusChanged(View.java:9562) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.widget.TextView.onWindowFocusChanged(TextView.java:8229) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.View.dispatchWindowFocusChanged(View.java:9534) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3386) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5471) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 05-06 12:49:40.650 16186 16186 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 05-06 12:50:08.187 16315 16474 E AndroidRuntime: FATAL EXCEPTION: Picasso-Dispatcher 05-06 12:50:08.187 16315 16474 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 16315 05-06 12:50:08.187 16315 16474 E AndroidRuntime: java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 05-06 12:50:36.063 16489 16489 E AndroidRuntime: FATAL EXCEPTION: main 05-06 12:50:36.063 16489 16489 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 16489 05-06 12:50:36.063 16489 16489 E AndroidRuntime: java.lang.OutOfMemoryError: Failed to allocate a 24 byte allocation with 0 free bytes and 3GB until OOM 05-06 12:50:36.063 16489 16489 E AndroidRuntime: at android.view.ViewRootImpl.obtainQueuedInputEvent(ViewRootImpl.java:5820) 05-06 12:50:36.063 16489 16489 E AndroidRuntime: at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:5847) 05-06 12:50:36.063 16489 16489 E AndroidRuntime: at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:6035) 05-06 12:50:36.063 16489 16489 E AndroidRuntime: at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:185) 05-06 12:50:36.063 16489 16489 E AndroidRuntime: at android.os.MessageQueue.nativePollOnce(Native Method) 05-06 12:50:36.063 16489 16489 E AndroidRuntime: at android.os.MessageQueue.next(MessageQueue.java:323) 05-06 12:50:36.063 16489 16489 E AndroidRuntime: at android.os.Looper.loop(Looper.java:135) 05-06 12:50:36.063 16489 16489 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5471) 05-06 12:50:36.063 16489 16489 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 05-06 12:50:36.063 16489 16489 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 05-06 12:50:36.063 16489 16489 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 05-06 12:56:09.390 17198 17198 E AndroidRuntime: FATAL EXCEPTION: main 05-06 12:56:09.390 17198 17198 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 17198 05-06 12:56:09.390 17198 17198 E AndroidRuntime: java.lang.OutOfMemoryError: Failed to allocate a 32 byte allocation with 0 free bytes and 3GB until OOM 05-06 12:56:09.390 17198 17198 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 05-06 12:56:09.390 17198 17198 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 05-06 12:56:09.390 17198 17198 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 05-06 12:57:00.938 17467 17467 E AndroidRuntime: Error reporting crash 05-06 12:57:00.938 17467 17467 E AndroidRuntime: java.lang.OutOfMemoryError: Failed to allocate a 17 byte allocation with 0 free bytes and 3GB until OOM 05-06 12:57:00.938 17467 17467 E AndroidRuntime: at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:79) 05-06 12:57:00.938 17467 17467 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693) 05-06 12:57:00.938 17467 17467 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690) 05-06 19:01:34.491 19284 19347 E AndroidRuntime: FATAL EXCEPTION: measurement-1 05-06 19:01:34.491 19284 19347 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 19284 05-06 19:01:34.491 19284 19347 E AndroidRuntime: java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available 05-06 19:02:13.402 8429 8429 E AndroidRuntime: FATAL EXCEPTION: main 05-06 19:02:13.402 8429 8429 E AndroidRuntime: Process: com.android.systemui, PID: 8429 05-06 19:02:13.402 8429 8429 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.android.systemui.statusbar.StatusBarIconView.set(com.android.internal.statusbar.StatusBarIcon)' on a null object reference 05-06 19:02:13.402 8429 8429 E AndroidRuntime: at com.android.systemui.statusbar.phone.StatusBarIconController.updateSystemIcon(StatusBarIconController.java:180) 05-06 19:02:13.402 8429 8429 E AndroidRuntime: at com.android.systemui.statusbar.phone.PhoneStatusBar.updateIcon(PhoneStatusBar.java:1253) 05-06 19:02:13.402 8429 8429 E AndroidRuntime: at com.android.systemui.statusbar.CommandQueue$H.handleMessage(CommandQueue.java:335) 05-06 19:02:13.402 8429 8429 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) 05-06 19:02:13.402 8429 8429 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148) 05-06 19:02:13.402 8429 8429 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5471) 05-06 19:02:13.402 8429 8429 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 05-06 19:02:13.402 8429 8429 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 05-06 19:02:13.402 8429 8429 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 05-06 20:26:07.717 20711 20799 E AndroidRuntime: FATAL EXCEPTION: Picasso-Dispatcher 05-06 20:26:07.717 20711 20799 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 20711 05-06 20:26:07.717 20711 20799 E AndroidRuntime: java.lang.OutOfMemoryError: Failed to allocate a 20 byte allocation with 0 free bytes and 3GB until OOM 05-06 20:26:07.717 20711 20799 E AndroidRuntime: at com.squareup.picasso.Dispatcher.performBatchComplete(Dispatcher.java:380) 05-06 20:26:07.717 20711 20799 E AndroidRuntime: at com.squareup.picasso.Dispatcher$DispatcherHandler.handleMessage(Dispatcher.java:516) 05-06 20:26:07.717 20711 20799 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) 05-06 20:26:07.717 20711 20799 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148) 05-06 20:26:07.717 20711 20799 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: FATAL EXCEPTION: IntentService[LowPriorityJobService] 05-06 21:18:57.708 19661 19661 E AndroidRuntime: Process: com.google.android.apps.photos, PID: 19661 05-06 21:18:57.708 19661 19661 E AndroidRuntime: java.lang.SecurityException: Permission Denial: reading com.android.providers.media.MediaProvider uri content://media/external/audio/albums from pid=19661, uid=10067 requires android.permission.READ_EXTERNAL_STORAGE, or grantUriPermission() 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1620) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at android.content.ContentProviderProxy.query(ContentProviderNative.java:421) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:491) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:434) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at cro.a(PG:1197) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at csc.a(PG:163) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at csr.a(PG:2035) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at gen_binder.root.RootModule$Generated.a(PG:1308) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at szn.e(PG:415) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at szn.b(PG:242) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at szn.b(PG:502) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at csx.a(PG:1036) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at gen_binder.root.RootModule$Generated.a(PG:2991) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at szn.f(PG:469) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at szn.c(PG:261) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at szn.c(PG:510) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at com.google.android.apps.photos.scheduler.LowPriorityBackgroundJobService.a(PG:50) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at com.google.android.apps.photos.scheduler.LowPriorityBackgroundJobService.onHandleIntent(PG:40) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:66) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148) 05-06 21:18:57.708 19661 19661 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61) --------- beginning of system 05-07 20:41:16.067 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e815feb} 05-07 20:41:16.660 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e815feb} 05-07 20:46:01.118 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 20:46:01.775 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 20:50:47.006 1034 2321 W ActivityManager: SLOW OOM ADJ: 285197ms for pid 21088 = 9 05-07 20:50:47.158 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 20:50:47.778 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 20:55:33.077 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 20:55:33.743 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:00:35.308 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:00:35.367 1034 1062 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat: open failed: ENOENT (No such file or directory) 05-07 21:00:35.952 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:05:21.099 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:05:21.795 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:10:07.082 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:10:07.726 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:14:52.118 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:14:52.789 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:19:38.080 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:19:38.720 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:24:24.008 1034 1057 W ActivityManager: SLOW OOM ADJ: 285263ms for pid 21088 = 9 05-07 21:24:24.177 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:24:24.835 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:29:09.260 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:29:09.871 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:33:54.356 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:33:55.005 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:38:39.427 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:38:40.003 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:43:24.526 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:43:25.119 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:48:09.618 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:48:10.230 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:52:55.072 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:52:55.786 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:57:41.157 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 21:57:41.816 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:02:26.221 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:02:26.873 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:07:12.163 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:07:12.209 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@508730d} 05-07 22:07:12.217 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@508730d} 05-07 22:07:12.832 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:11:58.023 1034 1059 I UsageStatsService: User[0] Rolling over usage stats 05-07 22:11:58.024 1034 1059 I UsageStatsService: User[0] Flushing usage stats to disk 05-07 22:11:58.079 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:11:58.189 1034 1059 I UsageStatsService: User[0] Rollover scheduled @ 2016-05-08 20:00:00(1462752000000) 05-07 22:11:58.241 1034 1059 I UsageStatsService: User[0] Rolling over usage stats complete. Took 218 milliseconds 05-07 22:11:58.719 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:16:44.101 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:16:44.687 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:16:59.317 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{fc54d28 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-07 22:21:29.142 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:21:29.711 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:26:14.214 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:26:14.863 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:31:00.160 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:31:00.754 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:35:45.243 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:35:45.917 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:40:31.153 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:40:31.773 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:45:17.071 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:45:17.715 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:50:02.118 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:50:02.767 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:54:48.082 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:54:48.736 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:59:34.061 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 22:59:34.678 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1} 05-07 23:04:19.141 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:04:19.778 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:09:05.012 1034 1974 W ActivityManager: SLOW OOM ADJ: 285191ms for pid 25866 = 11 05-07 23:09:05.070 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:09:05.670 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:13:51.085 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:13:51.749 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:18:37.078 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:18:37.678 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:23:22.123 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:23:22.844 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:28:07.183 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:28:07.828 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:30:00.003 1034 1058 W ActivityManager: SLOW OOM ADJ: 112153ms for pid 21088 = 9 05-07 23:32:52.068 1034 1034 D ZenLog : config: conditionChanged,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,automaticRules={0c658926e57147dcad4d27bbe7c0ab20=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], ea11141db0f94f55bb6e529e940723f2=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0,condition=Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], 446149d0f5124aada4b11f2186fd3c30=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.EventConditionProvider}]},manualRule=null],Diff[automaticRule[ea11141db0f94f55bb6e529e940723f2].condition:Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2]->Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2]] 05-07 23:32:52.234 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:32:52.866 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:34:15.015 1034 1830 W ActivityManager: SLOW OOM ADJ: 82115ms for pid 21088 = 9 05-07 23:37:37.362 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:37:38.028 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:42:23.085 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:42:23.749 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:47:09.122 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:47:09.859 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:51:54.183 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:51:54.826 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:56:40.062 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-07 23:56:40.704 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:00:01.007 1034 1847 W ActivityManager: SLOW OOM ADJ: 200265ms for pid 25866 = 11 05-08 00:01:25.150 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:01:25.786 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:06:10.236 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:06:10.888 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:10:56.212 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:10:56.832 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:15:42.116 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:15:42.753 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:20:27.170 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:20:27.836 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:25:13.073 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:25:13.733 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:29:58.147 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:29:58.802 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:34:16.006 1034 2231 W ActivityManager: SLOW OOM ADJ: 257165ms for pid 21088 = 9 05-08 00:34:43.175 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:34:43.843 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:39:29.070 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:39:29.713 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:44:15.140 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:44:15.740 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:49:01.151 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:49:01.768 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:53:46.286 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:53:46.923 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:58:32.075 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 00:58:32.712 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 01:03:18.113 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 01:03:18.744 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 01:08:04.015 1034 1472 W ActivityManager: SLOW OOM ADJ: 285238ms for pid 21088 = 9 05-08 01:08:04.082 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 01:08:04.716 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 01:12:49.116 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 01:12:49.767 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0} 05-08 01:17:34.417 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:17:34.982 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:17:49.598 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{72a1426 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-08 01:22:19.499 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:22:20.123 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:23:47.007 1034 1847 W ActivityManager: SLOW OOM ADJ: 86818ms for pid 21088 = 9 05-08 01:27:05.101 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:27:05.729 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:31:50.008 1034 1494 W ActivityManager: SLOW OOM ADJ: 284243ms for pid 20926 = 11 05-08 01:31:50.205 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:31:50.837 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:36:35.278 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:36:36.036 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:41:20.371 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:41:21.002 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:46:06.069 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:46:06.727 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:50:52.292 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:50:52.921 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:55:38.077 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 01:55:38.660 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:00:24.008 1034 2321 W ActivityManager: SLOW OOM ADJ: 285264ms for pid 21088 = 9 05-08 02:00:24.106 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:00:24.791 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:05:10.091 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:05:10.730 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:09:56.066 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:09:56.655 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:14:41.114 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:14:41.658 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:19:27.110 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:19:27.694 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:24:13.126 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:24:13.813 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:28:58.008 1034 2289 W ActivityManager: SLOW OOM ADJ: 207884ms for pid 21088 = 5 05-08 02:28:58.230 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:28:58.850 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:33:44.008 1034 1830 W ActivityManager: SLOW OOM ADJ: 285119ms for pid 21088 = 9 05-08 02:33:44.093 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:33:44.720 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:38:29.167 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:38:29.820 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:43:15.067 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:43:15.702 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:48:00.111 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:48:00.822 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:52:46.116 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:52:46.767 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:57:32.118 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 02:57:32.699 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:02:17.274 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:02:17.350 1034 1034 I ActivityManager: Idle maintenance over +16m8s393ms low RAM for 0 05-08 03:02:17.359 1034 1253 I MountService: Running fstrim idle maintenance 05-08 03:02:17.359 1034 1253 D VoldConnector: SND -> {21 fstrim dotrimbench} 05-08 03:02:17.361 1034 1254 D VoldConnector: RCV <- {200 21 Command succeeded} 05-08 03:02:17.361 1034 1253 I MountServiceIdler: Got mount service completion callback 05-08 03:02:17.363 139 27408 D vold : Starting trim of /data 05-08 03:02:17.363 139 27408 W vold : Trim failed on /data: Operation not supported on transport endpoint 05-08 03:02:17.363 1034 1254 D VoldConnector: RCV <- {662 /data -1 -1} 05-08 03:02:17.737 139 27408 I vold : Benchmarking /data/misc/vold/bench 05-08 03:02:18.261 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:02:33.479 139 27408 V vold : Before drop_caches 05-08 03:02:33.597 139 27408 V vold : After drop_caches 05-08 03:02:35.666 139 27408 I vold : create took 15741ms 05-08 03:02:35.666 139 27408 I vold : drop took 118ms 05-08 03:02:35.666 139 27408 I vold : run took 1675ms 05-08 03:02:35.666 139 27408 I vold : destroy took 393ms 05-08 03:02:35.667 139 27408 D vold : Starting trim of /cache 05-08 03:02:35.667 139 27408 W vold : Trim failed on /cache: Operation not supported on transport endpoint 05-08 03:02:35.669 139 27408 I vold : Benchmarking /cache/misc/vold/bench 05-08 03:02:35.700 1034 1254 D VoldConnector: RCV <- {661 /data/misc/vold/bench r1572:w1001:s285 15741484670 118164063 1675994874 393463135} 05-08 03:02:35.722 1034 1254 D VoldConnector: RCV <- {662 /cache -1 -1} 05-08 03:02:49.932 139 27408 V vold : Before drop_caches 05-08 03:02:50.078 139 27408 V vold : After drop_caches 05-08 03:02:51.698 139 27408 I vold : create took 14262ms 05-08 03:02:51.698 139 27408 I vold : drop took 146ms 05-08 03:02:51.698 139 27408 I vold : run took 1466ms 05-08 03:02:51.698 139 27408 I vold : destroy took 152ms 05-08 03:02:51.698 139 27408 D vold : Starting trim of none 05-08 03:02:51.698 139 27408 W vold : Failed to open none: No such file or directory 05-08 03:07:13.007 1034 1254 D VoldConnector: RCV <- {661 /cache/misc/vold/bench r1572:w1001:s285 14262268068 146972656 1466796875 152343751} 05-08 03:07:13.579 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:07:13.764 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6ba9ea9} 05-08 03:07:13.790 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6ba9ea9} 05-08 03:07:14.528 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:11:59.102 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:11:59.770 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:16:44.168 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:16:44.824 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:21:30.009 1034 1847 W ActivityManager: SLOW OOM ADJ: 285167ms for pid 21088 = 9 05-08 03:21:30.064 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:21:30.747 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:26:15.172 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:26:15.843 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:31:00.403 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:31:01.094 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:35:45.476 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:35:46.158 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:40:30.537 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:40:31.191 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:45:15.623 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:45:16.242 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:50:01.074 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:50:01.673 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:54:47.070 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:54:47.640 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:59:32.100 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 03:59:32.713 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:04:17.132 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:04:17.790 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:09:03.174 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:09:03.752 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:13:49.057 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:13:49.667 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:14:02.015 1034 1058 W ActivityManager: SLOW OOM ADJ: 12306ms for pid 21084 = 13 05-08 04:18:34.120 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:18:34.692 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:18:49.553 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{670527f u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-08 04:23:19.195 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:23:19.861 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:28:04.287 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:28:04.941 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:29:02.005 1034 2231 W ActivityManager: SLOW OOM ADJ: 57024ms for pid 21088 = 9 05-08 04:32:49.390 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:32:50.029 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:34:18.009 1034 1830 W ActivityManager: SLOW OOM ADJ: 87931ms for pid 21088 = 9 05-08 04:37:35.075 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:37:35.801 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:42:21.154 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:42:21.794 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:47:06.198 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:47:06.847 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:51:52.072 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:51:52.750 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:56:38.070 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 04:56:38.680 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:01:23.158 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:01:23.845 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:06:09.061 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@83990e0} 05-08 05:06:09.080 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:06:09.132 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@83990e0} 05-08 05:06:09.734 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:10:55.004 1034 1946 W ActivityManager: SLOW OOM ADJ: 285237ms for pid 21088 = 9 05-08 05:10:55.060 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:10:55.719 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:15:40.222 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:15:40.840 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:20:26.063 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:20:26.688 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:25:12.151 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:25:12.847 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:29:57.252 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:29:57.869 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:34:42.343 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:34:42.998 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:39:28.071 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:39:28.713 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:44:13.112 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:44:13.762 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:48:59.152 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:48:59.889 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:49:00.330 1034 1472 W ActivityManager: SLOW OOM ADJ: 418ms for pid 25866 = 11 05-08 05:53:44.233 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:53:44.878 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:58:30.084 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 05:58:30.737 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 06:03:15.162 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 06:03:15.937 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 06:08:00.353 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 06:08:00.960 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 06:12:46.102 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 06:12:46.689 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a} 05-08 06:17:31.141 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:17:31.801 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:22:17.189 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:22:17.776 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:27:29.386 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:27:30.014 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:32:14.495 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:32:15.102 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:36:59.636 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:37:00.292 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:41:45.063 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:41:45.677 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:46:30.128 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:46:30.767 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:51:16.081 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:51:16.675 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93} 05-08 06:56:02.235 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766} 05-08 06:56:02.883 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766} 05-08 07:00:47.303 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766} 05-08 07:00:47.922 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766} 05-08 07:05:33.061 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766} 05-08 07:05:33.725 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766} 05-08 07:10:19.006 1034 1472 W ActivityManager: SLOW OOM ADJ: 285255ms for pid 25866 = 11 05-08 07:10:19.072 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766} 05-08 07:10:19.716 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766} 05-08 07:15:04.130 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766} 05-08 07:15:04.685 1034 1060 I ProcessStatsService: Prepared write state in 8ms 05-08 07:15:04.727 1034 1059 I ProcessStatsService: Pruning old procstats: /data/system/procstats/state-2016-05-03-03-20-56.bin 05-08 07:15:04.771 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766} 05-08 07:19:50.131 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:19:50.638 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:20:05.435 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{932b1f0 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-08 07:24:35.172 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:24:35.733 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:29:20.342 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:29:20.956 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:34:05.443 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:34:06.162 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:38:50.533 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:38:51.142 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:43:36.060 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:43:36.666 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:48:21.129 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:48:21.728 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:53:07.148 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:53:07.781 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:57:52.229 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 07:57:52.960 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:02:38.950 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:02:39.560 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:07:24.117 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2b0f5ba} 05-08 08:07:24.127 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2b0f5ba} 05-08 08:07:24.145 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:07:24.777 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:12:09.237 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:12:09.809 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:16:54.308 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:16:54.956 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:21:40.071 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:21:40.810 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:26:25.130 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:26:25.717 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:31:10.224 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:31:10.859 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:35:55.368 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:35:56.023 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:40:41.063 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:40:41.648 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184} 05-08 08:45:26.107 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240} 05-08 08:45:26.783 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240} 05-08 08:50:12.068 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240} 05-08 08:50:12.722 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240} 05-08 08:54:58.079 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240} 05-08 08:54:58.712 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240} 05-08 08:59:43.118 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240} 05-08 08:59:43.774 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240} 05-08 09:04:29.099 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240} 05-08 09:04:29.738 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240} 05-08 09:09:14.195 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:09:14.809 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:14:00.068 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:14:00.710 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:18:45.111 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:18:45.751 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:23:31.074 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:23:31.689 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:28:16.135 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:28:16.806 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:29:17.008 1034 1830 W ActivityManager: SLOW OOM ADJ: 60145ms for pid 21088 = 9 05-08 09:33:01.250 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:33:01.877 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:37:46.322 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:37:46.969 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:42:32.127 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:42:37.187 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:47:17.249 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:47:17.872 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a} 05-08 09:52:03.014 1034 1830 W ActivityManager: SLOW OOM ADJ: 285072ms for pid 21088 = 9 05-08 09:52:03.140 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda} 05-08 09:52:03.774 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda} 05-08 09:56:49.071 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda} 05-08 09:56:49.755 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda} 05-08 10:00:00.063 1034 1034 D ZenLog : config: conditionChanged,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,automaticRules={0c658926e57147dcad4d27bbe7c0ab20=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], ea11141db0f94f55bb6e529e940723f2=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0,condition=Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], 446149d0f5124aada4b11f2186fd3c30=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.EventConditionProvider}]},manualRule=null],Diff[automaticRule[ea11141db0f94f55bb6e529e940723f2].condition:Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2]->Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2]] 05-08 10:00:00.086 1034 1059 I UsageStatsService: User[0] Flushing usage stats to disk 05-08 10:01:34.146 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda} 05-08 10:01:34.730 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda} 05-08 10:06:20.108 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda} 05-08 10:06:20.724 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda} 05-08 10:11:06.058 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda} 05-08 10:11:06.705 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda} 05-08 10:15:51.544 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:15:52.163 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:20:37.083 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:20:37.689 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:20:52.379 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{167e2de u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-08 10:25:22.177 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:25:22.765 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:30:35.314 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:30:35.958 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:35:20.399 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:35:21.118 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:40:06.069 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:40:06.639 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:44:51.101 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:44:51.730 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:49:37.189 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:49:37.828 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:54:23.078 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:54:23.707 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:59:09.010 1034 1830 W ActivityManager: SLOW OOM ADJ: 285280ms for pid 21088 = 9 05-08 10:59:09.083 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 10:59:09.713 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:03:54.220 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:03:54.834 1034 1060 I ActivityManager: Killing 21512:com.google.android.gm.exchange/u0a62 (adj 13): empty for 1800s 05-08 11:03:54.907 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:08:40.018 1034 2289 I ActivityManager: Killing 21469:android.process.acore/u0a3 (adj 13): empty for 1800s 05-08 11:08:40.142 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:08:40.787 1034 1060 I ActivityManager: Killing 21564:com.opera.mini.native:turbo/u0a110 (adj 9): empty for 1800s 05-08 11:08:40.858 1034 2289 W ActivityManager: Scheduling restart of crashed service com.opera.mini.native/com.opera.android.turbo.TurboService in 1000ms 05-08 11:08:40.867 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:13:25.214 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:13:25.611 1034 1060 I ActivityManager: Start proc 29028:com.opera.mini.native:turbo/u0a110 for service com.opera.mini.native/com.opera.android.turbo.TurboService 05-08 11:13:25.891 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:18:11.066 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:18:11.626 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:22:56.182 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:22:56.855 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:27:42.083 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:27:42.723 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:32:28.018 1034 1058 W ActivityManager: SLOW OOM ADJ: 285275ms for pid 20605 = 11 05-08 11:32:28.126 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:32:28.802 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:37:13.177 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:37:13.832 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:41:59.006 1034 1472 W ActivityManager: SLOW OOM ADJ: 285142ms for pid 21435 = 11 05-08 11:41:59.073 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:41:59.710 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:46:44.133 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:46:44.744 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:51:29.174 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:51:29.813 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:56:15.142 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 11:56:15.756 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:01:01.222 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:01:01.853 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:05:46.317 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:05:46.946 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:10:32.059 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:10:32.694 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:15:18.142 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:15:18.775 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:20:03.205 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:20:03.810 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:24:48.320 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:24:48.968 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:25:33.007 1034 2321 W ActivityManager: SLOW OOM ADJ: 44002ms for pid 21088 = 9 05-08 12:29:33.491 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:29:34.120 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7} 05-08 12:34:37.363 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 12:34:37.637 1034 1034 V BackupManagerService: Scheduling immediate backup pass 05-08 12:34:37.639 1034 1034 V BackupManagerService: Running a backup pass 05-08 12:34:37.642 1034 1318 V BackupManagerService: clearing pending backups 05-08 12:34:37.658 1034 1318 V PerformBackupTask: Beginning backup of 3 targets 05-08 12:34:37.981 1034 1318 D PerformBackupTask: invokeAgentForBackup on @pm@ 05-08 12:34:38.196 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 12:34:38.284 1034 1318 I BackupRestoreController: Getting widget state for user: 0 05-08 12:34:38.293 1034 1318 V KeyValueBackupJob: Scheduling k/v pass in 10080 minutes 05-08 12:34:38.366 1034 1318 I BackupManagerService: Backup pass finished. 05-08 12:39:22.438 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 12:39:23.076 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 12:44:08.099 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 12:44:08.749 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 12:48:54.079 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 12:48:54.708 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 12:53:39.114 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 12:53:39.718 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 12:58:25.090 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 12:58:25.722 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 13:03:11.149 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 13:03:11.770 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 13:04:22.007 1034 1058 W ActivityManager: SLOW OOM ADJ: 70191ms for pid 21088 = 9 05-08 13:07:56.213 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@45fcb88} 05-08 13:07:56.226 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@45fcb88} 05-08 13:07:56.240 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 13:07:56.854 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 13:12:41.010 1034 1974 W ActivityManager: SLOW OOM ADJ: 283733ms for pid 24023 = 13 05-08 13:12:41.304 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 13:12:41.891 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 13:17:27.071 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 13:17:27.649 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5} 05-08 13:22:12.142 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:22:12.783 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:22:27.427 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{86126b8 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-08 13:26:57.229 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:26:57.849 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:32:06.103 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:32:06.122 21214 29521 D DownloadManager: Removed 0 stale downloads 05-08 13:32:06.143 21214 29521 D DownloadManager: Found 0 files in database 05-08 13:32:06.143 21214 29521 D DownloadManager: Found 0 files on disk 05-08 13:32:06.768 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:36:51.368 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:36:51.966 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:41:37.134 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:41:37.741 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:46:23.073 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:46:23.576 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:51:09.118 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:51:09.801 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:55:54.234 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 13:55:54.829 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:00:40.171 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:00:40.796 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:05:26.071 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:05:26.655 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:10:17.300 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:10:17.866 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:15:03.083 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:15:03.736 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:20:04.076 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:20:05.147 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:24:49.132 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:24:49.675 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:29:34.177 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:29:34.669 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:34:20.106 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:34:20.733 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:39:27.414 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:39:27.930 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc} 05-08 14:44:13.101 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 14:44:13.699 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 14:48:59.161 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 14:48:59.689 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 14:53:44.231 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 14:53:44.877 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 14:58:29.314 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 14:58:29.956 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:03:15.006 1034 2321 W ActivityManager: SLOW OOM ADJ: 285025ms for pid 21088 = 9 05-08 15:03:15.097 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:03:15.725 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:08:01.102 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:08:01.679 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:12:46.172 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:12:46.717 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:17:32.054 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:17:32.660 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:22:18.178 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:22:18.780 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:27:03.280 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:27:03.921 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:31:49.095 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:31:49.704 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952} 05-08 15:36:34.144 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 15:36:34.776 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 15:41:19.204 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 15:41:19.705 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 15:46:05.095 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 15:46:05.749 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 15:50:51.081 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 15:50:51.671 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 15:55:36.267 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 15:55:36.841 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:00:36.096 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:00:36.612 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:05:22.051 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:05:22.659 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:10:07.105 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:10:07.768 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:14:53.077 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:14:53.704 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:19:39.011 1034 1847 W ActivityManager: SLOW OOM ADJ: 285279ms for pid 12135 = 15 05-08 16:19:39.069 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:19:39.782 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:24:25.235 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:24:25.897 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:24:40.400 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{aeb835e u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-08 16:29:10.361 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:29:10.949 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:33:56.087 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:33:56.764 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:34:22.006 1034 1472 W ActivityManager: SLOW OOM ADJ: 25224ms for pid 21088 = 9 05-08 16:38:41.147 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:38:41.800 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:43:26.237 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:43:26.837 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:48:12.070 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:48:12.706 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:52:58.078 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:52:58.753 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:57:43.134 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 16:57:43.774 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 17:02:29.136 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 17:02:29.790 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 17:07:15.139 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 17:07:15.856 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 17:12:00.199 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6389b15} 05-08 17:12:00.246 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6389b15} 05-08 17:12:00.253 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 17:12:00.817 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 17:16:46.103 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 17:16:46.778 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 17:21:32.069 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 17:21:32.644 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467} 05-08 17:26:52.076 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 17:26:52.679 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 17:30:36.006 1034 1986 W ActivityManager: SLOW OOM ADJ: 223302ms for pid 21088 = 9 05-08 17:31:38.027 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 17:31:38.564 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 17:36:24.037 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 17:36:24.652 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 17:41:09.069 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 17:41:09.722 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 17:45:55.054 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 17:45:55.565 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 17:50:40.153 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 17:50:40.776 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 17:55:25.212 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 17:55:25.869 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:00:36.097 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:00:36.742 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:05:22.285 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:05:22.801 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:10:03.192 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f7d5e1} 05-08 18:10:03.225 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f7d5e1} 05-08 18:10:07.357 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:10:07.979 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:14:53.080 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:14:53.744 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:19:39.063 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:19:39.661 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:24:27.100 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:24:27.682 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:29:12.192 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:29:12.767 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:33:58.114 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:33:58.783 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:38:43.291 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:38:43.958 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:43:28.382 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:43:29.032 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:48:14.082 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:48:14.815 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:52:59.150 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:52:59.782 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:53:00.223 1034 2230 W ActivityManager: SLOW OOM ADJ: 402ms for pid 21088 = 9 05-08 18:57:44.188 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 18:57:44.837 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:02:30.081 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:02:30.660 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:07:15.192 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:07:15.784 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:12:00.264 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:12:00.929 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:16:46.208 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:16:46.722 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:21:32.088 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:21:32.757 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:26:17.222 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:26:17.728 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:28:34.316 1034 1057 I ActivityManager: Killing 20959:com.google.process.gapps/u0a11 (adj 13): empty for 1814s 05-08 19:31:02.300 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:31:02.894 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc} 05-08 19:35:47.382 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13} 05-08 19:35:48.020 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13} 05-08 19:40:32.467 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13} 05-08 19:40:33.054 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13} 05-08 19:45:18.097 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13} 05-08 19:45:18.754 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13} 05-08 19:50:04.158 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13} 05-08 19:50:04.310 1034 1058 I ActivityManager: Start proc 30803:com.google.process.gapps/u0a11 for content provider com.google.android.gsf/.gservices.GservicesProvider 05-08 19:50:04.729 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13} 05-08 19:54:49.203 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 19:54:49.737 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 19:59:34.409 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 19:59:35.037 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:04:20.112 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:04:20.686 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:09:06.107 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:09:06.756 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:13:51.170 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:13:51.753 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:18:37.151 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:18:37.837 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:23:22.007 1034 1057 W ActivityManager: SLOW OOM ADJ: 284138ms for pid 21088 = 9 05-08 20:23:22.284 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:23:22.820 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:28:07.374 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:28:08.022 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:32:53.107 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:32:53.674 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:37:38.208 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:37:38.872 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:42:23.282 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:42:23.896 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:47:09.087 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:47:09.723 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:51:55.014 1034 1974 W ActivityManager: SLOW OOM ADJ: 285273ms for pid 12135 = 15 05-08 20:51:55.082 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:51:55.804 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:56:40.218 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 20:56:40.911 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:01:26.105 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:01:26.658 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:06:12.092 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:06:12.639 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:10:57.123 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:10:57.793 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:15:43.083 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:15:43.671 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:20:29.079 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:20:29.606 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:25:14.182 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:25:14.748 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:29:59.386 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:29:59.992 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:34:44.482 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:34:45.112 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:39:30.084 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:39:30.743 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:40:14.006 1034 2231 W ActivityManager: SLOW OOM ADJ: 43247ms for pid 21088 = 9 05-08 21:44:15.161 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:44:15.850 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:49:01.006 1034 1847 W ActivityManager: SLOW OOM ADJ: 285143ms for pid 21088 = 9 05-08 21:49:01.152 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:49:01.821 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:53:47.081 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:53:47.684 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:58:32.114 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 21:58:32.776 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 22:00:00.009 1034 1946 W ActivityManager: SLOW OOM ADJ: 87212ms for pid 21088 = 9 05-08 22:03:17.139 1034 1034 D ZenLog : config: conditionChanged,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,automaticRules={0c658926e57147dcad4d27bbe7c0ab20=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], ea11141db0f94f55bb6e529e940723f2=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0,condition=Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], 446149d0f5124aada4b11f2186fd3c30=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.EventConditionProvider}]},manualRule=null],Diff[automaticRule[0c658926e57147dcad4d27bbe7c0ab20].condition:Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2]->Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2]] 05-08 22:03:17.285 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 22:03:17.903 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 22:08:03.082 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 22:08:03.657 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75} 05-08 22:12:48.028 1034 1059 I UsageStatsService: User[0] Rolling over usage stats 05-08 22:12:48.029 1034 1059 I UsageStatsService: User[0] Flushing usage stats to disk 05-08 22:12:48.159 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef} 05-08 22:12:48.218 1034 1059 I UsageStatsService: User[0] Rollover scheduled @ 2016-05-09 20:00:00(1462838400000) 05-08 22:12:48.270 1034 1059 I UsageStatsService: User[0] Rolling over usage stats complete. Took 242 milliseconds 05-08 22:12:48.796 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef} 05-08 22:17:34.007 1034 1058 W ActivityManager: SLOW OOM ADJ: 285162ms for pid 21088 = 9 05-08 22:17:34.093 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef} 05-08 22:17:34.723 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef} 05-08 22:22:20.081 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef} 05-08 22:22:20.694 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef} 05-08 22:27:05.163 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef} 05-08 22:27:05.759 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef} 05-08 22:27:20.446 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{ae08839 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-08 22:28:40.448 1034 1062 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat: open failed: ENOENT (No such file or directory) 05-08 22:31:50.251 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65} 05-08 22:31:50.866 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65} 05-08 22:36:35.552 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65} 05-08 22:36:36.125 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65} 05-08 22:41:20.629 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65} 05-08 22:41:21.271 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65} 05-08 22:46:06.091 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65} 05-08 22:46:06.658 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65} 05-08 22:50:52.102 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 22:50:52.672 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 22:55:37.129 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 22:55:37.764 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:00:36.093 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:00:36.740 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:05:22.104 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:05:22.751 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:10:08.005 1034 1057 W ActivityManager: SLOW OOM ADJ: 285213ms for pid 21435 = 11 05-08 23:10:08.180 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ef098b5} 05-08 23:10:08.194 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ef098b5} 05-08 23:10:08.225 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:10:08.898 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:14:53.264 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:14:53.891 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:19:39.004 1034 1946 W ActivityManager: SLOW OOM ADJ: 285050ms for pid 21088 = 9 05-08 23:19:39.057 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:19:39.683 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:24:25.072 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:24:25.698 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:29:10.159 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:29:10.827 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:33:55.270 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:33:55.814 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445} 05-08 23:38:40.377 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-08 23:38:41.026 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-08 23:43:26.132 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-08 23:43:26.701 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-08 23:44:55.004 1034 2289 W ActivityManager: SLOW OOM ADJ: 88292ms for pid 1882 = 1 05-08 23:48:11.197 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-08 23:48:11.819 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-08 23:52:57.075 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-08 23:52:57.742 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-08 23:57:43.117 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-08 23:57:43.738 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:02:28.190 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:02:28.805 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:07:14.070 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:07:14.649 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:12:00.116 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:12:00.741 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:16:45.235 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:16:45.964 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:21:30.323 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:21:30.947 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:26:15.395 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:26:16.047 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:31:00.503 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:31:01.140 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:35:45.577 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:35:46.226 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:40:31.068 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:40:31.673 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1} 05-09 00:45:16.160 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 00:45:16.843 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 00:50:02.171 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 00:50:02.772 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 00:54:48.010 1034 1974 W ActivityManager: SLOW OOM ADJ: 285208ms for pid 20605 = 11 05-09 00:54:48.067 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 00:54:48.664 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 00:59:34.056 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 00:59:34.649 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:04:19.100 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:04:19.759 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:09:05.077 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:09:05.628 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:13:51.086 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:13:51.739 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:18:36.167 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:18:36.790 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:23:22.171 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:23:22.791 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:28:07.422 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:28:07.989 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:28:22.645 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{ba3fe40 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-09 01:32:53.091 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:32:53.697 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:37:38.171 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:37:38.843 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:42:24.005 1034 2321 W ActivityManager: SLOW OOM ADJ: 285139ms for pid 21088 = 9 05-09 01:42:24.078 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:42:24.718 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc} 05-09 01:47:09.126 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 01:47:09.745 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 01:51:54.176 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 01:51:54.861 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 01:56:40.110 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 01:56:40.776 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:01:25.269 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:01:25.905 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:06:11.059 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:06:11.783 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:10:57.078 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:10:57.723 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:15:42.125 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:15:42.790 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:20:28.089 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:20:28.745 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:25:13.161 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:25:13.808 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:29:58.309 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:29:58.823 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e} 05-09 02:34:43.380 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9} 05-09 02:34:44.043 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9} 05-09 02:39:29.089 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9} 05-09 02:39:29.742 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9} 05-09 02:44:15.068 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9} 05-09 02:44:15.646 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9} 05-09 02:49:00.144 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9} 05-09 02:49:00.786 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9} 05-09 02:53:45.230 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c48478} 05-09 02:53:45.802 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c48478} 05-09 02:58:31.106 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c48478} 05-09 02:58:31.768 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c48478} 05-09 03:00:05.008 1034 2230 W ActivityManager: SLOW OOM ADJ: 93209ms for pid 1882 = 1 05-09 03:03:16.322 1034 1034 I ActivityManager: Idle maintenance over +27m49s370ms low RAM for 0 05-09 03:03:16.325 1034 1253 I MountService: Running fstrim idle maintenance 05-09 03:03:16.337 1034 1253 D VoldConnector: SND -> {22 fstrim dotrimbench} 05-09 03:03:16.338 1034 1254 D VoldConnector: RCV <- {200 22 Command succeeded} 05-09 03:03:16.339 1034 1253 I MountServiceIdler: Got mount service completion callback 05-09 03:03:16.340 139 32213 D vold : Starting trim of /data 05-09 03:03:16.340 139 32213 W vold : Trim failed on /data: Operation not supported on transport endpoint 05-09 03:03:16.341 1034 1254 D VoldConnector: RCV <- {662 /data -1 -1} 05-09 03:03:16.445 139 32213 I vold : Benchmarking /data/misc/vold/bench 05-09 03:03:16.519 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c48478} 05-09 03:03:17.248 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c48478} 05-09 03:03:32.873 139 32213 V vold : Before drop_caches 05-09 03:03:33.080 139 32213 V vold : After drop_caches 05-09 03:03:34.878 139 32213 I vold : create took 16428ms 05-09 03:03:34.878 139 32213 I vold : drop took 206ms 05-09 03:03:34.878 139 32213 I vold : run took 1676ms 05-09 03:03:34.878 139 32213 I vold : destroy took 121ms 05-09 03:03:34.878 139 32213 D vold : Starting trim of /cache 05-09 03:03:34.878 139 32213 W vold : Trim failed on /cache: Operation not supported on transport endpoint 05-09 03:03:34.879 1034 1254 D VoldConnector: RCV <- {661 /data/misc/vold/bench r1572:w1001:s285 16428016774 206848144 1676696776 121398927} 05-09 03:03:34.879 1034 1254 D VoldConnector: RCV <- {662 /cache -1 -1} 05-09 03:03:34.882 139 32213 I vold : Benchmarking /cache/misc/vold/bench 05-09 03:03:38.360 1034 2230 I ActivityManager: Process com.google.android.apps.maps (pid 12135) has died 05-09 03:03:38.365 1034 2230 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.maps/com.google.android.apps.gmm.offline.OfflineRegionManagementService in 1000ms 05-09 03:03:38.530 1034 2321 I ActivityManager: Process com.kittyplay.ex:com.jiubang.commerce.service.IntelligentPreloadService (pid 9771) has died 05-09 03:03:38.530 1034 2321 W ActivityManager: Scheduling restart of crashed service com.kittyplay.ex/com.jiubang.commerce.service.IntelligentPreloadService in 1000ms 05-09 03:03:38.570 1034 2289 I ActivityManager: Process com.mw.uc.i3d:onekeyservice (pid 14309) has died 05-09 03:03:38.570 1034 2289 W ActivityManager: Scheduling restart of crashed service com.mw.uc.i3d/com.mw.nice.service.DownloadService in 10960ms 05-09 03:03:39.627 1034 1060 I ActivityManager: Start proc 32223:com.kittyplay.ex:com.jiubang.commerce.service.IntelligentPreloadService/u0a95 for service com.kittyplay.ex/com.jiubang.commerce.service.IntelligentPreloadService 05-09 03:03:49.543 1034 1060 I ActivityManager: Start proc 32261:com.mw.uc.i3d:onekeyservice/u0a134 for service com.mw.uc.i3d/com.mw.nice.service.DownloadService 05-09 03:03:51.366 32261 32280 E ActivityThread: Failed to find provider info for com.gau.go.launcherex.staticsdkprovider 05-09 03:03:51.803 139 32213 V vold : Before drop_caches 05-09 03:03:51.931 139 32213 V vold : After drop_caches 05-09 03:03:53.679 139 32213 I vold : create took 16920ms 05-09 03:03:53.679 139 32213 I vold : drop took 127ms 05-09 03:03:53.679 139 32213 I vold : run took 1653ms 05-09 03:03:53.679 139 32213 I vold : destroy took 94ms 05-09 03:03:53.679 1034 1254 D VoldConnector: RCV <- {661 /cache/misc/vold/bench r1572:w1001:s285 16920593260 127990724 1653259276 94787598} 05-09 03:03:53.680 139 32213 D vold : Starting trim of none 05-09 03:03:53.680 139 32213 W vold : Failed to open none: No such file or directory 05-09 03:08:01.644 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:08:02.304 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:12:47.068 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:12:47.709 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:17:32.116 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:17:32.697 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:22:18.096 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:22:18.756 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:27:03.178 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:27:03.962 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:31:48.272 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:31:48.911 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:36:33.442 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:36:33.994 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:41:18.509 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:41:19.154 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:46:03.595 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:46:04.229 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:50:49.008 1034 1472 W ActivityManager: SLOW OOM ADJ: 284738ms for pid 21088 = 9 05-09 03:50:49.078 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:50:49.710 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:55:35.007 1034 1472 W ActivityManager: SLOW OOM ADJ: 285261ms for pid 21088 = 9 05-09 03:55:35.072 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 03:55:35.680 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 04:00:20.106 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 04:00:20.760 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 04:05:06.102 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 04:05:06.761 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 04:10:09.114 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 04:10:09.187 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29cc74b} 05-09 04:10:09.206 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29cc74b} 05-09 04:10:09.755 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480} 05-09 04:14:54.151 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:14:54.773 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:19:39.191 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:19:39.839 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:24:25.085 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:24:25.765 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:29:10.175 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:29:10.790 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:29:25.451 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{b265296 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-09 04:31:21.741 1034 1059 I UsageStatsService: User[0] Flushing usage stats to disk 05-09 04:33:55.285 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:33:55.864 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:38:40.353 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:38:40.932 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:43:26.178 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:43:26.811 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:48:11.254 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:48:11.900 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:52:57.011 1034 1980 W ActivityManager: SLOW OOM ADJ: 285056ms for pid 21088 = 9 05-09 04:52:57.077 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:52:57.788 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:57:43.077 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 04:57:43.709 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:02:28.136 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:02:28.805 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:07:14.082 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@89e0732} 05-09 05:07:14.110 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@89e0732} 05-09 05:07:14.122 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:07:14.733 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:12:00.062 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:12:00.584 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:16:45.101 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:16:45.707 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:21:31.198 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:21:31.730 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:26:16.283 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:26:16.863 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:31:01.363 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:31:01.912 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:35:46.436 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:35:47.031 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:40:32.066 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:40:32.653 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:45:17.122 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:45:17.758 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:50:03.149 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:50:03.787 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:54:49.155 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:54:49.771 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:59:35.008 1034 1845 W ActivityManager: SLOW OOM ADJ: 285211ms for pid 21088 = 9 05-09 05:59:35.075 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 05:59:35.733 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:04:20.150 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:04:20.854 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:09:05.013 1034 1058 W ActivityManager: SLOW OOM ADJ: 284135ms for pid 21435 = 11 05-09 06:09:05.186 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:09:05.786 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:13:51.111 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:13:51.724 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:18:36.150 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:18:36.797 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:23:22.076 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:23:22.602 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:28:07.160 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:28:07.862 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:32:52.300 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:32:52.978 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:37:37.388 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:37:37.979 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:42:23.123 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:42:23.689 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:47:08.169 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:47:08.779 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:51:54.070 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:51:54.652 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:56:40.067 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 06:56:40.695 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 07:00:01.008 1034 1845 W ActivityManager: SLOW OOM ADJ: 200256ms for pid 1882 = 1 05-09 07:00:17.070 1034 1034 D ZenLog : config: conditionChanged,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,automaticRules={0c658926e57147dcad4d27bbe7c0ab20=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], ea11141db0f94f55bb6e529e940723f2=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0,condition=Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], 446149d0f5124aada4b11f2186fd3c30=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.EventConditionProvider}]},manualRule=null],Diff[automaticRule[0c658926e57147dcad4d27bbe7c0ab20].condition:Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2]->Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2]] 05-09 07:01:25.149 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 07:01:25.765 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4} 05-09 07:06:11.476 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:06:12.065 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:10:57.061 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:10:57.721 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:15:42.113 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:15:42.778 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:20:28.069 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:20:28.648 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:25:14.077 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:25:14.703 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:29:59.215 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:29:59.712 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:30:14.526 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{674f702 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-09 07:32:16.225 1034 1060 I ProcessStatsService: Prepared write state in 15ms 05-09 07:34:44.307 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:34:44.951 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:39:30.017 1034 2321 W ActivityManager: SLOW OOM ADJ: 285049ms for pid 24023 = 15 05-09 07:39:30.115 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:39:30.767 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:44:16.007 1034 1057 W ActivityManager: SLOW OOM ADJ: 285208ms for pid 21088 = 9 05-09 07:44:16.085 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:44:16.686 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1} 05-09 07:49:01.126 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 07:49:01.769 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 07:53:47.009 1034 1058 W ActivityManager: SLOW OOM ADJ: 285198ms for pid 21214 = 13 05-09 07:53:47.062 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 07:53:47.687 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 07:58:33.007 1034 1503 W ActivityManager: SLOW OOM ADJ: 285261ms for pid 21088 = 9 05-09 07:58:33.081 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 07:58:33.676 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:03:18.230 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:03:18.872 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:08:04.074 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:08:04.662 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:12:51.702 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:12:52.295 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:17:36.806 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:17:37.448 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:22:22.072 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:22:22.713 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:27:07.167 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:27:07.844 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:32:07.552 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:32:08.189 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:36:52.624 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:36:53.254 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:41:38.085 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:41:38.865 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:46:23.229 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:46:23.806 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:51:09.073 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:51:09.703 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:55:55.071 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 08:55:55.661 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 09:00:40.152 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 09:00:40.818 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6} 05-09 09:05:26.135 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7} 05-09 09:05:26.793 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7} 05-09 09:10:12.109 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@812c6bf} 05-09 09:10:12.121 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@812c6bf} 05-09 09:10:12.136 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7} 05-09 09:10:12.769 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7} 05-09 09:14:58.080 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7} 05-09 09:14:58.728 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7} 05-09 09:15:22.004 1034 1494 W ActivityManager: SLOW OOM ADJ: 23232ms for pid 21435 = 11 05-09 09:19:43.265 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7} 05-09 09:19:43.970 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7} 05-09 09:24:29.317 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f} 05-09 09:24:29.910 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f} 05-09 09:29:14.441 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f} 05-09 09:29:15.063 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f} 05-09 09:30:22.012 1034 1986 W ActivityManager: SLOW OOM ADJ: 66893ms for pid 21088 = 9 05-09 09:33:59.527 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f} 05-09 09:34:00.180 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f} 05-09 09:38:44.613 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f} 05-09 09:38:45.193 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f} 05-09 09:43:30.136 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 09:43:30.781 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 09:48:15.196 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 09:48:15.838 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 09:53:01.130 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 09:53:01.754 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 09:57:47.067 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 09:57:47.761 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 10:02:32.150 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 10:02:32.844 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 10:07:17.217 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 10:07:17.808 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 10:12:03.065 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 10:12:03.688 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 10:16:48.118 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 10:16:48.727 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 10:21:34.058 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 10:21:34.709 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 10:25:44.007 1034 1057 W ActivityManager: SLOW OOM ADJ: 249269ms for pid 21435 = 11 05-09 10:26:19.247 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 10:26:19.805 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49} 05-09 10:31:04.355 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 10:31:04.923 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 10:31:19.639 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{e3f28e0 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-09 10:35:49.438 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 10:35:50.047 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 10:40:35.114 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 10:40:35.759 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 10:45:21.096 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 10:45:21.759 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 10:50:06.165 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 10:50:06.784 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 10:55:06.488 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 10:55:07.157 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 10:59:51.692 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 10:59:52.236 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:04:37.100 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:04:37.732 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:09:22.197 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:09:22.850 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:14:08.007 1034 1494 W ActivityManager: SLOW OOM ADJ: 285136ms for pid 21084 = 13 05-09 11:14:08.076 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:14:08.636 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:18:54.102 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:18:54.689 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:23:39.185 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:23:39.932 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:28:24.260 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:28:24.885 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:33:10.211 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:33:10.794 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:37:55.366 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:37:55.967 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:42:41.083 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:42:41.744 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:47:27.011 1034 1472 W ActivityManager: SLOW OOM ADJ: 285243ms for pid 21088 = 9 05-09 11:47:27.161 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:47:27.823 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:52:12.226 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:52:12.853 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:56:58.059 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 11:56:58.581 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:01:44.305 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:01:44.958 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:06:29.491 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:06:30.175 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:11:15.066 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:11:15.724 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:16:01.064 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:16:01.659 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:20:46.098 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:20:46.725 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:25:31.163 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:25:31.745 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:30:35.318 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:30:35.946 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974} 05-09 12:35:20.576 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 12:35:20.759 1034 1034 V BackupManagerService: Scheduling immediate backup pass 05-09 12:35:20.761 1034 1034 V BackupManagerService: Running a backup pass 05-09 12:35:20.764 1034 1318 V BackupManagerService: clearing pending backups 05-09 12:35:20.788 1034 1318 V PerformBackupTask: Beginning backup of 3 targets 05-09 12:35:21.109 1034 1318 D PerformBackupTask: invokeAgentForBackup on @pm@ 05-09 12:35:21.212 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 12:35:21.370 1034 1318 I BackupRestoreController: Getting widget state for user: 0 05-09 12:35:21.389 1034 1318 V KeyValueBackupJob: Scheduling k/v pass in 10080 minutes 05-09 12:35:21.467 1034 1318 I BackupManagerService: Backup pass finished. 05-09 12:40:05.744 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 12:40:06.370 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 12:44:51.108 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 12:44:51.722 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 12:49:37.068 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 12:49:37.584 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 12:54:22.156 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 12:54:22.870 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 12:59:08.057 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 12:59:08.707 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 13:03:54.104 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 13:03:54.728 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 13:08:39.155 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 13:08:39.812 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 13:13:25.156 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 13:13:25.673 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 13:18:11.089 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 13:18:11.625 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8} 05-09 13:22:56.120 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:22:56.715 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:27:41.330 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:27:42.041 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:32:26.472 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:32:26.495 21214 2000 D DownloadManager: Removed 0 stale downloads 05-09 13:32:26.514 21214 2000 D DownloadManager: Found 0 files in database 05-09 13:32:26.514 21214 2000 D DownloadManager: Found 0 files on disk 05-09 13:32:27.003 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:32:41.746 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{61f7f57 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-09 13:34:29.164 1034 1034 I ActivityManager: Killing 29028:com.opera.mini.native:turbo/u0a110 (adj 9): empty for 1827s 05-09 13:34:29.303 1034 1472 W ActivityManager: Scheduling restart of crashed service com.opera.mini.native/com.opera.android.turbo.TurboService in 1000ms 05-09 13:34:30.414 1034 1060 I ActivityManager: Start proc 2015:com.opera.mini.native:turbo/u0a110 for service com.opera.mini.native/com.opera.android.turbo.TurboService 05-09 13:37:12.084 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:37:12.678 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:41:58.087 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:41:58.709 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:46:44.152 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:46:44.801 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:51:29.194 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:51:29.744 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:56:15.135 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 13:56:15.740 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:01:01.119 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:01:01.783 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:05:46.227 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:05:46.871 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:10:32.072 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@65ab2b1} 05-09 14:10:32.091 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@65ab2b1} 05-09 14:10:36.031 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:10:36.593 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:15:22.069 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:15:22.679 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:20:08.278 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:20:08.952 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:24:53.330 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:24:53.957 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:29:39.080 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:29:39.608 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:34:25.057 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:34:25.657 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:39:10.117 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:39:10.770 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:43:55.539 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:43:56.166 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:48:41.010 1034 2230 W ActivityManager: SLOW OOM ADJ: 284807ms for pid 21088 = 9 05-09 14:48:41.075 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:48:41.715 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:53:27.010 1034 1847 W ActivityManager: SLOW OOM ADJ: 285270ms for pid 21088 = 9 05-09 14:53:27.171 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:53:27.811 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:58:12.253 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 14:58:12.901 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 15:02:58.095 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 15:02:58.645 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c} 05-09 15:07:58.599 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:07:59.105 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:12:43.659 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:12:44.265 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:17:29.065 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:17:29.705 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:22:15.010 1034 1472 W ActivityManager: SLOW OOM ADJ: 285261ms for pid 21435 = 11 05-09 15:22:15.074 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:22:15.657 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:27:00.236 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:27:00.777 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:31:46.100 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:31:46.742 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:34:31.005 1034 1946 W ActivityManager: SLOW OOM ADJ: 164231ms for pid 21214 = 13 05-09 15:36:31.272 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:36:32.037 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:41:16.314 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:41:16.829 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:46:01.357 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:46:01.858 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:50:47.084 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:50:47.616 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106} 05-09 15:55:32.154 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 15:55:32.671 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:00:35.488 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:00:36.090 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:05:21.064 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:05:21.615 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:10:06.139 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:10:06.822 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:14:51.013 1034 1830 W ActivityManager: SLOW OOM ADJ: 284187ms for pid 21088 = 9 05-09 16:14:51.184 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:14:51.792 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:19:37.123 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:19:37.636 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:24:23.109 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:24:23.725 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:29:08.169 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:29:08.688 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:33:54.060 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:33:54.584 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:38:39.125 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:38:39.711 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d} 05-09 16:43:24.343 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 16:43:24.929 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 16:43:39.562 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{acc138b u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-09 16:48:09.415 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 16:48:10.065 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 16:52:55.076 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 16:52:55.687 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 16:57:40.138 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 16:57:40.794 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:02:25.007 1034 1494 W ActivityManager: SLOW OOM ADJ: 284139ms for pid 21088 = 9 05-09 17:02:25.228 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@26fd14f} 05-09 17:02:25.249 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:02:25.306 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@26fd14f} 05-09 17:02:25.839 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:07:11.104 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:07:11.736 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:11:56.156 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:11:56.744 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:16:42.175 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:16:42.682 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:21:28.072 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:21:28.858 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:26:13.179 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:26:13.746 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:30:59.111 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:30:59.747 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:35:44.172 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:35:44.804 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:40:30.143 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:40:30.796 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e} 05-09 17:45:15.174 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 17:45:15.840 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 17:50:01.195 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 17:50:01.840 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 17:54:47.068 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 17:54:47.643 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 17:59:32.104 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 17:59:32.641 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:04:18.104 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:04:18.693 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:09:04.113 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:09:04.700 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:13:49.151 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:13:49.773 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:18:35.054 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:18:35.722 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:23:21.183 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:23:21.825 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:28:06.258 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:28:06.807 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:32:52.137 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:32:52.790 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:37:37.275 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:37:37.910 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:41:16.007 1034 2231 W ActivityManager: SLOW OOM ADJ: 218059ms for pid 21088 = 9 05-09 18:42:22.382 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:42:23.048 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:47:08.066 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:47:08.648 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:51:54.125 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:51:54.654 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472} 05-09 18:56:39.165 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7} 05-09 18:56:39.792 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7} 05-09 19:01:25.160 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7} 05-09 19:01:25.797 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7} 05-09 19:06:11.010 1034 1980 W ActivityManager: SLOW OOM ADJ: 285189ms for pid 21088 = 9 05-09 19:06:11.086 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7} 05-09 19:06:11.659 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7} 05-09 19:10:57.086 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@255330b} 05-09 19:10:57.096 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@255330b} 05-09 19:10:57.148 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7} 05-09 19:10:57.786 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7} 05-09 19:15:42.213 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:15:42.792 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:20:28.211 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:20:28.779 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:25:14.062 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:25:14.724 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:30:00.152 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:30:00.709 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:34:45.300 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:34:45.974 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:39:30.372 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:39:31.018 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:41:18.008 1034 1472 W ActivityManager: SLOW OOM ADJ: 106549ms for pid 24374 = 13 05-09 19:44:15.541 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:44:16.219 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:44:30.803 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{11c601d u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-09 19:49:01.128 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:49:01.740 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:53:47.104 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:53:47.713 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6} 05-09 19:58:32.138 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 19:58:32.796 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:03:18.091 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:03:18.670 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:08:04.078 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:08:04.741 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:12:49.318 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:12:49.956 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:17:34.486 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:17:35.045 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:22:20.123 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:22:20.710 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:27:05.171 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:27:05.764 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:31:51.135 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:31:51.753 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:36:36.201 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:36:36.759 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:41:21.261 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:41:21.873 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:46:07.209 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:46:07.793 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:50:53.004 1034 1980 W ActivityManager: SLOW OOM ADJ: 285164ms for pid 21088 = 9 05-09 20:50:53.058 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:50:53.608 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:55:39.100 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 20:55:39.653 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:00:24.139 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:00:24.680 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:05:10.068 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:05:10.640 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:09:55.133 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:09:55.675 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:14:40.182 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:14:40.830 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:19:26.222 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:19:26.749 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:24:12.064 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:24:12.777 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:28:57.136 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:28:57.785 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:33:43.102 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:33:43.694 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:38:28.182 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:38:28.826 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:43:13.258 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:43:13.864 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:47:59.090 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:47:59.603 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:52:45.079 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:52:45.654 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:57:30.125 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 21:57:30.779 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:02:15.081 1034 1034 D ZenLog : config: conditionChanged,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,automaticRules={0c658926e57147dcad4d27bbe7c0ab20=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], ea11141db0f94f55bb6e529e940723f2=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0,condition=Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], 446149d0f5124aada4b11f2186fd3c30=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.EventConditionProvider}]},manualRule=null],Diff[automaticRule[0c658926e57147dcad4d27bbe7c0ab20].condition:Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2]->Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2]] 05-09 22:02:15.272 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:02:15.796 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:07:01.153 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:07:01.708 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:11:46.234 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:11:46.886 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:16:32.029 1034 1059 I UsageStatsService: User[0] Rolling over usage stats 05-09 22:16:32.029 1034 1059 I UsageStatsService: User[0] Flushing usage stats to disk 05-09 22:16:32.105 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:16:32.195 1034 1059 I UsageStatsService: User[0] Rollover scheduled @ 2016-05-10 20:00:00(1462924800000) 05-09 22:16:32.246 1034 1059 I UsageStatsService: User[0] Rolling over usage stats complete. Took 217 milliseconds 05-09 22:16:32.633 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:21:18.114 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:21:18.660 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:26:03.170 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:26:03.724 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:30:48.243 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:30:48.785 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:35:33.343 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:35:33.919 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:40:19.158 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:40:19.806 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:45:04.262 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:45:04.990 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:45:19.579 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{3df6cf8 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-09 22:49:49.338 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:49:49.874 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:54:35.079 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:54:35.670 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:59:20.149 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 22:59:20.778 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:04:06.120 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:04:06.703 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:08:52.071 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:08:52.688 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:13:37.121 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:13:37.657 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:18:23.146 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:18:23.733 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:23:09.152 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:23:09.784 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:27:54.240 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:27:54.875 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:30:00.014 1034 1974 W ActivityManager: SLOW OOM ADJ: 125101ms for pid 21088 = 9 05-09 23:32:39.350 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:32:39.942 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:37:24.422 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:37:25.106 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:42:09.496 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:42:10.092 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:46:55.128 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:46:55.717 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:51:41.114 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:51:41.655 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:56:27.088 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-09 23:56:27.689 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-10 00:01:12.307 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-10 00:01:12.932 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-10 00:05:58.210 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-10 00:05:59.013 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-10 00:10:57.145 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-10 00:10:57.183 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cfdda6} 05-10 00:10:57.190 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cfdda6} 05-10 00:10:57.671 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-10 00:15:42.231 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-10 00:15:42.830 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-10 00:20:28.097 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-10 00:20:28.735 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-10 00:25:14.085 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-10 00:25:14.677 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7} 05-10 00:29:59.144 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 00:29:59.791 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 00:34:44.312 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 00:34:44.845 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 00:39:30.108 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 00:39:30.751 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 00:44:16.090 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 00:44:16.671 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 00:49:01.146 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 00:49:01.708 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 00:53:47.128 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 00:53:47.720 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 00:58:33.089 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 00:58:33.715 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 01:03:18.157 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 01:03:18.723 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 01:08:04.135 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 01:08:04.771 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 01:12:50.072 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 01:12:50.642 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a} 05-10 01:17:35.181 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea} 05-10 01:17:35.799 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea} 05-10 01:22:21.088 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea} 05-10 01:22:21.665 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea} 05-10 01:27:06.185 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea} 05-10 01:27:06.761 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea} 05-10 01:31:51.249 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea} 05-10 01:31:51.916 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea} 05-10 01:36:36.326 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@efe6d8e} 05-10 01:36:36.924 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@efe6d8e} 05-10 01:41:22.193 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@efe6d8e} 05-10 01:41:22.778 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@efe6d8e} 05-10 01:45:04.011 1034 1986 D PackageManager: Ignoring attempt to set enabled state of disabled component com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity 05-10 01:45:04.012 1034 1503 D PackageManager: Ignoring attempt to set enabled state of disabled component com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$SecretCodeReceiver 05-10 01:45:04.013 1034 1494 D PackageManager: Ignoring attempt to set enabled state of disabled component com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver 05-10 01:45:04.234 1034 1058 I ActivityManager: Start proc 4493:android.process.acore/u0a3 for broadcast com.android.providers.contacts/.PackageIntentReceiver 05-10 01:46:09.813 1034 1494 I ActivityManager: Start proc 4519:com.google.android.gm/u0a63 for content provider com.google.android.gm/com.android.exchange.provider.ExchangeDirectoryProvider 05-10 01:46:10.144 1034 2289 I ActivityManager: Start proc 4533:com.android.gallery3d/u0a44 for broadcast com.android.gallery3d/.app.PackagesMonitor 05-10 01:46:11.591 4519 4555 D ActivityThread: Loading provider com.google.android.gmail.provider;com.android.mail.notifier;com.google.android.gm.email.provider;com.google.android.gm.email.notifier: com.android.email.provider.EmailProvider 05-10 01:46:11.637 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@efe6d8e} 05-10 01:46:12.502 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@efe6d8e} 05-10 01:46:13.385 1034 2230 I ActivityManager: Start proc 4574:com.google.android.gm.exchange/u0a62 for content provider com.google.android.gm.exchange/com.android.exchange.provider.ExchangeDirectoryProvider 05-10 01:46:13.973 1034 1980 I ActivityManager: Start proc 4590:com.google.process.gapps/u0a42 for content provider com.google.android.syncadapters.contacts/.GalProvider 05-10 01:46:15.206 1034 1847 W ActivityManager: Unable to start service Intent { cmp=com.google.android.gm/com.android.email.service.AttachmentService } U=0: not found 05-10 01:46:16.861 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 01:46:17.463 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 01:46:27.349 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{a256681 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-10 01:46:29.322 1034 1062 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat: open failed: ENOENT (No such file or directory) 05-10 01:46:44.790 1034 2231 I ActivityManager: Killing 24023:com.evervolv.updater:ManifestService/u0a6 (adj 15): empty #17 05-10 01:48:33.023 1034 1057 I ActivityManager: Killing 24350:com.google.android.calendar/u0a60 (adj 15): empty #17 05-10 01:51:02.127 1034 2289 I ActivityManager: Killing 21084:com.kittyplay.ex/u0a95 (adj 15): empty #17 05-10 01:51:02.245 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 01:51:03.025 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 01:55:47.344 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 01:55:47.989 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:00:35.278 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:00:35.905 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:05:21.142 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:05:21.751 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:10:07.009 1034 1847 W ActivityManager: SLOW OOM ADJ: 285222ms for pid 4574 = 11 05-10 02:10:07.072 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:10:07.604 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:14:53.131 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:14:53.733 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:19:38.390 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:19:39.033 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:24:23.454 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:24:24.098 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:29:09.094 1034 1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:29:09.613 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:33:54.197 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:33:54.857 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:38:39.295 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:38:39.877 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:43:25.072 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:43:25.679 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:48:10.107 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:48:10.740 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:52:56.166 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:52:56.819 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:57:42.082 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 02:57:42.736 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:02:27.221 1034 1034 I ActivityManager: Idle maintenance over +27m56s126ms low RAM for 0 05-10 03:02:27.221 1034 1253 I MountService: Running fstrim idle maintenance 05-10 03:02:27.233 1034 1253 D VoldConnector: SND -> {23 fstrim dotrimbench} 05-10 03:02:27.234 1034 1254 D VoldConnector: RCV <- {200 23 Command succeeded} 05-10 03:02:27.235 1034 1253 I MountServiceIdler: Got mount service completion callback 05-10 03:02:27.245 139 4873 D vold : Starting trim of /data 05-10 03:02:27.245 139 4873 W vold : Trim failed on /data: Operation not supported on transport endpoint 05-10 03:02:27.246 1034 1254 D VoldConnector: RCV <- {662 /data -1 -1} 05-10 03:02:27.257 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:02:27.313 139 4873 I vold : Benchmarking /data/misc/vold/bench 05-10 03:02:27.813 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:02:34.305 1034 1057 I ActivityManager: Process com.ksmobile.cb:kbrowser_service (pid 13476) has died 05-10 03:02:34.305 1034 1057 W ActivityManager: Scheduling restart of crashed service com.ksmobile.cb/com.ijinshan.browser.KBrowserService in 1000ms 05-10 03:02:43.755 139 4873 V vold : Before drop_caches 05-10 03:02:43.869 139 4873 V vold : After drop_caches 05-10 03:02:45.949 139 4873 I vold : create took 16441ms 05-10 03:02:45.949 139 4873 I vold : drop took 114ms 05-10 03:02:45.949 139 4873 I vold : run took 1822ms 05-10 03:02:45.949 139 4873 I vold : destroy took 256ms 05-10 03:02:45.950 139 4873 D vold : Starting trim of /cache 05-10 03:02:45.950 139 4873 W vold : Trim failed on /cache: Operation not supported on transport endpoint 05-10 03:02:45.953 139 4873 I vold : Benchmarking /cache/misc/vold/bench 05-10 03:02:46.028 1034 1254 D VoldConnector: RCV <- {661 /data/misc/vold/bench r1572:w1001:s285 16441583940 114837645 1822448731 256988526} 05-10 03:02:46.838 1034 1254 D VoldConnector: RCV <- {662 /cache -1 -1} 05-10 03:02:49.922 1034 2230 I ActivityManager: Process com.ebay.mobile (pid 24782) has died 05-10 03:02:49.984 1034 1845 I ActivityManager: Process com.google.android.inputmethod.latin (pid 24374) has died 05-10 03:02:50.024 1034 2289 I ActivityManager: Process android.process.media (pid 21214) has died 05-10 03:02:59.646 139 4873 V vold : Before drop_caches 05-10 03:02:59.780 139 4873 V vold : After drop_caches 05-10 03:03:01.202 139 4873 I vold : create took 13693ms 05-10 03:03:01.202 139 4873 I vold : drop took 133ms 05-10 03:03:01.202 139 4873 I vold : run took 1342ms 05-10 03:03:01.202 139 4873 I vold : destroy took 79ms 05-10 03:03:01.203 1034 1254 D VoldConnector: RCV <- {661 /cache/misc/vold/bench r1572:w1001:s285 13693450928 133941650 1342773438 79101563} 05-10 03:03:01.203 139 4873 D vold : Starting trim of none 05-10 03:03:01.203 139 4873 W vold : Failed to open none: No such file or directory 05-10 03:07:13.073 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:07:13.888 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:11:58.177 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:11:58.840 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:16:43.246 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:16:43.909 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:21:29.104 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:21:29.692 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:26:14.247 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:26:14.788 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:31:00.200 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:31:00.856 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:35:46.064 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:35:46.680 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:40:32.079 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:40:32.651 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422} 05-10 03:45:17.263 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 03:45:17.787 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 03:50:02.347 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 03:50:02.979 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 03:54:48.090 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 03:54:48.634 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 03:59:34.060 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 03:59:34.708 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:04:19.115 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:04:19.831 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:09:05.237 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:09:05.872 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:13:51.062 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:13:51.717 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:16:45.015 1034 1058 W ActivityManager: SLOW OOM ADJ: 173286ms for pid 21088 = 9 05-10 04:18:36.155 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:18:36.778 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:23:22.063 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:23:22.675 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:28:07.131 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:28:07.745 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:32:52.187 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:32:52.826 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:37:37.295 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:37:37.963 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:42:22.453 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:42:23.048 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:47:07.528 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:47:08.035 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20} 05-10 04:47:23.203 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{4e7856a u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-10 04:48:52.894 1034 1059 I UsageStatsService: User[0] Flushing usage stats to disk 05-10 04:51:53.108 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 04:51:53.718 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 04:56:41.079 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 04:56:41.138 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@155c910} 05-10 04:56:41.223 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@155c910} 05-10 04:56:41.740 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:01:27.094 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:01:27.618 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:06:12.138 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:06:12.770 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:10:58.098 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:10:58.137 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c113572} 05-10 05:10:58.188 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c113572} 05-10 05:10:58.616 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:15:44.118 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:15:44.607 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:20:29.184 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:20:29.792 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:25:14.256 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:25:14.782 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:30:00.072 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:30:00.673 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3} 05-10 05:34:45.119 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 05:34:45.648 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 05:39:30.190 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 05:39:30.798 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 05:44:16.088 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 05:44:16.654 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 05:49:02.105 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 05:49:02.752 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 05:53:47.159 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 05:53:47.784 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 05:58:33.006 1034 1980 W ActivityManager: SLOW OOM ADJ: 285142ms for pid 4519 = 13 05-10 05:58:33.076 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 05:58:33.696 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:03:19.082 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:03:19.677 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:08:04.150 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:08:04.790 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:12:50.074 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:12:50.589 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:17:36.064 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:17:36.645 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:22:22.166 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:22:22.696 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:27:07.233 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:27:07.886 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:31:52.319 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:31:52.969 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:36:37.413 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:36:37.958 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:41:23.071 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:41:23.703 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:46:09.090 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:46:09.610 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:50:55.099 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:50:55.748 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:55:40.289 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 06:55:40.931 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:00:35.070 1034 1034 D ZenLog : config: conditionChanged,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,automaticRules={0c658926e57147dcad4d27bbe7c0ab20=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], ea11141db0f94f55bb6e529e940723f2=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0,condition=Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], 446149d0f5124aada4b11f2186fd3c30=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.EventConditionProvider}]},manualRule=null],Diff[automaticRule[0c658926e57147dcad4d27bbe7c0ab20].condition:Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_TRUE,flags=2]->Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2]] 05-10 07:00:35.242 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:00:35.848 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:05:21.132 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:05:21.762 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:10:06.177 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:10:06.801 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:14:52.119 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:14:52.734 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:19:38.064 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:19:38.687 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:24:23.112 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:24:23.693 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:29:08.382 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:29:08.970 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:33:54.056 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:33:54.736 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:38:39.151 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:38:39.752 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:43:25.118 1034 1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:43:25.743 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:48:11.095 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:48:11.717 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:48:26.390 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{225e884 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-10 07:52:56.139 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:52:56.661 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0} 05-10 07:57:42.099 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477} 05-10 07:57:42.741 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477} 05-10 08:02:28.187 1034 2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477} 05-10 08:02:28.728 1034 1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477} 05-10 08:07:13.259 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477} 05-10 08:07:13.805 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477} 05-10 08:11:59.055 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477} 05-10 08:11:59.689 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477} 05-10 08:16:45.079 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477} 05-10 08:16:45.703 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477} 05-10 08:21:30.156 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:21:30.789 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:26:15.229 1034 1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:26:15.900 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:31:01.090 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:31:01.748 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:35:46.458 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:35:47.108 1034 1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:40:31.593 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:40:32.139 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:45:16.762 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:45:17.292 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:50:02.135 1034 1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:50:02.788 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:54:47.184 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:54:47.828 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:59:33.074 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 08:59:33.716 1034 2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:04:19.139 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:04:19.724 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:09:04.297 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:09:04.911 1034 1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:13:50.062 1034 1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:13:50.706 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:18:36.065 1034 2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:18:36.727 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:23:21.106 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:23:21.819 1034 1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:28:06.179 1034 1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:28:06.869 1034 1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:32:52.097 1034 2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:32:52.716 1034 1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:37:37.161 1034 1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:37:37.763 1034 1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:42:23.214 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:42:23.855 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:47:09.081 1034 1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:47:09.756 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:51:54.121 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:51:54.770 1034 2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:56:40.070 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 09:56:40.690 1034 1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 10:00:01.010 1034 1472 W ActivityManager: SLOW OOM ADJ: 200261ms for pid 21088 = 9 05-10 10:01:25.202 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 10:01:25.845 1034 1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 10:06:11.074 1034 1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 10:06:11.674 1034 1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd} 05-10 10:08:57.149 1034 1252 I PowerManagerService: Waking up from sleep (uid 1000)... 05-10 10:08:57.310 1034 1067 I DisplayPowerController: Blocking screen on until initial contents have been drawn. 05-10 10:08:57.824 1034 1065 I DisplayManagerService: Display device changed state: "Built-in Screen", ON 05-10 10:08:58.061 1034 1847 I ActivityManager: Start proc 6297:com.ksmobile.cb:kbrowser_service/u0a75 for broadcast com.ksmobile.cb/com.ksmobile.analytics.tracking.android.AppExistTrackingReceiver 05-10 10:08:58.461 1034 1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d36d091} 05-10 10:08:58.676 1034 1065 W WindowManager: Timeout waiting for drawn: undrawn=[Window{7727db1 u0 com.kittyplay.ex/com.jiubang.commerce.chargelocker.ChargeBatteryActivity}, Window{212293b u0 com.ffd.hg.xr.release/com.ffd.hotgirl.us.screens.main.MainActivity}] 05-10 10:08:58.690 1034 1067 I DisplayPowerController: Unblocked screen on after 1380 ms 05-10 10:08:58.711 1034 2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d36d091} 05-10 10:08:59.160 1034 1830 I ActivityManager: START u0 {flg=0x10800000 cmp=com.kittyplay.ex/com.jiubang.commerce.chargelocker.ChargeBatteryActivity} from uid 10095 on display 0 05-10 10:08:59.687 1034 1503 I ActivityManager: Start proc 6321:com.kittyplay.ex/u0a95 for content provider com.kittyplay.ex/.StaticDataContentProvider 05-10 10:09:00.852 1034 1472 I ActivityManager: Start proc 6349:com.kittyplay.ex:pushservice/u0a95 for broadcast com.kittyplay.ex/io.wecloud.message.PushServiceReceiver 05-10 10:09:01.057 1034 1494 I ActivityManager: Config changes=480 {1.0 ?mcc?mnc en_US ldltr sw768dp w1024dp h696dp 160dpi xlrg land finger -keyb/v/h -nav/h s.26 themeResource=themes:{default=overlay:com.Ott.tones, iconPack:vr.xperia, fontPkg:com.Ott.tones, com.android.systemui=overlay:com.Ott.tones, com.android.systemui.navbar=overlay:com.Ott.tones}} 05-10 10:09:02.348 1034 2321 I ActivityManager: Start proc 6414:com.mw.uc.i3d:pushservice/u0a134 for broadcast com.mw.uc.i3d/io.wecloud.message.PushServiceReceiver 05-10 10:09:02.630 1034 1062 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat: open failed: ENOENT (No such file or directory) 05-10 10:09:02.638 1034 1062 I BatteryStatsImpl: Resetting battery stats: level=100 status=5 dischargeLevel=100 lowAmount=31 highAmount=32 05-10 10:09:03.057 1034 1065 W WindowManager: App freeze timeout expired. 05-10 10:09:03.712 1034 1065 I WindowManager: Screen frozen for +2s704ms due to Window{aba12b2 u0 NavigationBar} 05-10 10:09:04.069 6414 6449 E ActivityThread: Failed to find provider info for com.gau.go.launcherex.staticsdkprovider 05-10 10:09:04.450 1034 1974 I ActivityManager: Start proc 6454:org.chromium.chrome/u0a34 for broadcast org.chromium.chrome/.browser.precache.PrecacheServiceLauncher 05-10 10:09:05.265 1034 1974 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@94d3be4 attribute=null, token = android.os.BinderProxy@ad0afbf 05-10 10:09:05.379 1034 1057 V BackupManagerService: Scheduling immediate backup pass 05-10 10:09:05.381 1034 1034 V BackupManagerService: Running a backup pass 05-10 10:09:05.408 1034 1318 V BackupManagerService: clearing pending backups 05-10 10:09:05.565 1034 1318 V PerformBackupTask: Beginning backup of 3 targets 05-10 10:09:06.157 1034 2321 I ActivityManager: Start proc 6482:com.google.android.apps.photos/u0a67 for broadcast com.google.android.apps.photos/.scheduler.PowerReceiver 05-10 10:09:06.233 1034 1318 D PerformBackupTask: invokeAgentForBackup on @pm@ 05-10 10:09:06.385 1034 1059 I UsageStatsService: Time changed in UsageStats by -12 seconds 05-10 10:09:06.385 1034 1059 I UsageStatsService: User[0] Flushing usage stats to disk 05-10 10:09:06.438 1034 1974 I ActivityManager: Start proc 6683:com.google.android.apps.maps/u0a66 for service com.google.android.apps.maps/com.google.android.apps.gmm.offline.OfflineGcmTaskService 05-10 10:09:06.440 1034 1318 I BackupRestoreController: Getting widget state for user: 0 05-10 10:09:07.531 1034 1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 204] 05-10 10:09:08.526 1034 1059 I UsageStatsDatabase: Time changed by -12s661ms. files deleted: 0 files moved: 25 05-10 10:09:08.535 1034 1059 I UsageStatsService: User[0] Rollover scheduled @ 2016-05-10 20:00:00(1462924800000) 05-10 10:09:10.717 1034 1494 I ActivityManager: Start proc 6526:com.android.chrome/u0a94 for broadcast com.android.chrome/org.chromium.base.PowerStatusReceiver 05-10 10:09:11.951 1034 1494 I ActivityManager: Start proc 6542:com.hsv.powerbrowser/u0a115 for broadcast com.hsv.powerbrowser/org.chromium.chrome.browser.precache.PrecacheServiceLauncher 05-10 10:09:11.966 1034 1494 I ActivityManager: Killing 2015:com.opera.mini.native:turbo/u0a110 (adj 9): empty #17 05-10 10:09:12.057 1034 1974 W ActivityManager: Scheduling restart of crashed service com.opera.mini.native/com.opera.android.turbo.TurboService in 1000ms 05-10 10:09:12.111 1034 1298 D ConnectivityService: handlePromptUnvalidated 204 05-10 10:09:12.453 1034 1297 E WiFiServiceImpl : CONNECT nid=0 uid=10016 name=android.uid.systemui:10016 05-10 10:09:12.453 1034 1297 D WifiService: Connect with networkId0 05-10 10:09:12.979 1034 1974 I ActivityManager: Killing 4533:com.android.gallery3d/u0a44 (adj 15): empty #17 05-10 10:09:12.995 1034 1318 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.android.providers.settings} 05-10 10:09:13.009 1034 1318 D BackupManagerService: awaiting agent for ApplicationInfo{e6cd7b1 com.android.providers.settings} 05-10 10:09:13.071 1034 1060 I ActivityManager: Start proc 6561:com.opera.mini.native:turbo/u0a110 for service com.opera.mini.native/com.opera.android.turbo.TurboService 05-10 10:09:13.121 1034 1296 D ConnectivityService: registerNetworkAgent NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTING/CONNECTING, reason: (unspecified), extra: "LightningSquirrel", roaming: false, failover: false, isAvailable: true]} network{204} lp{{InterfaceName: wlan0 LinkAddresses: [] Routes: [] DnsAddresses: [] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]} Score{20} everValidated{false} lastValidated{false} created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} } 05-10 10:09:13.122 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 204] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING 05-10 10:09:13.356 1034 1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 204] 05-10 10:09:13.356 1034 1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 204] to 50 05-10 10:09:13.380 1034 1034 D BackupManagerService: agentConnected pkg=com.android.providers.settings agent=android.app.backup.BackupAgent$BackupServiceBinder@bb9dc4f 05-10 10:09:13.380 1034 1318 I BackupManagerService: got agent android.app.backup.BackupAgent$BackupServiceBinder@bb9dc4f 05-10 10:09:13.383 1034 1318 D PerformBackupTask: invokeAgentForBackup on com.android.providers.settings 05-10 10:09:14.188 1034 1318 I BackupRestoreController: Getting widget state for user: 0 05-10 10:09:14.225 1034 1058 I ActivityManager: Killing 4590:com.google.process.gapps/u0a42 (adj 15): empty #17 05-10 10:09:14.806 1034 1318 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=android} 05-10 10:09:14.812 1034 1318 D BackupManagerService: awaiting agent for ApplicationInfo{79b1ea7 android} 05-10 10:09:15.063 1034 1034 D BackupManagerService: agentConnected pkg=android agent=android.app.backup.BackupAgent$BackupServiceBinder@4a93e61 05-10 10:09:15.067 1034 1318 I BackupManagerService: got agent android.app.backup.BackupAgent$BackupServiceBinder@4a93e61 05-10 10:09:15.067 1034 1318 D PerformBackupTask: invokeAgentForBackup on android 05-10 10:09:15.714 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 204] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED 05-10 10:09:15.730 1034 1298 D ConnectivityService: Adding iface wlan0 to network 204 05-10 10:09:15.830 1034 1298 E ConnectivityService: Unexpected mtu value: 0, wlan0 05-10 10:09:15.830 1034 1298 D ConnectivityService: Adding Route [fe80::/64 -> :: wlan0] to network 204 05-10 10:09:15.836 1034 1298 D ConnectivityService: Adding Route [192.168.1.0/24 -> 0.0.0.0 wlan0] to network 204 05-10 10:09:15.838 1034 1298 D ConnectivityService: Adding Route [0.0.0.0/0 -> 192.168.1.1 wlan0] to network 204 05-10 10:09:15.840 1034 1298 D ConnectivityService: Setting Dns servers for network 204 to [/192.168.1.1] 05-10 10:09:15.920 1034 1298 D ConnectivityService: notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 204] 05-10 10:09:15.947 1034 1298 D ConnectivityService: scheduleUnvalidatedPrompt 204 05-10 10:09:15.947 1034 1298 D ConnectivityService: updateSignalStrengthThresholds: CONNECT, sending [] to NetworkAgentInfo [WIFI () - 204] 05-10 10:09:15.948 1034 1298 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 204] 05-10 10:09:15.948 1034 1298 D ConnectivityService: accepting network in place of null 05-10 10:09:15.954 1034 1298 D ConnectivityService: Switching to new default network: NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "LightningSquirrel", roaming: false, failover: false, isAvailable: true]} network{204} lp{{InterfaceName: wlan0 LinkAddresses: [fe80::21d:feff:fee8:7d4/64,192.168.1.2/24,] Routes: [fe80::/64 -> :: wlan0,192.168.1.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 192.168.1.1 wlan0,] DnsAddresses: [192.168.1.1,] Domains: home MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -96]} Score{10} everValidated{false} lastValidated{false} created{true} lingering{false} explicitlySelected{true} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} } 05-10 10:09:16.012 1034 1298 E ConnectivityService: Exception in setupDataActivityTracking java.lang.IllegalStateException: command '3170 idletimer add wlan0 15 1' failed with '400 3170 Failed to add interface' 05-10 10:09:16.043 1034 1298 D CSLegacyTypeTracker: Sending CONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 204] isDefaultNetwork=true 05-10 10:09:16.046 1034 1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE 05-10 10:09:16.059 1034 1298 D ConnectivityService: notifyType PRECHECK for NetworkAgentInfo [WIFI () - 204] 05-10 10:09:16.089 1034 1060 I ActivityManager: Start proc 6601:android.process.media/u0a5 for broadcast com.android.providers.downloads/.DownloadReceiver 05-10 10:09:16.358 1034 1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 204] 05-10 10:09:16.362 1034 1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 204] to 60 05-10 10:09:16.388 1034 1298 D ConnectivityService: setProvNotificationVisibleIntent null visible=false networkType=MOBILE extraInfo=null highPriority=false 05-10 10:09:16.389 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 204] validation passed 05-10 10:09:16.389 1034 1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 204] 05-10 10:09:16.393 1034 1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.INET_CONDITION_ACTION 05-10 10:09:16.616 1034 1318 I BackupRestoreController: Getting widget state for user: 0 05-10 10:09:19.826 6601 6763 W ActivityThread: ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader()); 05-10 10:09:20.667 1034 1472 I ActivityManager: Start proc 6766:com.metago.astro/u0a126 for broadcast com.metago.astro/com.inmobi.commons.analytics.androidsdk.IMAdTrackerReceiver 05-10 10:09:24.319 1034 1297 D WifiService: New client listening to asynchronous messages 05-10 10:09:24.325 21435 6743 E ActivityThread: Failed to find provider info for com.google.android.wearable.settings 05-10 10:09:26.592 1034 1060 W ActivityManager: Timeout executing service: ServiceRecord{8d8cf02 u0 com.google.android.apps.maps/com.google.android.apps.gmm.offline.OfflineGcmTaskService} 05-10 10:09:27.919 1034 1318 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.googlequicksearchbox} 05-10 10:09:27.985 1034 1318 I ActivityManager: Start proc 6806:com.google.android.googlequicksearchbox/u0a26 for backup com.google.android.googlequicksearchbox/com.google.android.apps.gsa.launcher.GelBackupAgentHelper 05-10 10:09:27.985 1034 1318 D BackupManagerService: awaiting agent for ApplicationInfo{11d04ec com.google.android.googlequicksearchbox} 05-10 10:09:34.332 1034 1494 I ActivityManager: Process com.kittyplay.ex:com.jiubang.commerce.service.IntelligentPreloadService (pid 32223) has died 05-10 10:09:34.333 1034 1494 W ActivityManager: Scheduling restart of crashed service com.kittyplay.ex/com.jiubang.commerce.service.IntelligentPreloadService in 1000ms 05-10 10:09:34.339 1034 1494 I ActivityManager: Killing 4493:android.process.acore/u0a3 (adj 15): empty #17 05-10 10:09:35.236 1034 1251 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 05-10 10:09:35.889 1034 1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 204] to 57 05-10 10:09:37.537 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 204] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED 05-10 10:09:37.537 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 204] got DISCONNECTED, was satisfying 3 05-10 10:09:37.567 1034 1298 D ConnectivityService: notifyType LOST for NetworkAgentInfo [WIFI () - 204] --------- beginning of main 05-10 10:09:37.637 6766 6772 W art : Suspending all threads took: 108.734ms 05-10 10:09:37.704 13232 13238 I art : Thread[3,tid=13238,WaitingInMainSignalCatcherLoop,Thread*=0x6dc87a00,peer=0x22c070a0,"Signal Catcher"]: reacting to signal 3 05-10 10:09:37.734 1034 1296 I chatty : uid=1000(system) WifiStateMachin expire 3 lines 05-10 10:09:37.738 207 1025 D CommandListener: Clearing all IP addresses on wlan0 05-10 10:09:37.854 6683 6683 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:09:37.859 6683 6683 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:09:37.924 1034 1060 E ActivityManager: ANR in com.google.android.apps.maps 05-10 10:09:37.924 1034 1060 E ActivityManager: PID: 6683 05-10 10:09:37.924 1034 1060 E ActivityManager: Reason: executing service com.google.android.apps.maps/com.google.android.apps.gmm.offline.OfflineGcmTaskService 05-10 10:09:37.924 1034 1060 E ActivityManager: Load: 8.17 / 3.79 / 2.75 05-10 10:09:37.924 1034 1060 E ActivityManager: CPU usage from 0ms to 11120ms later: 05-10 10:09:37.924 1034 1060 E ActivityManager: 43% 1034/system_server: 23% user + 20% kernel / faults: 12478 minor 198 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 19% 6683/com.google.android.apps.maps: 15% user + 4.2% kernel / faults: 13822 minor 332 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 5.5% 19675/com.android.systemui: 2.8% user + 2.7% kernel / faults: 3571 minor 38 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 5.4% 20812/com.ffd.hg.xr.release: 2.3% user + 3% kernel / faults: 4219 minor 166 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 4.6% 1903/com.android.phone: 2.1% user + 2.5% kernel / faults: 1888 minor 4 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 4.5% 6766/com.metago.astro: 3.8% user + 0.6% kernel / faults: 5271 minor 70 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 3.6% 95/mmcqd/0: 0% user + 3.6% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 0.8% 208/debuggerd: 0.2% user + 0.6% kernel / faults: 4672 minor 30 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 2.9% 191/surfaceflinger: 1.4% user + 1.5% kernel / faults: 496 minor 1 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 2.7% 13232/com.android.vending: 2% user + 0.6% kernel / faults: 383 minor 05-10 10:09:37.924 1034 1060 E ActivityManager: 2.5% 21435/com.google.android.gms: 1.8% user + 0.7% kernel / faults: 4066 minor 110 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 0% 25059/org.cyanogenmod.audiofx: 0% user + 0% kernel / faults: 2691 minor 35 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.4% 36/kswapd0: 0% user + 1.4% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.4% 1882/com.google.android.gms.persistent: 0.9% user + 0.4% kernel / faults: 1497 minor 7 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.1% 6454/org.chromium.chrome: 0.8% user + 0.3% kernel / faults: 2683 minor 113 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 0.9% 17/irq/199-msmdata: 0% user + 0.9% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 0.8% 207/netd: 0% user + 0.8% kernel / faults: 104 minor 1 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 0.6% 30803/com.google.process.gapps: 0.5% user + 0% kernel / faults: 1453 minor 2 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 0.6% 32758/kworker/u:1: 0% user + 0.6% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 0.5% 3352/kworker/u:0: 0% user + 0.5% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 0.4% 3/ksoftirqd/0: 0% user + 0.4% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 0.3% 136/logd: 0% user + 0.2% kernel / faults: 57 minor 05-10 10:09:37.924 1034 1060 E ActivityManager: 0.3% 1323/ksdioirqd/mmc1: 0% user + 0.3% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 0% 9966/com.android.launcher3: 0% user + 0% kernel / faults: 1397 minor 18 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 0.1% 6321/com.kittyplay.ex: 0.1% user + 0% kernel / faults: 846 minor 10 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 0.1% 21022/kworker/0:0: 0% user + 0.1% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 0% 130/jbd2/dm-9-8: 0% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 0% 189/lmkd: 0% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 0% 190/servicemanager: 0% user + 0% kernel / faults: 2 minor 05-10 10:09:37.924 1034 1060 E ActivityManager: 0% 213/zygote: 0% user + 0% kernel / faults: 1277 minor 05-10 10:09:37.924 1034 1060 E ActivityManager: 0% 1344/wpa_supplicant: 0% user + 0% kernel / faults: 164 minor 3 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 0% 6289/kworker/1:2: 0% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 0% 9577/kworker/0:2H: 0% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 0% 13606/com.kittyplay.ex:com.jiubang.commerce.chargelocker: 0% user + 0% kernel / faults: 69 minor 05-10 10:09:37.924 1034 1060 E ActivityManager: +0% 6806/com.google.android.googlequicksearchbox: 0% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 99% TOTAL: 31% user + 24% kernel + 44% iowait + 0.1% softirq 05-10 10:09:37.924 1034 1060 E ActivityManager: CPU usage from 9533ms to 10063ms later: 05-10 10:09:37.924 1034 1060 E ActivityManager: 30% 1034/system_server: 22% user + 7.5% kernel / faults: 54 minor 05-10 10:09:37.924 1034 1060 E ActivityManager: 13% 1065/android.display: 11% user + 1.8% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 7.5% 1060/ActivityManager: 3.7% user + 3.7% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.8% 1058/Binder_2: 1.8% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.8% 1061/android.ui: 0% user + 1.8% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.8% 1067/PowerManagerSer: 1.8% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.8% 1472/Binder_3: 1.8% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.8% 1503/Binder_5: 1.8% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.8% 1845/Binder_7: 1.8% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.8% 1847/Binder_8: 1.8% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.8% 1980/Binder_B: 1.8% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.8% 2230/Binder_D: 1.8% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.8% 2289/Binder_F: 1.8% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 17% 21435/com.google.android.gms: 13% user + 4.8% kernel / faults: 761 minor 17 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 13% 6739/SyncAdapterThre: 11% user + 1.6% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.6% 6793/Thread-2521: 0% user + 1.6% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.6% 21435/gle.android.gms: 1.6% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 2.3% 36/kswapd0: 0% user + 2.3% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 3.7% 95/mmcqd/0: 0% user + 3.7% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 3.7% 191/surfaceflinger: 3.7% user + 0% kernel / faults: 11 minor 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.8% 246/Binder_2: 0% user + 1.8% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.8% 291/EventThread: 1.8% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 1.8% 330/hwcVsyncThread: 1.8% user + 0% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 2.8% 6683/com.google.android.apps.maps: 1.4% user + 1.4% kernel / faults: 501 minor 3 major 05-10 10:09:37.924 1034 1060 E ActivityManager: 2.8% 6683/droid.apps.maps: 1.4% user + 1.4% kernel 05-10 10:09:37.924 1034 1060 E ActivityManager: 3.1% 05-10 10:09:37.933 1034 1060 I ActivityManager: Killing 6683:com.google.android.apps.maps/u0a66 (adj 0): bg anr 05-10 10:09:37.987 1034 1318 W BackupManagerService: Timeout waiting for agent ApplicationInfo{11d04ec com.google.android.googlequicksearchbox} 05-10 10:09:38.028 1034 2321 W ActivityManager: Scheduling restart of crashed service com.google.android.apps.maps/com.google.android.apps.gmm.offline.OfflineRegionManagementService in 12924ms 05-10 10:09:38.036 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{8142436 u0 org.chromium.chrome/.browser.precache.PrecacheService} 05-10 10:09:38.052 1034 1060 I ActivityManager: Start proc 6833:com.kittyplay.ex:com.jiubang.commerce.service.IntelligentPreloadService/u0a95 for service com.kittyplay.ex/com.jiubang.commerce.service.IntelligentPreloadService 05-10 10:09:38.067 6321 6633 W System.err: at libcore.io.IoBridge.connect(IoBridge.java:124) 05-10 10:09:38.067 6321 6633 W System.err: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183) 05-10 10:09:38.067 6321 6633 W System.err: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:452) 05-10 10:09:38.067 6321 6633 W System.err: at java.net.Socket.connect(Socket.java:884) 05-10 10:09:38.067 6321 6633 W System.err: at com.android.okhttp.internal.Platform.connectSocket(Platform.java:117) 05-10 10:09:38.067 6321 6633 W System.err: at com.android.okhttp.internal.http.SocketConnector.connectRawSocket(SocketConnector.java:160) 05-10 10:09:38.067 6321 6633 W System.err: at com.android.okhttp.internal.http.SocketConnector.connectCleartext(SocketConnector.java:67) 05-10 10:09:38.067 6321 6633 W System.err: at com.android.okhttp.Connection.connect(Connection.java:152) 05-10 10:09:38.068 6321 6633 W System.err: at com.android.okhttp.Connection.connectAndSetOwner(Connection.java:185) 05-10 10:09:38.068 6321 6633 W System.err: at com.android.okhttp.OkHttpClient$1.connectAndSetOwner(OkHttpClient.java:128) 05-10 10:09:38.068 6321 6633 W System.err: at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:341) 05-10 10:09:38.068 6321 6633 W System.err: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330) 05-10 10:09:38.068 6321 6633 W System.err: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248) 05-10 10:09:38.068 6321 6633 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437) 05-10 10:09:38.068 6321 6633 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:388) 05-10 10:09:38.068 6321 6633 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:501) 05-10 10:09:38.068 6321 6633 W System.err: at ll.c(Unknown Source) 05-10 10:09:38.068 6321 6633 W System.err: at lk.a(Unknown Source) 05-10 10:09:38.068 6321 6633 W System.err: at ko.b(Unknown Source) 05-10 10:09:38.068 6321 6633 W System.err: at ko.b(Unknown Source) 05-10 10:09:38.068 6321 6633 W System.err: at lg.run(Unknown Source) 05-10 10:09:38.068 6321 6633 W System.err: Caused by: android.system.ErrnoException: connect failed: ENETUNREACH (Network is unreachable) 05-10 10:09:38.068 6321 6633 W System.err: at libcore.io.Posix.connect(Native Method) 05-10 10:09:38.069 6321 6633 W System.err: at libcore.io.BlockGuardOs.connect(BlockGuardOs.java:111) 05-10 10:09:38.069 6321 6633 W System.err: at libcore.io.IoBridge.connectErrno(IoBridge.java:154) 05-10 10:09:38.069 6321 6633 W System.err: at libcore.io.IoBridge.connect(IoBridge.java:122) 05-10 10:09:38.069 6321 6633 W System.err: ... 20 more 05-10 10:09:38.074 6833 6833 I art : Late-enabling JIT 05-10 10:09:38.077 6321 6633 I TongJiTest: upload failed and retryTime:1 05-10 10:09:38.084 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.086 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.087 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.088 20812 20818 W art : Method processed more than once: void maps.be.l$1.run() 05-10 10:09:38.090 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.092 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.093 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.095 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.097 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.101 20812 20818 W art : Method processed more than once: void com.tapjoy.internal.iw.run() 05-10 10:09:38.144 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.145 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.147 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.149 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.169 1034 1298 D CSLegacyTypeTracker: Sending DISCONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 204] isDefaultNetwork=true 05-10 10:09:38.174 1034 1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE 05-10 10:09:38.192 1034 1064 I chatty : uid=1000(system) android.io expire 1 line 05-10 10:09:38.207 6766 6772 W art : Method processed more than once: void com.google.android.gms.ads.identifier.AdvertisingIdClient.zzb(boolean) 05-10 10:09:38.220 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.252 6766 6772 I art : Wrote stack traces to '/data/anr/traces.txt' 05-10 10:09:38.283 21088 21088 D NetworkChangeNotifierAutoDetect: Network connectivity changed, type is: 6 05-10 10:09:38.312 6833 6833 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:09:38.383 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.527 19675 19675 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings > 05-10 10:09:38.553 6766 6766 W art : Method processed more than once: q q.k(android.content.Context) 05-10 10:09:38.886 1034 1318 V KeyValueBackupJob: Scheduling k/v pass in 240 minutes 05-10 10:09:38.922 1034 1318 I BackupManagerService: Backup pass finished. 05-10 10:09:38.967 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.968 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.969 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.970 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.977 20812 20818 W art : Method processed more than once: com.tapjoy.internal.kg com.tapjoy.internal.kg.g() 05-10 10:09:38.988 20812 20818 W art : Method processed more than once: boolean com.tapjoy.internal.en.b() 05-10 10:09:38.989 20812 20818 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:38.991 20812 20818 W art : Method processed more than once: java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove(long) 05-10 10:09:39.205 21435 21441 I chatty : uid=10011(com.google.android.gms) Signal Catcher expire 1 line 05-10 10:09:39.212 1882 6759 I chatty : uid=10011 com.google.android.gms.persistent expire 1 line 05-10 10:09:39.234 19675 19675 I Choreographer: Skipped 90 frames! The application may be doing too much work on its main thread. 05-10 10:09:39.317 20812 20818 I art : Wrote stack traces to '/data/anr/traces.txt' 05-10 10:09:39.494 21435 21441 I chatty : uid=10011(com.google.android.gms) Signal Catcher expire 35 lines 05-10 10:09:39.494 21435 21446 I chatty : uid=10011(com.google.android.gms) HeapTaskDaemon expire 1 line 05-10 10:09:40.413 1034 1058 I ActivityManager: Killing 4519:com.google.android.gm/u0a63 (adj 15): empty #17 05-10 10:09:40.455 13232 13238 W art : Method processed more than once: android.os.Message android.os.MessageQueue.next() 05-10 10:09:40.497 1034 1044 I chatty : uid=1000(system) HeapTaskDaemon expire 2 lines 05-10 10:09:40.636 1034 1059 I chatty : uid=1000(system) android.bg expire 1 line 05-10 10:09:40.712 207 1025 E Netd : netlink response contains error (No such file or directory) 05-10 10:09:40.817 21435 6739 I chatty : uid=10011(com.google.android.gms) expire 3 lines 05-10 10:09:40.832 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:09:40.832 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:09:40.835 28488 28500 W AudioFlinger: write blocked for 5003 msecs, 7 delayed writes, thread 0x74480000 05-10 10:09:40.836 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:09:40.925 6766 6766 W art : Verification of void com.metago.astro.module.google.l.a(com.metago.astro.jobs.JobId, com.metago.astro.module.google.drive.DriveErrorException, aaf) took 1.874s 05-10 10:09:41.041 1034 1251 I chatty : uid=1000(system) InputDispatcher expire 59 lines 05-10 10:09:41.060 20812 20812 I Choreographer: Skipped 1359 frames! The application may be doing too much work on its main thread. 05-10 10:09:41.069 20812 20812 I Ads : Ad is not visible. Not refreshing ad. 05-10 10:09:41.069 20812 20812 I Ads : Scheduling ad refresh 60000 milliseconds from now. 05-10 10:09:41.157 13606 13606 I ChargeLockerService: ?????? 05-10 10:09:41.161 13606 13606 I ChargeLockerService: ??????---> 05-10 10:09:41.202 13232 13238 W art : Method processed more than once: java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove(long) 05-10 10:09:41.250 6766 6766 W art : Verification of void com.inmobi.commons.analytics.androidsdk.IMAdTrackerReceiver.onReceive(android.content.Context, android.content.Intent) took 285.949ms 05-10 10:09:41.294 20812 20812 I Tapjoy : The session ended 05-10 10:09:41.428 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:41.434 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:41.435 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:41.468 6833 6833 W System : ClassLoader referenced unknown path: /data/app/com.kittyplay.ex-1/lib/arm 05-10 10:09:41.468 13232 13238 W art : Method processed more than once: android.os.Message android.os.MessageQueue.next() 05-10 10:09:41.504 13232 13238 W art : Method processed more than once: android.os.Message android.os.MessageQueue.next() 05-10 10:09:41.504 13232 13238 W art : Method processed more than once: void android.os.HandlerThread.run() 05-10 10:09:41.534 13232 13238 W art : Method processed more than once: android.os.Message android.os.MessageQueue.next() 05-10 10:09:41.534 13232 13238 W art : Method processed more than once: void android.os.HandlerThread.run() 05-10 10:09:41.536 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:41.537 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:41.539 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:41.541 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:41.542 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:41.588 13232 13238 W art : Method processed more than once: android.os.Message android.os.MessageQueue.next() 05-10 10:09:41.589 13232 13238 W art : Method processed more than once: void android.os.HandlerThread.run() 05-10 10:09:41.620 13232 13238 W art : Method processed more than once: android.os.Message android.os.MessageQueue.next() 05-10 10:09:41.620 13232 13238 W art : Method processed more than once: void android.os.HandlerThread.run() 05-10 10:09:41.650 13232 13238 W art : Method processed more than once: android.os.Message android.os.MessageQueue.next() 05-10 10:09:41.651 13232 13238 W art : Method processed more than once: void android.os.HandlerThread.run() 05-10 10:09:41.652 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:41.655 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:41.656 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:41.659 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:41.670 9966 9966 I Choreographer: Skipped 258 frames! The application may be doing too much work on its main thread. 05-10 10:09:41.704 9966 9999 I Adreno200-EGL: : EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081) 05-10 10:09:41.704 9966 9999 I Adreno200-EGL: Build Date: 06/25/13 Tue 05-10 10:09:41.704 9966 9999 I Adreno200-EGL: Local Branch: 05-10 10:09:41.704 9966 9999 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5 05-10 10:09:41.704 9966 9999 I Adreno200-EGL: Local Patches: NONE 05-10 10:09:41.704 9966 9999 I Adreno200-EGL: Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING 05-10 10:09:41.837 1034 1298 E NetdConnector: NDC Command {3181 network destroy 204} took too long (3651ms) 05-10 10:09:41.838 1034 1298 E ConnectivityService: EVENT_NETWORK_INFO_CHANGED from unknown NetworkAgent 05-10 10:09:41.843 6321 6633 W System.err: java.net.UnknownHostException: Unable to resolve host "goupdate.3g.cn": No address associated with hostname 05-10 10:09:41.844 6321 6633 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:09:41.845 6321 6633 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:09:41.845 6321 6633 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:09:41.845 6321 6633 W System.err: at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29) 05-10 10:09:41.845 6321 6633 W System.err: at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188) 05-10 10:09:41.845 6321 6633 W System.err: at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157) 05-10 10:09:41.845 6321 6633 W System.err: at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100) 05-10 10:09:41.845 6321 6633 W System.err: at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357) 05-10 10:09:41.845 6321 6633 W System.err: at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340) 05-10 10:09:41.845 6321 6633 W System.err: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330) 05-10 10:09:41.845 6321 6633 W System.err: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248) 05-10 10:09:41.845 6321 6633 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437) 05-10 10:09:41.845 6321 6633 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114) 05-10 10:09:41.845 6321 6633 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245) 05-10 10:09:41.845 6321 6633 W System.err: at ll.c(Unknown Source) 05-10 10:09:41.845 6321 6633 W System.err: at lk.a(Unknown Source) 05-10 10:09:41.845 6321 6633 W System.err: at ko.b(Unknown Source) 05-10 10:09:41.846 6321 6633 W System.err: at ko.b(Unknown Source) 05-10 10:09:41.846 6321 6633 W System.err: at lg.run(Unknown Source) 05-10 10:09:41.846 6321 6633 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:09:41.868 1882 1889 I chatty : uid=10011(com.google.android.gms) Signal Catcher expire 51 lines 05-10 10:09:41.884 6321 6633 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:09:41.884 6321 6633 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:09:41.884 6321 6633 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:09:41.884 6321 6633 W System.err: ... 18 more 05-10 10:09:41.884 6321 6633 I TongJiTest: upload failed and retryTime:2 05-10 10:09:41.884 6321 6633 I TongJiTest: quit loop 05-10 10:09:42.476 20812 20812 W art : Verification of void com.tapjoy.internal.kb.run() took 332.336ms 05-10 10:09:42.500 9966 9999 I OpenGLRenderer: Initialized EGL, version 1.4 05-10 10:09:42.535 19675 19675 I Choreographer: Skipped 69 frames! The application may be doing too much work on its main thread. 05-10 10:09:42.551 19675 19675 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings > 05-10 10:09:42.776 20812 20812 I Choreographer: Skipped 99 frames! The application may be doing too much work on its main thread. 05-10 10:09:42.849 9966 9966 I Choreographer: Skipped 66 frames! The application may be doing too much work on its main thread. 05-10 10:09:43.016 6321 6321 W art : Verification of void com.jiubang.kittyplay.manager.timingwallpaper.TimingWallpaperStarter.() took 1.543s 05-10 10:09:43.037 6833 6833 W art : Verification of void com.jiubang.kittyplay.PlayApplication.() took 1.518s 05-10 10:09:43.061 6833 6833 I LoadedApk: No resource references to update in package common 05-10 10:09:43.061 6833 6833 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:09:43.062 6833 6833 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:09:43.298 1882 1882 I chatty : uid=10011 com.google.android.gms.persistent expire 5 lines 05-10 10:09:43.299 1882 6759 I chatty : uid=10011 com.google.android.gms.persistent expire 3 lines 05-10 10:09:43.300 1882 1895 I chatty : uid=10011(com.google.android.gms) Binder_1 expire 1 line 05-10 10:09:43.541 6349 6349 W art : Verification of android.location.LocationListener io.wecloud.message.ClientService.d(io.wecloud.message.ClientService) took 138.244ms 05-10 10:09:43.553 1882 6849 I chatty : uid=10011 com.google.android.gms.persistent expire 3 lines 05-10 10:09:43.671 20812 20882 W art : Verification of void com.tapjoy.internal.gu.(java.io.IOException) took 494.964ms 05-10 10:09:43.728 6833 6833 W art : Verification of void ko.d(android.content.Context) took 241.912ms 05-10 10:09:43.830 13232 13238 W art : Method processed more than once: b.a b.a.b() 05-10 10:09:43.831 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:43.858 6349 6349 W art : Verification of void io.wecloud.message.ClientService.onCreate() took 314.361ms 05-10 10:09:43.936 6454 6454 W art : Verification of void org.chromium.chrome.browser.JavaExceptionReporter.(java.lang.Thread$UncaughtExceptionHandler) took 153.686ms 05-10 10:09:43.949 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:43.983 13232 13238 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 05-10 10:09:43.985 13232 13232 I Choreographer: Skipped 364 frames! The application may be doing too much work on its main thread. 05-10 10:09:44.361 6833 6833 D KittyPlayStatistics: 1459791555503b6e1d24bd309ec87 05-10 10:09:44.418 9966 9999 V RenderScript: 0x69582000 Launching thread(s), CPUs 2 05-10 10:09:44.444 9966 9966 I Choreographer: Skipped 92 frames! The application may be doing too much work on its main thread. 05-10 10:09:44.477 9966 9999 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer... 05-10 10:09:44.657 6349 6349 W art : Verification of void com.jiubang.kittyplay.service.GoMsgPushService.a(android.content.Context, long, java.lang.String, java.lang.String, java.lang.String, int, java.lang.String, int) took 794.342ms 05-10 10:09:44.676 13232 13238 I art : Wrote stack traces to '/data/anr/traces.txt' 05-10 10:09:44.680 1034 1044 I chatty : uid=1000(system) HeapTaskDaemon expire 1 line 05-10 10:09:44.701 6833 6833 I GAv4 : Google Analytics 7.5.71 is starting up. To enable debug logging on a device run: 05-10 10:09:44.701 6833 6833 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG 05-10 10:09:44.701 6833 6833 I GAv4 : adb logcat -s GAv4 05-10 10:09:44.896 6833 6833 W art : Verification of java.util.Map com.google.android.gms.analytics.internal.zzj.zzaY(java.lang.String) took 150.329ms 05-10 10:09:44.900 6349 6349 W art : Verification of void auk.a(android.content.Context) took 204.956ms 05-10 10:09:44.914 6349 6875 W System.err: java.lang.InterruptedException 05-10 10:09:44.914 6349 6875 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:09:44.914 6349 6875 W System.err: at aux.run(Unknown Source) 05-10 10:09:45.041 6349 6878 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:09:45.122 6349 6878 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:09:45.160 6806 6806 W art : Verification of void com.google.android.apps.gsa.velvet.VelvetApplication.() took 945.831ms 05-10 10:09:45.199 6414 6414 W art : Verification of void io.wecloud.message.a.a() took 1.282s 05-10 10:09:45.365 21435 6793 I chatty : uid=10011(com.google.android.gms) expire 3 lines 05-10 10:09:45.405 6806 6806 W art : Verification of void com.google.android.apps.gsa.velvet.VelvetApplication.a(com.google.android.apps.gsa.languagepack.m) took 229.553ms 05-10 10:09:45.792 21435 6827 I chatty : uid=10011(com.google.android.gms) expire 1 line 05-10 10:09:45.832 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:09:45.832 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:09:45.835 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:09:46.077 6806 6806 W art : Verification of void com.google.common.e.a.dg.() took 102.813ms 05-10 10:09:46.229 6454 6454 W art : Verification of android.os.Message org.chromium.base.SystemMessageHandler.obtainAsyncMessage(int) took 275.024ms 05-10 10:09:46.286 6883 6883 I DnsConfigServic: type=1400 audit(0.0:1184): avc: denied { getattr } for path="/system/etc/hosts" dev="dm-10" ino=25 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 05-10 10:09:46.286 6885 6885 I WorkerPool/6885: type=1400 audit(0.0:1185): avc: denied { read } for name="hosts" dev="dm-10" ino=25 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 05-10 10:09:46.286 6885 6885 I WorkerPool/6885: type=1400 audit(0.0:1186): avc: denied { open } for name="hosts" dev="dm-10" ino=25 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 05-10 10:09:46.312 6833 6846 W art : Suspending all threads took: 701.416ms 05-10 10:09:46.327 6806 6806 I LoadedApk: No resource references to update in package common 05-10 10:09:46.342 6806 6806 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:09:46.419 6414 6414 W System.err: java.lang.IllegalArgumentException: invalid provider: null 05-10 10:09:46.426 6414 6414 W System.err: at android.location.LocationManager.checkProvider(LocationManager.java:1704) 05-10 10:09:46.427 6414 6414 W System.err: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:459) 05-10 10:09:46.427 6414 6414 W System.err: at io.wecloud.message.ClientService.onCreate(Unknown Source) 05-10 10:09:46.427 6414 6414 W System.err: at android.app.ActivityThread.handleCreateService(ActivityThread.java:2921) 05-10 10:09:46.427 6414 6414 W System.err: at android.app.ActivityThread.-wrap4(ActivityThread.java) 05-10 10:09:46.427 6414 6414 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446) 05-10 10:09:46.427 6414 6414 W System.err: at android.os.Handler.dispatchMessage(Handler.java:102) 05-10 10:09:46.427 6414 6414 W System.err: at android.os.Looper.loop(Looper.java:148) 05-10 10:09:46.427 6414 6414 W System.err: at android.app.ActivityThread.main(ActivityThread.java:5471) 05-10 10:09:46.427 6414 6414 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-10 10:09:46.427 6414 6414 W System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 05-10 10:09:46.427 6414 6414 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 05-10 10:09:46.486 6414 6887 W System.err: java.lang.InterruptedException 05-10 10:09:46.486 6414 6887 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:09:46.486 6414 6887 W System.err: at nv.run(Unknown Source) 05-10 10:09:46.536 6806 6806 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:09:46.665 6414 6889 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:09:46.666 6414 6889 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:09:46.870 6833 6870 W art : Method processed more than once: java.lang.String mh.a() 05-10 10:09:46.963 6414 6889 W System.err: java.net.UnknownHostException: Unable to resolve host "goload.wecloud.io": No address associated with hostname 05-10 10:09:47.151 6349 6878 W System.err: java.net.UnknownHostException: Unable to resolve host "goload.wecloud.io": No address associated with hostname 05-10 10:09:47.205 1034 2289 I chatty : uid=1000(system) Binder_F expire 1 line 05-10 10:09:47.318 6806 6817 W art : Suspending all threads took: 588.226ms 05-10 10:09:47.320 6806 6806 W art : Verification of com.android.launcher3.AutoInstallsLayout com.android.launcher3.LauncherProvider.createWorkspaceLoaderFromAppRestriction() took 777.526ms 05-10 10:09:47.444 9966 9966 I Choreographer: Skipped 70 frames! The application may be doing too much work on its main thread. 05-10 10:09:47.528 6414 6889 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:09:47.528 6349 6878 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:09:47.529 6414 6889 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:09:47.529 6349 6878 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:09:47.529 6414 6889 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:09:47.529 6349 6878 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:09:47.529 6414 6889 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:09:47.529 6349 6878 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:09:47.529 6414 6889 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:09:47.529 6349 6878 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:09:47.529 6414 6889 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:09:47.529 6349 6878 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:09:47.529 6414 6889 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:09:47.529 6414 6889 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:09:47.529 6349 6878 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:09:47.529 6349 6878 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:09:47.529 6414 6889 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:09:47.529 6349 6878 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:09:47.529 6414 6889 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:09:47.529 6349 6878 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:09:47.529 6414 6889 W System.err: at nl.a(Unknown Source) 05-10 10:09:47.529 6349 6878 W System.err: at auk.a(Unknown Source) 05-10 10:09:47.529 6414 6889 W System.err: at nl.run(Unknown Source) 05-10 10:09:47.529 6414 6889 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:09:47.529 6414 6889 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:09:47.529 6414 6889 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:09:47.529 6414 6889 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:09:47.529 6414 6889 W System.err: ... 11 more 05-10 10:09:47.535 6833 6833 W art : Verification of void apq.a(android.os.AsyncTask) took 567.535ms 05-10 10:09:47.568 6349 6878 W System.err: at auk.run(Unknown Source) 05-10 10:09:47.568 6349 6878 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:09:47.568 6349 6878 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:09:47.568 6349 6878 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:09:47.568 6349 6878 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:09:47.568 6349 6878 W System.err: ... 11 more 05-10 10:09:47.649 1034 2230 I chatty : uid=1000(system) Binder_D expire 1 line 05-10 10:09:47.797 20605 20605 I AlarmClock: AlarmInitReceiver android.intent.action.TIME_SET 05-10 10:09:47.829 6806 6817 W art : Suspending all threads took: 11.169ms 05-10 10:09:47.835 6806 6806 W art : Verification of void com.google.android.apps.gsa.search.shared.overlay.f.() took 155.120ms 05-10 10:09:47.906 1034 1974 I chatty : uid=1000(system) Binder_A expire 1 line 05-10 10:09:48.017 1882 3657 I chatty : uid=10011(com.google.android.gms) Binder_5 expire 1 line 05-10 10:09:48.021 1882 3019 I chatty : uid=10011(com.google.android.gms) Binder_4 expire 1 line 05-10 10:09:48.080 6806 6806 W art : Verification of void com.google.android.apps.gsa.velvet.r.(com.google.android.apps.gsa.velvet.s) took 178.680ms 05-10 10:09:48.098 21435 6743 I chatty : uid=10011(com.google.android.gms) expire 1 line 05-10 10:09:48.437 6806 6806 W art : Verification of void com.google.android.apps.gsa.a.d.(d.a.a) took 202.453ms 05-10 10:09:48.442 1034 1503 I ActivityManager: Start proc 6906:com.google.android.gms.unstable/u0a11 for service com.google.android.gms/.droidguard.DroidGuardService 05-10 10:09:48.485 6906 6906 I chatty : uid=10011 com.google.android.gms.unstable expire 21 lines 05-10 10:09:48.701 6806 6806 W art : Verification of void com.google.android.apps.gsa.shared.velour.w.() took 232.818ms 05-10 10:09:48.782 21435 6739 I chatty : uid=10011(com.google.android.gms) expire 6 lines 05-10 10:09:48.880 6806 6806 W art : Verification of java.lang.Object com.google.android.apps.gsa.shared.i.q.get() took 174.713ms 05-10 10:09:49.188 6806 6806 W art : Verification of void com.google.android.apps.gsa.shared.ui.aq.(d.a.a, d.a.a) took 305.541ms 05-10 10:09:49.653 20605 6920 V AlarmClock: AlarmInitReceiver finished 05-10 10:09:50.179 1034 1847 I ActivityManager: Start proc 6921:com.google.android.calendar/u0a60 for broadcast com.google.android.calendar/com.android.calendar.widget.CalendarAppWidgetProvider 05-10 10:09:50.215 6921 6921 I art : Late-enabling JIT 05-10 10:09:50.236 6921 6921 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:09:50.318 6833 6846 W art : Suspending all threads took: 946.807ms 05-10 10:09:50.344 6833 6833 W art : Verification of void com.jiubang.commerce.service.IntelligentPreloadService.a(android.content.Intent) took 1.471s 05-10 10:09:50.516 1034 1058 E ActivityManager: Backup agent created for com.google.android.googlequicksearchbox but not requested! 05-10 10:09:50.528 1034 2321 I chatty : uid=1000(system) Binder_10 expire 1 line 05-10 10:09:50.528 1034 1980 I chatty : uid=1000(system) Binder_B expire 1 line 05-10 10:09:50.725 1034 1845 I chatty : uid=1000(system) Binder_7 expire 1 line 05-10 10:09:50.779 6921 6921 W System : ClassLoader referenced unknown path: /data/app/com.google.android.calendar-2/lib/arm 05-10 10:09:50.832 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:09:50.832 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:09:50.835 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 9 delayed writes, thread 0x74480000 05-10 10:09:50.848 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:09:51.017 1034 1060 I ActivityManager: Start proc 6937:com.google.android.apps.maps/u0a66 for service com.google.android.apps.maps/com.google.android.apps.gmm.offline.OfflineRegionManagementService 05-10 10:09:51.026 6937 6937 I art : Late-enabling JIT 05-10 10:09:51.044 6937 6937 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:09:51.062 1034 1974 I ActivityManager: Process com.google.android.gm.exchange (pid 4574) has died 05-10 10:09:51.268 6921 6921 W art : Verification of void com.android.calendar.CalendarApplication.() took 397.308ms 05-10 10:09:51.318 6833 6833 W art : Verification of void og.a(android.content.Context, om, java.lang.String, java.lang.String, boolean, boolean, boolean, boolean) took 138.336ms 05-10 10:09:51.386 6833 6833 D Ad_SDK : DataBaseHelper(com.jiubang.kittyplay.PlayApplication@f6b7908) 05-10 10:09:51.469 6921 6921 W art : Verification of void com.android.calendar.CalendarApplication.onCreate() took 187.225ms 05-10 10:09:51.535 6921 6921 I LoadedApk: No resource references to update in package common 05-10 10:09:51.536 6921 6921 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:09:51.536 6921 6921 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:09:51.543 6833 6833 I IntelligentPreloadService: ?????ABTest??,??????? 05-10 10:09:51.703 6921 6921 W art : Verification of void android.support.v4.content.FileProvider.() took 163.635ms 05-10 10:09:51.925 1034 1830 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.ffd.hg.xr.release/com.ffd.hotgirl.us.screens.onboarding.OnBoardingActivity bnds=[812,204][962,304] (has extras)} from uid 10008 on display 0 05-10 10:09:52.165 6906 6917 I chatty : uid=10011 com.google.android.gms.unstable expire 3 lines 05-10 10:09:52.415 6906 6911 I chatty : uid=10011 com.google.android.gms.unstable expire 1 line 05-10 10:09:52.418 1034 2230 I chatty : uid=1000(system) Binder_D expire 1 line 05-10 10:09:52.418 1034 1057 I chatty : uid=1000(system) Binder_1 expire 1 line 05-10 10:09:52.423 9966 9966 I Choreographer: Skipped 64 frames! The application may be doing too much work on its main thread. 05-10 10:09:52.661 6833 6833 D IntelligentPreloadService: stop other proposal and start A proposal 05-10 10:09:52.670 6833 6833 I IntelligentPreloadService: [vmId:362] IntelligentBusiness????? 05-10 10:09:52.670 6833 6833 I IntelligentPreloadService: Mob(true)--Mid=-1 05-10 10:09:52.672 6454 6454 W art : Verification of void org.chromium.policy.PolicyConverter.() took 261.871ms 05-10 10:09:52.677 6833 6833 D IntelligentPreloadService: GPMonitor duration A:350 05-10 10:09:52.678 6833 6833 D IntelligentPreloadService: Business Delay Time:5000 05-10 10:09:52.681 6921 6921 W art : Verification of void com.android.calendar.Utils.hideAllDayChips(java.util.List, int, int, int, java.util.List) took 236.816ms 05-10 10:09:52.697 6906 6953 I chatty : uid=10011 com.google.android.gms.unstable expire 1 line 05-10 10:09:52.895 6921 6921 W art : Verification of java.util.List com.android.calendar.Utils.setFadeAnimations(android.view.ViewGroup, boolean, int[]) took 168.792ms 05-10 10:09:52.917 20812 20812 I Tapjoy : New session started 05-10 10:09:52.959 1034 1059 D SyncManager: failed sync operation littlollu@gmail.com u0 (com.google), com.google.android.gms.people, PERIODIC, currentRunTime 592944677, reason: Periodic, SyncResult: delayUntil: 1462889411 stats [ numIoExceptions: 1] 05-10 10:09:53.203 6833 6872 W art : Verification of com.google.android.gms.internal.zzav com.google.android.gms.internal.zzav$zza.zzb(android.os.IBinder) took 431.304ms 05-10 10:09:53.657 6454 6454 W art : Verification of int org.chromium.ui.gfx.DeviceDisplayInfo.getDisplayHeight() took 133.300ms 05-10 10:09:54.466 6921 6921 W art : Verification of java.lang.String com.google.android.syncadapters.calendar.timely.TimelyStoreUtils.colorIntToHex(int) took 184.661ms 05-10 10:09:54.566 20812 20812 W art : Verification of void com.tapjoy.TJPlacement.(android.content.Context, java.lang.String, com.tapjoy.TJPlacementListener) took 1.135s 05-10 10:09:54.585 6833 6872 I ChargeLockerAPI: ChargeLockerAPI::initAPI-->productType:5, googleAdId:e8b7a30f-4762-4105-93b9-1158cbe4de56, installTimeMillis:1459888785635, upgrade:1, buychannel:null, dataChannel:21, channel:200, entranceID1 05-10 10:09:54.656 1034 1060 I ProcessStatsService: Prepared write state in 162ms 05-10 10:09:54.674 13606 13606 I ChargeLockerService: onStartCommand 05-10 10:09:54.675 13606 13606 W Ad_SDK : [AdSdkApi::setTestServer] isTestServer:false 05-10 10:09:54.689 13606 13606 I com.jiubang.commerce.chargelocker.component.service.ChargeLockerService: saveBundle()???-->GoogleAdId:e8b7a30f-4762-4105-93b9-1158cbe4de56,mInstallTimeMillis:1459888785635,mUpgrade:1,mBuychannel:null,dataChannel:21,channel:200,entranceID:1 05-10 10:09:54.738 6937 6948 W art : Suspending all threads took: 10.620ms 05-10 10:09:54.806 6921 6921 W art : Verification of android.database.MatrixCursor com.google.android.calendar.ical.ICalProvider.populateEventsCursor(android.database.MatrixCursor, net.fortuna.ical4j.model.Calendar, int, java.lang.String[], java.lang.String) took 158.447ms 05-10 10:09:54.849 1034 1059 I ProcessStatsService: Pruning old procstats: /data/system/procstats/state-2016-05-03-11-49-38.bin 05-10 10:09:55.044 6454 6454 I chromium.chrome: type=1400 audit(0.0:1187): avc: denied { open } for name="kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 05-10 10:09:55.054 6454 6454 I Adreno200-EGL: : EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081) 05-10 10:09:55.054 6454 6454 I Adreno200-EGL: Build Date: 06/25/13 Tue 05-10 10:09:55.054 6454 6454 I Adreno200-EGL: Local Branch: 05-10 10:09:55.054 6454 6454 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5 05-10 10:09:55.054 6454 6454 I Adreno200-EGL: Local Patches: NONE 05-10 10:09:55.054 6454 6454 I Adreno200-EGL: Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING 05-10 10:09:55.071 20812 20812 W art : Verification of void com.tapjoy.TJAdUnit.destroy() took 468.444ms 05-10 10:09:55.130 20812 20812 E TapjoyConnect: getConnectionSubType error: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.net.NetworkInfo.getSubtypeName()' on a null object reference 05-10 10:09:55.151 20812 6967 I TJPlacement: Sending content request for placement Get_XR_From_Dialog 05-10 10:09:55.174 20812 6967 I TapjoyURLConnection: http post: https://placements.tapjoy.com/v1/apps/61d55aad-cafb-4d84-8e82-57722b3d9a35/content? 05-10 10:09:55.178 6937 6937 W art : Verification of void com.google.android.apps.gmm.base.app.GoogleMapsApplication.() took 194.580ms 05-10 10:09:55.190 20812 6967 I TapjoyURLConnection: Content-Type: application/x-www-form-urlencoded 05-10 10:09:55.190 20812 6967 I TapjoyURLConnection: Content: 05-10 10:09:55.190 20812 6967 I TapjoyURLConnection: device_type=android&display_h=696&friend_count=0&device_manufacturer=HP&installer=com.android.vending&pkg_sign=N961o%2BWrZhZMql0uxA2jaUb1rHE%3D&pkg_ver=2.0.1&install_id=5bd056744381835bb355ac940e01e315cc0a3eb0a0ba99e9f8e51df29fd8f5dd&sdk_type=event&managed_device_id=tjid.d37a5795c97740268b1b557e8fde16d3&store_view=true&user_level=0&purchase_total_count=0&event_preload=true&display_d=160&installed=1462552469469&pkg_id=com.ffd.hg.xr.release&debug=true&ad_id_check_disabled=false&library_version=11.3.0&android_id=b6e1d24bd309ec87&advertising_id=e8b7a30f-4762-4105-93b9-1158cbe4de56&verifier=9a640acbafa4e59e576365853a49f956a6975046c9a184192b9f713fc1237e3e&analytics_id=b6e1d24bd309ec87&screen_layout_size=4&purchase_last_at=0&device_location=false&library_revision=e5b0150&plugin=native&timezone=America%2FNew_York&platform=android&session_last_length=49877&app_group_id=55a7b5cd-0827-8000-8000-b42025000040&analytics_api_key=Vae1zQgngACAALQgJQAAQAExW5r18c22IZGYuuwH2Mbq3-i92YW2_toez8cC&bridge_version=1.0.7&display_w=1024&purchase_last_price=0.0&session_total_count=15&language_code=en&country_code=US&display_multiplier=1.0×tamp=1462889395&session_last_at=1462889381977&threatmetrix_session_id=4648b80d9bea452babd4b769042dfb85&session_total_length=310085947&event_name=Get_XR_From_Dialog&session_id=ae0303b00c80f957248a4e40356430c3504efc92a338bd8d4f915222d51b6ffd&fq7=2&app_id=61d55aad-cafb-4d84-8e82-57722b3d9a35&device_gps_version=8703430&mac_address=020000000000&screen_density=160&pkg_rev=13&app_version=2.0.1&purchase_total_price=0.0&device_name=Touchpad&os_version=6.0.1&packaged_gps_version=8487000&ad_tracking_enabled=true&fq30=2 05-10 10:09:55.205 20812 6967 E TapjoyURLConnection: Exception: java.net.UnknownHostException: Unable to resolve host "placements.tapjoy.com": No address associated with hostname 05-10 10:09:55.205 20812 6967 E TapjoyURLConnection: Exception trying to get error code/content: java.lang.NullPointerException: lock == null 05-10 10:09:55.205 20812 6967 I TapjoyURLConnection: -------------------- 05-10 10:09:55.205 20812 6967 I TapjoyURLConnection: response status: 0 05-10 10:09:55.205 20812 6967 I TapjoyURLConnection: response size: 0 05-10 10:09:55.205 20812 6967 V TapjoyURLConnection: response: 05-10 10:09:55.205 20812 6967 V TapjoyURLConnection: null 05-10 10:09:55.205 20812 6967 I TapjoyURLConnection: -------------------- 05-10 10:09:55.205 20812 6967 V TJPlacement: Tapjoy-Server-Debug: 05-10 10:09:55.205 20812 6967 I TJPlacement: Send request failed for placement Get_XR_From_Dialog 05-10 10:09:55.206 20812 6967 I TJPlacement: Tracking event Get_XR_From_Dialog for offline delivery 05-10 10:09:55.322 6937 6937 W art : Verification of com.google.android.apps.gmm.navigation.ui.common.b.a.a com.google.android.apps.gmm.base.app.GoogleMapsApplication.a(java.lang.Class, com.google.android.apps.gmm.navigation.ui.freenav.a.a, com.google.android.apps.gmm.shared.f.b.i) took 142.822ms 05-10 10:09:55.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:09:55.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:09:55.845 28488 28500 W AudioFlinger: write blocked for 4997 msecs, 10 delayed writes, thread 0x74480000 05-10 10:09:55.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:09:55.857 20812 20823 I art : Background sticky concurrent mark sweep GC freed 2488(2MB) AllocSpace objects, 2(40KB) LOS objects, 16% free, 9MB/11MB, paused 39.672ms total 644.744ms 05-10 10:09:55.879 6937 6937 W art : Verification of void com.google.android.apps.gmm.base.app.GoogleMapsApplication.attachBaseContext(android.content.Context) took 531.677ms 05-10 10:09:56.041 6906 6919 I chatty : uid=10011 com.google.android.gms.unstable expire 8 lines 05-10 10:09:56.245 6937 6948 W art : Suspending all threads took: 130.676ms 05-10 10:09:56.349 6937 6937 W art : Verification of void com.google.android.apps.gmm.base.app.GoogleMapsApplication.onCreate() took 468.627ms 05-10 10:09:56.433 1034 2231 I ActivityManager: Process com.google.android.gms:snet (pid 25866) has died 05-10 10:09:56.488 28488 28488 E Drm : Failed to find drm plugin 05-10 10:09:56.786 6906 6972 I chatty : uid=10011 com.google.android.gms.unstable expire 1 line 05-10 10:09:56.994 6937 6937 W art : Verification of void com.google.q.i.() took 627.105ms 05-10 10:09:57.036 6921 6921 W art : Verification of void com.google.android.gms.common.zzc$zzbz.() took 256.286ms 05-10 10:09:57.046 20812 20812 I Choreographer: Skipped 262 frames! The application may be doing too much work on its main thread. 05-10 10:09:57.176 6921 6932 W art : Suspending all threads took: 9.521ms 05-10 10:09:57.186 6454 6454 W Adreno200-ES20: : GL_INVALID_ENUM 05-10 10:09:57.414 20812 20812 E TJEventOptimizer: error:net::ERR_NAME_NOT_RESOLVED 05-10 10:09:57.414 20812 20812 D TJEventOptimizer: boostrap html loaded successfully 05-10 10:09:57.441 20812 20812 W BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 20812 05-10 10:09:57.446 20812 20812 W BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 20812 05-10 10:09:57.508 6921 6932 W art : Suspending all threads took: 10.437ms 05-10 10:09:57.713 20812 20812 I Choreographer: Skipped 38 frames! The application may be doing too much work on its main thread. 05-10 10:09:58.049 20812 20812 I Ads : Starting ad request. 05-10 10:09:58.089 20812 20812 I Ads : Use AdRequest.Builder.addTestDevice("C469770949EF88E3013023D1FBB303D9") to get test ads on this device. 05-10 10:09:58.102 6937 6937 W art : Verification of void android.support.b.a.() took 897.949ms 05-10 10:09:58.536 20812 20812 I Choreographer: Skipped 41 frames! The application may be doing too much work on its main thread. 05-10 10:09:58.576 6454 6988 W art : Verification of boolean org.chromium.net.AndroidNetworkLibrary.haveOnlyLoopbackAddresses() took 143.249ms 05-10 10:09:58.761 6921 6921 W art : Verification of void android.support.v4.content.LocalBroadcastManager.unregisterReceiver(android.content.BroadcastReceiver) took 185.638ms 05-10 10:09:58.938 6921 6921 W art : Verification of android.content.Intent com.android.calendar.widget.CalendarAppWidgetProvider.getLaunchIntent(android.content.Context, int, boolean) took 170.684ms 05-10 10:09:59.033 6921 6921 I AnalyticsLogBase: PlayLogger.onLoggerConnected 05-10 10:09:59.183 20926 20926 W art : Verification of void com.android.providers.calendar.CalendarProviderBroadcastReceiver.onReceive(android.content.Context, android.content.Intent) took 129.547ms 05-10 10:09:59.318 6919 6919 I chatty : uid=10011 com.google.android.gms.unstable expire 1 line 05-10 10:09:59.362 1034 1946 I ActivityManager: Start proc 6995:com.ebay.mobile/u0a89 for broadcast com.ebay.mobile/com.google.android.gms.gcm.GcmReceiver 05-10 10:09:59.395 6995 6995 I art : Late-enabling JIT 05-10 10:09:59.472 6937 6937 I LoadedApk: No resource references to update in package common 05-10 10:09:59.528 20812 20812 I Choreographer: Skipped 52 frames! The application may be doing too much work on its main thread. 05-10 10:09:59.623 20812 20812 D TJEventOptimizer: JS CONSOLE: Not allowed to load local resource: file:///android_asset/webkit/android-weberror.png -- From line 0 of data:text/html,chromewebdata 05-10 10:09:59.666 6454 6994 W art : Verification of boolean org.chromium.media.AudioManagerAndroid.hasBluetoothHeadset() took 342.773ms 05-10 10:09:59.734 6995 6995 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:09:59.803 6937 6948 W art : Suspending all threads took: 59.326ms 05-10 10:09:59.804 6937 6937 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:09:59.806 6937 6937 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:09:59.997 6937 6937 W art : Verification of android.database.Cursor com.google.android.apps.gmm.navigation.util.NavigationAvailabilityProvider.query(android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) took 143.524ms 05-10 10:10:00.122 1034 1064 D BluetoothManagerService: Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@788eef0:true 05-10 10:10:00.132 6937 6937 W art : Verification of void com.google.android.apps.gmm.aj.d.d.() took 123.413ms 05-10 10:10:00.152 20812 20901 W Ads : There was a problem getting an ad response. ErrorCode: 2 05-10 10:10:00.164 20812 20812 I Ads : Scheduling ad refresh 60000 milliseconds from now. 05-10 10:10:00.164 20812 20812 W Ads : Failed to load ad: 2 05-10 10:10:00.286 28488 6828 E Drm : Failed to find drm plugin 05-10 10:10:00.738 1034 1472 I ActivityManager: Start proc 7012:org.chromium.chrome:privileged_process0/u0a34 for service org.chromium.chrome/org.chromium.content.app.PrivilegedProcessService0 05-10 10:10:00.786 7012 7012 I art : Late-enabling JIT 05-10 10:10:00.804 7012 7012 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:10:00.839 21435 6743 I chatty : uid=10011(com.google.android.gms) expire 7 lines 05-10 10:10:00.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:00.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:00.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:10:01.010 6454 6986 W art : Verification of boolean org.chromium.content.common.IChildProcessCallback$Stub.onTransact(int, android.os.Parcel, android.os.Parcel, int) took 221.832ms 05-10 10:10:01.023 6454 6454 E chromium: [ERROR:shell_integration_android.cc(24)] Not implemented reached in static ShellIntegration::DefaultWebClientSetPermission ShellIntegration::CanSetAsDefaultBrowser() 05-10 10:10:01.036 7012 7012 W System : ClassLoader referenced unknown path: /system/app/Chromium/lib/arm 05-10 10:10:01.267 6454 6454 W art : Verification of int org.chromium.chrome.browser.externalauth.ExternalAuthUtils.checkGooglePlayServicesAvailable(android.content.Context) took 128.051ms 05-10 10:10:01.326 6937 6948 W art : Suspending all threads took: 8.758ms 05-10 10:10:01.384 6937 6937 W art : Verification of void com.google.android.apps.gmm.aj.d.d.a() took 1.251s 05-10 10:10:01.572 6995 7007 W art : Suspending all threads took: 5.401ms 05-10 10:10:01.605 7012 7012 I LoadedApk: No resource references to update in package common 05-10 10:10:01.606 7012 7012 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:01.606 7012 7012 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:01.634 6454 6454 W art : Verification of android.graphics.PorterDuff$Mode android.support.v4.media.MediaBrowserCompat.parseTintMode(int, android.graphics.PorterDuff$Mode) took 232.910ms 05-10 10:10:01.811 6937 6937 W art : Verification of void com.google.common.h.bh.() took 168.609ms 05-10 10:10:01.817 7012 7012 W art : Verification of android.accounts.AuthenticatorDescription[] org.chromium.sync.signin.SystemAccountManagerDelegate.getAuthenticatorTypes() took 132.598ms 05-10 10:10:01.868 6995 6995 W art : Verification of void com.ebay.mobile.MyApp.() took 294.250ms 05-10 10:10:01.870 7012 7012 I cr_ChildProcessService: Creating new ChildProcessService pid=7012 05-10 10:10:01.907 7012 7030 I cr_LibraryLoader: Using linker: org.chromium.base.library_loader.ModernLinker 05-10 10:10:02.088 7012 7030 I cr_LibraryLoader: Loading chrome_public 05-10 10:10:02.101 6995 6995 W art : Verification of void com.ebay.mobile.MyApp.log(java.lang.String) took 179.779ms 05-10 10:10:02.119 6937 6937 W art : Verification of void com.google.common.a.az.() took 130.798ms 05-10 10:10:02.239 6921 6974 W art : Method processed more than once: java.lang.String com.google.analytics.tracking.android.GAThread.initializeClientId() 05-10 10:10:02.240 6921 6974 I GAV2 : Thread[GAThread,5,main]: No campaign data found. 05-10 10:10:02.306 6937 6937 W art : Verification of boolean com.google.android.libraries.stitch.b.c.a(com.google.android.libraries.stitch.b.a) took 127.532ms 05-10 10:10:02.382 1034 1060 W ActivityManager: Launch timeout has expired, giving up wake lock! 05-10 10:10:02.391 6995 6995 I LoadedApk: No resource references to update in package common 05-10 10:10:02.391 6995 6995 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:02.392 6995 6995 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:02.677 6937 6937 W art : Verification of void com.google.android.apps.gmm.majorevents.b.a.() took 184.478ms 05-10 10:10:02.700 6995 6995 W art : Verification of void com.ebay.mobile.providers.ItemCacheProvider.() took 233.245ms 05-10 10:10:03.107 6937 6937 W art : Verification of void com.google.android.apps.gmm.base.app.at.(com.google.android.apps.gmm.base.app.au) took 429.962ms 05-10 10:10:03.287 1034 1472 D ConnectivityService: listenForNetwork for Listen from uid/pid:10034/6454 for NetworkRequest [ id=20, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] 05-10 10:10:03.438 1034 1986 I ActivityManager: Killing 6297:com.ksmobile.cb:kbrowser_service/u0a75 (adj 15): empty #17 05-10 10:10:03.501 6454 6454 W InstanceID/Rpc: Found 10011 05-10 10:10:03.857 6937 6937 W art : Verification of void com.google.android.apps.gmm.directions.h.d.d.(e.b.a) took 137.207ms 05-10 10:10:03.904 19675 19800 W art : Long monitor contention event with owner method=android.graphics.drawable.Drawable android.content.res.Resources.getDrawable(int, android.content.res.Resources$Theme, boolean) from Resources.java:832 waiters=0 for 257ms 05-10 10:10:03.908 1882 1882 I chatty : uid=10011 com.google.android.gms.persistent expire 3 lines 05-10 10:10:03.951 19675 19675 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings > 05-10 10:10:03.972 19675 19675 I Choreographer: Skipped 35 frames! The application may be doing too much work on its main thread. 05-10 10:10:04.221 6995 6995 W art : Method processed more than once: java.lang.String com.ebay.common.Preferences.decrypt(java.lang.String) 05-10 10:10:04.237 6937 6937 W art : Verification of void com.google.android.apps.gmm.directions.agencyinfo.k.(e.b.a) took 363.708ms 05-10 10:10:04.286 7012 7030 I cr_LibraryLoader: Time to load native libraries: 2377 ms (timestamps 1335-3712) 05-10 10:10:04.286 7012 7030 I cr_LibraryLoader: Expected native library version number "49.0.2571.0", actual native library version number "49.0.2571.0" 05-10 10:10:04.302 7012 7030 I chromium: [INFO:library_loader_hooks.cc(130)] Chromium logging enabled: level = 0, default verbosity = 0 05-10 10:10:04.432 6937 6937 W art : Verification of java.lang.Object com.google.android.apps.gmm.base.app.w.a() took 125.457ms 05-10 10:10:04.527 7012 7030 E libEGL : validate_display:255 error 3008 (EGL_BAD_DISPLAY) 05-10 10:10:04.527 7012 7030 I Adreno200-EGL: : EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081) 05-10 10:10:04.527 7012 7030 I Adreno200-EGL: Build Date: 06/25/13 Tue 05-10 10:10:04.527 7012 7030 I Adreno200-EGL: Local Branch: 05-10 10:10:04.527 7012 7030 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5 05-10 10:10:04.527 7012 7030 I Adreno200-EGL: Local Patches: NONE 05-10 10:10:04.527 7012 7030 I Adreno200-EGL: Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING 05-10 10:10:04.803 1034 1044 I art : Background partial concurrent mark sweep GC freed 22593(1548KB) AllocSpace objects, 6(148KB) LOS objects, 17% free, 18MB/22MB, paused 6.469ms total 192.260ms 05-10 10:10:04.962 7012 7030 W Adreno200-ES20: : GL_INVALID_ENUM 05-10 10:10:05.104 6937 6937 W art : Verification of void com.google.android.apps.gmm.mapsactivity.locationhistory.oobe.g.(e.b.a) took 234.680ms 05-10 10:10:05.346 1034 1845 I ActivityManager: Killing 21088:com.google.android.googlequicksearchbox:search/u0a26 (adj 15): empty #17 05-10 10:10:05.381 1034 1986 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=15, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@82ff162) 05-10 10:10:05.382 1034 1298 D ConnectivityService: releasing NetworkRequest NetworkRequest [ id=15, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] 05-10 10:10:05.382 1034 1297 D WifiService: Client connection lost with reason: 4 05-10 10:10:05.478 7012 7050 I OMXClient: Using client-side OMX mux. 05-10 10:10:05.566 1034 1845 E libprocessgroup: failed to kill 1 processes for processgroup 21088 05-10 10:10:05.677 28488 6828 E OMX : FAILED to allocate omx component 'OMX.qcom.audio.encoder.evrc' err=NotImplemented(0x80001006) 05-10 10:10:05.677 28488 6828 E OMX : FAILED to allocate omx component 'OMX.qcom.audio.encoder.qcelp13' err=NotImplemented(0x80001006) 05-10 10:10:05.678 28488 6828 E OMX : FAILED to allocate omx component 'AACEncoder' err=InvalidComponentName(0x80001002) 05-10 10:10:05.685 6828 6828 I Binder_2: type=1400 audit(0.0:1189): avc: denied { read write } for name="msm_vidc_enc" dev="tmpfs" ino=733 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 05-10 10:10:05.685 6828 6828 I Binder_2: type=1400 audit(0.0:1190): avc: denied { open } for name="msm_vidc_enc" dev="tmpfs" ino=733 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 05-10 10:10:05.693 28488 6828 E OMX-VENC: (224) - 05-10 10:10:05.693 28488 6828 E OMX-VENC: Is component secure 0 05-10 10:10:05.705 6828 6828 I Binder_2: type=1400 audit(0.0:1191): avc: denied { ioctl } for path="/dev/msm_vidc_enc" dev="tmpfs" ino=733 ioctlcmd=5001 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 05-10 10:10:05.714 28488 6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:1, Level:128 05-10 10:10:05.714 28488 6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:32768, Level:128 05-10 10:10:05.714 28488 6828 E OMX-VENC: (4423) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported nProfileIndex ret NoMore 2 05-10 10:10:05.714 28488 6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:32768, Level:128 05-10 10:10:05.714 28488 6828 E OMX-VENC: (1705) - Invalid entry returned from get_supported_profile_level 32768, 128 05-10 10:10:05.717 28488 6828 W ACodec : do not know color format 0x7fa30c06 = 2141391878 05-10 10:10:05.717 28488 6828 W ACodec : do not know color format 0x7f000789 = 2130708361 05-10 10:10:05.717 28488 6828 W ACodec : do not know color format 0x0 = 0 05-10 10:10:05.736 28488 6828 E OMX-VENC: (4664) - 05-10 10:10:05.736 28488 6828 E OMX-VENC: Destroy C2D instance 05-10 10:10:05.737 28488 6828 E OMX-VENC: (224) - 05-10 10:10:05.737 28488 6828 E OMX-VENC: Is component secure 0 05-10 10:10:05.763 28488 6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:1, Level:128 05-10 10:10:05.763 28488 6828 E OMX-VENC: (4405) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported nProfileIndex ret NoMore 1 05-10 10:10:05.763 28488 6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:1, Level:128 05-10 10:10:05.763 28488 6828 E OMX-VENC: (1705) - Invalid entry returned from get_supported_profile_level 1, 128 05-10 10:10:05.763 28488 6828 W ACodec : do not know color format 0x7fa30c06 = 2141391878 05-10 10:10:05.763 28488 6828 W ACodec : do not know color format 0x7f000789 = 2130708361 05-10 10:10:05.763 28488 6828 W ACodec : do not know color format 0x0 = 0 05-10 10:10:05.786 28488 6828 E OMX-VENC: (4664) - 05-10 10:10:05.786 28488 6828 E OMX-VENC: Destroy C2D instance 05-10 10:10:05.787 28488 6828 E OMX-VENC: (224) - 05-10 10:10:05.787 28488 6828 E OMX-VENC: Is component secure 0 05-10 10:10:05.813 28488 6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:1, Level:2048 05-10 10:10:05.814 28488 6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:2, Level:2048 05-10 10:10:05.814 28488 6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:8, Level:2048 05-10 10:10:05.814 28488 6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:8, Level:2048 05-10 10:10:05.814 28488 6828 E OMX-VENC: (1705) - Invalid entry returned from get_supported_profile_level 8, 2048 05-10 10:10:05.814 28488 6828 W ACodec : do not know color format 0x7fa30c06 = 2141391878 05-10 10:10:05.814 28488 6828 W ACodec : do not know color format 0x7f000789 = 2130708361 05-10 10:10:05.814 28488 6828 W ACodec : do not know color format 0x0 = 0 05-10 10:10:05.836 28488 6828 E OMX-VENC: (4664) - 05-10 10:10:05.836 28488 6828 E OMX-VENC: Destroy C2D instance 05-10 10:10:05.838 28488 6828 E OMX : FAILED to allocate omx component 'OMX.qcom.audio.decoder.wma' err=NotImplemented(0x80001006) 05-10 10:10:05.838 28488 6828 E OMX : FAILED to allocate omx component 'OMX.qcom.audio.decoder.wmaLossLess' err=NotImplemented(0x80001006) 05-10 10:10:05.838 28488 6828 E OMX : FAILED to allocate omx component 'OMX.qcom.audio.decoder.wma10Pro' err=NotImplemented(0x80001006) 05-10 10:10:05.839 28488 6828 E OMX : FAILED to allocate omx component 'OMX.qcom.audio.decoder.amrwbplus' err=InvalidComponentName(0x80001002) 05-10 10:10:05.839 28488 6828 E OMX : FAILED to allocate omx component 'MP3Decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:05.839 28488 6828 E OMX : FAILED to allocate omx component 'AACDecoder' err=InvalidComponentName(0x80001002) 05-10 10:10:05.839 28488 6828 E OMX : FAILED to allocate omx component 'OMX.qcom.audio.decoder.Qcelp13' err=NotImplemented(0x80001006) 05-10 10:10:05.840 28488 6828 E OMX : FAILED to allocate omx component 'OMX.qcom.audio.decoder.evrc' err=NotImplemented(0x80001006) 05-10 10:10:05.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:05.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:05.843 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:05.843 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@f4cf9e0 05-10 10:10:05.843 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40294973502000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=117.33856, y[0]=324.57736, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40294973, downTime=40294973, deviceId=1, source=0x1002 } 05-10 10:10:05.843 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:05.843 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40294973502000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=117.33856, y[0]=324.57736, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40294973, downTime=40294973, deviceId=1, source=0x1002 } 05-10 10:10:05.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 12 delayed writes, thread 0x74480000 05-10 10:10:05.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:10:05.893 28488 6828 E OMX-VDEC-1080P: (2811) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported ret NoMore 05-10 10:10:05.893 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:05.893 28488 6828 W ACodec : do not know color format 0x7fa30c03 = 2141391875 05-10 10:10:05.894 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:05.894 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:05.894 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented 05-10 10:10:05.894 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented 05-10 10:10:05.894 28488 6828 E OMXNodeInstance: getExtensionIndex(12:qcom.decoder.vc1, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006) 05-10 10:10:05.894 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented 05-10 10:10:05.894 28488 6828 E OMXNodeInstance: getExtensionIndex(12:qcom.decoder.vc1, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006) 05-10 10:10:05.894 28488 7093 E OMX-VDEC-1080P: (195) - 05-10 10:10:05.894 28488 7093 E OMX-VDEC-1080P: Error in ioctl read next msg 05-10 10:10:05.926 28488 6828 E OMX_C2D : (111) - 05-10 10:10:05.926 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:05.926 28488 6828 E OMX_C2D : (111) - 05-10 10:10:05.926 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:05.937 1034 1061 W art : Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.serviceDoneExecuting(android.os.IBinder, int, int, int) from ActivityManagerService.java:16158 waiters=0 for 222ms 05-10 10:10:05.937 1034 2321 W art : Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.serviceDoneExecuting(android.os.IBinder, int, int, int) from ActivityManagerService.java:16158 waiters=1 for 556ms 05-10 10:10:05.955 28488 6828 E OMX-VDEC-1080P: (1500) - DIVX 5/6 Decoder selected 05-10 10:10:05.956 28488 6828 E OMX-VDEC-1080P: (2811) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported ret NoMore 05-10 10:10:05.956 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:05.956 28488 6828 W ACodec : do not know color format 0x7fa30c03 = 2141391875 05-10 10:10:05.956 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:05.956 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:05.956 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented 05-10 10:10:05.956 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented 05-10 10:10:05.956 28488 6828 E OMXNodeInstance: getExtensionIndex(13:qcom.decoder.divx, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006) 05-10 10:10:05.956 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented 05-10 10:10:05.956 28488 6828 E OMXNodeInstance: getExtensionIndex(13:qcom.decoder.divx, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006) 05-10 10:10:05.959 28488 7096 E OMX-VDEC-1080P: (231) - 05-10 10:10:05.959 28488 7096 E OMX-VDEC-1080P: ERROR: read from pipe failed, ret -1 errno 9 05-10 10:10:05.962 28488 7097 E OMX-VDEC-1080P: (195) - 05-10 10:10:05.962 28488 7097 E OMX-VDEC-1080P: Error in ioctl read next msg 05-10 10:10:05.963 1882 6302 I chatty : uid=10011(com.google.android.gms) Binder_A expire 2 lines 05-10 10:10:05.965 1034 1298 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=15, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] 05-10 10:10:05.986 28488 6828 E OMX_C2D : (111) - 05-10 10:10:05.986 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:05.986 28488 6828 E OMX_C2D : (111) - 05-10 10:10:05.986 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:06.005 6454 7029 W Sync_Signin: Auth token - IO exception 05-10 10:10:06.005 6454 7029 W Sync_Signin: java.io.IOException: NetworkError 05-10 10:10:06.005 6454 7029 W Sync_Signin: at android.accounts.AccountManager.convertErrorToException(AccountManager.java:2135) 05-10 10:10:06.005 6454 7029 W Sync_Signin: at android.accounts.AccountManager.-wrap0(AccountManager.java) 05-10 10:10:06.005 6454 7029 W Sync_Signin: at android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:1993) 05-10 10:10:06.005 6454 7029 W Sync_Signin: at android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse.java:69) 05-10 10:10:06.005 6454 7029 W Sync_Signin: at android.os.Binder.execTransact(Binder.java:453) 05-10 10:10:06.014 28488 6828 E OMX-VDEC-1080P: (2811) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported ret NoMore 05-10 10:10:06.014 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:06.014 28488 6828 W ACodec : do not know color format 0x7fa30c03 = 2141391875 05-10 10:10:06.014 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:06.014 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:06.014 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented 05-10 10:10:06.014 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented 05-10 10:10:06.014 28488 6828 E OMXNodeInstance: getExtensionIndex(14:qcom.decoder.divx311, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006) 05-10 10:10:06.014 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented 05-10 10:10:06.014 28488 6828 E OMXNodeInstance: getExtensionIndex(14:qcom.decoder.divx311, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006) 05-10 10:10:06.014 28488 7101 E OMX-VDEC-1080P: (195) - 05-10 10:10:06.014 28488 7101 E OMX-VDEC-1080P: Error in ioctl read next msg 05-10 10:10:06.036 28488 6828 E OMX_C2D : (111) - 05-10 10:10:06.036 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:06.036 28488 6828 E OMX_C2D : (111) - 05-10 10:10:06.036 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:06.063 28488 6828 E OMX-VDEC-1080P: (1490) - DIVX 4 Decoder selected 05-10 10:10:06.064 28488 6828 E OMX-VDEC-1080P: (2811) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported ret NoMore 05-10 10:10:06.064 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:06.064 28488 6828 W ACodec : do not know color format 0x7fa30c03 = 2141391875 05-10 10:10:06.064 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:06.064 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:06.064 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented 05-10 10:10:06.064 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented 05-10 10:10:06.064 28488 6828 E OMXNodeInstance: getExtensionIndex(15:qcom.decoder.divx4, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006) 05-10 10:10:06.064 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented 05-10 10:10:06.065 28488 6828 E OMXNodeInstance: getExtensionIndex(15:qcom.decoder.divx4, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006) 05-10 10:10:06.068 28488 7105 E OMX-VDEC-1080P: (195) - 05-10 10:10:06.068 28488 7105 E OMX-VDEC-1080P: Error in ioctl read next msg 05-10 10:10:06.086 28488 6828 E OMX_C2D : (111) - 05-10 10:10:06.086 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:06.086 28488 6828 E OMX_C2D : (111) - 05-10 10:10:06.086 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:06.114 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:06.114 28488 6828 W ACodec : do not know color format 0x7fa30c03 = 2141391875 05-10 10:10:06.114 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:06.114 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:06.114 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented 05-10 10:10:06.114 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented 05-10 10:10:06.114 28488 6828 E OMXNodeInstance: getExtensionIndex(16:qcom.decoder.avc, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006) 05-10 10:10:06.114 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented 05-10 10:10:06.114 28488 6828 E OMXNodeInstance: getExtensionIndex(16:qcom.decoder.avc, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006) 05-10 10:10:06.115 28488 7108 E OMX-VDEC-1080P: (195) - 05-10 10:10:06.115 28488 7108 E OMX-VDEC-1080P: Error in ioctl read next msg 05-10 10:10:06.128 6995 6995 W art : Method processed more than once: void com.ebay.common.ObfuscatedData.() 05-10 10:10:06.137 28488 6828 E OMX_C2D : (111) - 05-10 10:10:06.137 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:06.137 28488 6828 E OMX_C2D : (111) - 05-10 10:10:06.137 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:06.139 1034 1503 W Parcel : Attempt to read object from Parcel 0x556bd7dc at offset 208 that is not in the object list 05-10 10:10:06.181 1034 1980 D ZenLog : config: QSTile.DndTile,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,automaticRules={0c658926e57147dcad4d27bbe7c0ab20=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], ea11141db0f94f55bb6e529e940723f2=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0,condition=Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], 446149d0f5124aada4b11f2186fd3c30=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.EventConditionProvider}]},manualRule=ZenRule[enabled=true,snoozing=false,name=null,zenMode=ZEN_MODE_ALARMS,conditionId=null,condition=null,component=null]],Diff[manualRule:insert] 05-10 10:10:06.189 1034 1980 D ZenLog : set_zen_mode: alarms,QSTile.DndTile 05-10 10:10:06.222 1034 1980 D ZenLog : set_ringer_mode_internal: ZenModeHelper,i:normal->silent,e:normal->silent 05-10 10:10:06.232 19675 19707 I vol.Events: writeEvent internal_ringer_mode_changed silent 05-10 10:10:06.234 19675 19707 I vol.Events: writeEvent mute_changed STREAM_RING true 05-10 10:10:06.237 19675 19707 I vol.Events: writeEvent mute_changed STREAM_SYSTEM true 05-10 10:10:06.239 19675 19707 I vol.Events: writeEvent external_ringer_mode_changed silent 05-10 10:10:06.311 19675 19707 I vol.Events: writeEvent zen_mode_changed alarms 05-10 10:10:06.384 6995 6995 W art : Verification of void android.support.v4.content.WakefulBroadcastReceiver.() took 113.769ms 05-10 10:10:06.423 6937 7115 W art : Method processed more than once: java.lang.String com.google.q.t.i() 05-10 10:10:06.542 6937 6948 W art : Suspending all threads took: 6.347ms 05-10 10:10:06.548 6937 6937 W art : Verification of void com.google.android.apps.gmm.map.l.bl.run() took 106.872ms 05-10 10:10:06.729 6937 7115 W art : Verification of void com.google.w.a.a.aoq.a(com.google.q.v) took 168.395ms 05-10 10:10:06.729 6937 6937 W art : Verification of void com.google.android.apps.gmm.shared.h.d.(java.lang.Class, com.google.android.apps.gmm.shared.h.k, com.google.android.apps.gmm.shared.j.b.ad) took 146.697ms 05-10 10:10:06.769 6937 6948 W art : Suspending all threads took: 8.758ms 05-10 10:10:06.838 6995 7111 W Connector: Unable to resolve host "sofe.ebay.com": No address associated with hostname 05-10 10:10:06.931 6937 7116 W art : Verification of void com.google.w.a.a.he.() took 357.757ms 05-10 10:10:07.069 6937 7122 W art : Verification of void com.google.android.apps.gmm.map.internal.store.bs.() took 165.405ms 05-10 10:10:07.092 6937 7115 W art : Verification of void com.google.w.a.a.clh.() took 162.628ms 05-10 10:10:07.105 6937 7116 W art : Verification of void com.google.w.a.a.bey.() took 125.610ms 05-10 10:10:07.105 6937 7117 W art : Verification of void com.google.android.apps.gmm.map.internal.c.dr.() took 182.861ms 05-10 10:10:07.124 6482 6482 W art : Verification of void sbg.() took 178.527ms 05-10 10:10:07.146 1034 1845 D ZenLog : config: ZenModePanel.selectCondition,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,automaticRules={0c658926e57147dcad4d27bbe7c0ab20=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], ea11141db0f94f55bb6e529e940723f2=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0,condition=Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], 446149d0f5124aada4b11f2186fd3c30=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.EventConditionProvider}]},manualRule=ZenRule[enabled=true,snoozing=false,name=null,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/countdown/1462893007112,condition=null,component=ComponentInfo{android/com.android.server.notification.CountdownConditionProvider}]],Diff[manualRule.conditionId:null->condition://android/countdown/1462893007112,manualRule.component:null->ComponentInfo{android/com.android.server.notification.CountdownConditionProvider}] 05-10 10:10:07.153 1034 1845 D ConditionProviders: Subscribing to condition://android/countdown/1462893007112 with ComponentInfo{android/com.android.server.notification.CountdownConditionProvider} 05-10 10:10:07.154 1034 1845 D ZenLog : subscribe: condition://android/countdown/1462893007112,ok 05-10 10:10:07.162 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer... 05-10 10:10:07.163 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer... 05-10 10:10:07.189 6995 7110 W art : Long monitor contention event with owner method=long android.database.sqlite.SQLiteConnection.nativeOpen(java.lang.String, int, java.lang.String, boolean, boolean) from SQLiteConnection.java:4294967294 waiters=0 for 397ms 05-10 10:10:07.205 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:07.205 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@f4cf9e0 05-10 10:10:07.205 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40296617911000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=132.32391, y[0]=312.593, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40296617, downTime=40296617, deviceId=1, source=0x1002 } 05-10 10:10:07.205 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:07.205 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40294973502000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=117.33856, y[0]=324.57736, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40294973, downTime=40294973, deviceId=1, source=0x1002 } 05-10 10:10:07.205 19675 19675 D InputEventConsistencyVerifier: 2: sent at 40294973502000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=117.33856, y[0]=324.57736, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40294973, downTime=40294973, deviceId=1, source=0x1002 } 05-10 10:10:07.245 6937 6948 W art : Suspending all threads took: 66.131ms 05-10 10:10:07.255 6937 7115 W art : Verification of void com.google.w.a.a.cli.() took 147.003ms 05-10 10:10:07.256 6937 7117 W art : Verification of com.google.android.apps.gmm.map.internal.c.dq com.google.android.apps.gmm.map.internal.c.dr.a(int, int, int, com.google.android.apps.gmm.map.api.model.av, com.google.android.apps.gmm.map.internal.c.ds) took 126.464ms 05-10 10:10:07.264 6937 7116 W art : Verification of java.lang.Object com.google.w.a.a.sm.a(com.google.q.bi, java.lang.Object, java.lang.Object) took 132.476ms 05-10 10:10:07.271 6482 6482 W art : Verification of void sbf.(android.content.Context) took 147.003ms 05-10 10:10:07.325 6937 7121 W art : Verification of void com.google.android.gms.clearcut.b.() took 190.124ms 05-10 10:10:07.327 6937 7122 W art : Verification of void com.google.android.apps.gmm.map.internal.store.bs.a(com.google.android.apps.gmm.map.internal.store.ca, int, com.google.maps.c.d) took 255.401ms 05-10 10:10:07.761 1034 2321 I ActivityManager: Start proc 7128:com.google.android.inputmethod.latin/u0a100 for broadcast com.google.android.inputmethod.latin/com.android.inputmethod.dictionarypack.EventHandler 05-10 10:10:07.774 6937 7116 W art : Verification of java.lang.Object com.google.w.a.a.alk.a(com.google.q.bi, java.lang.Object, java.lang.Object) took 102.691ms 05-10 10:10:07.811 6937 7121 W art : Verification of java.lang.String com.google.android.gms.clearcut.h.toString() took 214.965ms 05-10 10:10:07.814 7128 7128 I art : Late-enabling JIT 05-10 10:10:07.831 7128 7128 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:10:08.411 7128 7128 I LoadedApk: No resource references to update in package common 05-10 10:10:08.423 7128 7128 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:08.423 7128 7128 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:08.448 1034 1980 I ActivityManager: Killing 6526:com.android.chrome/u0a94 (adj 15): empty #17 05-10 10:10:08.725 21435 21435 I chatty : uid=10011(com.google.android.gms) expire 1 line 05-10 10:10:08.796 21435 7146 I chatty : uid=10011(com.google.android.gms) expire 3 lines 05-10 10:10:08.807 7128 7145 I DictionaryProvider:UpdateHandler: downloadFinished() : DownloadId = 228 05-10 10:10:08.881 21435 6452 I chatty : uid=10011(com.google.android.gms) iu-sync-manager expire 3 lines 05-10 10:10:08.889 6937 7116 W art : Verification of java.lang.Object com.google.w.a.a.cge.a(com.google.q.bi, java.lang.Object, java.lang.Object) took 376.922ms 05-10 10:10:08.966 6995 7095 W art : Verification of void com.google.gson.internal.bind.TypeAdapters.() took 469.635ms 05-10 10:10:09.462 6937 7122 W art : Verification of void com.google.common.h.w.() took 1.247s 05-10 10:10:09.508 6937 7116 W art : Verification of java.lang.Object com.google.w.a.a.azz.a(com.google.q.bi, java.lang.Object, java.lang.Object) took 108.673ms 05-10 10:10:09.579 6349 7151 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:09.599 6995 7095 W art : Verification of boolean com.google.gson.reflect.TypeToken.isAssignableFrom(java.lang.reflect.Type, java.lang.reflect.ParameterizedType, java.util.Map) took 150.787ms 05-10 10:10:09.633 1034 1974 I ActivityManager: Start proc 7152:com.google.android.googlequicksearchbox:search/u0a26 for broadcast com.google.android.googlequicksearchbox/.SearchWidgetProvider 05-10 10:10:09.643 6414 6414 W System.err: java.lang.IllegalArgumentException: invalid provider: null 05-10 10:10:09.654 6414 6414 W System.err: at android.location.LocationManager.checkProvider(LocationManager.java:1704) 05-10 10:10:09.654 6414 6414 W System.err: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:459) 05-10 10:10:09.654 6414 6414 W System.err: at io.wecloud.message.ClientService.onCreate(Unknown Source) 05-10 10:10:09.654 6414 6414 W System.err: at android.app.ActivityThread.handleCreateService(ActivityThread.java:2921) 05-10 10:10:09.654 6414 6414 W System.err: at android.app.ActivityThread.-wrap4(ActivityThread.java) 05-10 10:10:09.654 6414 6414 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446) 05-10 10:10:09.654 6414 6414 W System.err: at android.os.Handler.dispatchMessage(Handler.java:102) 05-10 10:10:09.654 6414 6414 W System.err: at android.os.Looper.loop(Looper.java:148) 05-10 10:10:09.654 6414 6414 W System.err: at android.app.ActivityThread.main(ActivityThread.java:5471) 05-10 10:10:09.654 6414 6414 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-10 10:10:09.654 6414 6414 W System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 05-10 10:10:09.654 6414 6414 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 05-10 10:10:09.692 6937 6937 W art : Verification of void com.google.android.apps.gmm.base.app.az.(com.google.android.apps.gmm.base.app.at, com.google.android.apps.gmm.shared.f.a.e) took 101.135ms 05-10 10:10:09.704 7152 7152 I art : Late-enabling JIT 05-10 10:10:09.724 7152 7152 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:10:09.781 6349 7151 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:09.913 6995 7095 W art : Verification of java.lang.Object com.google.gson.internal.ConstructorConstructor$3.construct() took 211.425ms 05-10 10:10:10.099 1034 1058 W art : Long monitor contention event with owner method=android.content.pm.ParceledListSlice com.android.server.pm.PackageManagerService.getInstalledPackages(int, int) from PackageManagerService.java:5386 waiters=1 for 272ms 05-10 10:10:10.100 1034 1503 W art : Long monitor contention event with owner method=android.content.pm.ParceledListSlice com.android.server.pm.PackageManagerService.getInstalledPackages(int, int) from PackageManagerService.java:5386 waiters=2 for 241ms 05-10 10:10:10.137 1882 1882 I chatty : uid=10011 com.google.android.gms.persistent expire 2 lines 05-10 10:10:10.163 6414 7164 W System.err: java.lang.InterruptedException 05-10 10:10:10.163 6414 7164 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:10:10.163 6414 7164 W System.err: at nv.run(Unknown Source) 05-10 10:10:10.257 6937 6937 W art : Method processed more than once: void com.google.android.apps.gmm.map.util.a.f.d(java.lang.Object) 05-10 10:10:10.316 6995 7095 W art : Verification of com.ebay.nautilus.kernel.EbayIdentity$Fingerprint4pp$DeviceOs[] com.ebay.nautilus.kernel.EbayIdentity$Fingerprint4pp$DeviceOs.values() took 134.155ms 05-10 10:10:10.345 1882 7173 I chatty : uid=10011 com.google.android.gms.persistent expire 2 lines 05-10 10:10:10.413 6349 7151 W System.err: java.net.UnknownHostException: Unable to resolve host "goload.wecloud.io": No address associated with hostname 05-10 10:10:10.413 6349 7151 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:10:10.413 6349 7151 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:10:10.413 6349 7151 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:10:10.413 6349 7151 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:10:10.413 6349 7151 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:10:10.413 6349 7151 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:10:10.413 6349 7151 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:10:10.413 6349 7151 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:10:10.413 6349 7151 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:10:10.413 6349 7151 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:10:10.413 6349 7151 W System.err: at auk.a(Unknown Source) 05-10 10:10:10.414 6349 7151 W System.err: at auk.run(Unknown Source) 05-10 10:10:10.414 6349 7151 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:10:10.414 6349 7151 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:10:10.414 6349 7151 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:10:10.414 6349 7151 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:10:10.414 6349 7151 W System.err: ... 11 more 05-10 10:10:10.421 6937 7115 W art : Verification of int com.google.q.dt.a(java.lang.CharSequence, byte[], int, int) took 109.558ms 05-10 10:10:10.432 6937 7122 W art : Verification of void com.google.common.h.cw.() took 151.000ms 05-10 10:10:10.454 6414 7168 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:10.455 6414 7168 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:10.474 6414 7168 W System.err: java.net.UnknownHostException: Unable to resolve host "goload.wecloud.io": No address associated with hostname 05-10 10:10:10.474 6414 7168 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:10:10.474 6414 7168 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:10:10.474 6414 7168 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:10:10.474 6414 7168 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:10:10.474 6414 7168 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:10:10.475 6414 7168 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:10:10.475 6414 7168 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:10:10.475 6414 7168 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:10:10.475 6414 7168 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:10:10.475 6414 7168 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:10:10.475 6414 7168 W System.err: at nl.a(Unknown Source) 05-10 10:10:10.475 6414 7168 W System.err: at nl.run(Unknown Source) 05-10 10:10:10.475 6414 7168 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:10:10.475 6414 7168 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:10:10.475 6414 7168 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:10:10.475 6414 7168 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:10:10.475 6414 7168 W System.err: ... 11 more 05-10 10:10:10.494 6995 7095 W Connector: Unable to resolve host "svcs.ebay.com": No address associated with hostname 05-10 10:10:10.611 7152 7163 W art : Suspending all threads took: 19.165ms 05-10 10:10:10.615 1882 7179 I chatty : uid=10011 com.google.android.gms.persistent expire 2 lines 05-10 10:10:10.662 6937 6937 W art : Verification of boolean com.google.android.gms.common.i.b(android.content.pm.PackageInfo, boolean) took 104.125ms 05-10 10:10:10.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:10.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:10.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:10:11.075 7152 7152 W art : Verification of void com.google.android.apps.gsa.velvet.VelvetApplication.() took 425.598ms 05-10 10:10:11.428 6937 6937 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:11.588 6937 6948 W art : Suspending all threads took: 27.709ms 05-10 10:10:11.614 6937 6937 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:11.616 6937 6937 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:11.796 6937 6937 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:11.797 6937 6937 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:11.828 6937 6937 V JNIHelp : Registering com/google/android/gms/org/conscrypt/NativeCrypto's 254 native methods... 05-10 10:10:11.859 7152 7152 I LoadedApk: No resource references to update in package common 05-10 10:10:11.892 7152 7152 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:11.895 7152 7152 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:12.008 6937 6937 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL 05-10 10:10:12.699 7152 7152 W art : Verification of void com.google.android.apps.gsa.velvet.c.(com.google.android.apps.gsa.velvet.d) took 182.769ms 05-10 10:10:12.807 7152 7152 W art : Verification of void com.google.android.apps.gsa.velvet.c.a(com.google.android.apps.gsa.velvet.d) took 106.323ms 05-10 10:10:12.850 6937 7117 W art : Long monitor contention event with owner method=com.google.android.apps.gmm.map.internal.store.dj com.google.android.apps.gmm.map.l.s.a(com.google.android.apps.gmm.map.internal.store.a.c, com.google.android.apps.gmm.map.api.c) from PG:297 waiters=0 for 653ms 05-10 10:10:12.941 6937 7116 W art : Method processed more than once: java.lang.String com.google.android.apps.gmm.o.a.a.a(byte[], char[], int, int) 05-10 10:10:12.993 7128 7145 I art : Waiting for a blocking GC DisableMovingGc 05-10 10:10:12.996 7128 7145 I art : Starting a blocking GC DisableMovingGc 05-10 10:10:13.028 7152 7152 W art : Verification of void com.google.android.apps.gsa.velvet.c.c(com.google.android.apps.gsa.velvet.d) took 136.688ms 05-10 10:10:13.118 6937 7122 W art : Verification of void android.support.v4.i.t.() took 188.415ms 05-10 10:10:13.144 7152 7163 W art : Suspending all threads took: 10.467ms 05-10 10:10:13.225 6937 7116 W art : Verification of void com.google.android.apps.gmm.shared.b.k.(int, java.lang.String, com.google.android.apps.gmm.shared.b.b, boolean) took 126.556ms 05-10 10:10:13.378 6937 7116 W art : Verification of boolean d.a.a.a.d.o.isEmpty() took 146.026ms 05-10 10:10:13.636 28488 6828 E OMX-VDEC-1080P: (1387) - 05-10 10:10:13.636 28488 6828 E OMX-VDEC-1080P: Omx_vdec::Comp Init Returning failure, errno 13 05-10 10:10:13.637 1034 1830 W Parcel : Attempt to read object from Parcel 0x54e7f7dc at offset 216 that is not in the object list 05-10 10:10:13.638 28488 6828 E OMX_C2D : (111) - 05-10 10:10:13.638 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:13.638 28488 6828 E OMX_C2D : (111) - 05-10 10:10:13.638 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:13.638 28488 6828 E OMX : FAILED to allocate omx component 'OMX.qcom.video.decoder.avc.secure' err=InsufficientResources(0x80001000) 05-10 10:10:13.663 28488 6828 E OMX-VDEC-1080P: (2805) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported nProfileIndex ret NoMore 2 05-10 10:10:13.663 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:13.663 28488 6828 W ACodec : do not know color format 0x7fa30c03 = 2141391875 05-10 10:10:13.663 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:13.663 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:13.663 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented 05-10 10:10:13.663 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented 05-10 10:10:13.664 28488 6828 E OMXNodeInstance: getExtensionIndex(17:qcom.decoder.mpeg2, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006) 05-10 10:10:13.664 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented 05-10 10:10:13.664 28488 6828 E OMXNodeInstance: getExtensionIndex(17:qcom.decoder.mpeg2, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006) 05-10 10:10:13.664 28488 7187 E OMX-VDEC-1080P: (195) - 05-10 10:10:13.664 28488 7187 E OMX-VDEC-1080P: Error in ioctl read next msg 05-10 10:10:13.686 28488 6828 E OMX_C2D : (111) - 05-10 10:10:13.686 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:13.686 28488 6828 E OMX_C2D : (111) - 05-10 10:10:13.686 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:13.713 28488 6828 E OMX-VDEC-1080P: (2787) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported nProfileIndex ret NoMore 2 05-10 10:10:13.713 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:13.713 28488 6828 W ACodec : do not know color format 0x7fa30c03 = 2141391875 05-10 10:10:13.713 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:13.713 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:13.713 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented 05-10 10:10:13.713 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented 05-10 10:10:13.714 28488 6828 E OMXNodeInstance: getExtensionIndex(18:qcom.decoder.mpeg4, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006) 05-10 10:10:13.714 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented 05-10 10:10:13.714 28488 6828 E OMXNodeInstance: getExtensionIndex(18:qcom.decoder.mpeg4, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006) 05-10 10:10:13.714 28488 7190 E OMX-VDEC-1080P: (195) - 05-10 10:10:13.714 28488 7190 E OMX-VDEC-1080P: Error in ioctl read next msg 05-10 10:10:13.726 7152 7152 W art : Verification of void com.google.android.apps.gsa.search.core.w.(d.a.a) took 156.555ms 05-10 10:10:13.736 28488 6828 E OMX_C2D : (111) - 05-10 10:10:13.736 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:13.736 28488 6828 E OMX_C2D : (111) - 05-10 10:10:13.736 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:13.744 6454 6454 W art : Verification of void com.google.ipc.invalidation.ticl.android2.a.() took 235.961ms 05-10 10:10:13.764 28488 6828 E OMX-VDEC-1080P: (2769) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported nProfileIndex ret NoMore 1 05-10 10:10:13.764 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:13.764 28488 6828 W ACodec : do not know color format 0x7fa30c03 = 2141391875 05-10 10:10:13.764 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:13.764 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented 05-10 10:10:13.764 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented 05-10 10:10:13.764 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented 05-10 10:10:13.764 28488 6828 E OMXNodeInstance: getExtensionIndex(19:qcom.decoder.h263, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006) 05-10 10:10:13.764 28488 6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented 05-10 10:10:13.764 28488 6828 E OMXNodeInstance: getExtensionIndex(19:qcom.decoder.h263, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006) 05-10 10:10:13.764 28488 7194 E OMX-VDEC-1080P: (195) - 05-10 10:10:13.764 28488 7194 E OMX-VDEC-1080P: Error in ioctl read next msg 05-10 10:10:13.786 28488 6828 E OMX_C2D : (111) - 05-10 10:10:13.786 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:13.786 28488 6828 E OMX_C2D : (111) - 05-10 10:10:13.786 28488 6828 E OMX_C2D : Destroy C2D instance 05-10 10:10:13.804 28488 6828 W OMXNodeInstance: [1a:google.mpeg4.decoder] component does not support metadata mode; using fallback 05-10 10:10:13.816 28488 6828 W OMXNodeInstance: [1b:google.mpeg4.decoder] component does not support metadata mode; using fallback 05-10 10:10:13.823 28488 6828 W MediaCodecList: ignoring Limit specified outside of a Type 05-10 10:10:13.823 28488 6828 W MediaCodecList: ignoring Limit specified outside of a Type 05-10 10:10:13.823 28488 6828 W MediaCodecList: ignoring Limit specified outside of a Type 05-10 10:10:13.823 28488 6828 W MediaCodecList: ignoring Limit specified outside of a Type 05-10 10:10:13.823 28488 6828 W MediaCodecList: ignoring Limit specified outside of a Type 05-10 10:10:13.823 28488 6828 W MediaCodecList: ignoring Feature specified outside of a Type 05-10 10:10:13.826 28488 6828 W OMXNodeInstance: [1c:google.h263.decoder] component does not support metadata mode; using fallback 05-10 10:10:13.857 28488 6828 W OMXNodeInstance: [1d:google.h264.decoder] component does not support metadata mode; using fallback 05-10 10:10:13.885 28488 6828 W OMXNodeInstance: [1e:google.hevc.decoder] component does not support metadata mode; using fallback 05-10 10:10:13.904 28488 6828 W OMXNodeInstance: [1f:google.vp8.decoder] component does not support metadata mode; using fallback 05-10 10:10:13.914 28488 6828 W OMXNodeInstance: [20:google.vp9.decoder] component does not support metadata mode; using fallback 05-10 10:10:13.942 28488 6828 I SoftMPEG4Encoder: Construct SoftMPEG4Encoder 05-10 10:10:13.943 28488 6828 W ACodec : do not know color format 0x7f000789 = 2130708361 05-10 10:10:13.995 28488 6828 W ACodec : do not know color format 0x7f000789 = 2130708361 05-10 10:10:13.999 28488 6828 I SoftMPEG4Encoder: Construct SoftMPEG4Encoder 05-10 10:10:13.999 28488 6828 W ACodec : do not know color format 0x7f000789 = 2130708361 05-10 10:10:14.299 28488 6828 W ACodec : do not know color format 0x7f000789 = 2130708361 05-10 10:10:14.306 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.aac.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.307 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.ape.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.307 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.atrial.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.308 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.dts.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.308 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.flac.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.309 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.mp2.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.309 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.ra.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.309 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.wma.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.310 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.divx.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.310 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.flv1.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.311 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.mpeg2.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.312 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.mpeg4.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.312 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.rv.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.313 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.vc1.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.313 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.vtrial.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.314 28488 6828 E OMX : FAILED to allocate omx component 'OMX.ffmpeg.wmv.decoder' err=InvalidComponentName(0x80001002) 05-10 10:10:14.315 28488 6828 W MediaCodecList: unable to open media codecs configuration xml file: /etc/media_codecs_performance.xml 05-10 10:10:14.321 28488 6828 W MediaCodecList: unable to open media codecs configuration xml file: /data/misc/media/media_codecs_profiling_results.xml 05-10 10:10:14.665 7152 7152 W art : Verification of void com.google.android.apps.gsa.searchnow.b.(d.a.a, d.a.a, d.a.a, d.a.a, d.a.a, d.a.a, d.a.a, d.a.a, d.a.a, d.a.a) took 382.019ms 05-10 10:10:14.678 1034 2321 W art : Long monitor contention event with owner method=void com.android.server.pm.PackageManagerService$PackageHandler.doHandleMessage(android.os.Message) from PackageManagerService.java:1556 waiters=0 for 238ms 05-10 10:10:14.976 6454 7182 W chromium: [WARNING:server_connection_manager.cc(296)] ServerConnectionManager forcing SYNC_AUTH_ERROR 05-10 10:10:14.976 6454 7182 W chromium: [WARNING:syncer_proto_util.cc(351)] Error posting from syncer: Response Code (bogus on error): -1 Content-Length (bogus on error): -1 Server Status: SYNC_AUTH_ERROR 05-10 10:10:15.149 1034 2289 W art : Long monitor contention event with owner method=void com.android.server.pm.PackageManagerService$PackageHandler.doHandleMessage(android.os.Message) from PackageManagerService.java:1324 waiters=0 for 469ms 05-10 10:10:15.149 1034 1058 W art : Long monitor contention event with owner method=void com.android.server.pm.PackageManagerService$PackageHandler.doHandleMessage(android.os.Message) from PackageManagerService.java:1324 waiters=2 for 404ms 05-10 10:10:15.150 1034 1296 W art : Long monitor contention event with owner method=void com.android.server.pm.PackageManagerService$PackageHandler.doHandleMessage(android.os.Message) from PackageManagerService.java:1324 waiters=1 for 457ms 05-10 10:10:15.159 1034 2230 W art : Long monitor contention event with owner method=void com.android.server.pm.PackageManagerService$PackageHandler.doHandleMessage(android.os.Message) from PackageManagerService.java:1324 waiters=5 for 183ms 05-10 10:10:15.172 7128 7145 I DictionaryProvider:UpdateHandler: downloadFinished() : Success = true 05-10 10:10:15.172 7128 7145 I DictionaryProvider:UpdateHandler: downloadFinished() : Metadata Success 05-10 10:10:15.725 1034 1830 I ActivityManager: Killing 6561:com.opera.mini.native:turbo/u0a110 (adj 9): empty #17 05-10 10:10:15.807 1034 1946 W ActivityManager: Scheduling restart of crashed service com.opera.mini.native/com.opera.android.turbo.TurboService in 1000ms 05-10 10:10:15.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:15.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:15.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 14 delayed writes, thread 0x74480000 05-10 10:10:15.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:10:15.918 1882 1882 I chatty : uid=10011 com.google.android.gms.persistent expire 6 lines 05-10 10:10:15.958 6601 7227 V DownloadManager: Deleting /data/data/com.android.providers.downloads/cache/metadata.json#14628240361044.1.23163.2622203.json via provider delete 05-10 10:10:15.965 1034 1252 I InputReader: Reconfiguring input devices. changes=0x00000010 05-10 10:10:16.236 7152 7163 W art : Suspending all threads took: 619.110ms 05-10 10:10:16.494 1034 1986 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@d73ce79 attribute=null, token = android.os.BinderProxy@ad0afbf 05-10 10:10:16.532 19675 19675 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings > 05-10 10:10:16.586 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer... 05-10 10:10:16.587 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer... 05-10 10:10:16.819 1034 1060 I ActivityManager: Start proc 7229:com.opera.mini.native:turbo/u0a110 for service com.opera.mini.native/com.opera.android.turbo.TurboService 05-10 10:10:16.859 7229 7229 I art : Late-enabling JIT 05-10 10:10:16.875 7229 7229 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:10:16.891 7152 7152 W art : Verification of void com.google.android.apps.gsa.extradex.searchwidget.EntryPoint.() took 649.200ms 05-10 10:10:17.103 7152 7152 W art : Verification of void com.google.android.apps.gsa.extradex.searchwidget.f.a(android.content.Context, android.appwidget.AppWidgetManager, int[]) took 150.329ms 05-10 10:10:17.203 7229 7229 I LoadedApk: No resource references to update in package common 05-10 10:10:17.203 7229 7229 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:17.204 7229 7229 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:17.551 7152 7152 W art : Verification of void com.google.android.apps.gsa.extradex.searchwidget.f.onReceive(android.content.Context, android.content.Intent) took 421.447ms 05-10 10:10:17.644 7152 7243 I SharedPreferencesProto: load shared preferences: file not found 05-10 10:10:17.660 7152 7243 W art : Method processed more than once: java.lang.String com.google.m.a.a.readString() 05-10 10:10:17.726 7152 7244 I SharedPreferencesProto: load shared preferences: file not found 05-10 10:10:18.276 1034 1830 I ActivityManager: Killing 6806:com.google.android.googlequicksearchbox/u0a26 (adj 13): empty #17 05-10 10:10:18.385 1034 1297 D WifiService: New client listening to asynchronous messages 05-10 10:10:18.418 19675 19675 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings > 05-10 10:10:18.555 7152 7152 W art : Method processed more than once: java.lang.String com.google.android.apps.gsa.shared.s.a.a.a(android.content.Intent, java.lang.String) 05-10 10:10:18.596 7152 7249 W art : Verification of void com.google.android.apps.gsa.shared.io.af.(android.content.Context, com.google.android.apps.gsa.shared.util.concurrent.TaskRunnerUi, com.google.android.apps.gsa.shared.io.ah, com.google.common.base.Supplier) took 207.702ms 05-10 10:10:18.686 7152 7163 W art : Suspending all threads took: 16.113ms 05-10 10:10:19.150 1034 1946 I ActivityManager: Killing 20605:com.google.android.deskclock/u0a61 (adj 13): empty #17 05-10 10:10:19.920 1882 4061 I chatty : uid=10011(com.google.android.gms) AsyncTask #3 expire 1 line 05-10 10:10:19.951 21435 7261 I chatty : uid=10011(com.google.android.gms) expire 1 line 05-10 10:10:20.288 1034 1946 W BroadcastQueue: Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=9966, uid=10008) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.gms/.icing.proxy.ApplicationLauncherReceiver 05-10 10:10:20.305 1034 1060 W BroadcastQueue: Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=9966, uid=10008) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.googlequicksearchbox/com.google.android.apps.gsa.search.core.icingsync.ApplicationLaunchReceiver 05-10 10:10:20.305 1034 1060 W BroadcastQueue: Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=9966, uid=10008) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.googlequicksearchbox/com.google.android.apps.gsa.reflection.ReflectionReceiver 05-10 10:10:20.428 1882 2335 I chatty : uid=10011(com.google.android.gms) Thread-68 expire 32 lines 05-10 10:10:20.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:20.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:20.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:10:20.917 1882 1896 I chatty : uid=10011(com.google.android.gms) Binder_2 expire 2 lines 05-10 10:10:20.934 6454 6786 W Sync_Signin: Auth token - IO exception 05-10 10:10:20.934 6454 6786 W Sync_Signin: java.io.IOException: NetworkError 05-10 10:10:20.934 6454 6786 W Sync_Signin: at android.accounts.AccountManager.convertErrorToException(AccountManager.java:2135) 05-10 10:10:20.934 6454 6786 W Sync_Signin: at android.accounts.AccountManager.-wrap0(AccountManager.java) 05-10 10:10:20.934 6454 6786 W Sync_Signin: at android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:1993) 05-10 10:10:20.934 6454 6786 W Sync_Signin: at android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse.java:69) 05-10 10:10:20.934 6454 6786 W Sync_Signin: at android.os.Binder.execTransact(Binder.java:453) 05-10 10:10:20.948 1882 2700 I chatty : uid=10011(com.google.android.gms) AsyncTask #1 expire 1 line 05-10 10:10:21.003 1882 3000 I chatty : uid=10011(com.google.android.gms) AsyncTask #2 expire 1 line 05-10 10:10:21.064 1882 2339 I chatty : uid=10011(com.google.android.gms) GeofencerStateM expire 2 lines 05-10 10:10:21.235 1034 2321 I ActivityManager: Start proc 7273:android.process.acore/u0a3 for broadcast com.android.providers.contacts/.PackageIntentReceiver 05-10 10:10:21.285 7273 7273 I art : Late-enabling JIT 05-10 10:10:21.324 7273 7273 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:10:21.387 1034 1044 I art : Background partial concurrent mark sweep GC freed 33605(2MB) AllocSpace objects, 4(80KB) LOS objects, 17% free, 19MB/23MB, paused 2.288ms total 267.395ms 05-10 10:10:21.535 7273 7273 W System : ClassLoader referenced unknown path: /system/priv-app/ContactsProvider/lib/arm 05-10 10:10:21.549 7273 7273 I LoadedApk: No resource references to update in package common 05-10 10:10:21.549 7273 7273 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:21.550 7273 7273 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:22.141 7273 7273 W System : ClassLoader referenced unknown path: /system/app/UserDictionaryProvider/lib/arm 05-10 10:10:22.160 1034 1946 I ActivityManager: Killing 6921:com.google.android.calendar/u0a60 (adj 13): empty #17 05-10 10:10:22.244 1034 1946 I ActivityManager: Start proc 7292:com.android.gallery3d/u0a44 for broadcast com.android.gallery3d/.app.PackagesMonitor 05-10 10:10:22.257 21435 7297 I chatty : uid=10011(com.google.android.gms) expire 3 lines 05-10 10:10:22.284 7292 7292 I art : Late-enabling JIT 05-10 10:10:22.301 7292 7292 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:10:22.302 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:22.302 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@f4cf9e0 05-10 10:10:22.302 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40311725302000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=84.37073, y[0]=354.53836, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40311725, downTime=40311725, deviceId=1, source=0x1002 } 05-10 10:10:22.302 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:22.302 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40296617911000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=132.32391, y[0]=312.593, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40296617, downTime=40296617, deviceId=1, source=0x1002 } 05-10 10:10:22.302 19675 19675 D InputEventConsistencyVerifier: 2: sent at 40296617911000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=132.32391, y[0]=312.593, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40296617, downTime=40296617, deviceId=1, source=0x1002 } 05-10 10:10:22.302 19675 19675 D InputEventConsistencyVerifier: 3: sent at 40294973502000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=117.33856, y[0]=324.57736, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40294973, downTime=40294973, deviceId=1, source=0x1002 } 05-10 10:10:22.302 19675 19675 D InputEventConsistencyVerifier: 4: sent at 40294973502000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=117.33856, y[0]=324.57736, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40294973, downTime=40294973, deviceId=1, source=0x1002 } 05-10 10:10:22.417 1034 1057 D ZenLog : config: QSTile.DndTile,ZenModeConfig[user=0,allowCalls=true,allowRepeatCallers=false,allowMessages=false,allowCallsFrom=contacts,allowMessagesFrom=contacts,allowReminders=true,allowEvents=true,automaticRules={0c658926e57147dcad4d27bbe7c0ab20=ZenRule[enabled=false,snoozing=false,name=Weeknight,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,condition=Condition[id=condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], ea11141db0f94f55bb6e529e940723f2=ZenRule[enabled=false,snoozing=false,name=Weekend,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/schedule?days=6.7&start=23.30&end=10.0,condition=Condition[id=condition://android/schedule?days=6.7&start=23.30&end=10.0,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}], 446149d0f5124aada4b11f2186fd3c30=ZenRule[enabled=false,snoozing=false,name=Event,zenMode=ZEN_MODE_ALARMS,conditionId=condition://android/event?userId=-10000&calendar=&reply=1,condition=Condition[id=condition://android/event?userId=-10000&calendar=&reply=1,summary=...,line1=...,line2=...,icon=0,state=STATE_FALSE,flags=2],component=ComponentInfo{android/com.android.server.notification.EventConditionProvider}]},manualRule=null],Diff[manualRule:delete] 05-10 10:10:22.421 1034 1057 D ZenLog : set_zen_mode: off,QSTile.DndTile 05-10 10:10:22.448 19675 19707 I vol.Events: writeEvent mute_changed STREAM_RING false 05-10 10:10:22.452 1882 2336 I chatty : uid=10011(com.google.android.gms) Thread-69 expire 32 lines 05-10 10:10:22.452 19675 19707 I vol.Events: writeEvent mute_changed STREAM_SYSTEM false 05-10 10:10:22.456 1034 1057 D ZenLog : set_ringer_mode_internal: ZenModeHelper,i:silent->normal,e:silent->normal 05-10 10:10:22.457 19675 19707 I vol.Events: writeEvent internal_ringer_mode_changed normal 05-10 10:10:22.462 19675 19707 I vol.Events: writeEvent external_ringer_mode_changed normal 05-10 10:10:22.464 1034 1057 D ZenLog : unsubscribe: condition://android/countdown/1462893007112,ok 05-10 10:10:22.487 7273 7289 I ContactLocale: AddressBook Labels [en-US]: [, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, #, ] 05-10 10:10:22.771 19675 19707 I vol.Events: writeEvent zen_mode_changed off 05-10 10:10:22.854 7292 7292 I LoadedApk: No resource references to update in package common 05-10 10:10:22.854 7292 7292 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:22.855 7292 7292 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:22.855 7292 7292 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:23.150 21435 22638 I chatty : uid=10011(com.google.android.gms) Icing-Worker-0 expire 6 lines 05-10 10:10:23.201 1034 1058 I ActivityManager: Killing 20926:com.android.providers.calendar/u0a2 (adj 13): empty #17 05-10 10:10:23.900 1034 1059 W art : Long monitor contention event with owner method=android.content.pm.ParceledListSlice com.android.server.pm.PackageManagerService.getInstalledPackages(int, int) from PackageManagerService.java:5386 waiters=2 for 107ms 05-10 10:10:23.956 13232 13232 I Choreographer: Skipped 55 frames! The application may be doing too much work on its main thread. 05-10 10:10:24.020 7152 7317 I UpdateIcingCorporaServi: Updating corpora: APPS=com.google.android.gms, CONTACTS=MAYBE 05-10 10:10:24.086 7273 7289 D ContactDirectoryManager: Found com.google.android.gm.exchange.bundled.directory.provider 05-10 10:10:24.086 7273 7289 D ContactDirectoryManager: Found com.google.contacts.gal.provider 05-10 10:10:24.086 7273 7289 D ContactDirectoryManager: Found com.google.android.gm.exchange.directory.provider 05-10 10:10:24.128 1034 1472 I ActivityManager: Start proc 7319:com.google.android.gm/u0a63 for content provider com.google.android.gm/com.android.exchange.provider.ExchangeDirectoryProvider 05-10 10:10:24.164 7319 7319 I art : Late-enabling JIT 05-10 10:10:24.185 7319 7319 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:10:24.423 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:24.423 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@f4cf9e0 05-10 10:10:24.423 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40313848593000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=130.32587, y[0]=307.5995, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40313848, downTime=40313848, deviceId=1, source=0x1002 } 05-10 10:10:24.423 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:24.423 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40311725302000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=84.37073, y[0]=354.53836, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40311725, downTime=40311725, deviceId=1, source=0x1002 } 05-10 10:10:24.423 19675 19675 D InputEventConsistencyVerifier: 2: sent at 40311725302000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=84.37073, y[0]=354.53836, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40311725, downTime=40311725, deviceId=1, source=0x1002 } 05-10 10:10:24.423 19675 19675 D InputEventConsistencyVerifier: 3: sent at 40296617911000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=132.32391, y[0]=312.593, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40296617, downTime=40296617, deviceId=1, source=0x1002 } 05-10 10:10:24.423 19675 19675 D InputEventConsistencyVerifier: 4: sent at 40296617911000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=132.32391, y[0]=312.593, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40296617, downTime=40296617, deviceId=1, source=0x1002 } 05-10 10:10:24.423 19675 19675 D InputEventConsistencyVerifier: 5: sent at 40294973502000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=117.33856, y[0]=324.57736, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40294973, downTime=40294973, deviceId=1, source=0x1002 } 05-10 10:10:24.486 7319 7319 W System : ClassLoader referenced unknown path: /data/app/com.google.android.gm-1/lib/arm 05-10 10:10:24.676 21435 21440 I chatty : uid=10011(com.google.android.gms) Jit thread pool expire 1 line 05-10 10:10:24.857 7319 7319 I LoadedApk: No resource references to update in package common 05-10 10:10:24.858 7319 7319 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:24.858 7319 7319 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:24.858 7319 7319 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:24.869 1034 1058 W art : Long monitor contention event with owner method=android.content.pm.ParceledListSlice com.android.server.pm.PackageManagerService.getInstalledPackages(int, int) from PackageManagerService.java:5386 waiters=2 for 127ms 05-10 10:10:24.963 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer... 05-10 10:10:24.963 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer... 05-10 10:10:25.127 7152 7317 I UpdateIcingCorporaServi: UpdateCorporaTask done [took 1061 ms] updated apps [took 1061 ms] 05-10 10:10:25.152 1034 1845 I ActivityManager: Killing 6906:com.google.android.gms.unstable/u0a11 (adj 13): empty #17 05-10 10:10:25.390 1882 7262 I chatty : uid=10011 com.google.android.gms.persistent expire 1 line 05-10 10:10:25.513 1882 1882 I chatty : uid=10011 com.google.android.gms.persistent expire 10 lines 05-10 10:10:25.624 7319 7319 W EasBundling: in EasBundling.init, isBundlingEnabled=false 05-10 10:10:25.665 1882 2339 I chatty : uid=10011(com.google.android.gms) GeofencerStateM expire 4 lines 05-10 10:10:25.770 7319 7341 I Gmail : getAccountsCursor 05-10 10:10:25.773 7319 7342 D ActivityThread: Loading provider com.google.android.gmail.provider;com.android.mail.notifier;com.google.android.gm.email.provider;com.google.android.gm.email.notifier: com.android.email.provider.EmailProvider 05-10 10:10:25.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:25.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:25.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 16 delayed writes, thread 0x74480000 05-10 10:10:25.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:10:26.006 1034 1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c93b0ec} 05-10 10:10:26.138 1034 2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c93b0ec} 05-10 10:10:26.142 1882 3689 I chatty : uid=10011(com.google.android.gms) ContextManagerE expire 4 lines 05-10 10:10:26.153 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:26.153 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@f4cf9e0 05-10 10:10:26.153 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40315577811000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=224.23413, y[0]=185.75813, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40315577, downTime=40315577, deviceId=1, source=0x1002 } 05-10 10:10:26.153 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:26.153 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40313848593000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=130.32587, y[0]=307.5995, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40313848, downTime=40313848, deviceId=1, source=0x1002 } 05-10 10:10:26.153 19675 19675 D InputEventConsistencyVerifier: 2: sent at 40313848593000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=130.32587, y[0]=307.5995, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40313848, downTime=40313848, deviceId=1, source=0x1002 } 05-10 10:10:26.153 19675 19675 D InputEventConsistencyVerifier: 3: sent at 40311725302000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=84.37073, y[0]=354.53836, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40311725, downTime=40311725, deviceId=1, source=0x1002 } 05-10 10:10:26.153 19675 19675 D InputEventConsistencyVerifier: 4: sent at 40311725302000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=84.37073, y[0]=354.53836, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40311725, downTime=40311725, deviceId=1, source=0x1002 } 05-10 10:10:26.153 19675 19675 D InputEventConsistencyVerifier: 5: sent at 40296617911000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=132.32391, y[0]=312.593, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40296617, downTime=40296617, deviceId=1, source=0x1002 } 05-10 10:10:26.266 1034 1297 E WiFiServiceImpl : CONNECT nid=0 uid=10016 name=android.uid.systemui:10016 05-10 10:10:26.266 1034 1297 D WifiService: Connect with networkId0 05-10 10:10:26.276 1034 1296 D WifiStateMachine: CONNECT_NETWORK id=0 config="LightningSquirrel" cnid=0 supstate=ScanState my state DisconnectedState uid = 10016 05-10 10:10:26.276 1034 1296 D WifiAutoJoinController : updateConfigurationHistory found 0 networks 05-10 10:10:26.276 1034 1296 D WifiAutoJoinController : updateConfigurationHistory try to connect to an old network!! : "LightningSquirrel"-WPA_PSK 05-10 10:10:26.276 1034 1296 E WifiConfigStore: rewrite network history for "LightningSquirrel"-WPA_PSK 05-10 10:10:26.302 1034 1296 E wifi_gbk2utf: g_pItemList is NULL 05-10 10:10:26.307 1034 1296 E WifiConfigStore: buildPnoList sortedWifiConfigurations size 1 05-10 10:10:26.307 1034 1296 E WifiConfigStore: found sortedWifiConfigurations : "LightningSquirrel"-WPA_PSK 05-10 10:10:26.323 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer... 05-10 10:10:26.323 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer... 05-10 10:10:26.473 1882 2334 I chatty : uid=10011(com.google.android.gms) Thread-67 expire 32 lines 05-10 10:10:26.496 1344 1344 I wpa_supplicant: wlan0: Trying to associate with SSID 'LightningSquirrel' 05-10 10:10:26.798 1344 1344 I wpa_supplicant: wlan0: Associated with 18:1b:eb:1b:96:5b 05-10 10:10:26.877 1344 1344 I wpa_supplicant: wlan0: WPA: Key negotiation completed with 18:1b:eb:1b:96:5b [PTK=CCMP GTK=CCMP] 05-10 10:10:26.877 1344 1344 I wpa_supplicant: wlan0: CTRL-EVENT-CONNECTED - Connection to 18:1b:eb:1b:96:5b completed [id=0 id_str=] 05-10 10:10:26.918 7319 7330 W art : Suspending all threads took: 8.697ms 05-10 10:10:26.925 1034 1296 D ConnectivityService: registerNetworkAgent NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTING/CONNECTING, reason: (unspecified), extra: "LightningSquirrel", roaming: false, failover: false, isAvailable: true]} network{205} lp{{InterfaceName: wlan0 LinkAddresses: [] Routes: [] DnsAddresses: [] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]} Score{20} everValidated{false} lastValidated{false} created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} } 05-10 10:10:26.925 1034 1296 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "LightningSquirrel"-WPA_PSK to any 05-10 10:10:26.925 1034 1296 E wifi_gbk2utf: g_pItemList is NULL 05-10 10:10:26.925 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 205] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING 05-10 10:10:26.969 1034 1296 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "LightningSquirrel"-WPA_PSK to any 05-10 10:10:26.969 1034 1296 E wifi_gbk2utf: g_pItemList is NULL 05-10 10:10:26.997 1034 1830 I ActivityManager: Start proc 7351:com.google.android.gm.exchange/u0a62 for content provider com.google.android.gm.exchange/com.android.exchange.provider.ExchangeDirectoryProvider 05-10 10:10:27.034 7351 7351 I art : Late-enabling JIT 05-10 10:10:27.049 7351 7351 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:10:27.160 7319 7319 W GAV2 : Thread[main,5,main]: Need to call initialize() and be in fallback mode to start dispatch. 05-10 10:10:27.229 7351 7351 W System : ClassLoader referenced unknown path: /system/app/PrebuiltExchange3Google/lib/arm 05-10 10:10:27.299 7351 7351 I LoadedApk: No resource references to update in package common 05-10 10:10:27.300 7351 7351 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:27.300 7351 7351 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:27.387 207 1025 D CommandListener: Setting iface cfg 05-10 10:10:27.395 1034 1296 D WifiStateMachine: Start Dhcp Watchdog 107 05-10 10:10:27.405 1034 1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 205] 05-10 10:10:27.406 1034 1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 205] to 50 05-10 10:10:27.447 1034 1058 I ActivityManager: Start proc 7367:com.google.process.gapps/u0a42 for content provider com.google.android.syncadapters.contacts/.GalProvider 05-10 10:10:27.454 1034 7372 D DhcpClient: Receive thread started 05-10 10:10:27.464 7367 7367 I art : Late-enabling JIT 05-10 10:10:27.475 1034 1296 D IpReachabilityMonitor: watch: iface{wlan0/5}, v{1}, ntable=[] 05-10 10:10:27.480 1034 1296 E native : do suspend false 05-10 10:10:27.488 7367 7367 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:10:27.536 1034 2506 D DhcpClient: Broadcasting DHCPDISCOVER 05-10 10:10:27.556 1034 2289 I ActivityManager: Killing 6995:com.ebay.mobile/u0a89 (adj 13): empty #17 05-10 10:10:27.677 7367 7367 W System : ClassLoader referenced unknown path: /system/app/GoogleContactsSyncAdapter/lib/arm 05-10 10:10:27.694 7367 7367 I LoadedApk: No resource references to update in package common 05-10 10:10:27.697 7367 7367 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:27.698 7367 7367 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:27.773 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:27.773 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@f4cf9e0 05-10 10:10:27.773 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40317197379000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=387.07513, y[0]=556.2757, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40317197, downTime=40317197, deviceId=1, source=0x1002 } 05-10 10:10:27.773 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:27.773 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40315577811000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=224.23413, y[0]=185.75813, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40315577, downTime=40315577, deviceId=1, source=0x1002 } 05-10 10:10:27.773 19675 19675 D InputEventConsistencyVerifier: 2: sent at 40315577811000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=224.23413, y[0]=185.75813, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40315577, downTime=40315577, deviceId=1, source=0x1002 } 05-10 10:10:27.773 19675 19675 D InputEventConsistencyVerifier: 3: sent at 40313848593000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=130.32587, y[0]=307.5995, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40313848, downTime=40313848, deviceId=1, source=0x1002 } 05-10 10:10:27.773 19675 19675 D InputEventConsistencyVerifier: 4: sent at 40313848593000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=130.32587, y[0]=307.5995, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40313848, downTime=40313848, deviceId=1, source=0x1002 } 05-10 10:10:27.773 19675 19675 D InputEventConsistencyVerifier: 5: sent at 40311725302000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=84.37073, y[0]=354.53836, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40311725, downTime=40311725, deviceId=1, source=0x1002 } 05-10 10:10:27.809 7319 7341 I Gmail : getAccountsCursor 05-10 10:10:27.843 7319 7386 I Gmail : No Email application installed 05-10 10:10:27.843 7319 7386 I EmailMigration: No data to migrate 05-10 10:10:27.844 7319 7386 W EmailMigration: No Exchange migration, not the right Email provider version 05-10 10:10:27.931 7319 7384 W art : Verification of void arc.() took 114.135ms 05-10 10:10:27.934 7367 7367 W art : Verification of com.google.wireless.gdata2.data.Entry com.google.android.syncadapters.contacts.ContactHandler.convertEntityToEntry(android.content.Entity, android.accounts.Account, android.content.ContentProviderClient, boolean) took 104.064ms 05-10 10:10:27.971 1034 2289 I ActivityManager: Killing 7128:com.google.android.inputmethod.latin/u0a100 (adj 13): empty #17 05-10 10:10:28.025 7319 7384 I Gmail : Initiated Service map for: [gPop3, gLegacyImap, gEas, gmail] 05-10 10:10:28.047 7367 7367 I GoogleHttpClient: GMS http client unavailable, use old client 05-10 10:10:28.397 7273 7289 I ContactDirectoryManager: deleted 0 stale rows which don't have any relevant directory 05-10 10:10:28.406 7319 7347 W art : Long monitor contention event with owner method=boolean android.os.MessageQueue.enqueueMessage(android.os.Message, long) from MessageQueue.java:584 waiters=0 for 1.475s 05-10 10:10:28.406 7319 7332 W art : Long monitor contention event with owner method=boolean android.os.MessageQueue.enqueueMessage(android.os.Message, long) from MessageQueue.java:584 waiters=1 for 979ms 05-10 10:10:28.410 1034 1057 W ActivityManager: Unable to start service Intent { cmp=com.google.android.gm/com.android.email.service.AttachmentService } U=0: not found 05-10 10:10:28.443 7319 7393 I Gmail : Observing account changes for notifications 05-10 10:10:28.447 7319 7341 W art : Verification of void drm.a(long, java.lang.String, java.lang.String, java.lang.Long, boolean) took 411.682ms 05-10 10:10:28.464 7273 7289 I ContactDirectoryManager: Discovered 0 contact directories in 5215ms 05-10 10:10:28.500 7351 7351 W GAV2 : Thread[main,5,main]: Need to call initialize() and be in fallback mode to start dispatch. 05-10 10:10:28.622 7351 7351 I Exchange: EasService.onCreate 05-10 10:10:28.633 7351 7395 I Exchange: RestartPingTask 05-10 10:10:28.698 7351 7351 I Exchange: RestartPingsTask did not start any pings. 05-10 10:10:28.699 7351 7351 I Exchange: PSS stopIfIdle 05-10 10:10:28.699 7351 7351 I Exchange: PSS has no active accounts; stopping service. 05-10 10:10:28.701 7351 7351 I Exchange: onDestroy 05-10 10:10:29.036 1034 7372 D DhcpClient: Received packet: 00:1d:fe:e8:07:d4 OFFER, ip /192.168.1.2, mask /255.255.255.0, DNS servers: /192.168.1.1 , gateways [/192.168.1.1] lease time 86400, domain home 05-10 10:10:29.037 1034 2506 D DhcpClient: Got pending lease: IP address 192.168.1.2/24 Gateway 192.168.1.1 DNS servers: [ 192.168.1.1 ] Domainshome DHCP server /192.168.1.1 Vendor info null lease 86400 seconds 05-10 10:10:29.049 1034 2506 D DhcpClient: Broadcasting DHCPREQUEST ciaddr=0.0.0.0 request=192.168.1.2 serverid=192.168.1.1 05-10 10:10:29.170 7319 7399 I Gmail : notifyAccountChanged 05-10 10:10:29.174 7319 7384 I Gmail : getAccountsCursor 05-10 10:10:29.183 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:29.183 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@f4cf9e0 05-10 10:10:29.183 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40318608695000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=303.1571, y[0]=574.25226, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40318608, downTime=40318608, deviceId=1, source=0x1002 } 05-10 10:10:29.183 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:29.183 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40317197379000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=387.07513, y[0]=556.2757, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40317197, downTime=40317197, deviceId=1, source=0x1002 } 05-10 10:10:29.183 19675 19675 D InputEventConsistencyVerifier: 2: sent at 40317197379000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=387.07513, y[0]=556.2757, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40317197, downTime=40317197, deviceId=1, source=0x1002 } 05-10 10:10:29.183 19675 19675 D InputEventConsistencyVerifier: 3: sent at 40315577811000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=224.23413, y[0]=185.75813, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40315577, downTime=40315577, deviceId=1, source=0x1002 } 05-10 10:10:29.183 19675 19675 D InputEventConsistencyVerifier: 4: sent at 40315577811000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=224.23413, y[0]=185.75813, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40315577, downTime=40315577, deviceId=1, source=0x1002 } 05-10 10:10:29.183 19675 19675 D InputEventConsistencyVerifier: 5: sent at 40313848593000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=130.32587, y[0]=307.5995, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40313848, downTime=40313848, deviceId=1, source=0x1002 } 05-10 10:10:29.188 7319 7399 I Gmail : calculateUnknownSyncRationalesAndPurgeInBackground: queueing 05-10 10:10:29.222 7319 7399 I Gmail : calculateUnknownSyncRationalesAndPurgeInBackground: queueing 05-10 10:10:29.254 7319 7399 I Gmail : calculateUnknownSyncRationalesAndPurgeInBackground: running 05-10 10:10:29.258 7319 7399 I Gmail : calculateUnknownSyncRationalesAndPurgeInBackground: running 05-10 10:10:29.365 1034 7372 D DhcpClient: Received packet: 00:1d:fe:e8:07:d4 ACK: your new IP /192.168.1.2, netmask /255.255.255.0, gateways [/192.168.1.1] DNS servers: /192.168.1.1 , lease time 86400 05-10 10:10:29.365 1034 2506 D DhcpClient: Confirmed lease: IP address 192.168.1.2/24 Gateway 192.168.1.1 DNS servers: [ 192.168.1.1 ] Domainshome DHCP server /192.168.1.1 Vendor info null lease 86400 seconds 05-10 10:10:29.384 207 1025 D CommandListener: Setting iface cfg 05-10 10:10:29.387 1034 1296 D IpReachabilityMonitor: watch: iface{wlan0/5}, v{2}, ntable=[] 05-10 10:10:29.417 1034 1296 D IpReachabilityMonitor: watch: iface{wlan0/5}, v{3}, ntable=[192.168.1.1/NUD_NONE] 05-10 10:10:29.418 1034 1296 D WifiConfigStore: No blacklist allowed without epno enabled 05-10 10:10:29.420 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 205] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED 05-10 10:10:29.422 1034 1298 D ConnectivityService: Adding iface wlan0 to network 205 05-10 10:10:29.441 1034 2506 D DhcpClient: Scheduling renewal in 43199s 05-10 10:10:29.445 1034 1296 E WifiStateMachine: Did not find remoteAddress {192.168.1.1} in /proc/net/arp 05-10 10:10:29.588 1034 1044 I art : Background partial concurrent mark sweep GC freed 52430(3MB) AllocSpace objects, 3(60KB) LOS objects, 17% free, 19MB/23MB, paused 3.356ms total 185.699ms 05-10 10:10:29.597 1034 1296 D WifiStateMachine: L2Connected CMD_START_SCAN source -2 1365, 1366 -> obsolete 05-10 10:10:29.598 1034 1298 E ConnectivityService: Unexpected mtu value: 0, wlan0 05-10 10:10:29.598 1034 1298 D ConnectivityService: Adding Route [fe80::/64 -> :: wlan0] to network 205 05-10 10:10:29.601 1034 1298 D ConnectivityService: Adding Route [192.168.1.0/24 -> 0.0.0.0 wlan0] to network 205 05-10 10:10:29.603 1034 1298 D ConnectivityService: Adding Route [0.0.0.0/0 -> 192.168.1.1 wlan0] to network 205 05-10 10:10:29.605 1034 1298 D ConnectivityService: Setting Dns servers for network 205 to [/192.168.1.1] 05-10 10:10:29.623 7319 7384 W Gmail : AccountHistory cannot find the addedEvent of -1569177690 (went back to -1569177690) 05-10 10:10:29.646 1034 1298 D ConnectivityService: notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 205] 05-10 10:10:29.668 1034 1298 D ConnectivityService: scheduleUnvalidatedPrompt 205 05-10 10:10:29.668 1034 1298 D ConnectivityService: updateSignalStrengthThresholds: CONNECT, sending [] to NetworkAgentInfo [WIFI () - 205] 05-10 10:10:29.669 1034 1296 D WifiNetworkAgent: NetworkAgent: Received signal strength thresholds: [] 05-10 10:10:29.669 1034 1296 D WifiNative-HAL: stopRssiMonitoring, cmdId 0 05-10 10:10:29.669 1034 1298 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 205] 05-10 10:10:29.669 1034 1298 D ConnectivityService: accepting network in place of null 05-10 10:10:29.672 1034 1298 D ConnectivityService: Switching to new default network: NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "LightningSquirrel", roaming: false, failover: false, isAvailable: true]} network{205} lp{{InterfaceName: wlan0 LinkAddresses: [fe80::21d:feff:fee8:7d4/64,192.168.1.2/24,] Routes: [fe80::/64 -> :: wlan0,192.168.1.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 192.168.1.1 wlan0,] DnsAddresses: [192.168.1.1,] Domains: home MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -96]} Score{10} everValidated{false} lastValidated{false} created{true} lingering{false} explicitlySelected{true} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} } 05-10 10:10:29.684 1034 7349 D NetlinkSocketObserver: NeighborEvent{elapsedMs=593030082, 192.168.1.1, [181BEB1B9658], RTM_NEWNEIGH, NUD_REACHABLE} 05-10 10:10:29.723 207 1025 V IdletimerController: runCmd(/system/bin/ip6tables -w -t raw -A idletimer_raw_PREROUTING -i wlan0 -j IDLETIMER --timeout 15 --label 1 --send_nl_msg 1) res_ipv4=1, res_ipv6=1 05-10 10:10:29.724 1034 1298 E ConnectivityService: Exception in setupDataActivityTracking java.lang.IllegalStateException: command '3194 idletimer add wlan0 15 1' failed with '400 3194 Failed to add interface' 05-10 10:10:29.729 1034 1298 D CSLegacyTypeTracker: Sending CONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 205] isDefaultNetwork=true 05-10 10:10:29.729 1034 1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE 05-10 10:10:29.742 1034 1298 D ConnectivityService: notifyType PRECHECK for NetworkAgentInfo [WIFI () - 205] 05-10 10:10:29.749 1034 1064 D Tethering: MasterInitialState.processMessage what=3 05-10 10:10:29.803 6454 6454 D NetworkChangeNotifierAutoDetect: Network connectivity changed, type is: 2 05-10 10:10:29.838 13606 13606 W FileUtils: Failed to chmod(/data/user/0/com.kittyplay.ex/shared_prefs/preferences.xml): android.system.ErrnoException: chmod failed: ENOENT (No such file or directory) 05-10 10:10:29.839 13606 13606 I ChargeLockerService: ?????? 05-10 10:10:29.842 13606 13606 I ChargeLockerService: ??????---> 05-10 10:10:29.842 13606 13606 I ChargeLockerService: ??????--->???? 05-10 10:10:29.842 13606 13606 I ChargeLockerService: ??????--->???? 05-10 10:10:29.883 1034 7348 D NetworkMonitor/NetworkAgentInfo [WIFI () - 205]: Checking http://connectivitycheck.gstatic.com/generate_204 on "LightningSquirrel", connectivitycheck.gstatic.com=216.58.219.174,2607:f8b0:4008:80b::200e 05-10 10:10:29.899 7319 7342 I Gmail : getAccountsCursor 05-10 10:10:29.997 7319 7342 W Gmail : AccountHistory cannot find the addedEvent of -1569177690 (went back to -1569177690) 05-10 10:10:30.036 6321 7421 I TongJiTest: upload loop start 05-10 10:10:30.050 1034 1059 I ActivityManager: Start proc 7422:com.google.android.calendar/u0a60 for service com.google.android.calendar/com.google.android.syncadapters.calendar.CalendarSyncAdapterService 05-10 10:10:30.097 1034 1034 W art : Long monitor contention event with owner method=void com.android.server.net.NetworkPolicyManagerService$14.onReceive(android.content.Context, android.content.Intent) from NetworkPolicyManagerService.java:1130 waiters=0 for 195ms 05-10 10:10:30.097 1034 1061 W art : Long monitor contention event with owner method=void com.android.server.net.NetworkPolicyManagerService$14.onReceive(android.content.Context, android.content.Intent) from NetworkPolicyManagerService.java:1130 waiters=2 for 318ms 05-10 10:10:30.104 7422 7422 I art : Late-enabling JIT 05-10 10:10:30.139 7422 7422 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:10:30.164 6937 7180 W art : Verification of void com.google.android.apps.gmm.offline.backends.s.(android.content.Context, com.google.android.apps.gmm.map.util.a.e, com.google.android.apps.gmm.shared.net.b.a, com.google.android.apps.gmm.shared.j.b.x, com.google.android.apps.gmm.offline.e.aa, com.google.android.apps.gmm.offline.e.t, com.google.android.apps.gmm.offline.backends.y) took 347.717ms 05-10 10:10:30.171 1034 7348 D NetworkMonitor/NetworkAgentInfo [WIFI () - 205]: isCaptivePortal: ret=204 headers={null=[HTTP/1.1 204 No Content], Content-Length=[0], Date=[Tue, 10 May 2016 14:10:30 GMT], X-Android-Received-Millis=[1462889430169], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1462889430121]} 05-10 10:10:30.172 1034 1298 D ConnectivityService: setProvNotificationVisibleIntent null visible=false networkType=MOBILE extraInfo=null highPriority=false 05-10 10:10:30.172 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 205] validation passed 05-10 10:10:30.172 1034 1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 205] 05-10 10:10:30.179 1034 1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.INET_CONDITION_ACTION 05-10 10:10:30.224 21435 21435 I chatty : uid=10011(com.google.android.gms) expire 8 lines 05-10 10:10:30.278 6937 7180 W art : Verification of long com.google.android.apps.gmm.offline.backends.s.a(byte[], java.util.List) took 109.802ms 05-10 10:10:30.344 1882 1892 I chatty : uid=10011(com.google.android.gms) FinalizerDaemon expire 3 lines 05-10 10:10:30.374 7422 7422 W System : ClassLoader referenced unknown path: /data/app/com.google.android.calendar-2/lib/arm 05-10 10:10:30.410 1034 1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 205] 05-10 10:10:30.414 1034 1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 205] to 60 05-10 10:10:30.497 7422 7422 I LoadedApk: No resource references to update in package common 05-10 10:10:30.498 7422 7422 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:30.498 7422 7422 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:30.728 1034 1298 D ConnectivityService: NetTransition Wakelock (NetworkAgentInfo [WIFI () - 204] cleared because we found a replacement network 05-10 10:10:30.748 6937 7180 W art : Verification of void com.google.maps.b.b.c.() took 104.858ms 05-10 10:10:30.756 21435 6452 I chatty : uid=10011(com.google.android.gms) iu-sync-manager expire 12 lines 05-10 10:10:30.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:30.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:30.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 17 delayed writes, thread 0x74480000 05-10 10:10:30.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:10:30.889 1344 1344 I wpa_supplicant: wlan0: Associated with 18:1b:eb:1b:96:5b 05-10 10:10:30.908 1344 1344 I wpa_supplicant: wlan0: WPA: Key negotiation completed with 18:1b:eb:1b:96:5b [PTK=CCMP GTK=CCMP] 05-10 10:10:30.910 1344 1344 I wpa_supplicant: wlan0: CTRL-EVENT-CONNECTED - Connection to 18:1b:eb:1b:96:5b completed [id=0 id_str=] 05-10 10:10:30.915 1034 1296 D IpReachabilityMonitor: probing ip=192.168.1.1%5 05-10 10:10:30.922 1034 7349 D NetlinkSocketObserver: NeighborEvent{elapsedMs=593031321, 192.168.1.1, [(null)], RTM_NEWNEIGH, NUD_FAILED} 05-10 10:10:30.923 1034 7349 W NetlinkSocketObserver: ALERT: NeighborEvent{elapsedMs=593031321, 192.168.1.1, [(null)], RTM_NEWNEIGH, NUD_FAILED} 05-10 10:10:30.923 1034 7349 W IpReachabilityMonitor: FAILURE: LOST_PROVISIONING, NeighborEvent{elapsedMs=593031321, 192.168.1.1, [(null)], RTM_NEWNEIGH, NUD_FAILED} 05-10 10:10:30.924 1034 1296 D IpReachabilityMonitor: clear: iface{wlan0/5}, v{4}, ntable=[] 05-10 10:10:30.925 1344 1344 I wpa_supplicant: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:1b:eb:1b:96:5b reason=3 locally_generated=1 05-10 10:10:30.932 1034 1296 D WifiStateMachine: WifiStateMachine: Leaving Connected state 05-10 10:10:30.932 1034 1296 D IpReachabilityMonitor: clear: iface{wlan0/5}, v{5}, ntable=[] 05-10 10:10:30.932 1034 1296 D WifiNative-HAL: stopRssiMonitoring, cmdId 0 05-10 10:10:30.932 1034 1296 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "LightningSquirrel"-WPA_PSK to any 05-10 10:10:30.933 1034 1296 E wifi_gbk2utf: g_pItemList is NULL 05-10 10:10:30.977 207 1025 D CommandListener: Clearing all IP addresses on wlan0 05-10 10:10:30.979 1034 2506 D DhcpClient: Clearing IP address 05-10 10:10:30.989 207 1025 D CommandListener: Setting iface cfg 05-10 10:10:30.997 1034 1830 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@58ef757 attribute=null, token = android.os.BinderProxy@ad0afbf 05-10 10:10:31.041 1034 7372 D DhcpClient: Receive thread stopped 05-10 10:10:31.045 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 205] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED 05-10 10:10:31.046 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 205] got DISCONNECTED, was satisfying 3 05-10 10:10:31.119 1034 1298 D ConnectivityService: notifyType LOST for NetworkAgentInfo [WIFI () - 205] 05-10 10:10:31.131 1034 1298 D CSLegacyTypeTracker: Sending DISCONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 205] isDefaultNetwork=true 05-10 10:10:31.132 1034 1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE 05-10 10:10:31.136 1034 1980 I ActivityManager: Start proc 7446:com.android.providers.calendar/u0a2 for content provider com.android.providers.calendar/.CalendarProvider2 05-10 10:10:31.143 1034 1296 D WifiStateMachine: Start Disconnecting Watchdog 106 05-10 10:10:31.143 1034 1296 D WifiNative-HAL: stopRssiMonitoring, cmdId 0 05-10 10:10:31.154 207 1025 D CommandListener: Clearing all IP addresses on wlan0 05-10 10:10:31.167 6937 7180 W art : Verification of void com.google.w.a.a.alf.() took 210.723ms 05-10 10:10:31.174 6321 7421 W System.err: java.net.ConnectException: failed to connect to goupdate.3g.cn/183.61.112.123 (port 80) after 30000ms: connect failed: ENETUNREACH (Network is unreachable) 05-10 10:10:31.184 19675 19675 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings > 05-10 10:10:31.194 7446 7446 I art : Late-enabling JIT 05-10 10:10:31.209 1034 1296 D WifiNetworkAgent: NetworkAgent: NetworkAgent channel lost 05-10 10:10:31.213 7446 7446 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:10:31.248 1034 1064 D Tethering: MasterInitialState.processMessage what=3 05-10 10:10:31.335 6937 7180 W art : Verification of void com.google.w.a.a.alg.() took 167.358ms 05-10 10:10:31.354 13606 13606 I ChargeLockerService: ?????? 05-10 10:10:31.440 6454 6454 D NetworkChangeNotifierAutoDetect: Network connectivity changed, type is: 6 05-10 10:10:31.490 6321 7421 W System.err: at libcore.io.IoBridge.connect(IoBridge.java:124) 05-10 10:10:31.490 6321 7421 W System.err: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183) 05-10 10:10:31.490 6321 7421 W System.err: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:452) 05-10 10:10:31.490 6321 7421 W System.err: at java.net.Socket.connect(Socket.java:884) 05-10 10:10:31.490 6321 7421 W System.err: at com.android.okhttp.internal.Platform.connectSocket(Platform.java:117) 05-10 10:10:31.490 6321 7421 W System.err: at com.android.okhttp.internal.http.SocketConnector.connectRawSocket(SocketConnector.java:160) 05-10 10:10:31.490 6321 7421 W System.err: at com.android.okhttp.internal.http.SocketConnector.connectCleartext(SocketConnector.java:67) 05-10 10:10:31.524 207 1025 E Netd : netlink response contains error (No such file or directory) 05-10 10:10:31.525 1034 1298 E ConnectivityService: EVENT_NETWORK_INFO_CHANGED from unknown NetworkAgent 05-10 10:10:31.527 13606 13606 I ChargeLockerService: ??????---> 05-10 10:10:31.530 6321 7421 W System.err: at com.android.okhttp.Connection.connect(Connection.java:152) 05-10 10:10:31.530 6321 7421 W System.err: at com.android.okhttp.Connection.connectAndSetOwner(Connection.java:185) 05-10 10:10:31.530 6321 7421 W System.err: at com.android.okhttp.OkHttpClient$1.connectAndSetOwner(OkHttpClient.java:128) 05-10 10:10:31.530 6321 7421 W System.err: at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:341) 05-10 10:10:31.530 6321 7421 W System.err: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330) 05-10 10:10:31.530 6321 7421 W System.err: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248) 05-10 10:10:31.530 6321 7421 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437) 05-10 10:10:31.530 6321 7421 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:388) 05-10 10:10:31.531 6321 7421 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:501) 05-10 10:10:31.531 6321 7421 W System.err: at ll.c(Unknown Source) 05-10 10:10:31.532 6321 7421 W System.err: at lk.a(Unknown Source) 05-10 10:10:31.534 6321 7421 W System.err: at ko.b(Unknown Source) 05-10 10:10:31.534 6321 7421 W System.err: at ko.b(Unknown Source) 05-10 10:10:31.534 6321 7421 W System.err: at lg.run(Unknown Source) 05-10 10:10:31.534 6321 7421 W System.err: Caused by: android.system.ErrnoException: connect failed: ENETUNREACH (Network is unreachable) 05-10 10:10:31.535 6321 7421 W System.err: at libcore.io.Posix.connect(Native Method) 05-10 10:10:31.535 6321 7421 W System.err: at libcore.io.BlockGuardOs.connect(BlockGuardOs.java:111) 05-10 10:10:31.535 6321 7421 W System.err: at libcore.io.IoBridge.connectErrno(IoBridge.java:154) 05-10 10:10:31.535 6321 7421 W System.err: at libcore.io.IoBridge.connect(IoBridge.java:122) 05-10 10:10:31.535 6321 7421 W System.err: ... 20 more 05-10 10:10:31.535 6321 7421 I TongJiTest: upload failed and retryTime:3 05-10 10:10:31.538 6937 7180 W art : Verification of void com.google.w.a.a.bvo.() took 167.053ms 05-10 10:10:31.587 7446 7446 W System : ClassLoader referenced unknown path: /system/priv-app/CalendarProvider/lib/arm 05-10 10:10:31.627 7446 7446 I LoadedApk: No resource references to update in package common 05-10 10:10:31.627 7446 7446 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:31.628 7446 7446 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:31.908 6321 7421 I TongJiTest: upload failed and exit upload loop 05-10 10:10:31.937 7446 7446 I CalendarProvider2: Created com.android.providers.calendar.CalendarAlarmManager@4cf8ac6(com.android.providers.calendar.CalendarProvider2@3ca9a87) 05-10 10:10:32.108 6349 7490 W System.err: java.lang.InterruptedException 05-10 10:10:32.108 6349 7490 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:10:32.108 6349 7490 W System.err: at auw.run(Unknown Source) 05-10 10:10:32.143 6349 7491 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:32.215 6414 6414 W System.err: java.lang.IllegalArgumentException: invalid provider: null 05-10 10:10:32.215 6414 6414 W System.err: at android.location.LocationManager.checkProvider(LocationManager.java:1704) 05-10 10:10:32.215 6414 6414 W System.err: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:459) 05-10 10:10:32.215 6414 6414 W System.err: at io.wecloud.message.ClientService.onCreate(Unknown Source) 05-10 10:10:32.215 6414 6414 W System.err: at android.app.ActivityThread.handleCreateService(ActivityThread.java:2921) 05-10 10:10:32.215 6414 6414 W System.err: at android.app.ActivityThread.-wrap4(ActivityThread.java) 05-10 10:10:32.215 6414 6414 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446) 05-10 10:10:32.215 6414 6414 W System.err: at android.os.Handler.dispatchMessage(Handler.java:102) 05-10 10:10:32.215 6414 6414 W System.err: at android.os.Looper.loop(Looper.java:148) 05-10 10:10:32.215 6414 6414 W System.err: at android.app.ActivityThread.main(ActivityThread.java:5471) 05-10 10:10:32.215 6414 6414 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-10 10:10:32.215 6414 6414 W System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 05-10 10:10:32.215 6414 6414 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 05-10 10:10:32.247 7319 7365 W art : Method processed more than once: java.lang.String cyf.d() 05-10 10:10:32.248 7319 7365 I GAV2 : Thread[GAThread,5,main]: No campaign data found. 05-10 10:10:32.275 6414 7496 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:32.276 6414 7496 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:32.284 6414 7496 W System.err: java.net.UnknownHostException: Unable to resolve host "goload.wecloud.io": No address associated with hostname 05-10 10:10:32.286 6349 7491 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:32.296 6414 7496 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:10:32.296 6414 7496 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:10:32.296 6414 7496 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:10:32.296 6414 7496 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:10:32.296 6414 7496 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:10:32.296 6414 7496 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:10:32.298 6414 7496 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:10:32.298 6414 7496 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:10:32.298 6414 7496 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:10:32.298 6414 7496 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:10:32.298 6414 7496 W System.err: at nl.a(Unknown Source) 05-10 10:10:32.298 6414 7496 W System.err: at nl.run(Unknown Source) 05-10 10:10:32.298 6414 7496 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:10:32.300 6414 7496 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:10:32.300 6414 7496 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:10:32.300 6414 7496 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:10:32.300 6414 7496 W System.err: ... 11 more 05-10 10:10:32.307 6349 7491 W System.err: java.net.UnknownHostException: Unable to resolve host "goload.wecloud.io": No address associated with hostname 05-10 10:10:32.308 6349 7491 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:10:32.308 6349 7491 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:10:32.308 6349 7491 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:10:32.308 6349 7491 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:10:32.308 6349 7491 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:10:32.308 6349 7491 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:10:32.308 6349 7491 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:10:32.308 6349 7491 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:10:32.308 6349 7491 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:10:32.309 6349 7491 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:10:32.309 6349 7491 W System.err: at auk.a(Unknown Source) 05-10 10:10:32.309 6349 7491 W System.err: at auk.run(Unknown Source) 05-10 10:10:32.309 6349 7491 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:10:32.309 6349 7491 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:10:32.309 6349 7491 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:10:32.309 6349 7491 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:10:32.309 6349 7491 W System.err: ... 11 more 05-10 10:10:32.311 21435 7497 I chatty : uid=10011(com.google.android.gms) expire 3 lines 05-10 10:10:32.346 6937 7180 W art : Verification of void com.google.common.base.bb.(com.google.common.base.ax) took 322.967ms 05-10 10:10:32.379 7422 7422 W art : Verification of void com.google.android.syncadapters.calendar.CalendarSyncAdapterService.() took 192.352ms 05-10 10:10:32.400 1034 1980 W art : Long monitor contention event with owner method=void com.android.server.accounts.AccountManagerService.setUserdataInternal(com.android.server.accounts.AccountManagerService$UserAccounts, android.accounts.Account, java.lang.String, java.lang.String) from AccountManagerService.java:1711 waiters=0 for 211ms 05-10 10:10:32.668 7422 7422 W art : Method processed more than once: void com.google.api.client.util.Data.() 05-10 10:10:32.675 6349 7504 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:32.676 6349 7504 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:32.677 6349 7503 W System.err: java.lang.InterruptedException 05-10 10:10:32.677 6349 7503 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:10:32.679 6349 7502 W System.err: at java.lang.InterruptedException 05-10 10:10:32.679 6349 7502 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:10:32.679 6349 7502 W System.err: at aux.run(Unknown Source) 05-10 10:10:32.679 6349 7503 W System.err: auw.run(Unknown Source) 05-10 10:10:32.686 1882 3019 I chatty : uid=10011(com.google.android.gms) Binder_4 expire 1 line 05-10 10:10:32.686 6349 7504 W System.err: java.net.UnknownHostException: Unable to resolve host "goload.wecloud.io": No address associated with hostname 05-10 10:10:32.686 6349 7504 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:440) 05-10 10:10:32.686 6349 7504 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:10:32.686 6349 7504 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:10:32.686 6349 7504 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:10:32.686 6349 7504 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:10:32.686 6349 7504 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:10:32.686 6349 7504 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:10:32.687 6349 7504 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:10:32.687 6349 7504 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:10:32.687 6349 7504 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:10:32.687 6349 7504 W System.err: at auk.a(Unknown Source) 05-10 10:10:32.687 6349 7504 W System.err: at auk.run(Unknown Source) 05-10 10:10:32.695 21435 7464 I chatty : uid=10011(com.google.android.gms) expire 1 line 05-10 10:10:32.716 6414 6414 W System.err: java.lang.IllegalArgumentException: invalid provider: null 05-10 10:10:32.716 6414 6414 W System.err: at android.location.LocationManager.checkProvider(LocationManager.java:1704) 05-10 10:10:32.716 6414 6414 W System.err: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:459) 05-10 10:10:32.716 6414 6414 W System.err: at io.wecloud.message.ClientService.onCreate(Unknown Source) 05-10 10:10:32.716 6414 6414 W System.err: at android.app.ActivityThread.handleCreateService(ActivityThread.java:2921) 05-10 10:10:32.716 6414 6414 W System.err: at android.app.ActivityThread.-wrap4(ActivityThread.java) 05-10 10:10:32.716 6414 6414 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446) 05-10 10:10:32.716 6414 6414 W System.err: at android.os.Handler.dispatchMessage(Handler.java:102) 05-10 10:10:32.716 6414 6414 W System.err: at android.os.Looper.loop(Looper.java:148) 05-10 10:10:32.716 6414 6414 W System.err: at android.app.ActivityThread.main(ActivityThread.java:5471) 05-10 10:10:32.716 6414 6414 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-10 10:10:32.716 6414 6414 W System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 05-10 10:10:32.716 6414 6414 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 05-10 10:10:32.791 1882 19187 I chatty : uid=10011(com.google.android.gms) Binder_9 expire 2 lines 05-10 10:10:32.812 6414 7507 W System.err: java.lang.InterruptedException 05-10 10:10:32.815 6414 7507 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:10:32.815 6414 7506 W System.err: java.lang.InterruptedException 05-10 10:10:32.816 6414 7507 W System.err: at nu.run(Unknown Source) 05-10 10:10:32.822 6414 7506 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:10:32.822 6414 7506 W System.err: at nv.run(Unknown Source) 05-10 10:10:32.852 6414 7508 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:32.853 6414 7508 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:32.856 6414 7508 W System.err: java.net.UnknownHostException: Unable to resolve host "goload.wecloud.io": No address associated with hostname 05-10 10:10:32.857 6414 7508 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:440) 05-10 10:10:32.857 6414 7508 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:10:32.857 6414 7508 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:10:32.857 6414 7508 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:10:32.857 6414 7508 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:10:32.857 6414 7508 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:10:32.857 6414 7508 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:10:32.857 6414 7508 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:10:32.857 6414 7508 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:10:32.857 6414 7508 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:10:32.857 6414 7508 W System.err: at nl.a(Unknown Source) 05-10 10:10:32.857 6414 7508 W System.err: at nl.run(Unknown Source) 05-10 10:10:32.975 6937 7180 I SQLiteDatabase: can't enable WAL for memory databases. 05-10 10:10:33.004 7446 7446 I CalendarProvider2: Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x20000000 } 05-10 10:10:33.005 7446 7446 W ContentResolver: Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar) 05-10 10:10:33.397 6937 7180 W art : Verification of com.google.android.libraries.curvular.i.y com.google.android.apps.gmm.offline.e.ab.a(com.google.android.apps.gmm.offline.e.af, boolean) took 370.391ms 05-10 10:10:33.407 6937 7121 W art : Long monitor contention event with owner method=com.google.android.apps.gmm.offline.fj com.google.android.apps.gmm.offline.dg.b() from PG:164 waiters=0 for 1.022s 05-10 10:10:33.421 6937 7180 I SQLiteDatabase: can't enable WAL for memory databases. 05-10 10:10:33.502 7422 7422 I AnalyticsLogBase: PlayLogger.onLoggerConnected 05-10 10:10:33.503 7422 7422 I AnalyticsLogBase: PlayLogger.onLoggerConnected 05-10 10:10:33.579 1882 4061 I chatty : uid=10011(com.google.android.gms) AsyncTask #3 expire 1 line 05-10 10:10:33.604 7351 7394 W art : Method processed more than once: java.lang.String com.google.analytics.tracking.android.GAThread.d() 05-10 10:10:33.612 7351 7394 I GAV2 : Thread[GAThread,5,main]: No campaign data found. 05-10 10:10:33.766 21435 21444 I chatty : uid=10011(com.google.android.gms) FinalizerDaemon expire 1 line 05-10 10:10:33.974 7422 7511 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:34.044 1034 1251 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 05-10 10:10:34.051 7422 7511 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:34.053 7422 7511 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:34.147 1034 1980 W art : Long monitor contention event with owner method=int com.android.server.am.ActivityStackSupervisor.startActivityMayWait(android.app.IApplicationThread, int, java.lang.String, android.content.Intent, java.lang.String, android.service.voice.IVoiceInteractionSession, com.android.internal.app.IVoiceInteractor, android.os.IBinder, java.lang.String, int, int, android.app.ProfilerInfo, android.app.IActivityManager$WaitResult, android.content.res.Configuration, android.os.Bundle, boolean, int, android.app.IActivityContainer, com.android.server.am.TaskRecord) from ActivityStackSupervisor.java:949 waiters=0 for 102ms 05-10 10:10:34.262 20812 20812 I Tapjoy : The session ended 05-10 10:10:34.310 7422 7511 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:34.312 7422 7511 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:34.382 1034 1044 I art : Background partial concurrent mark sweep GC freed 30974(2MB) AllocSpace objects, 2(40KB) LOS objects, 17% free, 18MB/22MB, paused 2.685ms total 281.280ms 05-10 10:10:34.492 1882 2336 I chatty : uid=10011(com.google.android.gms) Thread-69 expire 32 lines 05-10 10:10:34.570 7422 7511 V JNIHelp : Registering com/google/android/gms/org/conscrypt/NativeCrypto's 254 native methods... 05-10 10:10:34.673 7422 7511 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL 05-10 10:10:34.683 7422 7511 W AbstractGoogleClient: Application name is not set. Call Builder#setApplicationName. 05-10 10:10:34.713 7422 7511 W art : Method processed more than once: com.google.android.syncadapters.calendar.CalendarSyncState com.google.android.syncadapters.calendar.CalendarSyncState.fromBytes(android.net.Uri, byte[], android.content.ContentProviderClient, android.accounts.Account) 05-10 10:10:34.845 9966 9999 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer... 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: Failed to get response for prefetched request. Executing again. 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: java.util.concurrent.ExecutionException: com.google.android.apiary.AuthenticationException: Could not get an auth token 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at java.util.concurrent.FutureTask.report(FutureTask.java:94) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at java.util.concurrent.FutureTask.get(FutureTask.java:164) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.syncadapters.calendar.CalendarRequestExecutor.execute(CalendarRequestExecutor.java:102) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.syncadapters.calendar.CalendarSyncAdapterApiary.getTimelySettings(CalendarSyncAdapterApiary.java:1134) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.syncadapters.calendar.CalendarSyncAdapterApiary.processNonUpdateFlags(CalendarSyncAdapterApiary.java:948) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.syncadapters.calendar.CalendarSyncAdapterApiary.performSync(CalendarSyncAdapterApiary.java:702) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.syncadapters.calendar.CalendarSyncAdapterApiary.onPerformLoggedSync(CalendarSyncAdapterApiary.java:551) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.android.emailcommon.syncadapter.LoggingThreadedSyncAdapter.onPerformSync(LoggingThreadedSyncAdapter.java:50) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:272) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: Caused by: com.google.android.apiary.AuthenticationException: Could not get an auth token 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.apiary.GoogleRequestInitializer.getAuthToken(GoogleRequestInitializer.java:151) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.apiary.GoogleRequestInitializer.intercept(GoogleRequestInitializer.java:90) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:868) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:419) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:352) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:469) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.syncadapters.calendar.CalendarRequestExecutor.executeInternal(CalendarRequestExecutor.java:133) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.syncadapters.calendar.CalendarRequestExecutor.access$100(CalendarRequestExecutor.java:48) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.syncadapters.calendar.CalendarRequestExecutor$1.call(CalendarRequestExecutor.java:78) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at java.util.concurrent.FutureTask.run(FutureTask.java:237) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at java.lang.Thread.run(Thread.java:818) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: Caused by: java.io.IOException: NetworkError 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.gms.auth.GoogleAuthUtil.zza(Unknown Source) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.gms.auth.GoogleAuthUtil.zzc(Unknown Source) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.gms.auth.GoogleAuthUtil.getTokenWithNotification(Unknown Source) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.gms.auth.GoogleAuthUtil.getTokenWithNotification(Unknown Source) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: at com.google.android.apiary.GoogleRequestInitializer.getAuthToken(GoogleRequestInitializer.java:141) 05-10 10:10:35.153 7422 7511 W CalendarRequestExecutor: ... 12 more 05-10 10:10:35.270 7422 7511 E SyncLog : Exception in onPerformLoggedSync 05-10 10:10:35.309 1034 1059 D SyncManager: failed sync operation littlollu@gmail.com u0 (com.google), com.android.calendar, PERIODIC, currentRunTime 592946072, reason: Periodic, SyncResult: stats [ numIoExceptions: 1] 05-10 10:10:35.822 1034 1986 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.ffd.hg.xr.release/com.ffd.hotgirl.us.screens.onboarding.OnBoardingActivity bnds=[812,204][962,304] (has extras)} from uid 10008 on display 0 05-10 10:10:35.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:35.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:35.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 18 delayed writes, thread 0x74480000 05-10 10:10:35.845 1034 1060 W BroadcastQueue: Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=9966, uid=10008) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.gms/.icing.proxy.ApplicationLauncherReceiver 05-10 10:10:35.846 1034 1060 W BroadcastQueue: Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=9966, uid=10008) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.googlequicksearchbox/com.google.android.apps.gsa.search.core.icingsync.ApplicationLaunchReceiver 05-10 10:10:35.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:10:35.846 1034 1060 W BroadcastQueue: Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=9966, uid=10008) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.googlequicksearchbox/com.google.android.apps.gsa.reflection.ReflectionReceiver 05-10 10:10:35.891 20812 20812 I Tapjoy : New session started 05-10 10:10:36.027 20812 20812 E TapjoyConnect: getConnectionSubType error: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.net.NetworkInfo.getSubtypeName()' on a null object reference 05-10 10:10:36.033 20812 7531 I TJPlacement: Sending content request for placement Get_XR_From_Dialog 05-10 10:10:36.041 20812 7531 I TapjoyURLConnection: http post: https://placements.tapjoy.com/v1/apps/61d55aad-cafb-4d84-8e82-57722b3d9a35/content? 05-10 10:10:36.041 20812 7531 I TapjoyURLConnection: Content-Type: application/x-www-form-urlencoded 05-10 10:10:36.041 20812 7531 I TapjoyURLConnection: Content: 05-10 10:10:36.041 20812 7531 I TapjoyURLConnection: device_type=android&display_h=696&friend_count=0&device_manufacturer=HP&installer=com.android.vending&pkg_sign=N961o%2BWrZhZMql0uxA2jaUb1rHE%3D&pkg_ver=2.0.1&install_id=5bd056744381835bb355ac940e01e315cc0a3eb0a0ba99e9f8e51df29fd8f5dd&sdk_type=event&managed_device_id=tjid.d37a5795c97740268b1b557e8fde16d3&store_view=true&user_level=0&purchase_total_count=0&event_preload=true&display_d=160&installed=1462552469469&pkg_id=com.ffd.hg.xr.release&debug=true&ad_id_check_disabled=false&library_version=11.3.0&android_id=b6e1d24bd309ec87&advertising_id=e8b7a30f-4762-4105-93b9-1158cbe4de56&verifier=1809095eaf6415034e860f5afb820b2ec91401855bfa845fce015951971702f6&analytics_id=b6e1d24bd309ec87&screen_layout_size=4&purchase_last_at=0&device_location=false&library_revision=e5b0150&plugin=native&timezone=America%2FNew_York&platform=android&session_last_length=40897&app_group_id=55a7b5cd-0827-8000-8000-b42025000040&analytics_api_key=Vae1zQgngACAALQgJQAAQAExW5r18c22IZGYuuwH2Mbq3-i92YW2_toez8cC&bridge_version=1.0.7&display_w=1024&purchase_last_price=0.0&session_total_count=16&language_code=en&country_code=US&display_multiplier=1.0×tamp=1462889436&session_last_at=1462889434306&threatmetrix_session_id=4648b80d9bea452babd4b769042dfb85&session_total_length=310126844&event_name=Get_XR_From_Dialog&session_id=ae0303b00c80f957248a4e40356430c3504efc92a338bd8d4f915222d51b6ffd&fq7=2&app_id=61d55aad-cafb-4d84-8e82-57722b3d9a35&device_gps_version=8703430&mac_address=020000000000&screen_density=160&pkg_rev=13&app_version=2.0.1&purchase_total_price=0.0&device_name=Touchpad&os_version=6.0.1&packaged_gps_version=8487000&ad_tracking_enabled=true&fq30=2 05-10 10:10:36.044 20812 7531 E TapjoyURLConnection: Exception: java.net.UnknownHostException: Unable to resolve host "placements.tapjoy.com": No address associated with hostname 05-10 10:10:36.044 20812 7531 E TapjoyURLConnection: Exception trying to get error code/content: java.lang.NullPointerException: lock == null 05-10 10:10:36.044 20812 7531 I TapjoyURLConnection: -------------------- 05-10 10:10:36.044 20812 7531 I TapjoyURLConnection: response status: 0 05-10 10:10:36.049 20812 7531 I TapjoyURLConnection: response size: 0 05-10 10:10:36.049 20812 7531 V TapjoyURLConnection: response: 05-10 10:10:36.049 20812 7531 V TapjoyURLConnection: null 05-10 10:10:36.049 20812 7531 I TapjoyURLConnection: -------------------- 05-10 10:10:36.049 20812 7531 V TJPlacement: Tapjoy-Server-Debug: 05-10 10:10:36.049 20812 7531 I TJPlacement: Send request failed for placement Get_XR_From_Dialog 05-10 10:10:36.049 20812 7531 I TJPlacement: Tracking event Get_XR_From_Dialog for offline delivery 05-10 10:10:36.132 20812 20823 W art : Suspending all threads took: 11.230ms 05-10 10:10:36.142 20812 20823 I art : Background partial concurrent mark sweep GC freed 6203(2MB) AllocSpace objects, 4(80KB) LOS objects, 29% free, 9MB/13MB, paused 12.878ms total 103.088ms 05-10 10:10:36.665 7422 7477 W art : Method processed more than once: java.lang.String com.google.analytics.tracking.android.GAThread.initializeClientId() 05-10 10:10:36.665 7422 7477 I GAV2 : Thread[GAThread,5,main]: No campaign data found. 05-10 10:10:37.672 1034 1298 D ConnectivityService: handlePromptUnvalidated 205 05-10 10:10:40.129 19675 19675 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings > 05-10 10:10:40.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:40.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:40.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:10:41.074 20812 20812 I Ads : Ad is not visible. Not refreshing ad. 05-10 10:10:41.075 20812 20812 I Ads : Scheduling ad refresh 60000 milliseconds from now. 05-10 10:10:42.132 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:42.132 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@7d02b63 05-10 10:10:42.132 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40331554495000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=125.33075, y[0]=310.59558, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40331554, downTime=40331554, deviceId=1, source=0x1002 } 05-10 10:10:42.132 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:42.132 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40331554495000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=125.33075, y[0]=310.59558, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40331554, downTime=40331554, deviceId=1, source=0x1002 } 05-10 10:10:42.331 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer... 05-10 10:10:42.331 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer... 05-10 10:10:42.518 1034 1252 I InputReader: Reconfiguring input devices. changes=0x00000010 05-10 10:10:42.661 21435 7542 I chatty : uid=10011(com.google.android.gms) expire 3 lines 05-10 10:10:43.068 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:43.068 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@7d02b63 05-10 10:10:43.068 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40332493887000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=236.22241, y[0]=180.76463, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40332493, downTime=40332493, deviceId=1, source=0x1002 } 05-10 10:10:43.068 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:43.068 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40331554495000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=125.33075, y[0]=310.59558, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40331554, downTime=40331554, deviceId=1, source=0x1002 } 05-10 10:10:43.068 19675 19675 D InputEventConsistencyVerifier: 2: sent at 40331554495000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=125.33075, y[0]=310.59558, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40331554, downTime=40331554, deviceId=1, source=0x1002 } 05-10 10:10:43.125 7152 7547 I UpdateIcingCorporaServi: Updating corpora: APPS=com.google.android.gms, CONTACTS=MAYBE 05-10 10:10:43.222 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer... 05-10 10:10:43.222 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer... 05-10 10:10:43.432 1034 1297 W art : Long monitor contention event with owner method=android.content.pm.ParceledListSlice com.android.server.pm.PackageManagerService.getInstalledPackages(int, int) from PackageManagerService.java:5386 waiters=3 for 266ms 05-10 10:10:43.432 1034 1297 E WiFiServiceImpl : CONNECT nid=0 uid=10016 name=android.uid.systemui:10016 05-10 10:10:43.432 1034 1297 D WifiService: Connect with networkId0 05-10 10:10:43.433 1034 1296 D WifiStateMachine: CONNECT_NETWORK id=0 config="LightningSquirrel" cnid=0 supstate=ScanState my state DisconnectedState uid = 10016 05-10 10:10:43.434 1034 1296 D WifiAutoJoinController : updateConfigurationHistory found 0 networks 05-10 10:10:43.434 1034 1296 D WifiAutoJoinController : updateConfigurationHistory try to connect to an old network!! : "LightningSquirrel"-WPA_PSK 05-10 10:10:43.434 1034 1296 E WifiConfigStore: rewrite network history for "LightningSquirrel"-WPA_PSK 05-10 10:10:43.437 1034 1296 E wifi_gbk2utf: g_pItemList is NULL 05-10 10:10:43.439 1034 1296 E WifiConfigStore: buildPnoList sortedWifiConfigurations size 1 05-10 10:10:43.439 1034 1296 E WifiConfigStore: found sortedWifiConfigurations : "LightningSquirrel"-WPA_PSK 05-10 10:10:43.469 1344 1344 I wpa_supplicant: wlan0: Trying to associate with SSID 'LightningSquirrel' 05-10 10:10:43.527 7152 7547 I UpdateIcingCorporaServi: UpdateCorporaTask done [took 402 ms] updated apps [took 402 ms] 05-10 10:10:43.650 1344 1344 I wpa_supplicant: wlan0: Associated with 18:1b:eb:1b:96:5b 05-10 10:10:43.668 1344 1344 I wpa_supplicant: wlan0: WPA: Key negotiation completed with 18:1b:eb:1b:96:5b [PTK=CCMP GTK=CCMP] 05-10 10:10:43.668 1344 1344 I wpa_supplicant: wlan0: CTRL-EVENT-CONNECTED - Connection to 18:1b:eb:1b:96:5b completed [id=0 id_str=] 05-10 10:10:43.718 1034 1296 D ConnectivityService: registerNetworkAgent NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTING/CONNECTING, reason: (unspecified), extra: "LightningSquirrel", roaming: false, failover: false, isAvailable: true]} network{206} lp{{InterfaceName: wlan0 LinkAddresses: [] Routes: [] DnsAddresses: [] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]} Score{20} everValidated{false} lastValidated{false} created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} } 05-10 10:10:43.718 1034 1296 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "LightningSquirrel"-WPA_PSK to any 05-10 10:10:43.718 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 206] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING 05-10 10:10:43.718 1034 1296 E wifi_gbk2utf: g_pItemList is NULL 05-10 10:10:43.765 1034 1296 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "LightningSquirrel"-WPA_PSK to any 05-10 10:10:43.766 1034 1296 E wifi_gbk2utf: g_pItemList is NULL 05-10 10:10:43.801 207 1025 D CommandListener: Setting iface cfg 05-10 10:10:43.809 1034 1296 D WifiStateMachine: Start Dhcp Watchdog 108 05-10 10:10:43.827 1034 1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 206] 05-10 10:10:43.827 1034 1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 206] to 50 05-10 10:10:43.828 1034 1296 D IpReachabilityMonitor: watch: iface{wlan0/5}, v{1}, ntable=[] 05-10 10:10:43.855 1034 7551 D DhcpClient: Receive thread started 05-10 10:10:43.858 1034 1296 E native : do suspend false 05-10 10:10:43.862 1034 2506 D DhcpClient: Broadcasting DHCPDISCOVER 05-10 10:10:44.913 1034 2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b2be0f9} 05-10 10:10:45.047 9966 9977 I art : Background sticky concurrent mark sweep GC freed 12591(917KB) AllocSpace objects, 0(0B) LOS objects, 18% free, 4MB/5MB, paused 5.920ms total 37.750ms 05-10 10:10:45.148 1034 1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b2be0f9} 05-10 10:10:45.426 1034 7551 D DhcpClient: Received packet: 00:1d:fe:e8:07:d4 OFFER, ip /192.168.1.2, mask /255.255.255.0, DNS servers: /192.168.1.1 , gateways [/192.168.1.1] lease time 86400, domain home 05-10 10:10:45.427 1034 2506 D DhcpClient: Got pending lease: IP address 192.168.1.2/24 Gateway 192.168.1.1 DNS servers: [ 192.168.1.1 ] Domainshome DHCP server /192.168.1.1 Vendor info null lease 86400 seconds 05-10 10:10:45.439 1034 2506 D DhcpClient: Broadcasting DHCPREQUEST ciaddr=0.0.0.0 request=192.168.1.2 serverid=192.168.1.1 05-10 10:10:45.751 1034 7551 D DhcpClient: Received packet: 00:1d:fe:e8:07:d4 ACK: your new IP /192.168.1.2, netmask /255.255.255.0, gateways [/192.168.1.1] DNS servers: /192.168.1.1 , lease time 86400 05-10 10:10:45.753 1034 2506 D DhcpClient: Confirmed lease: IP address 192.168.1.2/24 Gateway 192.168.1.1 DNS servers: [ 192.168.1.1 ] Domainshome DHCP server /192.168.1.1 Vendor info null lease 86400 seconds 05-10 10:10:45.790 207 1025 D CommandListener: Setting iface cfg 05-10 10:10:45.802 1034 1296 D IpReachabilityMonitor: watch: iface{wlan0/5}, v{2}, ntable=[] 05-10 10:10:45.804 1882 2726 I chatty : uid=10011(com.google.android.gms) ClearcutLoggerA expire 1 line 05-10 10:10:45.809 1034 1296 D IpReachabilityMonitor: watch: iface{wlan0/5}, v{3}, ntable=[192.168.1.1/NUD_NONE] 05-10 10:10:45.810 1034 1296 D WifiConfigStore: No blacklist allowed without epno enabled 05-10 10:10:45.811 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 206] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED 05-10 10:10:45.812 1034 1298 D ConnectivityService: Adding iface wlan0 to network 206 05-10 10:10:45.836 1034 2506 D DhcpClient: Scheduling renewal in 43199s 05-10 10:10:45.838 1034 1296 E WifiStateMachine: Did not find remoteAddress {192.168.1.1} in /proc/net/arp 05-10 10:10:45.839 1034 1060 W ActivityManager: Launch timeout has expired, giving up wake lock! 05-10 10:10:45.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:45.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:45.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 20 delayed writes, thread 0x74480000 05-10 10:10:45.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:10:45.953 1034 1298 E ConnectivityService: Unexpected mtu value: 0, wlan0 05-10 10:10:45.953 1034 1298 D ConnectivityService: Adding Route [fe80::/64 -> :: wlan0] to network 206 05-10 10:10:45.956 1034 1298 D ConnectivityService: Adding Route [192.168.1.0/24 -> 0.0.0.0 wlan0] to network 206 05-10 10:10:45.961 1034 1298 D ConnectivityService: Adding Route [0.0.0.0/0 -> 192.168.1.1 wlan0] to network 206 05-10 10:10:45.966 1034 1298 D ConnectivityService: Setting Dns servers for network 206 to [/192.168.1.1] 05-10 10:10:46.004 1034 1298 D ConnectivityService: notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 206] 05-10 10:10:46.032 1034 1298 D ConnectivityService: scheduleUnvalidatedPrompt 206 05-10 10:10:46.032 1034 1298 D ConnectivityService: updateSignalStrengthThresholds: CONNECT, sending [] to NetworkAgentInfo [WIFI () - 206] 05-10 10:10:46.033 1034 1296 D WifiNetworkAgent: NetworkAgent: Received signal strength thresholds: [] 05-10 10:10:46.033 1034 1298 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 206] 05-10 10:10:46.033 1034 1298 D ConnectivityService: accepting network in place of null 05-10 10:10:46.033 1034 1296 D WifiNative-HAL: stopRssiMonitoring, cmdId 0 05-10 10:10:46.035 1034 1298 D ConnectivityService: Switching to new default network: NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "LightningSquirrel", roaming: false, failover: false, isAvailable: true]} network{206} lp{{InterfaceName: wlan0 LinkAddresses: [fe80::21d:feff:fee8:7d4/64,192.168.1.2/24,] Routes: [fe80::/64 -> :: wlan0,192.168.1.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 192.168.1.1 wlan0,] DnsAddresses: [192.168.1.1,] Domains: home MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -96]} Score{10} everValidated{false} lastValidated{false} created{true} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} } 05-10 10:10:46.049 1034 7550 D NetlinkSocketObserver: NeighborEvent{elapsedMs=593046447, 192.168.1.1, [181BEB1B9658], RTM_NEWNEIGH, NUD_REACHABLE} 05-10 10:10:46.096 207 1025 V IdletimerController: runCmd(/system/bin/ip6tables -w -t raw -A idletimer_raw_PREROUTING -i wlan0 -j IDLETIMER --timeout 15 --label 1 --send_nl_msg 1) res_ipv4=1, res_ipv6=1 05-10 10:10:46.097 1034 1298 E ConnectivityService: Exception in setupDataActivityTracking java.lang.IllegalStateException: command '3216 idletimer add wlan0 15 1' failed with '400 3216 Failed to add interface' 05-10 10:10:46.102 1034 1298 D CSLegacyTypeTracker: Sending CONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 206] isDefaultNetwork=true 05-10 10:10:46.102 1034 1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE 05-10 10:10:46.116 1034 1298 D ConnectivityService: notifyType PRECHECK for NetworkAgentInfo [WIFI () - 206] 05-10 10:10:46.120 1034 1064 D Tethering: MasterInitialState.processMessage what=3 05-10 10:10:46.180 6454 6454 D NetworkChangeNotifierAutoDetect: Network connectivity changed, type is: 2 05-10 10:10:46.181 13606 13606 I ChargeLockerService: ?????? 05-10 10:10:46.218 13606 13606 I ChargeLockerService: ??????---> 05-10 10:10:46.218 13606 13606 I ChargeLockerService: ??????--->???? 05-10 10:10:46.218 13606 13606 I ChargeLockerService: ??????--->???? 05-10 10:10:46.230 1034 7549 D NetworkMonitor/NetworkAgentInfo [WIFI () - 206]: Checking http://connectivitycheck.gstatic.com/generate_204 on "LightningSquirrel", connectivitycheck.gstatic.com=216.58.192.110,2607:f8b0:4008:804::200e 05-10 10:10:46.265 6321 7578 I TongJiTest: upload loop start 05-10 10:10:46.285 1034 7549 D NetworkMonitor/NetworkAgentInfo [WIFI () - 206]: isCaptivePortal: ret=204 headers={null=[HTTP/1.1 204 No Content], Content-Length=[0], Date=[Tue, 10 May 2016 14:10:46 GMT], X-Android-Received-Millis=[1462889446268], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1462889446251]} 05-10 10:10:46.286 1034 1298 D ConnectivityService: setProvNotificationVisibleIntent null visible=false networkType=MOBILE extraInfo=null highPriority=false 05-10 10:10:46.287 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 206] validation passed 05-10 10:10:46.287 1034 1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 206] 05-10 10:10:46.294 1034 1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.INET_CONDITION_ACTION 05-10 10:10:46.320 21435 7579 I chatty : uid=10011(com.google.android.gms) expire 8 lines 05-10 10:10:46.554 7319 7584 W Gmail : Sync started for account: account:-1569177690 05-10 10:10:46.556 7319 7584 I Gmail : notifyAccountChanged 05-10 10:10:46.562 7319 7341 I Gmail : getAccountsCursor 05-10 10:10:46.833 1034 1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 206] 05-10 10:10:46.834 1034 1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 206] to 60 05-10 10:10:47.102 1034 1298 D ConnectivityService: NetTransition Wakelock (NetworkAgentInfo [WIFI () - 205] cleared because we found a replacement network 05-10 10:10:47.161 21435 7579 E ActivityThread: Failed to find provider info for com.google.android.wearable.settings 05-10 10:10:47.222 1882 1882 I chatty : uid=10011 com.google.android.gms.persistent expire 3 lines 05-10 10:10:47.722 1882 7594 I chatty : uid=10011 com.google.android.gms.persistent expire 4 lines 05-10 10:10:47.813 1034 1830 I ActivityManager: Start proc 7602:com.google.android.youtube/u0a68 for service com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator 05-10 10:10:47.867 7602 7602 I art : Late-enabling JIT 05-10 10:10:47.896 7602 7602 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:10:47.923 7319 7584 I Gmail : MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 98529, normalSync: true 05-10 10:10:48.093 6454 7037 E chromium: [ERROR:shell_integration_android.cc(30)] Not implemented reached in static ShellIntegration::DefaultWebClientState ShellIntegration::GetDefaultBrowser() 05-10 10:10:48.281 1344 1344 I wpa_supplicant: wlan0: Associated with 18:1b:eb:1b:96:5b 05-10 10:10:48.298 1344 1344 I wpa_supplicant: wlan0: WPA: Key negotiation completed with 18:1b:eb:1b:96:5b [PTK=CCMP GTK=CCMP] 05-10 10:10:48.299 1344 1344 I wpa_supplicant: wlan0: CTRL-EVENT-CONNECTED - Connection to 18:1b:eb:1b:96:5b completed [id=0 id_str=] 05-10 10:10:48.331 1034 1296 D IpReachabilityMonitor: probing ip=192.168.1.1%5 05-10 10:10:48.332 1034 7550 D NetlinkSocketObserver: NeighborEvent{elapsedMs=593048731, 192.168.1.1, [(null)], RTM_NEWNEIGH, NUD_FAILED} 05-10 10:10:48.332 1034 7550 W NetlinkSocketObserver: ALERT: NeighborEvent{elapsedMs=593048731, 192.168.1.1, [(null)], RTM_NEWNEIGH, NUD_FAILED} 05-10 10:10:48.333 1034 7550 W IpReachabilityMonitor: FAILURE: LOST_PROVISIONING, NeighborEvent{elapsedMs=593048731, 192.168.1.1, [(null)], RTM_NEWNEIGH, NUD_FAILED} 05-10 10:10:48.343 1034 1296 D IpReachabilityMonitor: clear: iface{wlan0/5}, v{4}, ntable=[] 05-10 10:10:48.345 1344 1344 I wpa_supplicant: wlan0: CTRL-EVENT-DISCONNECTED bssid=18:1b:eb:1b:96:5b reason=3 locally_generated=1 05-10 10:10:48.354 1034 1296 D WifiStateMachine: WifiStateMachine: Leaving Connected state 05-10 10:10:48.355 1034 1296 D IpReachabilityMonitor: clear: iface{wlan0/5}, v{5}, ntable=[] 05-10 10:10:48.355 1034 1296 D WifiNative-HAL: stopRssiMonitoring, cmdId 0 05-10 10:10:48.355 1034 1296 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "LightningSquirrel"-WPA_PSK to any 05-10 10:10:48.355 1034 1296 E wifi_gbk2utf: g_pItemList is NULL 05-10 10:10:48.384 1034 2506 D DhcpClient: Clearing IP address 05-10 10:10:48.385 207 1025 D CommandListener: Clearing all IP addresses on wlan0 05-10 10:10:48.400 207 1025 D CommandListener: Setting iface cfg 05-10 10:10:48.459 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 206] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED 05-10 10:10:48.459 1034 1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 206] got DISCONNECTED, was satisfying 3 05-10 10:10:48.510 6766 6766 W art : Verification of java.lang.Object com.inmobi.commons.internal.FileOperations.readFromFile(android.content.Context, java.lang.String) took 169.219ms 05-10 10:10:48.525 1034 1298 D ConnectivityService: notifyType LOST for NetworkAgentInfo [WIFI () - 206] 05-10 10:10:48.526 7319 7584 W art : Verification of void dut.(org.apache.http.client.methods.HttpUriRequest, int) took 202.758ms 05-10 10:10:48.529 1034 1296 D WifiStateMachine: Start Disconnecting Watchdog 107 05-10 10:10:48.530 1034 1296 D WifiNative-HAL: stopRssiMonitoring, cmdId 0 05-10 10:10:48.532 207 1025 D CommandListener: Clearing all IP addresses on wlan0 05-10 10:10:48.544 1034 1298 D CSLegacyTypeTracker: Sending DISCONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 206] isDefaultNetwork=true 05-10 10:10:48.547 1034 1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE 05-10 10:10:48.561 1034 1296 D WifiNetworkAgent: NetworkAgent: NetworkAgent channel lost 05-10 10:10:48.572 1034 7551 D DhcpClient: Receive thread stopped 05-10 10:10:48.588 1034 1064 D Tethering: MasterInitialState.processMessage what=3 05-10 10:10:48.632 13606 13606 I ChargeLockerService: ?????? 05-10 10:10:48.726 6454 6454 D NetworkChangeNotifierAutoDetect: Network connectivity changed, type is: 6 05-10 10:10:48.776 207 1025 E Netd : netlink response contains error (No such file or directory) 05-10 10:10:48.778 1034 1298 E ConnectivityService: EVENT_NETWORK_INFO_CHANGED from unknown NetworkAgent 05-10 10:10:48.780 6321 7578 W System.err: java.net.ConnectException: failed to connect to goupdate.3g.cn/183.61.112.123 (port 80) after 30000ms: connect failed: ENETUNREACH (Network is unreachable) 05-10 10:10:48.780 6321 7578 W System.err: at libcore.io.IoBridge.connect(IoBridge.java:124) 05-10 10:10:48.780 6321 7578 W System.err: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183) 05-10 10:10:48.781 6321 7578 W System.err: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:452) 05-10 10:10:48.781 6321 7578 W System.err: at java.net.Socket.connect(Socket.java:884) 05-10 10:10:48.781 6321 7578 W System.err: at com.android.okhttp.internal.Platform.connectSocket(Platform.java:117) 05-10 10:10:48.781 6321 7578 W System.err: at com.android.okhttp.internal.http.SocketConnector.connectRawSocket(SocketConnector.java:160) 05-10 10:10:48.781 6321 7578 W System.err: at com.android.okhttp.internal.http.SocketConnector.connectCleartext(SocketConnector.java:67) 05-10 10:10:48.781 6321 7578 W System.err: at com.android.okhttp.Connection.connect(Connection.java:152) 05-10 10:10:48.781 6321 7578 W System.err: at com.android.okhttp.Connection.connectAndSetOwner(Connection.java:185) 05-10 10:10:48.781 6321 7578 W System.err: at com.android.okhttp.OkHttpClient$1.connectAndSetOwner(OkHttpClient.java:128) 05-10 10:10:48.781 6321 7578 W System.err: at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:341) 05-10 10:10:48.781 6321 7578 W System.err: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330) 05-10 10:10:48.781 6321 7578 W System.err: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248) 05-10 10:10:48.781 6321 7578 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437) 05-10 10:10:48.781 6321 7578 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114) 05-10 10:10:48.781 6321 7578 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245) 05-10 10:10:48.781 6321 7578 W System.err: at ll.c(Unknown Source) 05-10 10:10:48.781 6321 7578 W System.err: at lk.a(Unknown Source) 05-10 10:10:48.781 6321 7578 W System.err: at ko.b(Unknown Source) 05-10 10:10:48.781 6321 7578 W System.err: at ko.b(Unknown Source) 05-10 10:10:48.781 6321 7578 W System.err: at lg.run(Unknown Source) 05-10 10:10:48.781 6321 7578 W System.err: Caused by: android.system.ErrnoException: connect failed: ENETUNREACH (Network is unreachable) 05-10 10:10:48.782 6321 7578 W System.err: at libcore.io.Posix.connect(Native Method) 05-10 10:10:48.782 6321 7578 W System.err: at libcore.io.BlockGuardOs.connect(BlockGuardOs.java:111) 05-10 10:10:48.782 6321 7578 W System.err: at libcore.io.IoBridge.connectErrno(IoBridge.java:154) 05-10 10:10:48.782 6321 7578 W System.err: at libcore.io.IoBridge.connect(IoBridge.java:122) 05-10 10:10:48.782 6321 7578 W System.err: ... 20 more 05-10 10:10:48.783 6321 7578 I TongJiTest: upload failed and retryTime:1 05-10 10:10:48.783 6321 7578 I TongJiTest: quit loop 05-10 10:10:48.784 13606 13606 I ChargeLockerService: ??????---> 05-10 10:10:48.846 7319 7341 W Gmail : AccountHistory cannot find the addedEvent of -1569177690 (went back to -1569177690) 05-10 10:10:48.891 7602 7602 W art : Verification of void com.google.android.apps.youtube.app.YouTubeApplication.onCreate() took 226.318ms 05-10 10:10:49.013 7602 7602 W art : Verification of void dx.() took 118.835ms 05-10 10:10:49.031 1034 1058 W art : Long monitor contention event with owner method=void com.android.server.accounts.AccountManagerService.setUserdataInternal(com.android.server.accounts.AccountManagerService$UserAccounts, android.accounts.Account, java.lang.String, java.lang.String) from AccountManagerService.java:1711 waiters=0 for 129ms 05-10 10:10:49.060 7602 7602 I LoadedApk: No resource references to update in package common 05-10 10:10:49.062 7602 7602 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:49.064 7602 7602 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:49.064 7602 7602 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:49.153 6349 7630 W System.err: java.lang.InterruptedException 05-10 10:10:49.154 6349 7630 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:10:49.154 6349 7630 W System.err: at aux.run(Unknown Source) 05-10 10:10:49.182 6349 7632 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:49.183 6349 7632 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:49.200 6349 7632 W System.err: java.net.UnknownHostException: Unable to resolve host "goload.wecloud.io": No address associated with hostname 05-10 10:10:49.201 6349 7632 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:10:49.201 6349 7632 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:10:49.201 6349 7632 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:10:49.201 6349 7632 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:10:49.201 6349 7632 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:10:49.201 6349 7632 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:10:49.201 6349 7632 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:10:49.201 6349 7632 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:10:49.201 6349 7632 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:10:49.201 6349 7632 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:10:49.201 6349 7632 W System.err: at auk.a(Unknown Source) 05-10 10:10:49.201 6349 7632 W System.err: at auk.run(Unknown Source) 05-10 10:10:49.201 6349 7632 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:10:49.202 6349 7632 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:10:49.202 6349 7632 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:10:49.202 6349 7632 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:10:49.202 6349 7632 W System.err: ... 11 more 05-10 10:10:49.259 7602 7602 W art : Verification of void len.(android.content.Context, java.util.concurrent.Executor, iub) took 124.938ms 05-10 10:10:49.334 6414 6414 W System.err: java.lang.IllegalArgumentException: invalid provider: null 05-10 10:10:49.335 6414 6414 W System.err: at android.location.LocationManager.checkProvider(LocationManager.java:1704) 05-10 10:10:49.335 6414 6414 W System.err: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:459) 05-10 10:10:49.335 6414 6414 W System.err: at io.wecloud.message.ClientService.onCreate(Unknown Source) 05-10 10:10:49.335 6414 6414 W System.err: at android.app.ActivityThread.handleCreateService(ActivityThread.java:2921) 05-10 10:10:49.335 6414 6414 W System.err: at android.app.ActivityThread.-wrap4(ActivityThread.java) 05-10 10:10:49.335 6414 6414 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446) 05-10 10:10:49.340 6414 6414 W System.err: at android.os.Handler.dispatchMessage(Handler.java:102) 05-10 10:10:49.340 6414 6414 W System.err: at android.os.Looper.loop(Looper.java:148) 05-10 10:10:49.340 6414 6414 W System.err: at android.app.ActivityThread.main(ActivityThread.java:5471) 05-10 10:10:49.340 6414 6414 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-10 10:10:49.340 6414 6414 W System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 05-10 10:10:49.340 6414 6414 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 05-10 10:10:49.492 6414 7636 W System.err: java.lang.InterruptedException 05-10 10:10:49.492 6414 7636 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:10:49.492 6414 7636 W System.err: at nu.run(Unknown Source) 05-10 10:10:49.494 6414 7635 W System.err: java.lang.InterruptedException 05-10 10:10:49.494 6414 7635 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:10:49.494 6414 7635 W System.err: at nv.run(Unknown Source) 05-10 10:10:49.597 1034 1296 D WifiStateMachine: Disconnected CMD_START_SCAN source -2 1366, 1367 -> obsolete 05-10 10:10:49.828 1034 1845 I ActivityManager: Killing 7229:com.opera.mini.native:turbo/u0a110 (adj 9): empty #17 05-10 10:10:49.914 6414 7637 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:49.915 6414 7637 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:49.923 6414 7637 W System.err: java.net.UnknownHostException: Unable to resolve host "goload.wecloud.io": No address associated with hostname 05-10 10:10:49.923 6414 7637 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:10:49.923 6414 7637 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:10:49.923 6414 7637 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:10:49.923 6414 7637 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:10:49.923 6414 7637 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:10:49.924 6414 7637 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:10:49.924 6414 7637 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:10:49.924 6414 7637 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:10:49.924 6414 7637 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:10:49.924 6414 7637 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:10:49.924 6414 7637 W System.err: at nl.a(Unknown Source) 05-10 10:10:49.924 6414 7637 W System.err: at nl.run(Unknown Source) 05-10 10:10:49.924 6414 7637 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:10:49.924 6414 7637 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:10:49.924 6414 7637 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:10:49.924 6414 7637 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:10:49.924 6414 7637 W System.err: ... 11 more 05-10 10:10:49.949 1034 1974 W ActivityManager: Scheduling restart of crashed service com.opera.mini.native/com.opera.android.turbo.TurboService in 1000ms 05-10 10:10:49.991 7602 7641 W art : Method processed more than once: java.lang.String vmu.c() 05-10 10:10:50.021 7319 7584 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:50.021 7602 7638 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:50.081 1034 1830 I ActivityManager: Start proc 7645:com.google.android.gms:snet/u0a11 for service com.google.android.gms/.security.snet.SnetLaunchService 05-10 10:10:50.098 7602 7638 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:50.100 7602 7638 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:50.114 7645 7645 I chatty : uid=10011 com.google.android.gms:snet expire 12 lines 05-10 10:10:50.207 7602 7638 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:50.209 7602 7638 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:50.237 7602 7638 V JNIHelp : Registering com/google/android/gms/org/conscrypt/NativeCrypto's 254 native methods... 05-10 10:10:50.449 7602 7638 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL 05-10 10:10:50.462 7602 7641 W art : Verification of int svk.a() took 428.070ms 05-10 10:10:50.473 1882 11511 I chatty : uid=10011(com.google.android.gms) Binder_6 expire 1 line 05-10 10:10:50.609 7319 7584 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:50.611 7319 7584 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:50.826 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:50.826 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@7d02b63 05-10 10:10:50.826 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40340251486000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=349.11218, y[0]=582.2419, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40340251, downTime=40340251, deviceId=1, source=0x1002 } 05-10 10:10:50.826 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:50.826 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40332493887000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=236.22241, y[0]=180.76463, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40332493, downTime=40332493, deviceId=1, source=0x1002 } 05-10 10:10:50.826 19675 19675 D InputEventConsistencyVerifier: 2: sent at 40332493887000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=236.22241, y[0]=180.76463, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40332493, downTime=40332493, deviceId=1, source=0x1002 } 05-10 10:10:50.826 19675 19675 D InputEventConsistencyVerifier: 3: sent at 40331554495000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=125.33075, y[0]=310.59558, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40331554, downTime=40331554, deviceId=1, source=0x1002 } 05-10 10:10:50.826 19675 19675 D InputEventConsistencyVerifier: 4: sent at 40331554495000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=125.33075, y[0]=310.59558, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40331554, downTime=40331554, deviceId=1, source=0x1002 } 05-10 10:10:50.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:50.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:50.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 21 delayed writes, thread 0x74480000 05-10 10:10:50.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:10:50.987 1034 1060 I ActivityManager: Start proc 7663:com.opera.mini.native:turbo/u0a110 for service com.opera.mini.native/com.opera.android.turbo.TurboService 05-10 10:10:50.998 7602 7602 W art : Verification of void bzq.onProvideAssistContent(android.app.assist.AssistContent) took 107.727ms 05-10 10:10:51.054 7663 7663 I art : Late-enabling JIT 05-10 10:10:51.074 7663 7663 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:10:51.110 7602 7641 W art : Verification of boolean syy.equals(java.lang.Object) took 152.984ms 05-10 10:10:51.207 7319 7584 W art : Verification of long com.google.android.gms.common.util.c.a() took 238.555ms 05-10 10:10:51.239 7602 7602 W art : Verification of void com.google.android.apps.youtube.app.WatchWhileActivity.onNewIntent(android.content.Intent) took 102.630ms 05-10 10:10:51.334 1034 1494 I ActivityManager: Start proc 7677:com.google.android.gms.unstable/u0a11 for service com.google.android.gms/.droidguard.DroidGuardService 05-10 10:10:51.347 1034 1059 D SyncManager: failed sync operation littlollu@gmail.com u0 (com.google), com.google.android.location.reporting, PERIODIC, currentRunTime 592946150, reason: Periodic, SyncResult: stats [ numIoExceptions: 1] 05-10 10:10:51.374 7677 7677 I chatty : uid=10011 com.google.android.gms.unstable expire 3 lines 05-10 10:10:51.392 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:51.392 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@7d02b63 05-10 10:10:51.392 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40340817130000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=324.1366, y[0]=574.25226, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40340817, downTime=40340817, deviceId=1, source=0x1002 } 05-10 10:10:51.392 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:51.392 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40340251486000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=349.11218, y[0]=582.2419, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40340251, downTime=40340251, deviceId=1, source=0x1002 } 05-10 10:10:51.392 19675 19675 D InputEventConsistencyVerifier: 2: sent at 40340251486000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=349.11218, y[0]=582.2419, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40340251, downTime=40340251, deviceId=1, source=0x1002 } 05-10 10:10:51.392 19675 19675 D InputEventConsistencyVerifier: 3: sent at 40332493887000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=236.22241, y[0]=180.76463, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40332493, downTime=40332493, deviceId=1, source=0x1002 } 05-10 10:10:51.392 19675 19675 D InputEventConsistencyVerifier: 4: sent at 40332493887000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=236.22241, y[0]=180.76463, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40332493, downTime=40332493, deviceId=1, source=0x1002 } 05-10 10:10:51.392 19675 19675 D InputEventConsistencyVerifier: 5: sent at 40331554495000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=125.33075, y[0]=310.59558, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40331554, downTime=40331554, deviceId=1, source=0x1002 } 05-10 10:10:51.435 7602 7602 W art : Verification of void brp.() took 179.199ms 05-10 10:10:51.572 7602 7641 W art : Verification of int rwd.hashCode() took 200.317ms 05-10 10:10:51.609 6349 7692 W System.err: java.lang.InterruptedException 05-10 10:10:51.610 6349 7691 W System.err: java.lang.InterruptedException 05-10 10:10:51.610 6349 7691 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:10:51.610 6349 7691 W System.err: at aux.run(Unknown Source) 05-10 10:10:51.623 6349 7693 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:51.626 6349 7692 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:10:51.627 6349 7692 W System.err: at auw.run(Unknown Source) 05-10 10:10:51.635 7319 7584 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:51.636 7319 7584 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm 05-10 10:10:51.687 6349 7693 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:51.709 7319 7584 V JNIHelp : Registering com/google/android/gms/org/conscrypt/NativeCrypto's 254 native methods... 05-10 10:10:51.799 6349 7693 W System.err: java.net.UnknownHostException: Unable to resolve host "goload.wecloud.io": No address associated with hostname 05-10 10:10:51.799 6349 7693 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:10:51.799 6349 7693 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:10:51.799 6349 7693 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:10:51.799 6349 7693 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:10:51.799 6349 7693 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:10:51.799 6349 7693 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:10:51.800 6349 7693 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:10:51.800 6349 7693 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:10:51.800 6349 7693 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:10:51.800 6349 7693 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:10:51.800 6349 7693 W System.err: at auk.a(Unknown Source) 05-10 10:10:51.800 6349 7693 W System.err: at auk.run(Unknown Source) 05-10 10:10:51.800 6349 7693 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:10:51.800 6349 7693 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:10:51.800 6349 7693 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:10:51.800 6349 7693 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:10:51.800 6349 7693 W System.err: ... 11 more 05-10 10:10:51.815 1034 1494 W art : Long monitor contention event with owner method=void com.android.server.content.SyncStorageEngine.stopSyncEvent(long, long, java.lang.String, long, long) from SyncStorageEngine.java:1344 waiters=0 for 319ms 05-10 10:10:51.839 6414 6414 W System.err: java.lang.IllegalArgumentException: invalid provider: null 05-10 10:10:51.839 6414 6414 W System.err: at android.location.LocationManager.checkProvider(LocationManager.java:1704) 05-10 10:10:51.839 6414 6414 W System.err: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:459) 05-10 10:10:51.839 6414 6414 W System.err: at io.wecloud.message.ClientService.onCreate(Unknown Source) 05-10 10:10:51.839 6414 6414 W System.err: at android.app.ActivityThread.handleCreateService(ActivityThread.java:2921) 05-10 10:10:51.839 6414 6414 W System.err: at android.app.ActivityThread.-wrap4(ActivityThread.java) 05-10 10:10:51.839 6414 6414 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446) 05-10 10:10:51.839 6414 6414 W System.err: at android.os.Handler.dispatchMessage(Handler.java:102) 05-10 10:10:51.839 6414 6414 W System.err: at android.os.Looper.loop(Looper.java:148) 05-10 10:10:51.839 6414 6414 W System.err: at android.app.ActivityThread.main(ActivityThread.java:5471) 05-10 10:10:51.839 6414 6414 W System.err: at java.lang.reflect.Method.invoke(Native Method) 05-10 10:10:51.839 6414 6414 W System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 05-10 10:10:51.839 6414 6414 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 05-10 10:10:51.902 6414 7701 W System.err: java.lang.InterruptedException 05-10 10:10:51.902 6414 7701 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:10:51.902 6414 7701 W System.err: at nu.run(Unknown Source) 05-10 10:10:51.903 6414 7700 W System.err: java.lang.InterruptedException 05-10 10:10:51.903 6414 7700 W System.err: at java.lang.Object.wait(Native Method) 05-10 10:10:51.903 6414 7700 W System.err: at nv.run(Unknown Source) 05-10 10:10:51.909 6414 7702 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:51.910 6414 7702 W ResourceType: No package identifier when getting value for resource number 0x00000000 05-10 10:10:51.925 7602 7641 W art : Verification of void tak.a(vmv) took 116.058ms 05-10 10:10:51.951 6414 7702 W System.err: java.net.UnknownHostException: Unable to resolve host "goload.wecloud.io": No address associated with hostname 05-10 10:10:51.951 6414 7702 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:10:51.951 6414 7702 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:10:51.951 6414 7702 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:10:51.951 6414 7702 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:10:51.951 6414 7702 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:10:51.951 6414 7702 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:10:51.951 6414 7702 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:10:51.951 6414 7702 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:10:51.951 6414 7702 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:10:51.951 6414 7702 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:10:51.951 6414 7702 W System.err: at nl.a(Unknown Source) 05-10 10:10:51.951 6414 7702 W System.err: at nl.run(Unknown Source) 05-10 10:10:51.951 6414 7702 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:10:51.952 6414 7702 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:10:51.952 6414 7702 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:10:51.952 6414 7702 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:10:51.952 6414 7702 W System.err: ... 11 more 05-10 10:10:51.984 7663 7663 I LoadedApk: No resource references to update in package common 05-10 10:10:51.985 7663 7663 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:10:51.985 7663 7663 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:10:52.087 7602 7641 W art : Verification of void vmz.c() took 160.095ms 05-10 10:10:52.242 7677 7688 I chatty : uid=10011(com.google.android.gms) HeapTaskDaemon expire 1 line 05-10 10:10:52.273 7319 7584 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL 05-10 10:10:52.321 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:52.321 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@7d02b63 05-10 10:10:52.321 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40341745200000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=320.1405, y[0]=565.264, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40341745, downTime=40341745, deviceId=1, source=0x1002 } 05-10 10:10:52.321 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:52.321 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40340817130000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=324.1366, y[0]=574.25226, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40340817, downTime=40340817, deviceId=1, source=0x1002 } 05-10 10:10:52.321 19675 19675 D InputEventConsistencyVerifier: 2: sent at 40340817130000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=324.1366, y[0]=574.25226, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40340817, downTime=40340817, deviceId=1, source=0x1002 } 05-10 10:10:52.321 19675 19675 D InputEventConsistencyVerifier: 3: sent at 40340251486000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=349.11218, y[0]=582.2419, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40340251, downTime=40340251, deviceId=1, source=0x1002 } 05-10 10:10:52.321 19675 19675 D InputEventConsistencyVerifier: 4: sent at 40340251486000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=349.11218, y[0]=582.2419, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40340251, downTime=40340251, deviceId=1, source=0x1002 } 05-10 10:10:52.321 19675 19675 D InputEventConsistencyVerifier: 5: sent at 40332493887000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=236.22241, y[0]=180.76463, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40332493, downTime=40332493, deviceId=1, source=0x1002 } 05-10 10:10:52.344 1882 1882 I chatty : uid=10011 com.google.android.gms.persistent expire 1 line 05-10 10:10:52.373 7602 7641 W art : Verification of boolean vna.equals(java.lang.Object) took 281.311ms 05-10 10:10:52.533 7677 7677 I chatty : uid=10011 com.google.android.gms.unstable expire 7 lines 05-10 10:10:52.572 1882 2290 I chatty : uid=10011(com.google.android.gms) Binder_3 expire 2 lines 05-10 10:10:52.616 7645 7645 I chatty : uid=10011 com.google.android.gms:snet expire 2 lines 05-10 10:10:52.641 7677 7677 I chatty : uid=10011 com.google.android.gms.unstable expire 6 lines 05-10 10:10:52.669 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:52.669 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@7d02b63 05-10 10:10:52.669 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40342094626000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=322.13855, y[0]=558.2731, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40342094, downTime=40342094, deviceId=1, source=0x1002 } 05-10 10:10:52.669 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:52.669 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40341745200000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=320.1405, y[0]=565.264, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40341745, downTime=40341745, deviceId=1, source=0x1002 } 05-10 10:10:52.669 19675 19675 D InputEventConsistencyVerifier: 2: sent at 40341745200000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=320.1405, y[0]=565.264, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40341745, downTime=40341745, deviceId=1, source=0x1002 } 05-10 10:10:52.669 19675 19675 D InputEventConsistencyVerifier: 3: sent at 40340817130000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=324.1366, y[0]=574.25226, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40340817, downTime=40340817, deviceId=1, source=0x1002 } 05-10 10:10:52.669 19675 19675 D InputEventConsistencyVerifier: 4: sent at 40340817130000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=324.1366, y[0]=574.25226, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40340817, downTime=40340817, deviceId=1, source=0x1002 } 05-10 10:10:52.669 19675 19675 D InputEventConsistencyVerifier: 5: sent at 40340251486000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=349.11218, y[0]=582.2419, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40340251, downTime=40340251, deviceId=1, source=0x1002 } 05-10 10:10:52.740 7645 7645 I chatty : uid=10011 com.google.android.gms:snet expire 4 lines 05-10 10:10:52.772 7319 7584 E Gmail : Exception during sync 05-10 10:10:52.772 7319 7584 E Gmail : java.io.IOException: NetworkError 05-10 10:10:52.772 7319 7584 E Gmail : at android.accounts.AccountManager.convertErrorToException(AccountManager.java:2135) 05-10 10:10:52.772 7319 7584 E Gmail : at android.accounts.AccountManager.-wrap0(AccountManager.java) 05-10 10:10:52.772 7319 7584 E Gmail : at android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:1993) 05-10 10:10:52.772 7319 7584 E Gmail : at android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse.java:69) 05-10 10:10:52.772 7319 7584 E Gmail : at android.os.Binder.execTransact(Binder.java:453) 05-10 10:10:52.797 7602 7641 W art : Verification of int rwb.a() took 105.285ms 05-10 10:10:52.803 7319 7584 I Gmail : notifyAccountChanged 05-10 10:10:52.818 7319 7384 I Gmail : getAccountsCursor 05-10 10:10:52.860 1882 1882 I chatty : uid=10011 com.google.android.gms.persistent expire 1 line 05-10 10:10:52.910 19675 19675 D InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. 05-10 10:10:52.910 19675 19675 D InputEventConsistencyVerifier: in android.view.ScaleGestureDetector@7d02b63 05-10 10:10:52.910 19675 19675 D InputEventConsistencyVerifier: 0: sent at 40342334799000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=321.13953, y[0]=573.2536, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40342334, downTime=40342334, deviceId=1, source=0x1002 } 05-10 10:10:52.910 19675 19675 D InputEventConsistencyVerifier: -- recent events -- 05-10 10:10:52.910 19675 19675 D InputEventConsistencyVerifier: 1: sent at 40342094626000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=322.13855, y[0]=558.2731, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40342094, downTime=40342094, deviceId=1, source=0x1002 } 05-10 10:10:52.910 19675 19675 D InputEventConsistencyVerifier: 2: sent at 40342094626000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=322.13855, y[0]=558.2731, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40342094, downTime=40342094, deviceId=1, source=0x1002 } 05-10 10:10:52.910 19675 19675 D InputEventConsistencyVerifier: 3: sent at 40341745200000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=320.1405, y[0]=565.264, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40341745, downTime=40341745, deviceId=1, source=0x1002 } 05-10 10:10:52.910 19675 19675 D InputEventConsistencyVerifier: 4: sent at 40341745200000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=320.1405, y[0]=565.264, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40341745, downTime=40341745, deviceId=1, source=0x1002 } 05-10 10:10:52.910 19675 19675 D InputEventConsistencyVerifier: 5: sent at 40340817130000, MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=324.1366, y[0]=574.25226, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40340817, downTime=40340817, deviceId=1, source=0x1002 } 05-10 10:10:52.938 7602 7641 W art : Verification of int rut.hashCode() took 137.512ms 05-10 10:10:53.121 7602 7614 W art : Suspending all threads took: 6.988ms 05-10 10:10:53.193 7602 7641 W art : Verification of int tgl.a() took 104.064ms 05-10 10:10:53.304 7645 7710 I chatty : uid=10011 com.google.android.gms:snet expire 1 line 05-10 10:10:53.391 1882 1882 D WearableService: callingUid 10011, callindPid: 1882 05-10 10:10:53.420 7602 7602 W art : Verification of void bqw.(brp) took 120.208ms 05-10 10:10:53.515 1882 2700 E MDM : [91] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null} 05-10 10:10:53.544 1034 1044 I art : Background partial concurrent mark sweep GC freed 35763(2MB) AllocSpace objects, 2(40KB) LOS objects, 17% free, 18MB/22MB, paused 2.441ms total 187.469ms 05-10 10:10:53.561 1882 15936 W art : Long monitor contention event with owner method=boolean com.google.android.gms.common.internal.as.a(com.google.android.gms.common.internal.at, android.content.ServiceConnection, java.lang.String) from :com.google.android.gms:97 waiters=0 for 184ms 05-10 10:10:53.589 7645 7645 W art : Verification of void android.support.v4.g.t.e(int) took 257.202ms 05-10 10:10:53.616 1882 1882 D AuthorizationBluetoothService: Received GmsCore event: Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.auth.be.proximity.authorization.bt.AuthorizationBluetoothService$AutoStarter }. 05-10 10:10:53.619 7319 7384 W Gmail : AccountHistory cannot find the addedEvent of -1569177690 (went back to -1569177690) 05-10 10:10:53.641 21435 7713 D LocationInitializer: Restart initialization of location 05-10 10:10:53.816 1882 1882 V GLSActivity: AuthDelegateWrapperCreated with selected intent: Intent { cmp=com.google.android.gms/.auth.DefaultAuthDelegateService } 05-10 10:10:53.822 1034 1503 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@28c9ce3 attribute=null, token = android.os.BinderProxy@ad0afbf 05-10 10:10:53.852 7319 7584 W art : Verification of void eju.h() took 523.986ms 05-10 10:10:53.906 19675 19675 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings > 05-10 10:10:53.961 1882 2334 W System.err: java.net.UnknownHostException: Unable to resolve host "www.google.com": No address associated with hostname 05-10 10:10:53.962 1882 2334 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:10:53.962 1882 2334 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:10:53.962 1882 2334 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:10:53.962 1882 2334 W System.err: at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29) 05-10 10:10:53.962 1882 2334 W System.err: at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188) 05-10 10:10:53.962 1882 2334 W System.err: at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157) 05-10 10:10:53.962 1882 2334 W System.err: at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100) 05-10 10:10:53.962 1882 2334 W System.err: at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357) 05-10 10:10:53.962 1882 2334 W System.err: at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340) 05-10 10:10:53.962 1882 2334 W System.err: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330) 05-10 10:10:53.962 1882 2334 W System.err: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248) 05-10 10:10:53.962 1882 2334 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437) 05-10 10:10:53.962 1882 2334 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114) 05-10 10:10:53.963 1882 2334 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245) 05-10 10:10:53.963 1882 2334 W System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218) 05-10 10:10:53.963 1882 2334 W System.err: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java) 05-10 10:10:53.963 1882 2334 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948) 05-10 10:10:53.963 1882 2334 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766) 05-10 10:10:53.963 1882 2334 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674) 05-10 10:10:53.963 1882 2334 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658) 05-10 10:10:53.963 1882 2334 W System.err: at com.google.r.a.b.a.b.g(:com.google.android.gms:126) 05-10 10:10:53.963 1882 2334 W System.err: at com.google.r.a.b.a.b.c(:com.google.android.gms:172) 05-10 10:10:53.963 1882 2334 W System.err: at com.google.z.a.d.run(:com.google.android.gms:434) 05-10 10:10:53.963 1882 2334 W System.err: at com.google.z.a.c.c(:com.google.android.gms:230) 05-10 10:10:53.963 1882 2334 W System.err: at com.google.z.a.c.run(:com.google.android.gms:204) 05-10 10:10:53.963 1882 2334 W System.err: at com.google.r.a.c.b.run(:com.google.android.gms:96) 05-10 10:10:53.963 1882 2334 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:10:53.964 1882 2334 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:10:53.964 1882 2334 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:10:53.964 1882 2334 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:10:53.964 1882 2334 W System.err: ... 25 more 05-10 10:10:53.978 7319 7584 W art : Verification of void ekc.a() took 122.528ms 05-10 10:10:54.033 1034 1298 D ConnectivityService: handlePromptUnvalidated 206 05-10 10:10:54.231 7319 7330 W art : Suspending all threads took: 10.864ms 05-10 10:10:54.243 7677 7711 D NativeLibraryUtils: Install completed successfully. count=14 extracted=0 05-10 10:10:54.272 21435 7734 D LocationInitializer: Restart initialization of location 05-10 10:10:54.333 1882 3000 E MDM : [116] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null} 05-10 10:10:54.638 7319 7736 W art : Verification of boolean emy.a() took 188.598ms 05-10 10:10:54.740 28488 6828 E Drm : Failed to find drm plugin 05-10 10:10:54.745 1882 1882 D AuthorizationBluetoothService: Received GmsCore event: Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.auth.be.proximity.authorization.bt.AuthorizationBluetoothService$AutoStarter }. 05-10 10:10:54.755 7663 7663 W art : Verification of java.io.File[] chw.a(java.util.regex.Pattern) took 306.671ms 05-10 10:10:54.760 7677 7744 W DG.WV : Widevine DRM not supported on this device 05-10 10:10:54.760 7677 7744 W DG.WV : android.media.UnsupportedSchemeException: Failed to instantiate drm object. 05-10 10:10:54.760 7677 7744 W DG.WV : at android.media.MediaDrm.native_setup(Native Method) 05-10 10:10:54.760 7677 7744 W DG.WV : at android.media.MediaDrm.(MediaDrm.java:215) 05-10 10:10:54.760 7677 7744 W DG.WV : at com.google.android.gms.droidguard.q.run(:com.google.android.gms:99) 05-10 10:10:54.760 7677 7744 W DG.WV : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) 05-10 10:10:54.760 7677 7744 W DG.WV : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) 05-10 10:10:54.760 7677 7744 W DG.WV : at java.lang.Thread.run(Thread.java:818) 05-10 10:10:54.761 7645 7737 W art : Verification of android.os.WorkSource com.google.android.gms.common.util.cn.a(int, java.lang.String) took 138.824ms 05-10 10:10:54.829 1882 1882 V GLSActivity: AuthDelegateWrapperCreated with selected intent: Intent { cmp=com.google.android.gms/.auth.DefaultAuthDelegateService } 05-10 10:10:54.863 7602 7739 W art : Verification of java.lang.String ila.a(android.content.Context) took 283.538ms 05-10 10:10:54.911 7319 7584 W art : Verification of void ejn.c(ejk) took 158.782ms 05-10 10:10:54.981 7602 7745 W art : Verification of hkw gck.a(gtf) took 185.760ms 05-10 10:10:55.095 7602 7740 W art : Verification of android.os.Bundle gje.a(android.content.Context, android.accounts.Account, java.lang.String, android.os.Bundle) took 488.677ms 05-10 10:10:55.144 1034 2231 I ActivityManager: Killing 7367:com.google.process.gapps/u0a42 (adj 13): empty #17 05-10 10:10:55.175 7602 7739 W art : Verification of hko hkn.b(java.lang.String, android.content.Context, boolean) took 233.306ms 05-10 10:10:55.276 1034 1061 W art : Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.publishService(android.os.IBinder, android.content.Intent, android.os.IBinder) from ActivityManagerService.java:16138 waiters=1 for 138ms 05-10 10:10:55.341 1034 1251 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 05-10 10:10:55.617 20812 20812 I Tapjoy : The session ended 05-10 10:10:55.664 7677 7690 I GoogleURLConnFactory: Using platform SSLCertificateSocketFactory 05-10 10:10:55.735 7602 7740 W art : Verification of android.accounts.Account[] gje.a(android.content.Context, java.lang.String, java.lang.String[]) took 141.693ms 05-10 10:10:55.802 1034 1044 I art : Background partial concurrent mark sweep GC freed 6517(452KB) AllocSpace objects, 1(20KB) LOS objects, 17% free, 18MB/22MB, paused 2.746ms total 425.598ms 05-10 10:10:55.836 7677 7690 W art : Method processed more than once: void com.google.android.gms.droidguard.b.m.() 05-10 10:10:55.840 7602 7740 W art : Verification of android.accounts.Account[] gje.b(android.content.Context, java.lang.String) took 105.468ms 05-10 10:10:55.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:55.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:10:55.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:10:55.949 7319 7584 W art : Verification of java.lang.Object[] ekz.newArray(int) took 318.908ms 05-10 10:10:55.979 7677 7690 W art : Generation of oat file /data/user/0/com.google.android.gms/app_fb/f.dex not attempted because dex2oat is disabled 05-10 10:10:55.985 1882 2336 W System.err: java.net.UnknownHostException: Unable to resolve host "www.google.com": No address associated with hostname 05-10 10:10:55.986 1882 2336 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:10:55.986 1882 2336 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:10:55.986 1882 2336 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:10:55.987 1882 2336 W System.err: at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29) 05-10 10:10:55.987 1882 2336 W System.err: at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188) 05-10 10:10:55.987 1882 2336 W System.err: at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157) 05-10 10:10:55.987 1882 2336 W System.err: at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100) 05-10 10:10:55.987 1882 2336 W System.err: at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357) 05-10 10:10:55.987 1882 2336 W System.err: at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340) 05-10 10:10:55.987 1882 2336 W System.err: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330) 05-10 10:10:55.987 1882 2336 W System.err: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248) 05-10 10:10:55.987 1882 2336 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437) 05-10 10:10:55.987 1882 2336 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114) 05-10 10:10:55.987 1882 2336 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245) 05-10 10:10:55.987 1882 2336 W System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218) 05-10 10:10:55.987 1882 2336 W System.err: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java) 05-10 10:10:55.987 1882 2336 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948) 05-10 10:10:55.987 1882 2336 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766) 05-10 10:10:55.987 1882 2336 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674) 05-10 10:10:55.987 1882 2336 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658) 05-10 10:10:55.987 1882 2336 W System.err: at com.google.r.a.b.a.b.g(:com.google.android.gms:126) 05-10 10:10:55.987 1882 2336 W System.err: at com.google.r.a.b.a.b.c(:com.google.android.gms:172) 05-10 10:10:55.987 1882 2336 W System.err: at com.google.z.a.d.run(:com.google.android.gms:434) 05-10 10:10:55.987 1882 2336 W System.err: at com.google.z.a.c.c(:com.google.android.gms:230) 05-10 10:10:55.987 1882 2336 W System.err: at com.google.z.a.c.run(:com.google.android.gms:204) 05-10 10:10:55.987 1882 2336 W System.err: at com.google.r.a.c.b.run(:com.google.android.gms:96) 05-10 10:10:55.988 1882 2336 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:10:55.988 1882 2336 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:10:55.988 1882 2336 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:10:55.988 1882 2336 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:10:55.988 1882 2336 W System.err: ... 25 more 05-10 10:10:56.026 7677 7690 W System : ClassLoader referenced unknown path: 05-10 10:10:56.088 7677 7690 I Adreno200-EGL: : EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081) 05-10 10:10:56.088 7677 7690 I Adreno200-EGL: Build Date: 06/25/13 Tue 05-10 10:10:56.088 7677 7690 I Adreno200-EGL: Local Branch: 05-10 10:10:56.088 7677 7690 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5 05-10 10:10:56.088 7677 7690 I Adreno200-EGL: Local Patches: NONE 05-10 10:10:56.088 7677 7690 I Adreno200-EGL: Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING 05-10 10:10:56.090 9966 9999 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer... 05-10 10:10:56.278 7645 7737 W art : Generation of oat file /data/user/0/com.google.android.gms/snet/dalvik-cache/snet.dex not attempted because dex2oat is disabled 05-10 10:10:56.630 7602 7739 W art : Verification of boolean com.google.android.gms.ads.adshield.a.e.onTransact(int, android.os.Parcel, android.os.Parcel, int) took 314.331ms 05-10 10:10:56.668 28488 28488 E Drm : Failed to find drm plugin 05-10 10:10:56.766 21435 7579 I CheckinRequestBuilder: Classify the device as Tablet. 05-10 10:10:56.769 7319 7584 I Gmail : notifyAccountChanged 05-10 10:10:56.777 7602 7739 W art : Verification of void com.google.android.gms.ads.adshield.a.a.(java.lang.String, android.content.Context, boolean) took 121.337ms 05-10 10:10:56.787 7319 7342 I Gmail : getAccountsCursor 05-10 10:10:56.813 1882 1882 V GLSActivity: AuthDelegateWrapperCreated with selected intent: Intent { cmp=com.google.android.gms/.auth.DefaultAuthDelegateService } 05-10 10:10:56.817 7319 7584 W Gmail : Sync complete for account: account:-1569177690 05-10 10:10:57.058 7602 7739 W art : Verification of java.lang.String com.google.android.a.q.a(android.content.Context, java.lang.String) took 115.447ms 05-10 10:10:57.188 7602 7602 W InstanceID/Rpc: Found 10011 05-10 10:10:57.214 7602 7739 W art : Verification of java.lang.String com.google.android.a.q.a(byte[], java.lang.String) took 154.052ms 05-10 10:10:57.222 7319 7342 W Gmail : AccountHistory cannot find the addedEvent of -1569177690 (went back to -1569177690) 05-10 10:10:57.266 1034 1059 D SyncManager: failed sync operation littlollu@gmail.com u0 (com.google), gmail-ls, PERIODIC, currentRunTime 592946482, reason: Periodic, SyncResult: stats [ numIoExceptions: 1] 05-10 10:10:57.315 1034 1057 I ActivityManager: Killing 7351:com.google.android.gm.exchange/u0a62 (adj 13): empty #17 05-10 10:10:57.588 7602 7739 W art : Verification of void com.google.android.a.s.a(java.lang.String, android.content.Context, com.google.android.a.aa) took 276.367ms 05-10 10:10:58.219 7602 7739 W art : Verification of void com.google.android.gms.ads.internal.util.v.a(android.content.Context, java.lang.String, java.util.List) took 191.284ms 05-10 10:10:58.223 1034 1057 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings bnds=[212,404][362,504] (has extras)} from uid 10008 on display 0 05-10 10:10:58.328 7602 7740 W art : Verification of android.os.Bundle hkj.a(java.lang.String, android.os.Bundle) took 113.708ms 05-10 10:10:58.329 7602 7739 W art : Verification of void com.google.android.gms.ads.internal.util.v.a(java.util.List, java.lang.String) took 110.107ms 05-10 10:10:58.426 7602 7614 W art : Suspending all threads took: 24.353ms 05-10 10:10:58.466 7602 7641 W art : Long monitor contention event with owner method=long android.database.sqlite.SQLiteConnection.nativePrepareStatement(long, java.lang.String) from SQLiteConnection.java:4294967294 waiters=0 for 1.209s 05-10 10:10:58.819 7602 7739 W art : Verification of void com.google.android.gms.ads.internal.i.ac.() took 299.713ms 05-10 10:10:58.862 7602 7739 W art : Generation of oat file /data/user/0/com.google.android.youtube/cache/ads1109678879.dex not attempted because dex2oat is disabled 05-10 10:10:58.879 7602 7739 W art : Method processed more than once: java.lang.String com.google.android.a.s.b(byte[], java.lang.String) 05-10 10:10:58.944 1882 7715 W FusedLocationProvider: I/O error: java.io.IOException: Timed out waiting for response from server 05-10 10:10:59.097 7602 7728 W art : Long monitor contention event with owner method=java.lang.Object ley.get() from SourceFile:130 waiters=0 for 321ms 05-10 10:10:59.202 1034 1057 I ActivityManager: Killing 7422:com.google.android.calendar/u0a60 (adj 13): empty #17 05-10 10:10:59.253 1034 1057 I ActivityManager: Killing 7446:com.android.providers.calendar/u0a2 (adj 15): empty #18 05-10 10:10:59.325 1034 2230 W art : Long monitor contention event with owner method=int com.android.server.am.ActivityStackSupervisor.startActivityMayWait(android.app.IApplicationThread, int, java.lang.String, android.content.Intent, java.lang.String, android.service.voice.IVoiceInteractionSession, com.android.internal.app.IVoiceInteractor, android.os.IBinder, java.lang.String, int, int, android.app.ProfilerInfo, android.app.IActivityManager$WaitResult, android.content.res.Configuration, android.os.Bundle, boolean, int, android.app.IActivityContainer, com.android.server.am.TaskRecord) from ActivityStackSupervisor.java:949 waiters=0 for 1.076s 05-10 10:10:59.326 1034 1494 W art : Long monitor contention event with owner method=int com.android.server.am.ActivityStackSupervisor.startActivityMayWait(android.app.IApplicationThread, int, java.lang.String, android.content.Intent, java.lang.String, android.service.voice.IVoiceInteractionSession, com.android.internal.app.IVoiceInteractor, android.os.IBinder, java.lang.String, int, int, android.app.ProfilerInfo, android.app.IActivityManager$WaitResult, android.content.res.Configuration, android.os.Bundle, boolean, int, android.app.IActivityContainer, com.android.server.am.TaskRecord) from ActivityStackSupervisor.java:949 waiters=1 for 878ms 05-10 10:10:59.328 1034 1845 W art : Long monitor contention event with owner method=int com.android.server.am.ActivityStackSupervisor.startActivityMayWait(android.app.IApplicationThread, int, java.lang.String, android.content.Intent, java.lang.String, android.service.voice.IVoiceInteractionSession, com.android.internal.app.IVoiceInteractor, android.os.IBinder, java.lang.String, int, int, android.app.ProfilerInfo, android.app.IActivityManager$WaitResult, android.content.res.Configuration, android.os.Bundle, boolean, int, android.app.IActivityContainer, com.android.server.am.TaskRecord) from ActivityStackSupervisor.java:949 waiters=2 for 852ms 05-10 10:10:59.338 1034 1503 W art : Long monitor contention event with owner method=int com.android.server.am.ActivityStackSupervisor.startActivityMayWait(android.app.IApplicationThread, int, java.lang.String, android.content.Intent, java.lang.String, android.service.voice.IVoiceInteractionSession, com.android.internal.app.IVoiceInteractor, android.os.IBinder, java.lang.String, int, int, android.app.ProfilerInfo, android.app.IActivityManager$WaitResult, android.content.res.Configuration, android.os.Bundle, boolean, int, android.app.IActivityContainer, com.android.server.am.TaskRecord) from ActivityStackSupervisor.java:949 waiters=3 for 854ms 05-10 10:10:59.339 1034 1946 W art : Long monitor contention event with owner method=int com.android.server.am.ActivityStackSupervisor.startActivityMayWait(android.app.IApplicationThread, int, java.lang.String, android.content.Intent, java.lang.String, android.service.voice.IVoiceInteractionSession, com.android.internal.app.IVoiceInteractor, android.os.IBinder, java.lang.String, int, int, android.app.ProfilerInfo, android.app.IActivityManager$WaitResult, android.content.res.Configuration, android.os.Bundle, boolean, int, android.app.IActivityContainer, com.android.server.am.TaskRecord) from ActivityStackSupervisor.java:949 waiters=5 for 471ms 05-10 10:10:59.403 1034 2321 W art : Long monitor contention event with owner method=int com.android.server.am.ActivityStackSupervisor.startActivityMayWait(android.app.IApplicationThread, int, java.lang.String, android.content.Intent, java.lang.String, android.service.voice.IVoiceInteractionSession, com.android.internal.app.IVoiceInteractor, android.os.IBinder, java.lang.String, int, int, android.app.ProfilerInfo, android.app.IActivityManager$WaitResult, android.content.res.Configuration, android.os.Bundle, boolean, int, android.app.IActivityContainer, com.android.server.am.TaskRecord) from ActivityStackSupervisor.java:949 waiters=4 for 773ms 05-10 10:10:59.405 1034 1986 W art : Long monitor contention event with owner method=int com.android.server.am.ActivityStackSupervisor.startActivityMayWait(android.app.IApplicationThread, int, java.lang.String, android.content.Intent, java.lang.String, android.service.voice.IVoiceInteractionSession, com.android.internal.app.IVoiceInteractor, android.os.IBinder, java.lang.String, int, int, android.app.ProfilerInfo, android.app.IActivityManager$WaitResult, android.content.res.Configuration, android.os.Bundle, boolean, int, android.app.IActivityContainer, com.android.server.am.TaskRecord) from ActivityStackSupervisor.java:949 waiters=6 for 525ms 05-10 10:10:59.405 1034 1472 W art : Long monitor contention event with owner method=int com.android.server.am.ActivityStackSupervisor.startActivityMayWait(android.app.IApplicationThread, int, java.lang.String, android.content.Intent, java.lang.String, android.service.voice.IVoiceInteractionSession, com.android.internal.app.IVoiceInteractor, android.os.IBinder, java.lang.String, int, int, android.app.ProfilerInfo, android.app.IActivityManager$WaitResult, android.content.res.Configuration, android.os.Bundle, boolean, int, android.app.IActivityContainer, com.android.server.am.TaskRecord) from ActivityStackSupervisor.java:949 waiters=7 for 461ms 05-10 10:10:59.406 1034 1397 W art : Long monitor contention event with owner method=int com.android.server.am.ActivityStackSupervisor.startActivityMayWait(android.app.IApplicationThread, int, java.lang.String, android.content.Intent, java.lang.String, android.service.voice.IVoiceInteractionSession, com.android.internal.app.IVoiceInteractor, android.os.IBinder, java.lang.String, int, int, android.app.ProfilerInfo, android.app.IActivityManager$WaitResult, android.content.res.Configuration, android.os.Bundle, boolean, int, android.app.IActivityContainer, com.android.server.am.TaskRecord) from ActivityStackSupervisor.java:949 waiters=8 for 377ms 05-10 10:10:59.454 1034 1059 W art : Long monitor contention event with owner method=int com.android.server.am.ActivityStackSupervisor.startActivityMayWait(android.app.IApplicationThread, int, java.lang.String, android.content.Intent, java.lang.String, android.service.voice.IVoiceInteractionSession, com.android.internal.app.IVoiceInteractor, android.os.IBinder, java.lang.String, int, int, android.app.ProfilerInfo, android.app.IActivityManager$WaitResult, android.content.res.Configuration, android.os.Bundle, boolean, int, android.app.IActivityContainer, com.android.server.am.TaskRecord) from ActivityStackSupervisor.java:949 waiters=12 for 251ms 05-10 10:10:59.504 1034 1058 W art : Long monitor contention event with owner method=java.util.List com.android.server.am.ActivityManagerService.getRunningAppProcesses() from ActivityManagerService.java:12924 waiters=14 for 143ms 05-10 10:10:59.526 1034 2321 W art : Long monitor contention event with owner method=boolean com.android.server.am.ActivityManagerService.unbindService(android.app.IServiceConnection) from ActivityManagerService.java:16127 waiters=12 for 107ms 05-10 10:10:59.537 1034 1494 W art : Long monitor contention event with owner method=android.content.Intent com.android.server.am.ActivityManagerService.registerReceiver(android.app.IApplicationThread, java.lang.String, android.content.IIntentReceiver, android.content.IntentFilter, java.lang.String, int) from ActivityManagerService.java:16348 waiters=14 for 122ms 05-10 10:10:59.553 9966 9966 I Choreographer: Skipped 78 frames! The application may be doing too much work on its main thread. 05-10 10:10:59.555 1034 1060 W BroadcastQueue: Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=9966, uid=10008) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.gms/.icing.proxy.ApplicationLauncherReceiver 05-10 10:10:59.555 1034 1060 W BroadcastQueue: Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=9966, uid=10008) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.googlequicksearchbox/com.google.android.apps.gsa.search.core.icingsync.ApplicationLaunchReceiver 05-10 10:10:59.555 1034 1060 W BroadcastQueue: Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=9966, uid=10008) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.googlequicksearchbox/com.google.android.apps.gsa.reflection.ReflectionReceiver 05-10 10:10:59.619 1882 3019 E Auth : [GoogleAccountDataServiceImpl] getToken() failed. Status NETWORK_ERROR, Account: , App: com.google.android.youtube, Service: oauth2:https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/identity.plus.page.impersonation https://www.googleapis.com/auth/plus.pages.manage https://www.googleapis.com/auth/youtube https://www.googleapis.com/auth/plus.stream.read https://www.googleapis.com/auth/youtube.force-ssl https://www.googleapis.com/auth/plus.stream.write 05-10 10:10:59.661 21435 7579 E CheckinTask: Checkin failed: https://android.clients.google.com/checkin (request #0): java.net.UnknownHostException: Unable to resolve host "android.clients.google.com": No address associated with hostname 05-10 10:10:59.677 21435 7796 W IcingInternalCorpora: getNumBytesRead when not calculated. 05-10 10:10:59.693 1882 2334 W System.err: java.net.UnknownHostException: Unable to resolve host "www.google.com": No address associated with hostname 05-10 10:10:59.694 1882 2334 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:10:59.694 1882 2334 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:10:59.694 1882 2334 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:10:59.694 1882 2334 W System.err: at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29) 05-10 10:10:59.694 1882 2334 W System.err: at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188) 05-10 10:10:59.694 1882 2334 W System.err: at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157) 05-10 10:10:59.694 1882 2334 W System.err: at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100) 05-10 10:10:59.694 1882 2334 W System.err: at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357) 05-10 10:10:59.694 1882 2334 W System.err: at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340) 05-10 10:10:59.694 1882 2334 W System.err: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330) 05-10 10:10:59.694 1882 2334 W System.err: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248) 05-10 10:10:59.694 1882 2334 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437) 05-10 10:10:59.694 1882 2334 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114) 05-10 10:10:59.694 1882 2334 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245) 05-10 10:10:59.694 1882 2334 W System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218) 05-10 10:10:59.694 1882 2334 W System.err: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java) 05-10 10:10:59.694 1882 2334 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948) 05-10 10:10:59.694 1882 2334 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766) 05-10 10:10:59.694 1882 2334 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674) 05-10 10:10:59.694 1882 2334 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658) 05-10 10:10:59.694 1882 2334 W System.err: at com.google.r.a.b.a.b.g(:com.google.android.gms:126) 05-10 10:10:59.695 1882 2334 W System.err: at com.google.r.a.b.a.b.c(:com.google.android.gms:172) 05-10 10:10:59.695 1882 2334 W System.err: at com.google.z.a.d.run(:com.google.android.gms:434) 05-10 10:10:59.695 1882 2334 W System.err: at com.google.z.a.c.c(:com.google.android.gms:230) 05-10 10:10:59.695 1882 2334 W System.err: at com.google.z.a.c.run(:com.google.android.gms:204) 05-10 10:10:59.695 1882 2334 W System.err: at com.google.r.a.c.b.run(:com.google.android.gms:96) 05-10 10:10:59.695 1882 2334 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:10:59.695 1882 2334 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:10:59.695 1882 2334 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:10:59.695 1882 2334 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:10:59.695 1882 2334 W System.err: ... 25 more 05-10 10:10:59.705 1034 1057 W ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=7602, uid=10068 that is not exported from uid 10079 05-10 10:10:59.779 21435 7579 V CheckinService: No Subscriptions found on the device 05-10 10:10:59.781 21435 7579 I CheckinService: Checking schedule, now: 1462889459781 next: 1462889479661 05-10 10:10:59.781 21435 7579 I CheckinService: active receiver: disabled 05-10 10:11:00.006 1882 2335 W System.err: java.net.UnknownHostException: Unable to resolve host "www.google.com": No address associated with hostname 05-10 10:11:00.007 1882 2335 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:440) 05-10 10:11:00.007 1882 2335 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:11:00.007 1882 2335 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:11:00.007 1882 2335 W System.err: at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29) 05-10 10:11:00.007 1882 2335 W System.err: at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188) 05-10 10:11:00.007 1882 2335 W System.err: at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157) 05-10 10:11:00.007 1882 2335 W System.err: at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100) 05-10 10:11:00.007 1882 2335 W System.err: at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357) 05-10 10:11:00.008 1882 2335 W System.err: at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340) 05-10 10:11:00.008 1882 2335 W System.err: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330) 05-10 10:11:00.008 1882 2335 W System.err: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248) 05-10 10:11:00.008 1882 2335 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437) 05-10 10:11:00.008 1882 2335 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114) 05-10 10:11:00.008 1882 2335 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245) 05-10 10:11:00.008 1882 2335 W System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218) 05-10 10:11:00.009 1882 2335 W System.err: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java) 05-10 10:11:00.009 1882 2335 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948) 05-10 10:11:00.009 1882 2335 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766) 05-10 10:11:00.009 1882 2335 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674) 05-10 10:11:00.009 1882 2335 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658) 05-10 10:11:00.009 1882 2335 W System.err: at com.google.r.a.b.a.b.g(:com.google.android.gms:126) 05-10 10:11:00.009 1882 2335 W System.err: at com.google.r.a.b.a.b.c(:com.google.android.gms:172) 05-10 10:11:00.009 1882 2335 W System.err: at com.google.z.a.d.run(:com.google.android.gms:434) 05-10 10:11:00.009 1882 2335 W System.err: at com.google.z.a.c.c(:com.google.android.gms:230) 05-10 10:11:00.009 1882 2335 W System.err: at com.google.z.a.c.run(:com.google.android.gms:204) 05-10 10:11:00.009 1882 2335 W System.err: at com.google.r.a.c.b.run(:com.google.android.gms:96) 05-10 10:11:00.165 20812 20812 I Ads : Ad is not visible. Not refreshing ad. 05-10 10:11:00.165 20812 20812 I Ads : Scheduling ad refresh 60000 milliseconds from now. 05-10 10:11:00.372 7602 7806 W art : Long monitor contention event with owner method=void bov.run() from SourceFile:1088 waiters=1 for 500ms 05-10 10:11:00.428 21435 21435 W art : Verification of void com.google.android.gms.cast.media.CastMediaRouteProviderServiceWrapper.() took 632.141ms 05-10 10:11:00.451 21435 21440 W art : Compilation of com.google.android.gms.common.api.s com.google.android.gms.common.api.t.b() took 211.334ms 05-10 10:11:00.654 20413 20413 I Choreographer: Skipped 60 frames! The application may be doing too much work on its main thread. 05-10 10:11:00.708 20429 20429 I RenderThread: type=1400 audit(0.0:1192): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=932 ioctlcmd=902 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 05-10 10:11:00.708 20429 20429 I RenderThread: type=1400 audit(0.0:1193): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 05-10 10:11:00.712 20413 20429 I Adreno200-EGL: : EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081) 05-10 10:11:00.712 20413 20429 I Adreno200-EGL: Build Date: 06/25/13 Tue 05-10 10:11:00.712 20413 20429 I Adreno200-EGL: Local Branch: 05-10 10:11:00.712 20413 20429 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5 05-10 10:11:00.712 20413 20429 I Adreno200-EGL: Local Patches: NONE 05-10 10:11:00.712 20413 20429 I Adreno200-EGL: Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING 05-10 10:11:00.720 20413 20429 I OpenGLRenderer: Initialized EGL, version 1.4 05-10 10:11:00.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:00.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:00.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 23 delayed writes, thread 0x74480000 05-10 10:11:00.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:11:00.865 7645 7737 D com.google.android.snet.Snet: Hello Snet! 05-10 10:11:01.088 7645 7737 W Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value. 05-10 10:11:01.264 21435 21435 I CastSocket: 23 >= 18. Adding new CastClientAuthKeyManager. 05-10 10:11:01.282 20413 20413 W Settings: Activity com.google.android.gms.app.settings.GoogleSettingsLink has unknown category key com.android.settings.category.personal 05-10 10:11:01.380 21435 7811 V CheckinService: No Subscriptions found on the device 05-10 10:11:01.383 21435 7811 I CheckinService: Checking schedule, now: 1462889461382 next: 1462889479661 05-10 10:11:01.383 21435 7811 I CheckinService: active receiver: disabled 05-10 10:11:01.471 1882 4061 D GCM : GcmService start Intent { act=com.google.android.checkin.CHECKIN_COMPLETE flg=0x10 cmp=com.google.android.gms/.gcm.GcmService (has extras) } com.google.android.checkin.CHECKIN_COMPLETE 05-10 10:11:01.713 1882 2334 W System.err: java.net.UnknownHostException: Unable to resolve host "www.google.com": No address associated with hostname 05-10 10:11:01.713 1882 2334 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:11:01.713 1882 2334 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:11:01.713 1882 2334 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:11:01.713 1882 2334 W System.err: at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29) 05-10 10:11:01.713 1882 2334 W System.err: at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188) 05-10 10:11:01.713 1882 2334 W System.err: at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157) 05-10 10:11:01.713 1882 2334 W System.err: at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100) 05-10 10:11:01.713 1882 2334 W System.err: at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357) 05-10 10:11:01.713 1882 2334 W System.err: at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340) 05-10 10:11:01.713 1882 2334 W System.err: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330) 05-10 10:11:01.713 1882 2334 W System.err: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248) 05-10 10:11:01.713 1882 2334 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437) 05-10 10:11:01.713 1882 2334 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114) 05-10 10:11:01.714 1882 2334 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245) 05-10 10:11:01.714 1882 2334 W System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218) 05-10 10:11:01.714 1882 2334 W System.err: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java) 05-10 10:11:01.714 1882 2334 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948) 05-10 10:11:01.714 1882 2334 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766) 05-10 10:11:01.714 1882 2334 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674) 05-10 10:11:01.714 1882 2334 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658) 05-10 10:11:01.714 1882 2334 W System.err: at com.google.r.a.b.a.b.g(:com.google.android.gms:126) 05-10 10:11:01.714 1882 2334 W System.err: at com.google.r.a.b.a.b.c(:com.google.android.gms:172) 05-10 10:11:01.714 1882 2334 W System.err: at com.google.z.a.d.run(:com.google.android.gms:434) 05-10 10:11:01.714 1882 2334 W System.err: at com.google.z.a.c.c(:com.google.android.gms:230) 05-10 10:11:01.714 1882 2334 W System.err: at com.google.z.a.c.run(:com.google.android.gms:204) 05-10 10:11:01.714 1882 2334 W System.err: at com.google.r.a.c.b.run(:com.google.android.gms:96) 05-10 10:11:01.714 1882 2334 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:11:01.714 1882 2334 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:11:01.715 1882 2334 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:11:01.715 1882 2334 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:11:01.715 1882 2334 W System.err: ... 25 more 05-10 10:11:04.039 20413 20413 D DashboardSummary: rebuildUI took: 3180 ms 05-10 10:11:04.040 20413 20413 I Choreographer: Skipped 199 frames! The application may be doing too much work on its main thread. 05-10 10:11:04.089 1882 1896 E Auth : [GoogleAccountDataServiceImpl] getToken() failed. Status NETWORK_ERROR, Account: , App: com.google.android.youtube, Service: oauth2:https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/identity.plus.page.impersonation https://www.googleapis.com/auth/plus.pages.manage https://www.googleapis.com/auth/youtube https://www.googleapis.com/auth/plus.stream.read https://www.googleapis.com/auth/youtube.force-ssl https://www.googleapis.com/auth/plus.stream.write 05-10 10:11:04.152 20413 20424 I art : Background sticky concurrent mark sweep GC freed 4351(210KB) AllocSpace objects, 0(0B) LOS objects, 12% free, 4MB/4MB, paused 5.981ms total 100.463ms 05-10 10:11:04.193 7602 7772 E YouTube : HttpPingRequest: AuthFailureErroraub: Please check your network connection 05-10 10:11:04.657 20413 20432 D Index : Deleting data for locale 'en_US' took 17 millis 05-10 10:11:04.674 1882 7715 W FusedLocationProvider: I/O error: java.io.IOException: Timed out waiting for response from server 05-10 10:11:04.886 20413 20432 D Index : Indexing locale 'en_US' took 229 millis 05-10 10:11:05.006 20413 20432 D Index : Deleting data for locale 'en_US' took 6 millis 05-10 10:11:05.015 20413 20432 D Index : Indexing locale 'en_US' took 9 millis 05-10 10:11:05.081 1034 1060 I ActivityManager: Waited long enough for: ServiceRecord{9656f14 u0 com.google.android.gms/.security.snet.SnetLaunchService} 05-10 10:11:05.318 20413 20432 D Index : Deleting data for locale 'en_US' took 3 millis 05-10 10:11:05.327 20413 20432 D Index : Indexing locale 'en_US' took 9 millis 05-10 10:11:05.731 1882 2336 W System.err: java.net.UnknownHostException: Unable to resolve host "www.google.com": No address associated with hostname 05-10 10:11:05.732 1882 2336 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:11:05.732 1882 2336 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:11:05.732 1882 2336 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:11:05.732 1882 2336 W System.err: at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29) 05-10 10:11:05.732 1882 2336 W System.err: at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188) 05-10 10:11:05.732 1882 2336 W System.err: at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157) 05-10 10:11:05.732 1882 2336 W System.err: at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100) 05-10 10:11:05.732 1882 2336 W System.err: at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357) 05-10 10:11:05.732 1882 2336 W System.err: at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340) 05-10 10:11:05.732 1882 2336 W System.err: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330) 05-10 10:11:05.732 1882 2336 W System.err: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248) 05-10 10:11:05.732 1882 2336 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437) 05-10 10:11:05.732 1882 2336 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114) 05-10 10:11:05.732 1882 2336 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245) 05-10 10:11:05.732 1882 2336 W System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218) 05-10 10:11:05.732 1882 2336 W System.err: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java) 05-10 10:11:05.732 1882 2336 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948) 05-10 10:11:05.732 1882 2336 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766) 05-10 10:11:05.732 1882 2336 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674) 05-10 10:11:05.733 1882 2336 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658) 05-10 10:11:05.733 1882 2336 W System.err: at com.google.r.a.b.a.b.g(:com.google.android.gms:126) 05-10 10:11:05.733 1882 2336 W System.err: at com.google.r.a.b.a.b.c(:com.google.android.gms:172) 05-10 10:11:05.733 1882 2336 W System.err: at com.google.z.a.d.run(:com.google.android.gms:434) 05-10 10:11:05.733 1882 2336 W System.err: at com.google.z.a.c.c(:com.google.android.gms:230) 05-10 10:11:05.733 1882 2336 W System.err: at com.google.z.a.c.run(:com.google.android.gms:204) 05-10 10:11:05.733 1882 2336 W System.err: at com.google.r.a.c.b.run(:com.google.android.gms:96) 05-10 10:11:05.733 1882 2336 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:11:05.733 1882 2336 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:11:05.733 1882 2336 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:11:05.733 1882 2336 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:11:05.734 1882 2336 W System.err: ... 25 more 05-10 10:11:05.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:05.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:05.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:11:05.858 7645 7737 E com.google.android.snet.Snet: Unknown tag: logcat 05-10 10:11:06.575 7602 7726 W art : Long monitor contention event with owner method=com.google.ads.a.a.d com.google.android.a.s.b(android.content.Context) from :com.google.android.gms:252 waiters=0 for 7.461s 05-10 10:11:06.581 7602 7728 W art : Long monitor contention event with owner method=com.google.ads.a.a.d com.google.android.a.s.b(android.content.Context) from :com.google.android.gms:252 waiters=1 for 7.479s 05-10 10:11:06.614 7602 7726 W art : Method processed more than once: java.lang.String pbl.a(byte[], int) 05-10 10:11:06.650 1034 1974 I ActivityManager: Killing 7292:com.android.gallery3d/u0a44 (adj 13): empty #17 05-10 10:11:06.729 1882 11511 E Auth : [GoogleAccountDataServiceImpl] getToken() failed. Status NETWORK_ERROR, Account: , App: com.google.android.youtube, Service: oauth2:https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/identity.plus.page.impersonation https://www.googleapis.com/auth/plus.pages.manage https://www.googleapis.com/auth/youtube https://www.googleapis.com/auth/plus.stream.read https://www.googleapis.com/auth/youtube.force-ssl https://www.googleapis.com/auth/plus.stream.write 05-10 10:11:06.806 1882 1895 E Auth : [GoogleAccountDataServiceImpl] getToken() failed. Status NETWORK_ERROR, Account: , App: com.google.android.youtube, Service: oauth2:https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/identity.plus.page.impersonation https://www.googleapis.com/auth/plus.pages.manage https://www.googleapis.com/auth/youtube https://www.googleapis.com/auth/plus.stream.read https://www.googleapis.com/auth/youtube.force-ssl https://www.googleapis.com/auth/plus.stream.write 05-10 10:11:06.813 7602 7787 E YouTube : Failed to fetch settings 05-10 10:11:06.813 7602 7787 E YouTube : nqe: java.util.concurrent.ExecutionException: aub: Please check your network connection 05-10 10:11:06.813 7602 7787 E YouTube : at npm.b(SourceFile:102) 05-10 10:11:06.813 7602 7787 E YouTube : at npo.c(SourceFile:171) 05-10 10:11:06.813 7602 7787 E YouTube : at dmm.a(SourceFile:2054) 05-10 10:11:06.813 7602 7787 E YouTube : at com.google.android.libraries.youtube.net.gcm.service.YouTubeGcmTaskService.a(SourceFile:1155) 05-10 10:11:06.813 7602 7787 E YouTube : at com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator.a(SourceFile:65) 05-10 10:11:06.813 7602 7787 E YouTube : at hez.run(Unknown Source) 05-10 10:11:06.813 7602 7787 E YouTube : Caused by: java.util.concurrent.ExecutionException: aub: Please check your network connection 05-10 10:11:06.813 7602 7787 E YouTube : at avt.a(SourceFile:117) 05-10 10:11:06.813 7602 7787 E YouTube : at avt.get(SourceFile:88) 05-10 10:11:06.813 7602 7787 E YouTube : at pfb.get(SourceFile:64) 05-10 10:11:06.813 7602 7787 E YouTube : at npm.b(SourceFile:100) 05-10 10:11:06.813 7602 7787 E YouTube : ... 5 more 05-10 10:11:06.813 7602 7787 E YouTube : Caused by: aub: Please check your network connection 05-10 10:11:06.813 7602 7787 E YouTube : at pem.a(SourceFile:2076) 05-10 10:11:06.813 7602 7787 E YouTube : at nno.e(SourceFile:267) 05-10 10:11:06.813 7602 7787 E YouTube : at kzc.i(SourceFile:142) 05-10 10:11:06.813 7602 7787 E YouTube : at kzm.a(SourceFile:84) 05-10 10:11:06.813 7602 7787 E YouTube : at avf.a(SourceFile:96) 05-10 10:11:06.813 7602 7787 E YouTube : at kzq.a(SourceFile:202) 05-10 10:11:06.813 7602 7787 E YouTube : at kzq.a(SourceFile:197) 05-10 10:11:06.813 7602 7787 E YouTube : at kzt.a(SourceFile:168) 05-10 10:11:06.813 7602 7787 E YouTube : at kzt.a(SourceFile:161) 05-10 10:11:06.813 7602 7787 E YouTube : at aul.run(SourceFile:112) 05-10 10:11:06.813 7602 7787 E YouTube : Caused by: java.io.IOException: NetworkError 05-10 10:11:06.813 7602 7787 E YouTube : at gje.a(Unknown Source) 05-10 10:11:06.813 7602 7787 E YouTube : at gje.a(Unknown Source) 05-10 10:11:06.813 7602 7787 E YouTube : at inc.a(SourceFile:45) 05-10 10:11:06.813 7602 7787 E YouTube : at jnv.a(SourceFile:1118) 05-10 10:11:06.813 7602 7787 E YouTube : at jnv.b(SourceFile:85) 05-10 10:11:06.813 7602 7787 E YouTube : at jnv.b(SourceFile:6133) 05-10 10:11:06.813 7602 7787 E YouTube : at pem.a(SourceFile:2084) 05-10 10:11:06.813 7602 7787 E YouTube : ... 9 more 05-10 10:11:07.064 1882 2290 E Auth : [GoogleAccountDataServiceImpl] getToken() failed. Status NETWORK_ERROR, Account: , App: com.google.android.youtube, Service: oauth2:https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/identity.plus.page.impersonation https://www.googleapis.com/auth/plus.pages.manage https://www.googleapis.com/auth/youtube https://www.googleapis.com/auth/plus.stream.read https://www.googleapis.com/auth/youtube.force-ssl https://www.googleapis.com/auth/plus.stream.write 05-10 10:11:07.381 7602 7788 E YouTube : Failed to fetch settings 05-10 10:11:07.381 7602 7788 E YouTube : nqe: java.util.concurrent.ExecutionException: aub: Please check your network connection 05-10 10:11:07.381 7602 7788 E YouTube : at npm.b(SourceFile:102) 05-10 10:11:07.381 7602 7788 E YouTube : at npo.c(SourceFile:171) 05-10 10:11:07.381 7602 7788 E YouTube : at dmn.a(SourceFile:3111) 05-10 10:11:07.381 7602 7788 E YouTube : at com.google.android.libraries.youtube.net.gcm.service.YouTubeGcmTaskService.a(SourceFile:1155) 05-10 10:11:07.381 7602 7788 E YouTube : at com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator.a(SourceFile:65) 05-10 10:11:07.381 7602 7788 E YouTube : at hez.run(Unknown Source) 05-10 10:11:07.381 7602 7788 E YouTube : Caused by: java.util.concurrent.ExecutionException: aub: Please check your network connection 05-10 10:11:07.381 7602 7788 E YouTube : at avt.a(SourceFile:117) 05-10 10:11:07.381 7602 7788 E YouTube : at avt.get(SourceFile:88) 05-10 10:11:07.381 7602 7788 E YouTube : at pfb.get(SourceFile:64) 05-10 10:11:07.381 7602 7788 E YouTube : at npm.b(SourceFile:100) 05-10 10:11:07.381 7602 7788 E YouTube : ... 5 more 05-10 10:11:07.381 7602 7788 E YouTube : Caused by: aub: Please check your network connection 05-10 10:11:07.381 7602 7788 E YouTube : at pem.a(SourceFile:2076) 05-10 10:11:07.381 7602 7788 E YouTube : at nno.e(SourceFile:267) 05-10 10:11:07.381 7602 7788 E YouTube : at kzc.i(SourceFile:142) 05-10 10:11:07.381 7602 7788 E YouTube : at kzm.a(SourceFile:84) 05-10 10:11:07.381 7602 7788 E YouTube : at avf.a(SourceFile:96) 05-10 10:11:07.381 7602 7788 E YouTube : at kzq.a(SourceFile:202) 05-10 10:11:07.381 7602 7788 E YouTube : at kzq.a(SourceFile:190) 05-10 10:11:07.381 7602 7788 E YouTube : at kzt.a(SourceFile:168) 05-10 10:11:07.381 7602 7788 E YouTube : at kzt.a(SourceFile:161) 05-10 10:11:07.381 7602 7788 E YouTube : at aul.run(SourceFile:112) 05-10 10:11:07.381 7602 7788 E YouTube : Caused by: java.io.IOException: NetworkError 05-10 10:11:07.381 7602 7788 E YouTube : at gje.a(Unknown Source) 05-10 10:11:07.381 7602 7788 E YouTube : at gje.a(Unknown Source) 05-10 10:11:07.381 7602 7788 E YouTube : at inc.a(SourceFile:45) 05-10 10:11:07.381 7602 7788 E YouTube : at jnv.a(SourceFile:1118) 05-10 10:11:07.381 7602 7788 E YouTube : at jnv.b(SourceFile:85) 05-10 10:11:07.381 7602 7788 E YouTube : at jnv.b(SourceFile:6133) 05-10 10:11:07.381 7602 7788 E YouTube : at pem.a(SourceFile:2084) 05-10 10:11:07.381 7602 7788 E YouTube : ... 9 more 05-10 10:11:07.413 1034 1494 I ActivityManager: Killing 7152:com.google.android.googlequicksearchbox:search/u0a26 (adj 13): empty #17 05-10 10:11:07.434 1034 1297 D WifiService: Client connection lost with reason: 4 05-10 10:11:08.034 1882 2336 W System.err: java.net.UnknownHostException: Unable to resolve host "www.google.com": No address associated with hostname 05-10 10:11:08.036 1882 2336 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:11:08.036 1882 2336 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:11:08.036 1882 2336 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:11:08.036 1882 2336 W System.err: at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29) 05-10 10:11:08.036 1882 2336 W System.err: at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188) 05-10 10:11:08.037 1882 2336 W System.err: at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157) 05-10 10:11:08.037 1882 2336 W System.err: at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100) 05-10 10:11:08.037 1882 2336 W System.err: at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357) 05-10 10:11:08.037 1882 2336 W System.err: at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340) 05-10 10:11:08.037 1882 2336 W System.err: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330) 05-10 10:11:08.037 1882 2336 W System.err: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248) 05-10 10:11:08.038 1882 2336 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437) 05-10 10:11:08.038 1882 2336 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114) 05-10 10:11:08.038 1882 2336 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245) 05-10 10:11:08.038 1882 2336 W System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218) 05-10 10:11:08.038 1882 2336 W System.err: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java) 05-10 10:11:08.038 1882 2336 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948) 05-10 10:11:08.039 1882 2336 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766) 05-10 10:11:08.039 1882 2336 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674) 05-10 10:11:08.039 1882 2336 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658) 05-10 10:11:08.039 1882 2336 W System.err: at com.google.r.a.b.a.b.g(:com.google.android.gms:126) 05-10 10:11:08.039 1882 2336 W System.err: at com.google.r.a.b.a.b.c(:com.google.android.gms:172) 05-10 10:11:08.039 1882 2336 W System.err: at com.google.z.a.d.run(:com.google.android.gms:434) 05-10 10:11:08.039 1882 2336 W System.err: at com.google.z.a.c.c(:com.google.android.gms:230) 05-10 10:11:08.040 1882 2336 W System.err: at com.google.z.a.c.run(:com.google.android.gms:204) 05-10 10:11:08.040 1882 2336 W System.err: at com.google.r.a.c.b.run(:com.google.android.gms:96) 05-10 10:11:08.040 1882 2336 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:11:08.041 1882 2336 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:11:08.042 1882 2336 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:11:08.042 1882 2336 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:11:08.042 1882 2336 W System.err: ... 25 more 05-10 10:11:09.520 1034 1847 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.evervolv.updater/.Updater} from uid 1000 on display 0 05-10 10:11:09.705 20435 20435 I ToolbarWidgetWrapper: Progress display unsupported 05-10 10:11:09.956 1034 1060 I ActivityManager: Start proc 7830:com.google.android.googlequicksearchbox:search/u0a26 for broadcast com.google.android.googlequicksearchbox/com.google.android.apps.gsa.search.core.GmsPackageWatcher 05-10 10:11:09.956 1034 1494 W ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=7602, uid=10068 that is not exported from uid 10079 05-10 10:11:09.984 1034 1252 I InputReader: Reconfiguring input devices. changes=0x00000010 05-10 10:11:09.995 7830 7830 I art : Late-enabling JIT 05-10 10:11:10.030 7830 7830 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:11:10.720 20435 20449 I Adreno200-EGL: : EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081) 05-10 10:11:10.720 20435 20449 I Adreno200-EGL: Build Date: 06/25/13 Tue 05-10 10:11:10.720 20435 20449 I Adreno200-EGL: Local Branch: 05-10 10:11:10.720 20435 20449 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5 05-10 10:11:10.720 20435 20449 I Adreno200-EGL: Local Patches: NONE 05-10 10:11:10.720 20435 20449 I Adreno200-EGL: Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING 05-10 10:11:10.742 20435 20449 I OpenGLRenderer: Initialized EGL, version 1.4 05-10 10:11:10.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:10.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:10.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 25 delayed writes, thread 0x74480000 05-10 10:11:10.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:11:10.900 7830 7841 W art : Suspending all threads took: 14.862ms 05-10 10:11:10.918 20435 20435 I Choreographer: Skipped 57 frames! The application may be doing too much work on its main thread. 05-10 10:11:11.195 1034 1065 I ActivityManager: Displayed com.evervolv.updater/.Updater: +1s611ms 05-10 10:11:11.415 7830 7830 W art : Verification of void com.google.android.apps.gsa.velvet.VelvetApplication.() took 309.692ms 05-10 10:11:12.027 7830 7830 I LoadedApk: No resource references to update in package common 05-10 10:11:12.042 7830 7830 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:11:12.047 7830 7830 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:11:12.344 1882 1882 I GCoreNlp: !shouldConfirmNlp, ensuring user opted into NLP 05-10 10:11:13.237 1882 2339 I GeofencerStateMachine: GPS disabled. 05-10 10:11:13.263 7830 7830 W art : Verification of java.lang.Object com.google.android.apps.gsa.shared.i.q.get() took 905.639ms 05-10 10:11:13.294 1034 1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bf4a475} 05-10 10:11:13.495 7830 7830 W art : Verification of void com.google.android.apps.gsa.velvet.c.(com.google.android.apps.gsa.velvet.d) took 198.303ms 05-10 10:11:13.526 1882 2339 D LocationFilter: Location jumpped by 5.3486558390608705m. Will ignore change=true 05-10 10:11:13.566 1034 1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bf4a475} 05-10 10:11:13.654 1882 3689 W ctxmgr : [ContextSpecificAclFactory]LocationConsent failed, ULR opt-in status is: false, account=account#-1569177690# 05-10 10:11:13.669 1882 3689 W ctxmgr : [AclManager]checkPermissionTypeStatus: no write permission for { uid=10011, packageName=com.google.android.gms }. Returned permission was: USER_CONSENT_REQUIRED for context name=USER_LOCATION, account=account#-1569177690# 05-10 10:11:13.669 1034 1044 I art : Background partial concurrent mark sweep GC freed 47898(3MB) AllocSpace objects, 9(172KB) LOS objects, 17% free, 19MB/23MB, paused 2.502ms total 194.396ms 05-10 10:11:13.726 7830 7830 W art : Verification of void com.google.android.apps.gsa.velvet.c.a(com.google.android.apps.gsa.velvet.d) took 228.210ms 05-10 10:11:13.763 1882 2335 W System.err: java.net.UnknownHostException: Unable to resolve host "www.google.com": No address associated with hostname 05-10 10:11:13.764 1882 2335 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:11:13.764 1882 2335 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:11:13.764 1882 2335 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:11:13.764 1882 2335 W System.err: at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29) 05-10 10:11:13.764 1882 2335 W System.err: at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188) 05-10 10:11:13.764 1882 2335 W System.err: at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157) 05-10 10:11:13.764 1882 2335 W System.err: at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100) 05-10 10:11:13.764 1882 2335 W System.err: at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357) 05-10 10:11:13.764 1882 2335 W System.err: at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340) 05-10 10:11:13.764 1882 2335 W System.err: at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330) 05-10 10:11:13.764 1882 2335 W System.err: at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248) 05-10 10:11:13.764 1882 2335 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437) 05-10 10:11:13.764 1882 2335 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114) 05-10 10:11:13.764 1882 2335 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245) 05-10 10:11:13.764 1882 2335 W System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218) 05-10 10:11:13.764 1882 2335 W System.err: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java) 05-10 10:11:13.764 1882 2335 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948) 05-10 10:11:13.764 1882 2335 W System.err: at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766) 05-10 10:11:13.764 1882 2335 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674) 05-10 10:11:13.764 1882 2335 W System.err: at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658) 05-10 10:11:13.764 1882 2335 W System.err: at com.google.r.a.b.a.b.g(:com.google.android.gms:126) 05-10 10:11:13.765 1882 2335 W System.err: at com.google.r.a.b.a.b.c(:com.google.android.gms:172) 05-10 10:11:13.765 1882 2335 W System.err: at com.google.z.a.d.run(:com.google.android.gms:434) 05-10 10:11:13.765 1882 2335 W System.err: at com.google.z.a.c.c(:com.google.android.gms:230) 05-10 10:11:13.765 1882 2335 W System.err: at com.google.z.a.c.run(:com.google.android.gms:204) 05-10 10:11:13.765 1882 2335 W System.err: at com.google.r.a.c.b.run(:com.google.android.gms:96) 05-10 10:11:13.765 1882 2335 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:11:13.765 1882 2335 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:11:13.765 1882 2335 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:11:13.765 1882 2335 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:11:13.765 1882 2335 W System.err: ... 25 more 05-10 10:11:14.635 7830 7847 I SharedPreferencesProto: load shared preferences: file not found 05-10 10:11:14.659 7830 7847 W art : Method processed more than once: java.lang.String com.google.m.a.a.readString() 05-10 10:11:14.668 7830 7848 I SharedPreferencesProto: load shared preferences: file not found 05-10 10:11:15.034 1034 1297 D WifiService: New client listening to asynchronous messages 05-10 10:11:15.059 1034 1472 I ActivityManager: Start proc 7851:com.android.gallery3d/u0a44 for broadcast com.android.gallery3d/.app.PackagesMonitor 05-10 10:11:15.094 7851 7851 I art : Late-enabling JIT 05-10 10:11:15.110 7851 7851 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:11:15.144 21435 7865 D PkgBroadcastIntentOp: Received broadcast action=android.intent.action.PACKAGE_CHANGED and uri=com.google.android.gms 05-10 10:11:15.165 21435 7865 I PkgBroadcastIntentOp: Null package name or gms related package. Ignoreing. 05-10 10:11:15.202 21435 7865 D WearableController: Received broadcast action=android.intent.action.PACKAGE_CHANGED and uri=com.google.android.gms 05-10 10:11:15.274 7830 7841 W art : Suspending all threads took: 13.183ms 05-10 10:11:15.375 7830 7849 W art : Verification of void com.google.common.util.concurrent.c.() took 170.745ms 05-10 10:11:15.396 21435 22638 I Icing : updateResources: need to parse f{com.google.android.gms} 05-10 10:11:15.544 7851 7851 I LoadedApk: No resource references to update in package common 05-10 10:11:15.545 7851 7851 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:11:15.545 7851 7851 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:11:15.545 7851 7851 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:11:15.810 1034 1980 I ActivityManager: Killing 6601:android.process.media/u0a5 (adj 13): empty #17 05-10 10:11:15.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:15.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:15.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:11:15.979 7830 7877 I UpdateIcingCorporaServi: Updating corpora: APPS=com.google.android.gms, CONTACTS=MAYBE 05-10 10:11:16.137 7830 7841 W art : Suspending all threads took: 7.629ms 05-10 10:11:16.688 1034 1974 W art : Long monitor contention event with owner method=android.content.pm.ParceledListSlice com.android.server.pm.PackageManagerService.getInstalledPackages(int, int) from PackageManagerService.java:5386 waiters=2 for 162ms 05-10 10:11:16.739 7830 7877 I UpdateIcingCorporaServi: UpdateCorporaTask done [took 574 ms] updated apps [took 574 ms] 05-10 10:11:17.032 21435 22638 I Icing : Indexing EC7B1E18A5B76A389AD5F8FFAA20015984814C0A from com.google.android.gms 05-10 10:11:17.105 21435 22638 I Icing : Indexing done EC7B1E18A5B76A389AD5F8FFAA20015984814C0A 05-10 10:11:17.255 7830 7871 W art : Verification of boolean com.google.android.apps.gsa.sidekick.main.calendar.d.a(java.util.Collection, java.util.Collection, boolean) took 102.294ms 05-10 10:11:17.625 7830 7871 W art : Verification of java.lang.String com.google.android.apps.gsa.search.core.google.bc.b(android.net.Uri, android.net.Uri) took 157.409ms 05-10 10:11:17.756 7830 7871 W art : Method processed more than once: java.lang.String com.google.android.apps.gsa.shared.util.ac.L(byte[]) 05-10 10:11:17.785 1034 1847 I ActivityManager: Start proc 7891:com.google.android.partnersetup/u0a22 for content provider com.google.android.partnersetup/.RlzAppProvider 05-10 10:11:17.834 7891 7891 I art : Late-enabling JIT 05-10 10:11:17.850 7891 7891 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:11:17.981 7891 7891 W System : ClassLoader referenced unknown path: /system/priv-app/GooglePartnerSetup/lib/arm 05-10 10:11:17.997 7891 7891 I LoadedApk: No resource references to update in package common 05-10 10:11:17.997 7891 7891 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:11:17.997 7891 7891 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:11:18.407 7830 7830 W art : Long monitor contention event with owner method=java.lang.Object com.google.android.apps.gsa.sidekick.main.calendar.j.get() from CalendarDataProvider_Factory.java:13 waiters=0 for 1.215s 05-10 10:11:18.424 7830 7830 E LocationReceiver: Received bad location: null 05-10 10:11:18.456 1034 1974 I ActivityManager: Start proc 7909:com.android.providers.calendar/u0a2 for content provider com.android.providers.calendar/.CalendarProvider2 05-10 10:11:18.459 7830 7888 W art : Verification of com.google.f.a.c.gm com.google.f.a.c.gm.aPI() took 175.506ms 05-10 10:11:18.495 7909 7909 I art : Late-enabling JIT 05-10 10:11:18.510 7909 7909 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:11:18.720 7909 7909 W System : ClassLoader referenced unknown path: /system/priv-app/CalendarProvider/lib/arm 05-10 10:11:18.728 7909 7909 I LoadedApk: No resource references to update in package common 05-10 10:11:18.730 7909 7909 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:11:18.731 7909 7909 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:11:18.744 7830 7870 W NowCardsDexResources: canvas jar not available 05-10 10:11:18.850 7830 7873 W art : Verification of void com.google.android.gms.wearable.ac.() took 164.916ms 05-10 10:11:18.896 7830 7870 W art : Verification of void com.google.android.apps.gsa.extradex.nowcards.a.(com.google.android.apps.gsa.extradex.nowcards.b) took 115.631ms 05-10 10:11:19.044 7909 7909 I CalendarProvider2: Created com.android.providers.calendar.CalendarAlarmManager@4cf8ac6(com.android.providers.calendar.CalendarProvider2@3ca9a87) 05-10 10:11:19.183 1882 1882 D WearableService: callingUid 10011, callindPid: 1882 05-10 10:11:19.222 7830 7830 E CardSyncManagerImpl: onConnectionFailed: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null} 05-10 10:11:19.223 7830 7873 E CardSyncManagerImpl: Failed to connect to GoogleApiClient: null 05-10 10:11:20.273 7909 7909 I CalendarProvider2: Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x20000000 } 05-10 10:11:20.282 7909 7909 W ContentResolver: Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar) 05-10 10:11:20.339 1034 1847 I ActivityManager: Start proc 7925:com.google.android.calendar/u0a60 for broadcast com.google.android.calendar/com.android.calendar.alerts.AlertReceiver 05-10 10:11:20.344 1034 1847 I ActivityManager: Killing 7645:com.google.android.gms:snet/u0a11 (adj 13): empty #17 05-10 10:11:20.364 7925 7925 I art : Late-enabling JIT 05-10 10:11:20.377 7925 7925 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:11:20.506 7925 7925 W System : ClassLoader referenced unknown path: /data/app/com.google.android.calendar-2/lib/arm 05-10 10:11:20.590 7925 7936 W art : Suspending all threads took: 9.674ms 05-10 10:11:20.612 7925 7925 I LoadedApk: No resource references to update in package common 05-10 10:11:20.612 7925 7925 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:11:20.612 7925 7925 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:11:20.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:20.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:20.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 27 delayed writes, thread 0x74480000 05-10 10:11:20.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:11:21.295 7830 7871 W CardSyncManagerImpl: Too many retries to wait for connected Wear devices. 05-10 10:11:21.639 7925 7925 I AnalyticsLogBase: PlayLogger.onLoggerConnected 05-10 10:11:25.843 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:25.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:25.846 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 28 delayed writes, thread 0x74480000 05-10 10:11:25.847 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:11:26.125 7925 7942 W art : Method processed more than once: java.lang.String com.google.analytics.tracking.android.GAThread.initializeClientId() 05-10 10:11:26.125 7925 7942 I GAV2 : Thread[GAThread,5,main]: No campaign data found. 05-10 10:11:26.762 1034 1946 I ActivityManager: Killing 7012:org.chromium.chrome:privileged_process0/u0a34 (adj 13): empty #17 05-10 10:11:26.807 6454 6454 W cr_ChildProcessConnect: onServiceDisconnected (crash or killed by oom): pid=7012 05-10 10:11:26.835 1034 2289 W ActivityManager: Scheduling restart of crashed service org.chromium.chrome/org.chromium.content.app.PrivilegedProcessService0 in 1000ms 05-10 10:11:29.992 6454 7182 W chromium: [WARNING:server_connection_manager.cc(296)] ServerConnectionManager forcing SYNC_AUTH_ERROR 05-10 10:11:29.992 6454 7182 W chromium: [WARNING:syncer_proto_util.cc(351)] Error posting from syncer: Response Code (bogus on error): -1 Content-Length (bogus on error): -1 Server Status: SYNC_AUTH_ERROR 05-10 10:11:30.843 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:30.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:30.846 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 29 delayed writes, thread 0x74480000 05-10 10:11:30.848 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:11:35.641 20435 20446 W art : Suspending all threads took: 7.232ms 05-10 10:11:35.647 20435 20446 I art : Background sticky concurrent mark sweep GC freed 2889(155KB) AllocSpace objects, 0(0B) LOS objects, 3% free, 7MB/7MB, paused 7.904ms total 88.684ms 05-10 10:11:35.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:35.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:35.846 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 30 delayed writes, thread 0x74480000 05-10 10:11:35.847 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:11:40.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:40.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:40.847 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:11:41.083 20812 20812 I Ads : Ad is not visible. Not refreshing ad. 05-10 10:11:41.083 20812 20812 I Ads : Scheduling ad refresh 60000 milliseconds from now. 05-10 10:11:45.843 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:45.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:45.846 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 32 delayed writes, thread 0x74480000 05-10 10:11:45.847 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:11:48.553 1034 1298 D ConnectivityService: Failed to find a new network - expiring NetTransition Wakelock 05-10 10:11:48.592 20435 20446 I art : Background partial concurrent mark sweep GC freed 13725(1131KB) AllocSpace objects, 0(0B) LOS objects, 38% free, 6MB/10MB, paused 10.223ms total 71.533ms 05-10 10:11:50.843 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:50.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:50.846 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 33 delayed writes, thread 0x74480000 05-10 10:11:50.848 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:11:52.797 21435 22232 I ClearcutLoggerApiImpl: disconnect managed GoogleApiClient 05-10 10:11:55.844 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:55.844 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:11:55.847 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 34 delayed writes, thread 0x74480000 05-10 10:11:55.848 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:12:00.036 1034 1034 I ActivityManager: Killing 7663:com.opera.mini.native:turbo/u0a110 (adj 9): empty #17 05-10 10:12:00.113 1034 1034 I ActivityManager: Killing 6542:com.hsv.powerbrowser/u0a115 (adj 15): empty #18 05-10 10:12:00.182 20812 20812 I Ads : Ad is not visible. Not refreshing ad. 05-10 10:12:00.182 20812 20812 I Ads : Scheduling ad refresh 60000 milliseconds from now. 05-10 10:12:00.193 1034 1034 I ActivityManager: Killing 6454:org.chromium.chrome/u0a34 (adj 15): empty #19 05-10 10:12:00.239 1034 1503 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=20, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@61ac840) 05-10 10:12:00.240 1034 1298 D ConnectivityService: releasing NetworkRequest NetworkRequest [ id=20, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] 05-10 10:12:00.265 1034 1298 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=20, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] 05-10 10:12:00.402 1034 1034 E libprocessgroup: failed to kill 1 processes for processgroup 6454 05-10 10:12:00.409 1034 1845 W art : Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.trimApplications() from ActivityManagerService.java:19669 waiters=0 for 385ms 05-10 10:12:00.410 1034 1061 W art : Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.trimApplications() from ActivityManagerService.java:19669 waiters=2 for 382ms 05-10 10:12:00.413 1034 1059 W art : Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.trimApplications() from ActivityManagerService.java:19669 waiters=1 for 390ms 05-10 10:12:00.415 1034 2230 W art : Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.trimApplications() from ActivityManagerService.java:19669 waiters=3 for 339ms 05-10 10:12:00.416 1034 2230 W ActivityManager: Scheduling restart of crashed service com.opera.mini.native/com.opera.android.turbo.TurboService in 1000ms 05-10 10:12:00.420 1034 1494 W art : Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.trimApplications() from ActivityManagerService.java:19669 waiters=4 for 332ms 05-10 10:12:00.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:00.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:00.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:12:01.449 1034 1060 I ActivityManager: Start proc 7960:com.opera.mini.native:turbo/u0a110 for service com.opera.mini.native/com.opera.android.turbo.TurboService 05-10 10:12:01.509 7960 7960 I art : Late-enabling JIT 05-10 10:12:01.555 7960 7960 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:12:01.754 7960 7960 I LoadedApk: No resource references to update in package common 05-10 10:12:01.754 7960 7960 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:12:01.755 7960 7960 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:12:02.181 1034 2321 I ActivityManager: Killing 6766:com.metago.astro/u0a126 (adj 15): empty #17 05-10 10:12:02.820 20413 20413 W Settings: Activity com.google.android.gms.app.settings.GoogleSettingsLink has unknown category key com.android.settings.category.personal 05-10 10:12:03.147 20413 20413 D DashboardSummary: rebuildUI took: 367 ms 05-10 10:12:03.287 20413 20428 D Index : Deleting data for locale 'en_US' took 21 millis 05-10 10:12:03.334 1034 1060 I ActivityManager: Killing 6321:com.kittyplay.ex/u0a95 (adj 15): empty #17 05-10 10:12:03.346 20413 20428 D Index : Indexing locale 'en_US' took 59 millis 05-10 10:12:03.475 20413 20428 D Index : Deleting data for locale 'en_US' took 4 millis 05-10 10:12:03.478 20413 20428 D Index : Indexing locale 'en_US' took 2 millis 05-10 10:12:03.525 20413 20428 D Index : Deleting data for locale 'en_US' took 5 millis 05-10 10:12:03.535 20413 20428 D Index : Indexing locale 'en_US' took 10 millis 05-10 10:12:04.842 1882 1882 V GLSActivity: AuthDelegateWrapperCreated with selected intent: Intent { cmp=com.google.android.gms/.auth.DefaultAuthDelegateService } 05-10 10:12:04.879 1882 1882 V GLSActivity: AuthDelegateWrapperCreated with selected intent: Intent { cmp=com.google.android.gms/.auth.DefaultAuthDelegateService } 05-10 10:12:04.891 1882 1882 V GLSActivity: AuthDelegateWrapperCreated with selected intent: Intent { cmp=com.google.android.gms/.auth.DefaultAuthDelegateService } 05-10 10:12:05.300 1034 1830 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[cyanogenmod.intent.category.APP_THEMES] cmp=org.cyanogenmod.theme.chooser/.ChooserActivity} from uid 1000 on display 0 05-10 10:12:05.712 1034 1980 I ActivityManager: Start proc 7983:org.cyanogenmod.themes.provider/u0a17 for content provider org.cyanogenmod.themes.provider/.ThemesProvider 05-10 10:12:05.754 7983 7983 I art : Late-enabling JIT 05-10 10:12:05.758 9013 7988 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true 05-10 10:12:05.771 7983 7983 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:12:05.842 191 191 I surfaceflinger: type=1400 audit(0.0:1194): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=932 ioctlcmd=910 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 05-10 10:12:05.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:05.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:05.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 36 delayed writes, thread 0x74480000 05-10 10:12:05.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:12:05.875 9013 7988 I Adreno200-EGL: : EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081) 05-10 10:12:05.875 9013 7988 I Adreno200-EGL: Build Date: 06/25/13 Tue 05-10 10:12:05.875 9013 7988 I Adreno200-EGL: Local Branch: 05-10 10:12:05.875 9013 7988 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5 05-10 10:12:05.875 9013 7988 I Adreno200-EGL: Local Patches: NONE 05-10 10:12:05.875 9013 7988 I Adreno200-EGL: Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING 05-10 10:12:05.907 9013 7988 I OpenGLRenderer: Initialized EGL, version 1.4 05-10 10:12:05.951 7983 7983 W System : ClassLoader referenced unknown path: /system/priv-app/ThemesProvider/lib/arm 05-10 10:12:05.955 7983 7983 I LoadedApk: No resource references to update in package common 05-10 10:12:05.955 7983 7983 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:12:05.956 7983 7983 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:12:06.380 7983 8000 D ThemesProvider: Deleted 0 05-10 10:12:06.719 9013 9013 I Choreographer: Skipped 42 frames! The application may be doing too much work on its main thread. 05-10 10:12:06.756 1034 1397 W art : Long monitor contention event with owner method=java.util.List com.android.server.am.ActivityManagerService.getAllStackInfos() from ActivityManagerService.java:9087 waiters=0 for 292ms 05-10 10:12:06.758 1034 1296 W art : Long monitor contention event with owner method=java.util.List com.android.server.am.ActivityManagerService.getAllStackInfos() from ActivityManagerService.java:9087 waiters=1 for 305ms 05-10 10:12:06.771 1034 1065 I ActivityManager: Displayed org.cyanogenmod.theme.chooser/.ChooserActivity: +1s407ms 05-10 10:12:07.457 1034 1044 I art : Background partial concurrent mark sweep GC freed 30352(2MB) AllocSpace objects, 8(152KB) LOS objects, 17% free, 19MB/23MB, paused 6.225ms total 158.752ms 05-10 10:12:08.908 1863 1863 D EmojiAltPhysicalKeyDetector: onKeyUp() : KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=40418330, downTime=40418210, deviceId=-1, source=0x101 } 05-10 10:12:08.920 1863 1863 D EmojiAltPhysicalKeyDetector: onKeyUp() : Not Mapped: 4 05-10 10:12:09.058 20413 20413 W Settings: Activity com.google.android.gms.app.settings.GoogleSettingsLink has unknown category key com.android.settings.category.personal 05-10 10:12:09.348 20413 20413 D DashboardSummary: rebuildUI took: 333 ms 05-10 10:12:09.477 20413 20434 D Index : Deleting data for locale 'en_US' took 10 millis 05-10 10:12:09.504 20413 20434 D Index : Indexing locale 'en_US' took 27 millis 05-10 10:12:09.577 20413 20434 D Index : Deleting data for locale 'en_US' took 3 millis 05-10 10:12:09.588 20413 20434 D Index : Indexing locale 'en_US' took 11 millis 05-10 10:12:09.660 20413 20434 D Index : Deleting data for locale 'en_US' took 3 millis 05-10 10:12:09.671 20413 20434 D Index : Indexing locale 'en_US' took 10 millis 05-10 10:12:10.842 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:10.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:10.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:12:10.884 1034 1980 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.evervolv.toolbox/.Toolbox} from uid 1000 on display 0 05-10 10:12:10.986 1034 2321 I ActivityManager: Start proc 8007:com.evervolv.toolbox/1000 for activity com.evervolv.toolbox/.Toolbox 05-10 10:12:11.054 8007 8007 I art : Late-enabling JIT 05-10 10:12:11.073 8007 8007 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:12:11.237 8007 8007 W System : ClassLoader referenced unknown path: /system/priv-app/EVToolbox/lib/arm 05-10 10:12:11.254 8007 8007 I LoadedApk: No resource references to update in package common 05-10 10:12:11.254 8007 8007 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:12:11.255 8007 8007 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:12:11.425 8007 8007 D Toolbox : Selected item=0 05-10 10:12:11.583 8007 8021 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true 05-10 10:12:11.768 8021 8021 I RenderThread: type=1400 audit(0.0:1195): avc: denied { open } for name="kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 05-10 10:12:11.779 8007 8021 I Adreno200-EGL: : EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081) 05-10 10:12:11.779 8007 8021 I Adreno200-EGL: Build Date: 06/25/13 Tue 05-10 10:12:11.779 8007 8021 I Adreno200-EGL: Local Branch: 05-10 10:12:11.779 8007 8021 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5 05-10 10:12:11.779 8007 8021 I Adreno200-EGL: Local Patches: NONE 05-10 10:12:11.779 8007 8021 I Adreno200-EGL: Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING 05-10 10:12:11.789 8007 8021 I OpenGLRenderer: Initialized EGL, version 1.4 05-10 10:12:12.116 1034 1065 I ActivityManager: Displayed com.evervolv.toolbox/.Toolbox: +1s147ms 05-10 10:12:15.843 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:15.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:15.846 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 38 delayed writes, thread 0x74480000 05-10 10:12:15.848 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:12:16.537 8007 8007 D Toolbox : Selected item=1 05-10 10:12:20.843 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:20.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:20.846 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 39 delayed writes, thread 0x74480000 05-10 10:12:20.848 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:12:25.853 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:25.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:25.856 28488 28500 W AudioFlinger: write blocked for 5008 msecs, 40 delayed writes, thread 0x74480000 05-10 10:12:25.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:12:29.111 8007 8007 D Toolbox : Selected item=2 05-10 10:12:30.042 8007 8007 I Choreographer: Skipped 47 frames! The application may be doing too much work on its main thread. 05-10 10:12:30.853 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:30.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:30.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:12:35.852 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:35.852 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:35.855 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 42 delayed writes, thread 0x74480000 05-10 10:12:35.856 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:12:36.032 8007 8007 D Toolbox : Selected item=3 05-10 10:12:36.121 8007 8007 I vervolv.toolbox: type=1400 audit(0.0:1196): avc: denied { search } for name="ksm" dev="sysfs" ino=5353 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs_ksm:s0 tclass=dir permissive=1 05-10 10:12:40.853 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:40.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:40.856 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 43 delayed writes, thread 0x74480000 05-10 10:12:40.858 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:12:41.116 20812 20812 I Ads : Ad is not visible. Not refreshing ad. 05-10 10:12:41.116 20812 20812 I Ads : Scheduling ad refresh 60000 milliseconds from now. 05-10 10:12:45.853 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:45.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:45.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:12:48.979 1034 2321 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@88fc58e attribute=null, token = android.os.BinderProxy@94503db 05-10 10:12:50.853 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:50.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:50.856 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 45 delayed writes, thread 0x74480000 05-10 10:12:50.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:12:53.133 8007 8007 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 05-10 10:12:53.133 8007 8007 W ViewRootImpl: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=707.0927, y[0]=260.6294, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=40462552, downTime=40462542, deviceId=1, source=0x1002 } 05-10 10:12:53.133 8007 8007 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 05-10 10:12:53.135 1034 1845 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@151d45 attribute=null, token = android.os.BinderProxy@94503db 05-10 10:12:55.852 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:55.852 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:12:55.855 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:12:57.579 8007 8007 D Toolbox : Selected item=4 05-10 10:12:59.702 1882 2726 I ClearcutLoggerApiImpl: disconnect managed GoogleApiClient 05-10 10:13:00.038 1034 1057 I ActivityManager: Killing 6349:com.kittyplay.ex:pushservice/u0a95 (adj 15): empty #17 05-10 10:13:00.194 20812 20812 I Ads : Ad is not visible. Not refreshing ad. 05-10 10:13:00.194 20812 20812 I Ads : Scheduling ad refresh 60000 milliseconds from now. 05-10 10:13:00.853 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:00.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:00.856 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 47 delayed writes, thread 0x74480000 05-10 10:13:00.858 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:13:01.956 191 191 I surfaceflinger: type=1400 audit(0.0:1197): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 05-10 10:13:03.124 8007 8007 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 05-10 10:13:03.126 1034 1946 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@22185a8 attribute=null, token = android.os.BinderProxy@94503db 05-10 10:13:05.852 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:05.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:05.856 28488 28500 W AudioFlinger: write blocked for 4997 msecs, 48 delayed writes, thread 0x74480000 05-10 10:13:05.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:13:10.853 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:10.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:10.856 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 49 delayed writes, thread 0x74480000 05-10 10:13:10.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:13:13.465 8007 8007 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 05-10 10:13:13.467 1034 2230 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@9e707a7 attribute=null, token = android.os.BinderProxy@94503db 05-10 10:13:15.852 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:15.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:15.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:13:16.842 8007 8007 D Toolbox : Selected item=5 05-10 10:13:20.852 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:20.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:20.856 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 51 delayed writes, thread 0x74480000 05-10 10:13:20.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:13:25.853 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:25.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:25.856 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 52 delayed writes, thread 0x74480000 05-10 10:13:25.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:13:30.852 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:30.852 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:30.855 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:13:35.733 8007 8007 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1232 android.content.ContextWrapper.startService:587 com.evervolv.toolbox.fragments.BugReport$5.onClick:213 android.view.View.performClick:5204 android.view.View$PerformClick.run:21154 05-10 10:13:35.748 1034 2231 I ActivityManager: Start proc 8035:com.evervolv.toolbox:UploadService/1000 for service com.evervolv.toolbox/.services.UploadService 05-10 10:13:35.794 8035 8035 I art : Late-enabling JIT 05-10 10:13:35.824 8035 8035 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:13:35.852 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:35.852 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:35.855 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 54 delayed writes, thread 0x74480000 05-10 10:13:35.856 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:13:35.963 8035 8035 W System : ClassLoader referenced unknown path: /system/priv-app/EVToolbox/lib/arm 05-10 10:13:35.971 8035 8035 I LoadedApk: No resource references to update in package common 05-10 10:13:35.972 8035 8035 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:13:35.972 8035 8035 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:13:35.978 8035 8035 D Toolbox : Uploading logcat /data/user/0/com.evervolv.toolbox/files/logcat-2016-04-13-12-22-20.txt 05-10 10:13:36.170 8035 8050 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true 05-10 10:13:36.231 8035 8050 I Adreno200-EGL: : EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081) 05-10 10:13:36.231 8035 8050 I Adreno200-EGL: Build Date: 06/25/13 Tue 05-10 10:13:36.231 8035 8050 I Adreno200-EGL: Local Branch: 05-10 10:13:36.231 8035 8050 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5 05-10 10:13:36.231 8035 8050 I Adreno200-EGL: Local Patches: NONE 05-10 10:13:36.231 8035 8050 I Adreno200-EGL: Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING 05-10 10:13:36.242 8035 8050 I OpenGLRenderer: Initialized EGL, version 1.4 05-10 10:13:37.512 8035 8046 W art : Suspending all threads took: 14.587ms 05-10 10:13:37.530 8035 8046 I art : Background sticky concurrent mark sweep GC freed 59555(1396KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 19MB/19MB, paused 16.204ms total 59.143ms 05-10 10:13:37.558 8035 8049 W ActivityThread: ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader()); 05-10 10:13:37.648 8035 8049 W System.err: java.net.UnknownHostException: Unable to resolve host "paste.evervolv.com": No address associated with hostname 05-10 10:13:37.654 8035 8049 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:13:37.654 8035 8049 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:13:37.654 8035 8049 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:13:37.654 8035 8049 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:13:37.654 8035 8049 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:13:37.654 8035 8049 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:13:37.654 8035 8049 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:13:37.655 8035 8049 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:13:37.655 8035 8049 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:13:37.655 8035 8049 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:13:37.655 8035 8049 W System.err: at com.evervolv.toolbox.services.UploadService$UploadLogcat.doInBackground(UploadService.java:101) 05-10 10:13:37.655 8035 8049 W System.err: at com.evervolv.toolbox.services.UploadService$UploadLogcat.doInBackground(UploadService.java:78) 05-10 10:13:37.655 8035 8049 W System.err: at android.os.AsyncTask$2.call(AsyncTask.java:295) 05-10 10:13:37.655 8035 8049 W System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:237) 05-10 10:13:37.655 8035 8049 W System.err: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234) 05-10 10:13:37.655 8035 8049 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) 05-10 10:13:37.655 8035 8049 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) 05-10 10:13:37.655 8035 8049 W System.err: at java.lang.Thread.run(Thread.java:818) 05-10 10:13:37.655 8035 8049 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:13:37.655 8035 8049 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:13:37.656 8035 8049 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:13:37.656 8035 8049 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:13:37.656 8035 8049 W System.err: ... 17 more 05-10 10:13:37.663 8035 8035 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:789 android.content.ContextWrapper.sendBroadcast:407 com.evervolv.toolbox.services.UploadService.notifyFragment:151 com.evervolv.toolbox.services.UploadService.-wrap1:-1 com.evervolv.toolbox.services.UploadService$UploadLogcat.onPostExecute:118 05-10 10:13:40.139 1034 1034 I ActivityManager: Killing 6414:com.mw.uc.i3d:pushservice/u0a134 (adj 15): empty #17 05-10 10:13:40.853 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:40.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:40.856 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 55 delayed writes, thread 0x74480000 05-10 10:13:40.858 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:13:41.160 20812 20812 I Ads : Ad is not visible. Not refreshing ad. 05-10 10:13:41.160 20812 20812 I Ads : Scheduling ad refresh 60000 milliseconds from now. 05-10 10:13:45.827 1034 1060 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat: open failed: ENOENT (No such file or directory) 05-10 10:13:45.839 1034 1062 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat: open failed: ENOENT (No such file or directory) 05-10 10:13:45.847 13606 13606 I ChargeLockerService: ?????? 05-10 10:13:45.847 13606 13606 I ChargeLockerService: ?????3==>false 05-10 10:13:45.848 13606 13606 I ConfigManager: ?????????,??????true 05-10 10:13:45.851 13606 13606 I installTime: ??????1462242841678 05-10 10:13:45.851 13606 13606 I installTime: ?????646784173 05-10 10:13:45.851 13606 13606 I installTime: ???????true;[????646784173,???0] 05-10 10:13:45.851 13606 13606 I ChargeLockerService: --?????? 05-10 10:13:45.851 13606 13606 I ChargeLockerService: ?USB?1462889625851,???306943? 05-10 10:13:45.852 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:45.852 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:45.856 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:13:45.890 13606 8054 D ChargeLockerStatistic: uploadStatisticData( /???ID : 455 /????(mapId) : 306943 /???? : pu_data_line /???? : 1 /?? : 47 /Tab?? : null /?? : null /???? : null /??ID : null /?? : null ) 05-10 10:13:46.045 1034 2230 I ActivityManager: Start proc 8061:com.kittyplay.ex/u0a95 for content provider com.kittyplay.ex/.StaticDataContentProvider 05-10 10:13:46.124 8061 8061 I art : Late-enabling JIT 05-10 10:13:46.129 1882 3689 W ctxmgr : [AclManager]checkPermissionTypeStatus: no inject permission for { uid=10011, packageName=com.google.android.gms }. Returned permission was: PACKAGE_NOT_WHITELISTED for context name=POWER_CONNECTION, account=account#-517948760# 05-10 10:13:46.132 1882 3689 W ctxmgr : [AclManager]checkPermissionTypeStatus: no inject permission for { uid=10011, packageName=com.google.android.gms }. Returned permission was: PACKAGE_NOT_WHITELISTED for context name=POWER_CONNECTION, account=account#-517948760# 05-10 10:13:46.133 1882 1882 E ctxmgr : [PowerConnectionProducer]Could not write powerInfo=Plug state: 1 BatteryLevel: 0.98, status=Status{statusCode=unknown status code: 7503, resolution=null} 05-10 10:13:46.139 8061 8061 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:13:46.283 8061 8061 W System : ClassLoader referenced unknown path: /data/app/com.kittyplay.ex-1/lib/arm 05-10 10:13:46.381 8061 8061 I LoadedApk: No resource references to update in package common 05-10 10:13:46.381 8061 8061 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:13:46.382 8061 8061 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:13:46.454 13606 13671 D StatisticsManager: Insert static Data to DB:103||b6e1d24bd309ec87||1459791555503b6e1d24bd309ec87||null||2016-05-10 22:13:45:891||us||201||86||3.1.19||||2014103||||{"cpu":"1.70GHz","men":"854.45MB"}||{"cpu":"81.82%","men":"74.60%","net":"-1"}||455||306943||pu_data_line||1||47||null||null||null||null||null 05-10 10:13:46.515 8061 8061 D KittyPlayStatistics: 1459791555503b6e1d24bd309ec87 05-10 10:13:46.625 8061 8061 I GAv4 : Google Analytics 7.5.71 is starting up. To enable debug logging on a device run: 05-10 10:13:46.625 8061 8061 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG 05-10 10:13:46.625 8061 8061 I GAv4 : adb logcat -s GAv4 05-10 10:13:46.849 8061 8076 W art : Method processed more than once: java.lang.String mh.a() 05-10 10:13:47.392 8061 8078 I ChargeLockerAPI: ChargeLockerAPI::initAPI-->productType:5, googleAdId:e8b7a30f-4762-4105-93b9-1158cbe4de56, installTimeMillis:1459888785635, upgrade:1, buychannel:null, dataChannel:21, channel:200, entranceID1 05-10 10:13:47.419 13606 13606 I ChargeLockerService: onStartCommand 05-10 10:13:47.420 13606 13606 W Ad_SDK : [AdSdkApi::setTestServer] isTestServer:false 05-10 10:13:47.420 13606 13606 I com.jiubang.commerce.chargelocker.component.service.ChargeLockerService: saveBundle()???-->GoogleAdId:e8b7a30f-4762-4105-93b9-1158cbe4de56,mInstallTimeMillis:1459888785635,mUpgrade:1,mBuychannel:null,dataChannel:21,channel:200,entranceID:1 05-10 10:13:47.451 8100 8100 I netd : type=1400 audit(0.0:1198): avc: denied { read } for name="hosts" dev="dm-10" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 05-10 10:13:47.451 8100 8100 I netd : type=1400 audit(0.0:1199): avc: denied { open } for name="hosts" dev="dm-10" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 05-10 10:13:47.451 8100 8100 I netd : type=1400 audit(0.0:1200): avc: denied { getattr } for path="/system/etc/hosts" dev="dm-10" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 05-10 10:13:47.462 8061 8095 D BatAdManager: Load Bat AD error 05-10 10:13:47.462 8061 8095 D BatAdManager: FETCHING_OFFERS_EXCEPTION 05-10 10:13:50.852 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:50.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:50.855 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 57 delayed writes, thread 0x74480000 05-10 10:13:50.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:13:53.769 8007 8007 D Toolbox : Selected item=4 05-10 10:13:55.852 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:55.852 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:13:55.856 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:13:56.066 8007 8007 D Toolbox : Selected item=5 05-10 10:14:00.212 20812 20812 I Ads : Ad is not visible. Not refreshing ad. 05-10 10:14:00.212 20812 20812 I Ads : Scheduling ad refresh 60000 milliseconds from now. 05-10 10:14:00.853 28488 28500 E audio_hw_primary: pcm_open(out) failed: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:14:00.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory 05-10 10:14:00.856 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 59 delayed writes, thread 0x74480000 05-10 10:14:00.858 28488 28500 V audio_hw_primary: start_output_stream: CALLED 05-10 10:14:01.570 1034 1248 I ActivityManager: Start proc 8102:com.evervolv.updater:ManifestService/u0a6 for service com.evervolv.updater/.services.UpdateManifestService 05-10 10:14:01.614 8102 8102 I art : Late-enabling JIT 05-10 10:14:01.629 8102 8102 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 05-10 10:14:01.761 8102 8102 W System : ClassLoader referenced unknown path: /system/priv-app/EVUpdater/lib/arm 05-10 10:14:01.763 8102 8102 I LoadedApk: No resource references to update in package common 05-10 10:14:01.764 8102 8102 I LoadedApk: No resource references to update in package com.Ott.tones 05-10 10:14:01.764 8102 8102 I LoadedApk: No resource references to update in package vr.xperia 05-10 10:14:01.820 21435 8118 V CheckinService: No Subscriptions found on the device 05-10 10:14:01.822 21435 8118 I CheckinService: Checking schedule, now: 1462889641822 next: 1462889479661 05-10 10:14:01.822 21435 8118 I CheckinService: active receiver: enabled 05-10 10:14:01.887 8102 8116 W System.err: java.net.UnknownHostException: Unable to resolve host "evervolv.com": No address associated with hostname 05-10 10:14:01.903 8102 8116 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:470) 05-10 10:14:01.903 8102 8116 W System.err: at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252) 05-10 10:14:01.903 8102 8116 W System.err: at java.net.InetAddress.getAllByName(InetAddress.java:215) 05-10 10:14:01.903 8102 8116 W System.err: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142) 05-10 10:14:01.903 8102 8116 W System.err: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169) 05-10 10:14:01.903 8102 8116 W System.err: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124) 05-10 10:14:01.903 8102 8116 W System.err: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366) 05-10 10:14:01.903 8102 8116 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560) 05-10 10:14:01.903 8102 8116 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492) 05-10 10:14:01.903 8102 8116 W System.err: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470) 05-10 10:14:01.903 8102 8116 W System.err: at com.evervolv.updater.services.UpdateManifestService.fetchManifest(UpdateManifestService.java:200) 05-10 10:14:01.904 8102 8116 W System.err: at com.evervolv.updater.services.UpdateManifestService.handleManifest(UpdateManifestService.java:185) 05-10 10:14:01.904 8102 8116 W System.err: at com.evervolv.updater.services.UpdateManifestService.onHandleIntent(UpdateManifestService.java:104) 05-10 10:14:01.904 8102 8116 W System.err: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:66) 05-10 10:14:01.904 8102 8116 W System.err: at android.os.Handler.dispatchMessage(Handler.java:102) 05-10 10:14:01.904 8102 8116 W System.err: at android.os.Looper.loop(Looper.java:148) 05-10 10:14:01.904 8102 8116 W System.err: at android.os.HandlerThread.run(HandlerThread.java:61) 05-10 10:14:01.904 8102 8116 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) 05-10 10:14:01.904 8102 8116 W System.err: at libcore.io.Posix.android_getaddrinfo(Native Method) 05-10 10:14:01.904 8102 8116 W System.err: at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55) 05-10 10:14:01.904 8102 8116 W System.err: at java.net.InetAddress.lookupHostByName(InetAddress.java:451) 05-10 10:14:01.904 8102 8116 W System.err: ... 16 more 05-10 10:14:01.911 1034 2230 I ActivityManager: Killing 6482:com.google.android.apps.photos/u0a67 (adj 15): empty #17 05-10 10:14:02.138 1882 2700 D GCM : GcmService start Intent { act=com.google.android.checkin.CHECKIN_COMPLETE flg=0x10 cmp=com.google.android.gms/.gcm.GcmService (has extras) } com.google.android.checkin.CHECKIN_COMPLETE 05-10 10:14:02.140 21435 8124 I EventLogService: Aggregate from 1462889446956 (log), 1462887743168 (data) 05-10 10:14:02.265 8007 8007 D EVToolbox: Calling dumplogcat:-D -B -o /data/user/0/com.evervolv.toolbox/files/logcat -m -r -d -k 05-10 10:14:02.275 8126 8126 I dumplogcat: type=1400 audit(0.0:1201): avc: denied { module_request } for kmod="personality-8" scontext=u:r:init:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1 05-10 10:14:02.315 8129 8129 I logcat : type=1400 audit(0.0:1202): avc: denied { write } for path="/data/data/com.evervolv.toolbox/files/logcat-2016-05-10-10-14-02.txt.tmp" dev="dm-9" ino=303175 scontext=u:r:logd:s0 tcontext=u:object_r:system_app_data_file:s0 tclass=file permissive=1 05-10 10:14:02.315 8129 8129 I logcat : type=1400 audit(0.0:1203): avc: denied { module_request } for kmod="personality-8" scontext=u:r:logd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1 [logcat: 0.701s elapsed] ------ RADIO LOG (logcat -b radio -d *:v) ------ 05-09 07:58:33.110 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:03:18.283 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:03:18.284 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:03:18.301 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 08:03:18.301 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 08:03:18.304 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:03:18.305 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:08:04.134 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:08:04.135 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:08:04.138 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 08:08:04.138 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 08:08:04.141 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:08:04.142 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:12:51.748 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:12:51.749 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:12:51.753 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 08:12:51.753 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 08:12:51.767 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:12:51.768 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:17:36.830 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:17:36.832 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:17:36.845 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 08:17:36.845 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 08:17:36.851 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:17:36.852 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:22:22.107 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:22:22.108 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:22:22.111 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 08:22:22.111 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 08:22:22.116 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:22:22.118 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:27:07.186 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:27:07.186 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:27:07.192 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 08:27:07.192 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 08:27:07.200 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:27:07.202 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:32:07.574 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:32:07.575 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:32:07.579 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 08:32:07.579 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 08:32:07.585 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:32:07.585 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:36:52.639 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:36:52.641 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:36:52.666 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 08:36:52.666 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 08:36:52.676 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:36:52.684 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:41:38.121 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:41:38.122 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:41:38.129 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 08:41:38.129 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 08:41:38.175 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:41:38.175 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:46:23.300 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:46:23.300 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:46:23.309 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 08:46:23.309 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 08:46:23.312 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:46:23.314 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:51:09.100 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:51:09.101 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:51:09.106 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 08:51:09.106 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 08:51:09.115 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:51:09.116 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:55:55.100 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:55:55.101 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 08:55:55.104 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 08:55:55.104 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 08:55:55.108 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 08:55:55.109 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:00:40.188 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:00:40.192 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:00:40.200 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 09:00:40.200 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 09:00:40.203 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:00:40.203 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:05:26.169 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:05:26.170 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:05:26.180 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 09:05:26.180 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 09:05:26.184 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:05:26.185 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:10:12.151 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:10:12.152 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:10:12.158 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 09:10:12.158 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 09:10:12.163 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:10:12.164 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:14:58.106 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:14:58.109 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:14:58.112 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 09:14:58.112 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 09:14:58.121 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:14:58.122 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:19:43.359 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:19:43.362 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:19:43.416 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 09:19:43.416 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 09:19:43.441 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:19:43.442 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:24:29.349 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:24:29.353 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:24:29.359 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 09:24:29.359 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 09:24:29.363 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:24:29.364 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:29:14.458 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:29:14.460 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:29:14.473 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 09:29:14.473 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 09:29:14.478 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:29:14.480 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:33:59.568 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:33:59.569 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:33:59.572 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 09:33:59.572 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 09:33:59.575 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:33:59.576 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:38:44.624 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:38:44.625 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:38:44.637 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 09:38:44.637 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 09:38:44.647 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:38:44.648 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:43:30.148 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:43:30.150 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:43:30.153 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 09:43:30.153 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 09:43:30.155 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:43:30.156 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:48:15.223 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:48:15.225 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:48:15.231 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 09:48:15.231 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 09:48:15.235 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:48:15.236 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:53:01.176 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:53:01.176 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:53:01.183 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 09:53:01.183 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 09:53:01.186 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:53:01.186 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:57:47.093 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:57:47.095 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 09:57:47.101 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 09:57:47.101 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 09:57:47.105 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 09:57:47.106 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:02:32.171 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:02:32.178 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:02:32.183 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 10:02:32.183 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 10:02:32.186 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:02:32.189 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:07:17.233 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:07:17.235 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:07:17.241 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 10:07:17.241 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 10:07:17.243 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:07:17.244 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:12:03.080 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:12:03.081 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:12:03.085 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 10:12:03.085 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 10:12:03.092 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:12:03.094 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:16:48.134 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:16:48.135 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:16:48.140 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 10:16:48.140 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 10:16:48.143 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:16:48.143 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:21:34.084 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:21:34.085 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:21:34.091 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 10:21:34.091 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 10:21:34.094 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:21:34.095 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:26:19.262 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:26:19.263 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:26:19.271 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 10:26:19.272 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 10:26:19.291 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:26:19.292 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:31:04.388 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:31:04.388 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:31:04.391 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 10:31:04.392 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 10:31:04.395 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:31:04.396 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:35:49.455 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:35:49.465 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:35:49.469 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 10:35:49.470 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 10:35:49.475 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:35:49.476 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:40:35.130 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:40:35.131 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:40:35.133 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 10:40:35.133 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 10:40:35.136 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:40:35.137 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:45:21.118 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:45:21.120 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:45:21.140 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 10:45:21.141 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 10:45:21.143 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:45:21.144 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:50:06.199 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:50:06.200 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:50:06.212 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 10:50:06.212 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 10:50:06.214 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:50:06.215 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:55:06.532 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:55:06.533 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:55:06.540 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 10:55:06.540 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 10:55:06.546 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:55:06.558 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:59:51.708 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:59:51.713 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 10:59:51.715 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 10:59:51.715 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 10:59:51.719 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 10:59:51.719 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:04:37.147 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:04:37.201 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:04:37.205 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 11:04:37.205 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 11:04:37.209 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:04:37.210 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:09:22.209 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:09:22.210 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:09:22.213 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 11:09:22.214 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 11:09:22.222 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:09:22.223 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:14:08.095 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:14:08.097 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:14:08.102 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 11:14:08.102 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 11:14:08.111 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:14:08.112 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:18:54.127 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:18:54.128 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:18:54.138 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 11:18:54.138 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 11:18:54.145 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:18:54.146 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:23:39.205 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:23:39.206 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:23:39.211 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 11:23:39.211 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 11:23:39.220 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:23:39.221 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:28:24.283 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:28:24.285 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:28:24.293 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 11:28:24.293 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 11:28:24.302 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:28:24.304 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:33:10.246 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:33:10.247 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:33:10.249 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 11:33:10.250 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 11:33:10.254 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:33:10.255 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:37:55.397 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:37:55.398 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:37:55.401 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 11:37:55.401 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 11:37:55.404 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:37:55.405 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:42:41.105 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:42:41.106 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:42:41.113 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 11:42:41.113 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 11:42:41.121 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:42:41.121 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:47:27.179 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:47:27.181 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:47:27.193 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 11:47:27.193 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 11:47:27.196 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:47:27.197 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:52:12.253 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:52:12.254 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:52:12.256 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 11:52:12.257 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 11:52:12.259 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:52:12.260 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:56:58.082 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:56:58.083 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 11:56:58.090 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 11:56:58.090 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 11:56:58.099 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 11:56:58.100 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:01:44.324 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:01:44.325 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:01:44.328 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 12:01:44.328 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 12:01:44.336 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:01:44.337 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:06:29.511 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:06:29.512 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:06:29.515 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 12:06:29.515 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 12:06:29.518 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:06:29.519 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:11:15.081 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:11:15.083 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:11:15.090 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 12:11:15.090 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 12:11:15.095 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:11:15.097 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:16:01.089 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:16:01.094 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:16:01.097 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 12:16:01.097 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 12:16:01.108 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:16:01.109 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:20:46.115 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:20:46.116 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:20:46.119 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 12:20:46.119 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 12:20:46.124 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:20:46.125 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:25:31.178 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:25:31.180 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:25:31.184 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 12:25:31.184 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 12:25:31.192 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:25:31.195 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:30:35.332 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:30:35.333 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:30:35.350 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 12:30:35.350 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 12:30:35.361 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:30:35.362 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:35:20.590 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:35:20.590 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:35:20.593 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 12:35:20.593 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 12:35:20.597 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:35:20.597 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:40:05.766 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:40:05.767 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:40:05.772 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 12:40:05.772 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 12:40:05.780 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:40:05.782 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:44:51.126 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:44:51.127 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:44:51.133 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 12:44:51.134 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 12:44:51.137 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:44:51.137 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:49:37.085 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:49:37.086 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:49:37.106 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 12:49:37.106 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 12:49:37.109 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:49:37.110 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:54:22.179 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:54:22.180 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:54:22.184 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 12:54:22.184 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 12:54:22.199 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:54:22.200 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:59:08.079 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:59:08.081 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 12:59:08.097 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 12:59:08.097 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 12:59:08.101 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 12:59:08.101 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:03:54.130 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:03:54.131 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:03:54.154 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 13:03:54.154 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 13:03:54.156 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:03:54.157 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:08:39.177 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:08:39.178 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:08:39.181 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 13:08:39.181 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 13:08:39.184 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:08:39.185 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:13:25.172 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:13:25.173 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:13:25.176 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 13:13:25.176 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 13:13:25.179 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:13:25.180 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:18:11.106 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:18:11.107 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:18:11.110 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 13:18:11.110 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 13:18:11.115 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:18:11.118 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:22:56.136 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:22:56.137 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:22:56.141 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 13:22:56.141 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 13:22:56.146 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:22:56.147 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:27:41.442 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:27:41.444 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:27:41.468 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 13:27:41.468 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 13:27:41.473 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:27:41.479 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:32:26.502 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:32:26.508 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:32:26.542 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 13:32:26.544 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 13:32:26.552 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:32:26.553 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:34:31.582 1903 2824 D SubscriptionController: [getSlotId]- subId invalid 05-09 13:34:31.583 1903 5953 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-09 13:34:31.583 15159 15212 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-09 13:34:31.583 15159 15212 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-09 13:34:31.585 1903 1930 D SubscriptionController: [getSlotId]- subId invalid 05-09 13:34:31.586 1903 2824 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-09 13:34:31.586 15159 15212 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-09 13:34:31.586 15159 15212 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-09 13:37:12.101 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:37:12.114 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:37:12.120 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 13:37:12.120 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 13:37:12.129 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:37:12.130 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:41:58.107 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:41:58.108 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:41:58.117 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 13:41:58.117 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 13:41:58.122 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:41:58.123 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:46:44.176 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:46:44.178 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:46:44.192 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 13:46:44.192 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 13:46:44.204 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:46:44.205 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:51:29.216 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:51:29.218 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:51:29.222 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 13:51:29.222 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 13:51:29.228 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:51:29.230 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:56:15.159 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:56:15.162 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 13:56:15.176 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 13:56:15.176 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 13:56:15.191 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 13:56:15.192 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:01:01.138 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:01:01.139 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:01:01.154 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 14:01:01.154 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 14:01:01.156 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:01:01.157 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:05:46.279 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:05:46.280 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:05:46.295 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 14:05:46.295 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 14:05:46.310 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:05:46.311 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:10:36.080 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:10:36.082 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:10:36.100 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 14:10:36.101 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 14:10:36.115 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:10:36.118 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:15:22.095 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:15:22.096 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:15:22.109 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 14:15:22.109 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 14:15:22.118 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:15:22.119 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:20:08.328 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:20:08.329 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:20:08.332 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 14:20:08.332 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 14:20:08.335 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:20:08.335 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:24:53.355 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:24:53.357 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:24:53.362 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 14:24:53.362 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 14:24:53.373 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:24:53.374 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:29:39.101 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:29:39.104 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:29:39.113 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 14:29:39.113 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 14:29:39.116 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:29:39.117 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:34:25.083 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:34:25.084 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:34:25.096 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 14:34:25.096 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 14:34:25.100 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:34:25.101 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:39:10.137 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:39:10.138 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:39:10.144 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 14:39:10.144 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 14:39:10.158 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:39:10.158 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:43:55.552 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:43:55.553 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:43:55.558 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 14:43:55.558 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 14:43:55.561 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:43:55.563 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:48:41.153 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:48:41.155 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:48:41.157 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 14:48:41.157 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 14:48:41.161 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:48:41.161 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:53:27.203 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:53:27.204 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:53:27.207 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 14:53:27.207 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 14:53:27.210 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:53:27.211 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:58:12.270 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:58:12.272 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 14:58:12.278 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 14:58:12.278 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 14:58:12.283 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 14:58:12.286 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:02:58.111 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:02:58.114 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:02:58.129 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 15:02:58.129 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 15:02:58.134 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:02:58.135 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:07:58.643 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:07:58.646 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:07:58.649 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 15:07:58.650 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 15:07:58.653 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:07:58.654 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:12:43.682 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:12:43.683 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:12:43.686 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 15:12:43.686 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 15:12:43.692 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:12:43.694 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:17:29.083 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:17:29.084 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:17:29.091 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 15:17:29.091 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 15:17:29.097 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:17:29.126 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:22:15.093 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:22:15.094 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:22:15.101 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 15:22:15.101 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 15:22:15.104 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:22:15.105 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:27:00.250 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:27:00.252 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:27:00.269 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 15:27:00.269 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 15:27:00.273 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:27:00.273 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:31:46.156 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:31:46.157 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:31:46.160 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 15:31:46.160 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 15:31:46.163 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:31:46.164 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:36:31.287 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:36:31.288 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:36:31.291 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 15:36:31.291 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 15:36:31.294 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:36:31.295 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:41:16.331 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:41:16.334 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:41:16.337 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 15:41:16.337 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 15:41:16.341 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:41:16.343 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:46:01.398 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:46:01.399 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:46:01.404 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 15:46:01.404 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 15:46:01.408 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:46:01.411 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:50:47.114 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:50:47.117 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:50:47.120 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 15:50:47.120 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 15:50:47.126 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:50:47.128 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:55:32.191 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:55:32.192 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 15:55:32.195 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 15:55:32.195 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 15:55:32.197 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 15:55:32.198 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:00:35.510 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:00:35.511 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:00:35.514 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 16:00:35.514 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 16:00:35.518 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:00:35.519 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:05:21.080 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:05:21.082 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:05:21.092 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 16:05:21.092 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 16:05:21.098 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:05:21.099 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:10:06.158 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:10:06.159 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:10:06.172 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 16:10:06.172 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 16:10:06.177 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:10:06.178 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:14:51.208 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:14:51.209 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:14:51.216 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 16:14:51.216 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 16:14:51.225 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:14:51.225 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:19:37.149 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:19:37.152 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:19:37.157 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 16:19:37.157 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 16:19:37.168 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:19:37.169 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:24:23.124 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:24:23.125 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:24:23.128 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 16:24:23.128 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 16:24:23.130 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:24:23.131 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:29:08.184 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:29:08.186 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:29:08.189 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 16:29:08.189 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 16:29:08.198 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:29:08.201 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:33:54.085 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:33:54.087 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:33:54.094 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 16:33:54.095 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 16:33:54.100 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:33:54.106 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:38:39.147 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:38:39.148 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:38:39.151 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 16:38:39.151 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 16:38:39.162 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:38:39.164 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:43:24.376 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:43:24.379 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:43:24.413 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 16:43:24.413 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 16:43:24.416 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:43:24.417 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:48:09.433 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:48:09.446 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:48:09.452 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 16:48:09.453 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 16:48:09.461 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:48:09.463 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:52:55.092 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:52:55.093 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:52:55.096 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 16:52:55.096 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 16:52:55.101 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:52:55.104 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:57:40.157 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:57:40.159 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 16:57:40.166 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 16:57:40.168 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 16:57:40.174 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 16:57:40.175 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:02:25.280 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:02:25.282 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:02:25.285 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 17:02:25.285 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 17:02:25.296 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:02:25.296 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:07:11.127 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:07:11.128 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:07:11.133 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 17:07:11.133 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 17:07:11.146 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:07:11.147 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:11:56.183 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:11:56.184 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:11:56.190 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 17:11:56.191 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 17:11:56.199 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:11:56.200 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:16:42.207 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:16:42.213 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:16:42.219 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 17:16:42.219 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 17:16:42.221 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:16:42.222 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:21:28.096 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:21:28.097 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:21:28.105 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 17:21:28.105 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 17:21:28.112 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:21:28.115 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:26:13.217 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:26:13.218 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:26:13.224 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 17:26:13.224 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 17:26:13.236 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:26:13.238 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:30:59.123 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:30:59.125 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:30:59.128 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 17:30:59.129 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 17:30:59.141 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:30:59.142 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:35:44.195 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:35:44.196 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:35:44.202 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 17:35:44.202 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 17:35:44.206 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:35:44.208 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:40:30.161 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:40:30.161 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:40:30.165 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 17:40:30.165 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 17:40:30.167 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:40:30.168 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:45:15.212 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:45:15.214 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:45:15.233 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 17:45:15.233 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 17:45:15.236 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:45:15.237 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:50:01.236 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:50:01.241 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:50:01.243 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 17:50:01.243 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 17:50:01.251 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:50:01.252 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:54:47.094 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:54:47.099 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:54:47.107 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 17:54:47.107 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 17:54:47.109 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:54:47.110 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:59:32.117 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:59:32.120 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 17:59:32.123 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 17:59:32.123 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 17:59:32.127 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 17:59:32.128 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:04:18.128 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:04:18.129 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:04:18.145 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 18:04:18.145 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 18:04:18.157 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:04:18.158 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:09:04.138 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:09:04.139 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:09:04.142 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 18:09:04.142 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 18:09:04.145 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:09:04.146 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:13:49.175 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:13:49.176 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:13:49.182 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 18:13:49.182 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 18:13:49.208 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:13:49.209 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:18:35.077 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:18:35.078 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:18:35.083 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 18:18:35.083 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 18:18:35.099 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:18:35.100 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:23:21.199 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:23:21.200 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:23:21.205 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 18:23:21.205 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 18:23:21.208 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:23:21.209 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:28:06.278 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:28:06.280 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:28:06.287 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 18:28:06.287 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 18:28:06.293 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:28:06.294 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:32:52.200 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:32:52.201 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:32:52.212 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 18:32:52.212 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 18:32:52.216 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:32:52.217 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:37:37.306 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:37:37.308 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:37:37.312 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 18:37:37.312 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 18:37:37.322 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:37:37.323 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:42:22.396 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:42:22.397 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:42:22.401 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 18:42:22.401 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 18:42:22.405 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:42:22.407 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:47:08.108 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:47:08.109 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:47:08.125 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 18:47:08.125 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 18:47:08.130 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:47:08.131 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:51:54.164 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:51:54.165 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:51:54.170 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 18:51:54.170 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 18:51:54.173 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:51:54.175 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:56:39.179 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:56:39.180 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 18:56:39.182 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 18:56:39.182 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 18:56:39.185 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 18:56:39.186 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:01:25.177 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:01:25.183 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:01:25.194 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 19:01:25.194 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 19:01:25.198 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:01:25.200 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:06:11.106 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:06:11.108 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:06:11.114 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 19:06:11.115 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 19:06:11.122 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:06:11.123 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:10:57.168 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:10:57.180 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:10:57.182 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 19:10:57.182 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 19:10:57.185 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:10:57.186 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:15:42.231 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:15:42.236 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:15:42.242 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 19:15:42.242 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 19:15:42.249 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:15:42.250 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:20:28.236 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:20:28.236 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:20:28.239 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 19:20:28.239 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 19:20:28.242 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:20:28.243 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:25:14.101 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:25:14.103 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:25:14.108 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 19:25:14.108 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 19:25:14.114 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:25:14.115 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:30:00.183 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:30:00.184 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:30:00.188 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 19:30:00.189 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 19:30:00.199 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:30:00.203 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:34:45.312 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:34:45.313 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:34:45.316 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 19:34:45.316 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 19:34:45.320 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:34:45.321 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:39:30.387 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:39:30.389 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:39:30.391 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 19:39:30.391 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 19:39:30.398 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:39:30.399 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:44:15.558 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:44:15.560 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:44:15.570 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 19:44:15.570 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 19:44:15.580 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:44:15.581 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:49:01.153 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:49:01.195 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:49:01.201 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 19:49:01.201 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 19:49:01.211 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:49:01.211 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:53:47.135 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:53:47.136 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:53:47.140 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 19:53:47.140 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 19:53:47.147 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:53:47.149 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:58:32.152 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:58:32.154 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 19:58:32.159 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 19:58:32.159 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 19:58:32.165 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 19:58:32.166 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:03:18.130 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:03:18.131 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:03:18.142 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 20:03:18.142 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 20:03:18.144 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:03:18.145 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:08:04.089 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:08:04.090 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:08:04.095 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 20:08:04.095 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 20:08:04.102 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:08:04.104 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:12:49.358 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:12:49.359 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:12:49.373 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 20:12:49.374 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 20:12:49.381 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:12:49.382 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:17:34.546 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:17:34.547 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:17:34.550 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 20:17:34.550 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 20:17:34.553 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:17:34.554 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:22:20.149 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:22:20.150 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:22:20.164 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 20:22:20.164 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 20:22:20.172 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:22:20.173 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:27:05.184 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:27:05.186 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:27:05.189 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 20:27:05.189 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 20:27:05.194 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:27:05.195 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:31:51.160 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:31:51.161 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:31:51.172 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 20:31:51.173 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 20:31:51.183 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:31:51.186 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:36:36.236 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:36:36.237 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:36:36.244 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 20:36:36.244 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 20:36:36.253 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:36:36.264 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:41:21.274 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:41:21.275 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:41:21.278 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 20:41:21.278 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 20:41:21.281 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:41:21.282 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:46:07.233 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:46:07.234 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:46:07.242 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 20:46:07.242 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 20:46:07.259 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:46:07.260 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:50:53.088 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:50:53.089 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:50:53.094 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 20:50:53.094 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 20:50:53.112 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:50:53.128 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:55:39.122 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:55:39.123 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 20:55:39.134 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 20:55:39.134 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 20:55:39.138 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 20:55:39.140 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:00:24.163 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:00:24.169 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:00:24.181 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 21:00:24.182 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 21:00:24.191 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:00:24.193 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:05:10.101 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:05:10.102 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:05:10.105 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 21:05:10.105 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 21:05:10.107 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:05:10.108 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:09:55.155 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:09:55.156 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:09:55.162 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 21:09:55.162 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 21:09:55.171 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:09:55.173 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:14:40.201 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:14:40.202 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:14:40.205 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 21:14:40.205 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 21:14:40.209 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:14:40.211 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:19:26.254 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:19:26.255 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:19:26.258 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 21:19:26.258 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 21:19:26.260 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:19:26.261 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:24:12.095 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:24:12.095 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:24:12.106 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 21:24:12.106 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 21:24:12.110 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:24:12.111 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:28:57.156 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:28:57.158 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:28:57.167 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 21:28:57.167 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 21:28:57.181 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:28:57.182 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:33:43.133 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:33:43.133 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:33:43.142 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 21:33:43.142 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 21:33:43.152 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:33:43.153 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:38:28.212 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:38:28.213 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:38:28.226 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 21:38:28.226 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 21:38:28.231 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:38:28.232 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:43:13.274 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:43:13.275 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:43:13.278 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 21:43:13.278 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 21:43:13.287 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:43:13.289 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:47:59.117 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:47:59.119 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:47:59.132 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 21:47:59.132 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 21:47:59.143 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:47:59.144 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:52:45.104 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:52:45.107 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:52:45.116 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 21:52:45.116 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 21:52:45.122 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:52:45.123 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:57:30.155 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:57:30.156 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 21:57:30.162 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 21:57:30.162 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 21:57:30.167 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 21:57:30.168 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:02:15.318 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:02:15.318 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:02:15.321 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 22:02:15.321 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 22:02:15.324 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:02:15.326 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:07:01.221 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:07:01.222 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:07:01.227 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 22:07:01.227 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 22:07:01.230 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:07:01.231 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:11:46.266 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:11:46.267 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:11:46.270 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 22:11:46.270 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 22:11:46.272 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:11:46.273 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:16:32.133 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:16:32.136 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:16:32.148 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 22:16:32.153 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 22:16:32.158 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:16:32.159 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:21:18.131 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:21:18.133 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:21:18.139 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 22:21:18.139 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 22:21:18.143 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:21:18.146 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:26:03.191 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:26:03.191 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:26:03.194 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 22:26:03.194 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 22:26:03.201 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:26:03.202 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:30:48.317 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:30:48.318 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:30:48.321 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 22:30:48.321 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 22:30:48.324 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:30:48.325 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:35:33.355 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:35:33.356 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:35:33.365 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 22:35:33.365 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 22:35:33.370 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:35:33.377 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:40:19.184 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:40:19.184 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:40:19.192 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 22:40:19.192 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 22:40:19.202 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:40:19.204 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:45:04.292 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:45:04.293 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:45:04.305 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 22:45:04.305 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 22:45:04.312 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:45:04.313 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:49:49.360 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:49:49.368 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:49:49.374 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 22:49:49.374 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 22:49:49.378 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:49:49.378 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:54:35.108 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:54:35.109 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:54:35.114 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 22:54:35.114 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 22:54:35.117 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:54:35.118 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:59:20.165 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:59:20.165 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 22:59:20.170 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 22:59:20.171 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 22:59:20.177 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 22:59:20.180 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:04:06.145 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:04:06.146 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:04:06.154 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 23:04:06.154 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 23:04:06.159 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:04:06.160 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:08:52.099 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:08:52.100 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:08:52.103 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 23:08:52.103 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 23:08:52.105 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:08:52.109 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:13:37.138 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:13:37.140 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:13:37.143 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 23:13:37.143 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 23:13:37.155 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:13:37.156 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:18:23.205 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:18:23.205 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:18:23.211 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 23:18:23.211 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 23:18:23.214 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:18:23.215 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:23:09.185 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:23:09.185 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:23:09.189 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 23:23:09.189 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 23:23:09.195 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:23:09.196 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:27:54.262 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:27:54.263 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:27:54.271 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 23:27:54.271 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 23:27:54.277 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:27:54.278 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:32:39.366 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:32:39.367 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:32:39.373 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 23:32:39.373 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 23:32:39.395 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:32:39.396 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:37:24.450 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:37:24.452 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:37:24.459 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 23:37:24.459 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 23:37:24.467 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:37:24.468 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:42:09.515 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:42:09.517 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:42:09.523 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 23:42:09.523 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 23:42:09.527 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:42:09.528 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:46:55.146 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:46:55.148 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:46:55.158 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 23:46:55.158 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 23:46:55.163 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:46:55.165 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:51:41.129 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:51:41.132 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:51:41.135 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 23:51:41.135 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 23:51:41.137 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:51:41.138 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:56:27.105 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:56:27.106 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-09 23:56:27.112 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-09 23:56:27.112 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-09 23:56:27.116 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-09 23:56:27.119 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:01:12.334 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:01:12.335 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:01:12.354 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 00:01:12.354 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 00:01:12.359 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:01:12.360 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:05:58.261 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:05:58.262 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:05:58.270 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 00:05:58.271 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 00:05:58.289 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:05:58.290 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:10:57.159 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:10:57.159 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:10:57.166 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 00:10:57.166 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 00:10:57.177 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:10:57.178 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:15:42.261 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:15:42.262 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:15:42.264 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 00:15:42.264 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 00:15:42.267 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:15:42.268 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:20:28.110 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:20:28.111 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:20:28.114 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 00:20:28.115 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 00:20:28.121 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:20:28.123 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:25:14.098 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:25:14.099 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:25:14.108 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 00:25:14.108 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 00:25:14.114 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:25:14.115 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:29:59.208 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:29:59.213 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:29:59.216 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 00:29:59.216 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 00:29:59.219 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:29:59.220 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:34:44.358 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:34:44.358 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:34:44.363 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 00:34:44.363 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 00:34:44.378 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:34:44.379 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:39:30.130 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:39:30.133 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:39:30.139 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 00:39:30.148 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 00:39:30.162 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:39:30.166 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:44:16.116 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:44:16.119 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:44:16.123 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 00:44:16.125 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 00:44:16.133 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:44:16.134 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:49:01.179 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:49:01.180 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:49:01.201 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 00:49:01.201 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 00:49:01.204 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:49:01.205 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:53:47.140 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:53:47.141 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:53:47.151 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 00:53:47.151 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 00:53:47.154 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:53:47.154 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:58:33.108 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:58:33.110 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 00:58:33.112 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 00:58:33.113 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 00:58:33.121 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 00:58:33.122 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:03:18.171 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:03:18.172 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:03:18.181 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 01:03:18.181 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 01:03:18.186 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:03:18.187 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:08:04.179 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:08:04.180 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:08:04.188 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 01:08:04.189 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 01:08:04.195 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:08:04.196 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:12:50.100 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:12:50.103 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:12:50.108 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 01:12:50.109 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 01:12:50.114 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:12:50.115 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:17:35.202 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:17:35.203 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:17:35.217 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 01:17:35.217 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 01:17:35.223 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:17:35.228 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:17:35.287 1903 2824 D SubscriptionController: [getActiveSubInfoList]+ 05-10 01:17:35.295 1903 2824 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready 05-10 01:22:21.113 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:22:21.114 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:22:21.118 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 01:22:21.118 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 01:22:21.124 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:22:21.125 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:27:06.204 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:27:06.206 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:27:06.212 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 01:27:06.212 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 01:27:06.218 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:27:06.219 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:31:51.264 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:31:51.265 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:31:51.273 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 01:31:51.273 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 01:31:51.279 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:31:51.280 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:36:36.346 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:36:36.347 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:36:36.373 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 01:36:36.373 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 01:36:36.392 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:36:36.393 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:41:22.225 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:41:22.225 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:41:22.231 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 01:41:22.231 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 01:41:22.248 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:41:22.252 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:46:11.667 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:46:11.668 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:46:11.672 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 01:46:11.672 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 01:46:11.675 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:46:11.677 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:46:16.882 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:46:16.883 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:46:16.886 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 01:46:16.886 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 01:46:16.889 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:46:16.890 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:51:02.265 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:51:02.268 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:51:02.279 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 01:51:02.279 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 01:51:02.282 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:51:02.283 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:55:47.370 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:55:47.371 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 01:55:47.379 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 01:55:47.379 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 01:55:47.385 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 01:55:47.388 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:00:35.297 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:00:35.298 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:00:35.300 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 02:00:35.300 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 02:00:35.305 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:00:35.306 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:05:21.166 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:05:21.166 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:05:21.169 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 02:05:21.169 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 02:05:21.171 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:05:21.172 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:10:07.116 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:10:07.116 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:10:07.119 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 02:10:07.119 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 02:10:07.121 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:10:07.122 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:14:53.168 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:14:53.169 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:14:53.172 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 02:14:53.172 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 02:14:53.186 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:14:53.187 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:19:38.428 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:19:38.429 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:19:38.432 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 02:19:38.432 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 02:19:38.436 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:19:38.438 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:24:23.487 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:24:23.496 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:24:23.500 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 02:24:23.500 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 02:24:23.508 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:24:23.509 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:29:09.114 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:29:09.115 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:29:09.123 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 02:29:09.123 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 02:29:09.125 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:29:09.126 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:33:54.253 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:33:54.254 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:33:54.257 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 02:33:54.257 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 02:33:54.260 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:33:54.261 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:38:39.324 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:38:39.328 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:38:39.343 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 02:38:39.348 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 02:38:39.353 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:38:39.353 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:43:25.097 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:43:25.099 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:43:25.105 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 02:43:25.105 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 02:43:25.114 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:43:25.115 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:48:10.131 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:48:10.131 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:48:10.139 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 02:48:10.139 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 02:48:10.157 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:48:10.157 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:52:56.204 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:52:56.205 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:52:56.213 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 02:52:56.213 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 02:52:56.216 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:52:56.216 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:57:42.102 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:57:42.109 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 02:57:42.123 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 02:57:42.124 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 02:57:42.126 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 02:57:42.133 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:02:27.279 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:02:27.280 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:02:27.286 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 03:02:27.286 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 03:02:27.297 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:02:27.298 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:07:13.118 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:07:13.202 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:07:13.205 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 03:07:13.205 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 03:07:13.207 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:07:13.208 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:11:58.194 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:11:58.194 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:11:58.197 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 03:11:58.197 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 03:11:58.199 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:11:58.200 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:16:43.281 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:16:43.282 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:16:43.290 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 03:16:43.290 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 03:16:43.297 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:16:43.298 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:21:29.127 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:21:29.129 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:21:29.133 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 03:21:29.133 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 03:21:29.144 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:21:29.144 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:26:14.263 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:26:14.267 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:26:14.283 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 03:26:14.283 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 03:26:14.286 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:26:14.287 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:31:00.231 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:31:00.236 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:31:00.250 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 03:31:00.250 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 03:31:00.252 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:31:00.253 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:35:46.077 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:35:46.079 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:35:46.090 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 03:35:46.090 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 03:35:46.094 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:35:46.096 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:40:32.104 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:40:32.106 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:40:32.125 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 03:40:32.125 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 03:40:32.131 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:40:32.132 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:45:17.279 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:45:17.280 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:45:17.287 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 03:45:17.287 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 03:45:17.307 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:45:17.308 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:50:02.374 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:50:02.376 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:50:02.386 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 03:50:02.387 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 03:50:02.392 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:50:02.393 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:54:48.103 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:54:48.104 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:54:48.107 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 03:54:48.107 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 03:54:48.114 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:54:48.115 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:59:34.077 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:59:34.080 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 03:59:34.086 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 03:59:34.086 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 03:59:34.090 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 03:59:34.092 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:04:19.131 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:04:19.132 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:04:19.137 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 04:04:19.137 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 04:04:19.140 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:04:19.141 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:09:05.268 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:09:05.269 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:09:05.271 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 04:09:05.271 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 04:09:05.274 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:09:05.275 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:13:51.093 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:13:51.094 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:13:51.104 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 04:13:51.104 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 04:13:51.108 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:13:51.110 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:18:36.188 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:18:36.190 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:18:36.196 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 04:18:36.196 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 04:18:36.203 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:18:36.204 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:23:22.087 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:23:22.087 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:23:22.097 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 04:23:22.098 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 04:23:22.107 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:23:22.108 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:28:07.151 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:28:07.152 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:28:07.155 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 04:28:07.155 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 04:28:07.159 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:28:07.175 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:32:52.202 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:32:52.204 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:32:52.210 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 04:32:52.210 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 04:32:52.212 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:32:52.214 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:37:37.325 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:37:37.327 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:37:37.348 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 04:37:37.348 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 04:37:37.358 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:37:37.359 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:42:22.512 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:42:22.513 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:42:22.518 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 04:42:22.518 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 04:42:22.522 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:42:22.523 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:47:07.548 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:47:07.550 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:47:07.555 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 04:47:07.555 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 04:47:07.566 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:47:07.567 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:51:53.233 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:51:53.268 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:51:53.272 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 04:51:53.272 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 04:51:53.279 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:51:53.279 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:56:41.115 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:56:41.116 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 04:56:41.118 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 04:56:41.118 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 04:56:41.121 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 04:56:41.122 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:01:27.123 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:01:27.125 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:01:27.128 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 05:01:27.128 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 05:01:27.142 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:01:27.143 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:06:12.154 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:06:12.156 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:06:12.160 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 05:06:12.160 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 05:06:12.164 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:06:12.168 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:10:58.120 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:10:58.121 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:10:58.124 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 05:10:58.124 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 05:10:58.130 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:10:58.131 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:15:44.136 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:15:44.137 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:15:44.141 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 05:15:44.141 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 05:15:44.153 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:15:44.154 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:20:29.207 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:20:29.208 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:20:29.211 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 05:20:29.212 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 05:20:29.219 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:20:29.221 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:25:14.269 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:25:14.270 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:25:14.276 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 05:25:14.276 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 05:25:14.281 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:25:14.284 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:30:00.090 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:30:00.091 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:30:00.097 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 05:30:00.098 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 05:30:00.100 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:30:00.101 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:34:45.132 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:34:45.134 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:34:45.138 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 05:34:45.138 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 05:34:45.140 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:34:45.142 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:39:30.209 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:39:30.211 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:39:30.220 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 05:39:30.220 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 05:39:30.229 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:39:30.230 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:44:16.107 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:44:16.108 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:44:16.117 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 05:44:16.117 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 05:44:16.121 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:44:16.122 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:49:02.151 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:49:02.155 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:49:02.174 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 05:49:02.174 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 05:49:02.181 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:49:02.182 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:53:47.189 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:53:47.190 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:53:47.193 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 05:53:47.193 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 05:53:47.197 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:53:47.201 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:58:33.100 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:58:33.100 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 05:58:33.103 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 05:58:33.103 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 05:58:33.109 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 05:58:33.110 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:03:19.097 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:03:19.102 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:03:19.113 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 06:03:19.113 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 06:03:19.122 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:03:19.125 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:08:04.173 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:08:04.174 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:08:04.181 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 06:08:04.181 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 06:08:04.184 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:08:04.185 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:12:50.087 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:12:50.088 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:12:50.097 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 06:12:50.097 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 06:12:50.102 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:12:50.103 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:17:36.098 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:17:36.099 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:17:36.102 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 06:17:36.102 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 06:17:36.109 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:17:36.110 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:22:22.186 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:22:22.192 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:22:22.197 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 06:22:22.197 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 06:22:22.200 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:22:22.201 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:27:07.249 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:27:07.250 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:27:07.253 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 06:27:07.253 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 06:27:07.259 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:27:07.259 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:31:52.350 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:31:52.352 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:31:52.358 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 06:31:52.358 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 06:31:52.361 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:31:52.362 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:36:37.427 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:36:37.430 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:36:37.433 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 06:36:37.433 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 06:36:37.439 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:36:37.440 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:41:23.102 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:41:23.104 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:41:23.112 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 06:41:23.112 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 06:41:23.132 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:41:23.133 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:46:09.109 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:46:09.110 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:46:09.118 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 06:46:09.119 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 06:46:09.124 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:46:09.125 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:50:55.181 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:50:55.182 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:50:55.184 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 06:50:55.184 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 06:50:55.187 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:50:55.188 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:55:40.325 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:55:40.326 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 06:55:40.328 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 06:55:40.328 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 06:55:40.330 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 06:55:40.331 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:00:35.279 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:00:35.283 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:00:35.297 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 07:00:35.297 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 07:00:35.300 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:00:35.302 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:05:21.153 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:05:21.157 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:05:21.160 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 07:05:21.160 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 07:05:21.163 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:05:21.164 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:10:06.195 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:10:06.196 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:10:06.199 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 07:10:06.199 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 07:10:06.208 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:10:06.211 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:14:52.155 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:14:52.156 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:14:52.159 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 07:14:52.159 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 07:14:52.165 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:14:52.168 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:19:38.081 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:19:38.083 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:19:38.093 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 07:19:38.093 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 07:19:38.101 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:19:38.101 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:24:23.127 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:24:23.129 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:24:23.136 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 07:24:23.136 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 07:24:23.141 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:24:23.144 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:29:08.416 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:29:08.417 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:29:08.422 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 07:29:08.422 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 07:29:08.431 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:29:08.431 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:33:54.079 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:33:54.082 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:33:54.088 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 07:33:54.088 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 07:33:54.092 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:33:54.095 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:38:39.182 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:38:39.182 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:38:39.185 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 07:38:39.185 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 07:38:39.188 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:38:39.189 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:43:25.133 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:43:25.135 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:43:25.147 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 07:43:25.147 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 07:43:25.151 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:43:25.153 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:48:11.121 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:48:11.122 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:48:11.133 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 07:48:11.133 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 07:48:11.142 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:48:11.143 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:52:56.155 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:52:56.163 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:52:56.170 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 07:52:56.170 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 07:52:56.175 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:52:56.176 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:57:42.125 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:57:42.127 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 07:57:42.137 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 07:57:42.137 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 07:57:42.142 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 07:57:42.144 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:02:28.232 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:02:28.236 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:02:28.238 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 08:02:28.238 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 08:02:28.241 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:02:28.242 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:07:13.273 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:07:13.274 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:07:13.280 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 08:07:13.280 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 08:07:13.285 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:07:13.286 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:11:59.080 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:11:59.081 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:11:59.087 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 08:11:59.087 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 08:11:59.094 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:11:59.095 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:16:45.099 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:16:45.102 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:16:45.114 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 08:16:45.114 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 08:16:45.120 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:16:45.121 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:21:30.203 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:21:30.210 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:21:30.214 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 08:21:30.214 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 08:21:30.217 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:21:30.218 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:26:15.245 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:26:15.247 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:26:15.251 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 08:26:15.251 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 08:26:15.263 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:26:15.266 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:31:01.108 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:31:01.109 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:31:01.121 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 08:31:01.122 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 08:31:01.126 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:31:01.127 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:35:46.474 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:35:46.476 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:35:46.485 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 08:35:46.485 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 08:35:46.488 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:35:46.489 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:40:31.639 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:40:31.640 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:40:31.643 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 08:40:31.643 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 08:40:31.645 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:40:31.646 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:45:16.816 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:45:16.817 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:45:16.822 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 08:45:16.823 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 08:45:16.825 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:45:16.825 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:50:02.152 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:50:02.153 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:50:02.160 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 08:50:02.160 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 08:50:02.170 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:50:02.171 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:54:47.202 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:54:47.203 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:54:47.206 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 08:54:47.206 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 08:54:47.213 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:54:47.214 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:59:33.098 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:59:33.100 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 08:59:33.105 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 08:59:33.105 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 08:59:33.111 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 08:59:33.111 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:04:19.164 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:04:19.165 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:04:19.167 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 09:04:19.167 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 09:04:19.171 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:04:19.172 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:09:04.327 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:09:04.328 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:09:04.356 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 09:09:04.356 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 09:09:04.358 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:09:04.359 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:13:50.077 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:13:50.078 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:13:50.080 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 09:13:50.080 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 09:13:50.083 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:13:50.083 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:18:36.078 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:18:36.081 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:18:36.094 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 09:18:36.094 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 09:18:36.099 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:18:36.101 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:23:21.123 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:23:21.125 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:23:21.134 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 09:23:21.134 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 09:23:21.139 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:23:21.140 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:28:06.193 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:28:06.195 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:28:06.201 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 09:28:06.202 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 09:28:06.206 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:28:06.207 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:32:52.117 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:32:52.125 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:32:52.138 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 09:32:52.138 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 09:32:52.148 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:32:52.149 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:37:37.187 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:37:37.188 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:37:37.193 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 09:37:37.193 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 09:37:37.198 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:37:37.199 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:42:23.239 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:42:23.242 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:42:23.246 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 09:42:23.246 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 09:42:23.254 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:42:23.255 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:47:09.139 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:47:09.140 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:47:09.143 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 09:47:09.143 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 09:47:09.146 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:47:09.147 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:51:54.140 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:51:54.140 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:51:54.142 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 09:51:54.142 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 09:51:54.145 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:51:54.146 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:56:40.082 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:56:40.083 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 09:56:40.092 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 09:56:40.092 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 09:56:40.104 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 09:56:40.105 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 10:01:25.239 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:01:25.240 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 10:01:25.243 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 10:01:25.243 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 10:01:25.247 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:01:25.248 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 10:06:11.094 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:06:11.095 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 10:06:11.101 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 10:06:11.101 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 10:06:11.114 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:06:11.115 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 10:08:57.783 1903 1903 D DCT : [0]onReceive: action=android.intent.action.SCREEN_ON 05-10 10:08:57.783 1903 1903 D DCT : [0]stopNetStatPoll 05-10 10:08:58.113 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:08:58.409 1903 1903 D DCT : [0]overall state is IDLE 05-10 10:08:58.409 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:08:58.479 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:08:58.480 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 10:08:58.483 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 10:08:58.483 1903 5953 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 10:08:58.486 1903 1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:08:58.486 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 10:09:01.345 1903 1929 D DCT : [0]hasMatchedTetherApnSetting: APN=null 05-10 10:09:04.588 1903 1929 D SubscriptionController: [getActiveSubIdList] simInfoSet=[] 05-10 10:09:04.589 1903 1929 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0 05-10 10:09:04.603 1903 1930 D SubscriptionController: [getActiveSubIdList] simInfoSet=[] 05-10 10:09:04.603 1903 1930 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0 05-10 10:09:08.717 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:09:08.853 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:09:08.855 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:09:13.047 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:13.047 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:09:13.055 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:13.055 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:09:13.077 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:13.078 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:09:13.078 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:13.078 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:09:13.103 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:13.103 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:09:13.107 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:13.107 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:09:13.213 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:13.214 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:09:14.239 1903 2824 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:09:14.240 1903 1930 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:09:14.241 15159 15227 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:09:14.241 15159 15227 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:09:14.244 1903 1929 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:09:14.244 1903 2824 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:09:14.245 15159 15227 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:09:14.245 15159 15227 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:09:15.723 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:15.724 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true 05-10 10:09:15.731 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:15.731 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true 05-10 10:09:15.948 1903 1929 D SubscriptionController: [getActiveSubInfoList]+ 05-10 10:09:16.147 1903 1929 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready 05-10 10:09:16.397 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:09:16.397 1903 1903 D DctController: [TNF -2]Cellular releasing Network for NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] 05-10 10:09:16.397 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:09:16.397 1903 1903 D DctController: [TNF -2]Sub Info has not been ready, remove request. 05-10 10:09:16.520 1903 5953 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:09:16.523 1903 2824 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:09:16.523 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:09:16.523 15159 15159 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:09:16.534 1903 1930 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:09:16.535 1903 5953 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:09:16.536 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:09:16.536 15159 15159 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:09:27.307 1903 5953 D SubscriptionController: [getActiveSubInfoList]+ 05-10 10:09:27.624 1903 5953 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready 05-10 10:09:38.447 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:38.448 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true 05-10 10:09:38.448 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:38.449 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:09:38.449 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:38.449 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:09:38.450 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:38.450 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:09:38.450 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:38.450 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:09:38.450 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:09:38.450 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:09:38.450 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:09:38.450 1903 1903 D DctController: [TNF -2]Cellular needs Network for NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] 05-10 10:09:38.454 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:09:38.454 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:09:38.454 1903 1903 D DctController: [TNF -2]Request not useable, pending request. 05-10 10:09:38.804 1903 2824 D SubscriptionController: [getActiveSubIdList] simInfoSet=[] 05-10 10:09:38.917 1903 2824 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0 05-10 10:09:39.195 1903 5953 D SubscriptionController: [getActiveSubIdList] simInfoSet=[] 05-10 10:09:39.195 1903 5953 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0 05-10 10:10:00.123 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:10:04.155 1903 1930 D SubscriptionController: [getActiveSubInfoList]+ 05-10 10:10:04.285 1903 1930 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready 05-10 10:10:08.791 1903 1929 D SubscriptionController: [getActiveSubInfoList]+ 05-10 10:10:08.796 1903 1929 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready 05-10 10:10:18.326 1903 1929 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:18.350 1903 1930 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:18.351 15159 15227 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:18.352 15159 15227 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:18.361 1903 5953 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:18.362 1903 1929 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:18.363 15159 15227 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:18.363 15159 15227 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:18.983 1903 2824 D SubscriptionController: [getPhoneId] asked for default subId=-1 05-10 10:10:18.984 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:10:26.019 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:10:26.036 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 10:10:26.053 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 10:10:26.053 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 10:10:26.056 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:10:26.057 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 10:10:26.614 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:26.614 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:26.621 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:26.622 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:26.806 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:26.806 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:26.814 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:26.814 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:26.890 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:26.890 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:26.894 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:26.894 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:26.973 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:26.973 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:29.428 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:29.429 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true 05-10 10:10:29.442 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:29.443 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true 05-10 10:10:29.749 1903 1930 D SubscriptionController: [getActiveSubIdList] simInfoSet=[] 05-10 10:10:29.749 1903 1930 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0 05-10 10:10:29.942 1903 2824 D SubscriptionController: [getActiveSubIdList] simInfoSet=[] 05-10 10:10:29.943 1903 2824 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0 05-10 10:10:30.487 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:10:30.487 1903 1903 D DctController: [TNF -2]Cellular releasing Network for NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] 05-10 10:10:30.488 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:10:30.488 1903 1903 D DctController: [TNF -2]Sub Info has not been ready, remove request. 05-10 10:10:31.120 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:31.120 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true 05-10 10:10:31.140 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:10:31.140 1903 1903 D DctController: [TNF -2]Cellular needs Network for NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] 05-10 10:10:31.140 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:10:31.140 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:10:31.140 1903 1903 D DctController: [TNF -2]Request not useable, pending request. 05-10 10:10:31.140 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:31.140 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:31.155 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:31.155 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:31.254 1903 1929 D SubscriptionController: [getActiveSubIdList] simInfoSet=[] 05-10 10:10:31.254 1903 1929 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0 05-10 10:10:31.304 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:31.304 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:31.304 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:31.304 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:31.304 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:31.304 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:31.351 1903 5953 D SubscriptionController: [getActiveSubIdList] simInfoSet=[] 05-10 10:10:31.351 1903 5953 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0 05-10 10:10:31.570 1903 1929 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:31.571 1903 1930 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:31.571 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:31.571 15159 15159 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:31.583 1903 2824 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:31.584 1903 1929 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:31.584 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:31.584 15159 15159 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:31.647 1903 5953 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:31.654 1903 2824 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:31.655 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:31.655 15159 15159 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:31.731 1903 1930 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:31.734 1903 5953 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:31.734 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:31.734 15159 15159 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:32.291 1903 5953 D SubscriptionController: [getActiveSubInfoList]+ 05-10 10:10:32.310 1903 5953 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready 05-10 10:10:43.497 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:43.497 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:43.504 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:43.505 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:43.664 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:43.665 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:43.677 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:43.677 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:43.690 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:43.691 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:43.715 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:43.715 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:43.764 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:43.765 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:44.947 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:10:44.948 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 10:10:44.951 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 10:10:44.951 1903 2824 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 10:10:44.963 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:10:44.964 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 10:10:45.821 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:45.822 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true 05-10 10:10:45.831 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:45.831 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true 05-10 10:10:46.128 1903 5953 D SubscriptionController: [getActiveSubIdList] simInfoSet=[] 05-10 10:10:46.128 1903 5953 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0 05-10 10:10:46.135 1903 2824 D SubscriptionController: [getActiveSubIdList] simInfoSet=[] 05-10 10:10:46.135 1903 2824 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0 05-10 10:10:46.286 1903 1929 D SubscriptionController: [getActiveSubInfoList]+ 05-10 10:10:46.319 1903 1929 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready 05-10 10:10:46.836 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:10:46.837 1903 1903 D DctController: [TNF -2]Cellular releasing Network for NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] 05-10 10:10:46.837 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:10:46.837 1903 1903 D DctController: [TNF -2]Sub Info has not been ready, remove request. 05-10 10:10:47.964 1903 1930 D SubscriptionController: [getActiveSubInfoList]+ 05-10 10:10:47.977 1903 1930 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready 05-10 10:10:48.518 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:48.518 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true 05-10 10:10:48.523 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:48.523 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:48.529 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:48.529 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:48.547 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:10:48.547 1903 1903 D DctController: [TNF -2]Cellular needs Network for NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] 05-10 10:10:48.547 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:10:48.547 1903 1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0 05-10 10:10:48.547 1903 1903 D DctController: [TNF -2]Request not useable, pending request. 05-10 10:10:48.570 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:48.570 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:48.640 1903 1930 D SubscriptionController: [getActiveSubIdList] simInfoSet=[] 05-10 10:10:48.640 1903 1930 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0 05-10 10:10:48.641 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:48.641 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:48.641 1903 1903 D DCT : [0]onReceive: action=android.net.wifi.STATE_CHANGE 05-10 10:10:48.642 1903 1903 D DCT : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false 05-10 10:10:48.647 1903 1929 D SubscriptionController: [getActiveSubIdList] simInfoSet=[] 05-10 10:10:48.647 1903 1929 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0 05-10 10:10:51.751 1903 5953 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:51.751 1903 1929 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:51.751 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:51.752 15159 15159 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:51.755 1903 1930 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:51.756 1903 5953 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:51.756 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:51.756 15159 15159 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:51.774 1903 2824 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:51.775 1903 1930 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:51.775 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:51.775 15159 15159 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:51.782 1903 1929 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:51.786 1903 2824 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:51.787 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:51.787 15159 15159 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:54.453 1903 1930 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:54.473 1903 5953 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:54.473 7602 7602 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:54.473 7602 7602 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:55.247 1903 1930 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:55.268 1903 5953 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:55.269 15159 15212 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:55.269 15159 15212 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:55.275 1903 2824 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:55.293 1903 1930 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:55.304 15159 15212 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:55.304 15159 15212 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:55.908 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 10:10:55.908 1903 1929 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 10:10:55.919 1903 1930 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:55.920 1903 5953 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:55.920 1882 7748 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:55.921 1882 7748 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:56.050 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:10:58.393 1903 2824 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:10:58.394 1903 1930 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:10:58.394 7602 7602 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:10:58.394 7602 7602 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:10:59.752 1903 2824 D SubscriptionController: [getActiveSubInfoList]+ 05-10 10:10:59.776 1903 2824 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready 05-10 10:11:01.373 1903 5953 D SubscriptionController: [getActiveSubInfoList]+ 05-10 10:11:01.379 1903 5953 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready 05-10 10:11:13.310 1903 2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:11:13.315 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 10:11:13.324 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): not implemented 05-10 10:11:13.324 1903 1930 D GsmSST : [GsmSST] SST.getAllCellInfo(): X size=0 list=null 05-10 10:11:13.343 1903 5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:11:13.350 1882 2338 D TelephonyManager: getCellLocation returning null due to NullPointerException java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Bundle.isEmpty()' on a null object reference 05-10 10:11:15.166 1903 1929 D SubscriptionController: [getPhoneId] asked for default subId=-1 05-10 10:11:15.166 1903 1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1 05-10 10:12:02.187 1903 1930 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:12:02.191 1903 5953 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:12:02.196 15159 15227 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:12:02.196 15159 15227 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:12:02.203 1903 2824 D SubscriptionController: [getSlotId]- subId invalid 05-10 10:12:02.204 1903 1930 D SubscriptionController: getSimStateForSlotIdx: simState=NOT_READY ordinal=6 05-10 10:12:02.204 15159 15227 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0 05-10 10:12:02.204 15159 15227 D TelephonyManager: getSimState: default sim:-1, sim state for slotIdx=0 is 6, return state as unknown 05-10 10:14:01.818 1903 1929 D SubscriptionController: [getActiveSubInfoList]+ 05-10 10:14:01.820 1903 1929 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready [logcat: 0.301s elapsed] ------ KERNEL LOG (dmesg) ------ ume of devices complete after 2.288 msecs <4>[40184.596555] max8903b_resume: resume <3>[40184.598356] msm_wm8958_setup_power: codec power setup <3>[40184.598478] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40184.665281] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40184.667173] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40184.669065] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40184.670591] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40184.670713] PM: resume of devices complete after 85.663 msecs <4>[40184.672605] Restarting tasks ... done. <6>[40184.681974] suspend: exit suspend, ret = 0 (2016-05-10 12:36:22.013357827 UTC) <4>[40185.075925] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40185.123288] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40185.125760] Suspending console(s) (use no_console_suspend to debug) <7>[40185.305967] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40185.306394] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40185.315976] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40185.316922] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40185.319700] msm_wm8958_shutdown_power: codec power shutdown <3>[40185.319730] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40185.321164] max8903b_suspend: suspend <6>[40185.343259] PM: suspend of devices complete after 214.908 msecs <6>[40185.345762] PM: late suspend of devices complete after 2.440 msecs <6>[40185.349302] PM: noirq suspend of devices complete after 3.507 msecs <4>[40185.349332] Disabling non-boot CPUs ... <6>[40185.369596] msm_pm_enter <6>[40185.369596] msm_pm_enter: power collapse <6>[40185.369596] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40185.369596] msm_pm_enter: return <6>[40185.370237] Enabling non-boot CPUs ... <6>[40185.374570] CPU1 is up <6>[40185.377134] PM: noirq resume of devices complete after 2.531 msecs <6>[40185.378873] wakeup wake lock: alarm_rtc <6>[40185.381498] PM: early resume of devices complete after 2.470 msecs <4>[40185.393033] max8903b_resume: resume <3>[40185.394834] msm_wm8958_setup_power: codec power setup <3>[40185.394956] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40185.531247] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40185.532224] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40185.536130] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40185.536588] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40185.536710] PM: resume of devices complete after 155.042 msecs <4>[40185.539151] Restarting tasks ... done. <6>[40185.560148] suspend: exit suspend, ret = 0 (2016-05-10 12:40:31.024976979 UTC) <6>[40186.050443] lsm303dlh_acc_sysfs: hw init start <6>[40186.051725] lsm303dlh_acc_sysfs: hw init done <4>[40186.677152] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40187.045347] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40187.047300] Suspending console(s) (use no_console_suspend to debug) <7>[40187.226743] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40187.227201] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40187.236753] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40187.237729] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40187.240445] msm_wm8958_shutdown_power: codec power shutdown <3>[40187.240506] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40187.241941] max8903b_suspend: suspend <6>[40187.264005] PM: suspend of devices complete after 215.306 msecs <6>[40187.266507] PM: late suspend of devices complete after 2.441 msecs <6>[40187.270047] PM: noirq suspend of devices complete after 3.509 msecs <4>[40187.270292] Disabling non-boot CPUs ... <6>[40187.290494] msm_pm_enter <6>[40187.290494] msm_pm_enter: power collapse <6>[40187.290494] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40187.290494] msm_pm_enter: return <6>[40187.291013] Enabling non-boot CPUs ... <6>[40187.295347] CPU1 is up <6>[40187.297910] PM: noirq resume of devices complete after 2.502 msecs <6>[40187.299650] wakeup wake lock: alarm_rtc <6>[40187.302366] PM: early resume of devices complete after 2.532 msecs <4>[40187.313840] max8903b_resume: resume <3>[40187.315641] msm_wm8958_setup_power: codec power setup <3>[40187.315763] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40187.426084] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40187.427030] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40187.431211] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40187.431577] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40187.431730] PM: resume of devices complete after 129.248 msecs <4>[40187.434232] Restarting tasks ... done. <6>[40187.454496] suspend: exit suspend, ret = 0 (2016-05-10 12:45:16.024304449 UTC) <6>[40188.166379] lsm303dlh_acc_sysfs: hw init start <6>[40188.167264] lsm303dlh_acc_sysfs: hw init done <4>[40188.938443] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40189.147794] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40189.149686] Suspending console(s) (use no_console_suspend to debug) <7>[40189.344999] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40189.345426] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40189.355161] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40189.356107] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40189.358793] msm_wm8958_shutdown_power: codec power shutdown <3>[40189.358823] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40189.360044] max8903b_suspend: suspend <6>[40189.389554] PM: suspend of devices complete after 238.444 msecs <6>[40189.392209] PM: late suspend of devices complete after 2.593 msecs <6>[40189.395810] PM: noirq suspend of devices complete after 3.539 msecs <4>[40189.395841] Disabling non-boot CPUs ... <6>[40189.415799] msm_pm_enter <6>[40189.415799] msm_pm_enter: power collapse <6>[40189.415799] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40189.415799] msm_pm_enter: return <6>[40189.416318] Enabling non-boot CPUs ... <6>[40189.420774] CPU1 is up <6>[40189.423520] PM: noirq resume of devices complete after 2.563 msecs <6>[40189.425260] wakeup wake lock: alarm_rtc <6>[40189.427701] PM: early resume of devices complete after 2.288 msecs <4>[40189.439298] max8903b_resume: resume <3>[40189.441343] msm_wm8958_setup_power: codec power setup <3>[40189.441465] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40189.552854] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40189.553861] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40189.557706] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40189.558103] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40189.558408] PM: resume of devices complete after 130.590 msecs <4>[40189.561002] Restarting tasks ... done. <6>[40189.581083] suspend: exit suspend, ret = 0 (2016-05-10 12:50:02.024395456 UTC) <6>[40189.652158] lsm303dlh_acc_sysfs: hw init start <6>[40189.653165] lsm303dlh_acc_sysfs: hw init done <4>[40190.429014] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[40190.505765] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40190.507840] Suspending console(s) (use no_console_suspend to debug) <7>[40190.687925] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40190.688352] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40190.698148] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40190.699552] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40190.705747] msm_wm8958_shutdown_power: codec power shutdown <3>[40190.705777] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40190.707731] max8903b_suspend: suspend <6>[40190.729184] PM: suspend of devices complete after 219.935 msecs <6>[40190.731778] PM: late suspend of devices complete after 2.532 msecs <6>[40190.735379] PM: noirq suspend of devices complete after 3.539 msecs <4>[40190.735410] Disabling non-boot CPUs ... <6>[40190.755521] msm_pm_enter <6>[40190.755521] msm_pm_enter: power collapse <6>[40190.755521] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40190.755521] msm_pm_enter: return <6>[40190.756070] Enabling non-boot CPUs ... <6>[40190.760495] CPU1 is up <6>[40190.763150] PM: noirq resume of devices complete after 2.654 msecs <6>[40190.764890] wakeup wake lock: alarm_rtc <6>[40190.767362] PM: early resume of devices complete after 2.288 msecs <4>[40190.778837] max8903b_resume: resume <3>[40190.780668] msm_wm8958_setup_power: codec power setup <3>[40190.780759] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40190.894498] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40190.896390] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40190.898313] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40190.898710] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40190.898771] PM: resume of devices complete after 131.318 msecs <4>[40190.900693] Restarting tasks ... done. <6>[40190.903104] suspend: exit suspend, ret = 0 (2016-05-10 12:51:23.005245318 UTC) <4>[40191.037351] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40191.058622] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40191.060697] Suspending console(s) (use no_console_suspend to debug) <7>[40191.238248] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40191.238675] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40191.248258] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40191.249234] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40191.252012] msm_wm8958_shutdown_power: codec power shutdown <3>[40191.252042] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40191.253476] max8903b_suspend: suspend <6>[40191.275602] PM: suspend of devices complete after 213.396 msecs <6>[40191.278074] PM: late suspend of devices complete after 2.440 msecs <6>[40191.281644] PM: noirq suspend of devices complete after 3.508 msecs <4>[40191.281675] Disabling non-boot CPUs ... <6>[40191.301023] msm_pm_enter <6>[40191.301023] msm_pm_enter: power collapse <6>[40191.301023] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40191.301023] msm_pm_enter: return <6>[40191.301542] Enabling non-boot CPUs ... <6>[40191.306028] CPU1 is up <6>[40191.308591] PM: noirq resume of devices complete after 2.501 msecs <6>[40191.310331] wakeup wake lock: alarm_rtc <6>[40191.312894] PM: early resume of devices complete after 2.409 msecs <4>[40191.324399] max8903b_resume: resume <3>[40191.326230] msm_wm8958_setup_power: codec power setup <3>[40191.326352] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40191.456907] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40191.457883] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40191.462003] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40191.462339] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40191.462461] PM: resume of devices complete after 149.433 msecs <4>[40191.464689] Restarting tasks ... done. <6>[40191.489103] suspend: exit suspend, ret = 0 (2016-05-10 12:54:47.028177812 UTC) <6>[40191.618161] lsm303dlh_acc_sysfs: hw init start <6>[40191.619046] lsm303dlh_acc_sysfs: hw init done <4>[40192.306028] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40192.337217] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40192.339139] Suspending console(s) (use no_console_suspend to debug) <7>[40192.516050] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40192.516446] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40192.526059] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40192.527036] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40192.529722] msm_wm8958_shutdown_power: codec power shutdown <3>[40192.529752] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40192.531003] max8903b_suspend: suspend <6>[40192.554441] PM: suspend of devices complete after 213.825 msecs <6>[40192.556913] PM: late suspend of devices complete after 2.440 msecs <6>[40192.560453] PM: noirq suspend of devices complete after 3.508 msecs <4>[40192.560483] Disabling non-boot CPUs ... <6>[40192.571866] msm_pm_enter <6>[40192.571866] msm_pm_enter: power collapse <6>[40192.571866] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40192.571866] msm_pm_enter: return <6>[40192.572477] Enabling non-boot CPUs ... <6>[40192.576932] CPU1 is up <6>[40192.579496] PM: noirq resume of devices complete after 2.532 msecs <6>[40192.581235] wakeup wake lock: alarm_rtc <6>[40192.583890] PM: early resume of devices complete after 2.470 msecs <4>[40192.595395] max8903b_resume: resume <3>[40192.597196] msm_wm8958_setup_power: codec power setup <3>[40192.597318] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40192.731168] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40192.732114] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40192.736448] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40192.736844] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40192.737027] PM: resume of devices complete after 153.001 msecs <4>[40192.739499] Restarting tasks ... done. <6>[40192.752561] suspend: exit suspend, ret = 0 (2016-05-10 12:59:33.017018022 UTC) <6>[40192.783780] lsm303dlh_acc_sysfs: hw init start <6>[40192.784818] lsm303dlh_acc_sysfs: hw init done <4>[40193.486081] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[40193.551420] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40193.553067] Suspending console(s) (use no_console_suspend to debug) <7>[40193.726590] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40193.726987] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40193.737485] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40193.738889] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40193.741666] msm_wm8958_shutdown_power: codec power shutdown <3>[40193.741727] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40193.743070] max8903b_suspend: suspend <6>[40193.764249] PM: suspend of devices complete after 209.728 msecs <6>[40193.766752] PM: late suspend of devices complete after 2.440 msecs <6>[40193.770292] PM: noirq suspend of devices complete after 3.508 msecs <4>[40193.770322] Disabling non-boot CPUs ... <6>[40193.790464] msm_pm_enter <6>[40193.790464] msm_pm_enter: power collapse <6>[40193.790464] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40193.790464] msm_pm_enter: return <6>[40193.790983] Enabling non-boot CPUs ... <6>[40193.795438] CPU1 is up <6>[40193.798032] PM: noirq resume of devices complete after 2.593 msecs <6>[40193.799772] wakeup wake lock: alarm_rtc <6>[40193.802243] PM: early resume of devices complete after 2.288 msecs <4>[40193.813840] max8903b_resume: resume <3>[40193.815671] msm_wm8958_setup_power: codec power setup <3>[40193.815763] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40193.909940] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40193.910611] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40193.912504] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40193.913999] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40193.914182] PM: resume of devices complete after 111.830 msecs <4>[40193.916044] Restarting tasks ... done. <6>[40193.928403] suspend: exit suspend, ret = 0 (2016-05-10 13:04:19.016375457 UTC) <6>[40194.016416] lsm303dlh_acc_sysfs: hw init start <6>[40194.017301] lsm303dlh_acc_sysfs: hw init done <4>[40194.638913] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40194.664975] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40194.667112] Suspending console(s) (use no_console_suspend to debug) <7>[40194.841184] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40194.841642] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40194.851285] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40194.852262] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40194.855039] msm_wm8958_shutdown_power: codec power shutdown <3>[40194.855069] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40194.856290] max8903b_suspend: suspend <6>[40194.879728] PM: suspend of devices complete after 211.155 msecs <6>[40194.882200] PM: late suspend of devices complete after 2.440 msecs <6>[40194.885892] PM: noirq suspend of devices complete after 3.660 msecs <4>[40194.885923] Disabling non-boot CPUs ... <6>[40194.906217] msm_pm_enter <6>[40194.906217] msm_pm_enter: power collapse <6>[40194.906217] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40194.906217] msm_pm_enter: return <6>[40194.906736] Enabling non-boot CPUs ... <6>[40194.911069] CPU1 is up <6>[40194.913724] PM: noirq resume of devices complete after 2.623 msecs <6>[40194.915464] wakeup wake lock: alarm_rtc <6>[40194.917936] PM: early resume of devices complete after 2.349 msecs <4>[40194.929471] max8903b_resume: resume <3>[40194.931302] msm_wm8958_setup_power: codec power setup <3>[40194.931394] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40195.026609] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40195.027555] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40195.031705] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40195.032071] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40195.032316] PM: resume of devices complete after 114.240 msecs <4>[40195.034818] Restarting tasks ... done. <6>[40195.052213] suspend: exit suspend, ret = 0 (2016-05-10 13:06:24.021620709 UTC) <4>[40195.238736] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[40195.291135] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40195.293882] Suspending console(s) (use no_console_suspend to debug) <7>[40195.477445] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40195.477872] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40195.488309] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40195.489682] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40195.497007] msm_wm8958_shutdown_power: codec power shutdown <3>[40195.497037] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40195.499357] max8903b_suspend: suspend <6>[40195.520200] PM: suspend of devices complete after 223.647 msecs <6>[40195.522672] PM: late suspend of devices complete after 2.440 msecs <6>[40195.526548] PM: noirq suspend of devices complete after 3.844 msecs <4>[40195.526578] Disabling non-boot CPUs ... <6>[40195.546720] msm_pm_enter <6>[40195.546720] msm_pm_enter: power collapse <6>[40195.546720] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40195.546720] msm_pm_enter: return <6>[40195.547269] Enabling non-boot CPUs ... <6>[40195.551572] CPU1 is up <6>[40195.554288] PM: noirq resume of devices complete after 2.654 msecs <6>[40195.555997] wakeup wake lock: alarm_rtc <6>[40195.558500] PM: early resume of devices complete after 2.318 msecs <4>[40195.569944] max8903b_resume: resume <3>[40195.571744] msm_wm8958_setup_power: codec power setup <3>[40195.571866] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40195.638974] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40195.639951] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40195.643857] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40195.644254] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40195.644437] PM: resume of devices complete after 85.846 msecs <4>[40195.646879] Restarting tasks ... done. <6>[40195.660184] suspend: exit suspend, ret = 0 (2016-05-10 13:09:04.017322474 UTC) <6>[40195.909879] lsm303dlh_acc_sysfs: hw init start <6>[40195.910856] lsm303dlh_acc_sysfs: hw init done <4>[40196.624936] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40196.688047] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40196.689908] Suspending console(s) (use no_console_suspend to debug) <7>[40196.870816] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40196.871244] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40196.880826] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40196.881772] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40196.884519] msm_wm8958_shutdown_power: codec power shutdown <3>[40196.884549] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40196.885984] max8903b_suspend: suspend <6>[40196.908139] PM: suspend of devices complete after 216.801 msecs <6>[40196.910642] PM: late suspend of devices complete after 2.440 msecs <6>[40196.914182] PM: noirq suspend of devices complete after 3.508 msecs <4>[40196.914396] Disabling non-boot CPUs ... <6>[40196.922696] msm_pm_enter <6>[40196.922696] msm_pm_enter: power collapse <6>[40196.922696] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40196.922696] msm_pm_enter: return <6>[40196.923215] Enabling non-boot CPUs ... <6>[40196.927732] CPU1 is up <6>[40196.930265] PM: noirq resume of devices complete after 2.532 msecs <6>[40196.932004] wakeup wake lock: alarm_rtc <6>[40196.934598] PM: early resume of devices complete after 2.410 msecs <4>[40196.946103] max8903b_resume: resume <3>[40196.947934] msm_wm8958_setup_power: codec power setup <3>[40196.948056] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40197.079191] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40197.080137] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40197.084256] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40197.084714] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40197.084958] PM: resume of devices complete after 150.195 msecs <4>[40197.087400] Restarting tasks ... done. <6>[40197.101438] suspend: exit suspend, ret = 0 (2016-05-10 13:13:50.018267286 UTC) <6>[40197.124265] lsm303dlh_acc_sysfs: hw init start <6>[40197.125913] lsm303dlh_acc_sysfs: hw init done <4>[40197.799619] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40197.831418] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40197.833524] Suspending console(s) (use no_console_suspend to debug) <7>[40198.017148] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40198.017545] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40198.027738] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40198.029081] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40198.032132] msm_wm8958_shutdown_power: codec power shutdown <3>[40198.032193] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40198.033445] max8903b_suspend: suspend <6>[40198.054258] PM: suspend of devices complete after 219.026 msecs <6>[40198.056882] PM: late suspend of devices complete after 2.593 msecs <6>[40198.060453] PM: noirq suspend of devices complete after 3.508 msecs <4>[40198.060483] Disabling non-boot CPUs ... <6>[40198.080381] msm_pm_enter <6>[40198.080381] msm_pm_enter: power collapse <6>[40198.080381] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40198.080381] msm_pm_enter: return <6>[40198.080930] Enabling non-boot CPUs ... <6>[40198.085416] CPU1 is up <6>[40198.087949] PM: noirq resume of devices complete after 2.532 msecs <6>[40198.089689] wakeup wake lock: alarm_rtc <6>[40198.092160] PM: early resume of devices complete after 2.288 msecs <4>[40198.103605] max8903b_resume: resume <3>[40198.105680] msm_wm8958_setup_power: codec power setup <3>[40198.105771] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40198.221738] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40198.223630] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40198.225675] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40198.226072] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40198.226163] PM: resume of devices complete after 133.909 msecs <4>[40198.228025] Restarting tasks ... done. <6>[40198.231412] suspend: exit suspend, ret = 0 (2016-05-10 13:18:36.006282361 UTC) <6>[40198.269834] lsm303dlh_acc_sysfs: hw init start <6>[40198.270688] lsm303dlh_acc_sysfs: hw init done <4>[40198.994626] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[40199.022428] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40199.024320] Suspending console(s) (use no_console_suspend to debug) <7>[40199.207761] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40199.208188] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40199.218381] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40199.219571] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40199.222654] msm_wm8958_shutdown_power: codec power shutdown <3>[40199.222684] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40199.223966] max8903b_suspend: suspend <6>[40199.244993] PM: suspend of devices complete after 219.156 msecs <6>[40199.247617] PM: late suspend of devices complete after 2.562 msecs <6>[40199.251157] PM: noirq suspend of devices complete after 3.508 msecs <4>[40199.251188] Disabling non-boot CPUs ... <6>[40199.271207] msm_pm_enter <6>[40199.271207] msm_pm_enter: power collapse <6>[40199.271207] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40199.271207] msm_pm_enter: return <6>[40199.271756] Enabling non-boot CPUs ... <6>[40199.276273] CPU1 is up <6>[40199.278837] PM: noirq resume of devices complete after 2.532 msecs <6>[40199.280545] wakeup wake lock: alarm_rtc <6>[40199.283017] PM: early resume of devices complete after 2.288 msecs <4>[40199.294492] max8903b_resume: resume <3>[40199.296384] msm_wm8958_setup_power: codec power setup <3>[40199.296506] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40199.421994] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40199.422941] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40199.427060] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40199.427488] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40199.427732] PM: resume of devices complete after 144.583 msecs <4>[40199.430173] Restarting tasks ... done. <6>[40199.449125] suspend: exit suspend, ret = 0 (2016-05-10 13:21:25.023086276 UTC) <4>[40199.574949] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[40199.600095] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40199.602079] Suspending console(s) (use no_console_suspend to debug) <7>[40199.782254] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40199.782682] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40199.792417] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40199.793393] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40199.796079] msm_wm8958_shutdown_power: codec power shutdown <3>[40199.796201] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40199.797635] max8903b_suspend: suspend <6>[40199.819394] PM: suspend of devices complete after 215.842 msecs <6>[40199.821866] PM: late suspend of devices complete after 2.440 msecs <6>[40199.825406] PM: noirq suspend of devices complete after 3.508 msecs <4>[40199.825437] Disabling non-boot CPUs ... <6>[40199.845304] msm_pm_enter <6>[40199.845304] msm_pm_enter: power collapse <6>[40199.845304] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40199.845304] msm_pm_enter: return <6>[40199.845975] Enabling non-boot CPUs ... <6>[40199.850339] CPU1 is up <6>[40199.852903] PM: noirq resume of devices complete after 2.532 msecs <6>[40199.854612] wakeup wake lock: alarm_rtc <6>[40199.857206] PM: early resume of devices complete after 2.409 msecs <4>[40199.868680] max8903b_resume: resume <3>[40199.870511] msm_wm8958_setup_power: codec power setup <3>[40199.870603] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40199.970273] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40199.971219] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40199.974912] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40199.975248] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40199.975278] PM: resume of devices complete after 117.990 msecs <4>[40199.977567] Restarting tasks ... done. <6>[40200.003537] suspend: exit suspend, ret = 0 (2016-05-10 13:23:21.029090564 UTC) <6>[40200.066434] lsm303dlh_acc_sysfs: hw init start <6>[40200.067380] lsm303dlh_acc_sysfs: hw init done <4>[40200.825406] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[40200.853299] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40200.855344] Suspending console(s) (use no_console_suspend to debug) <7>[40201.032773] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40201.033201] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40201.042875] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40201.043821] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40201.046537] msm_wm8958_shutdown_power: codec power shutdown <3>[40201.046567] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40201.048002] max8903b_suspend: suspend <6>[40201.070493] PM: suspend of devices complete after 213.704 msecs <6>[40201.072995] PM: late suspend of devices complete after 2.440 msecs <6>[40201.076780] PM: noirq suspend of devices complete after 3.752 msecs <4>[40201.076810] Disabling non-boot CPUs ... <6>[40201.096097] msm_pm_enter <6>[40201.096097] msm_pm_enter: power collapse <6>[40201.096097] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40201.096097] msm_pm_enter: return <6>[40201.096708] Enabling non-boot CPUs ... <6>[40201.101163] CPU1 is up <6>[40201.103727] PM: noirq resume of devices complete after 2.532 msecs <6>[40201.105466] wakeup wake lock: alarm_rtc <6>[40201.108121] PM: early resume of devices complete after 2.470 msecs <4>[40201.119565] max8903b_resume: resume <3>[40201.121396] msm_wm8958_setup_power: codec power setup <3>[40201.121518] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40201.256925] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40201.257901] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40201.261991] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40201.262418] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40201.262662] PM: resume of devices complete after 154.434 msecs <4>[40201.265134] Restarting tasks ... done. <6>[40201.291013] suspend: exit suspend, ret = 0 (2016-05-10 13:25:56.030100028 UTC) <4>[40201.398435] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[40201.400663] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40201.402829] Suspending console(s) (use no_console_suspend to debug) <7>[40201.583066] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40201.583493] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40201.593045] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40201.594022] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40201.596860] msm_wm8958_shutdown_power: codec power shutdown <3>[40201.596891] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40201.598508] max8903b_suspend: suspend <6>[40201.620298] PM: suspend of devices complete after 216.017 msecs <6>[40201.622800] PM: late suspend of devices complete after 2.440 msecs <6>[40201.626340] PM: noirq suspend of devices complete after 3.508 msecs <4>[40201.626371] Disabling non-boot CPUs ... <6>[40201.645566] msm_pm_enter <6>[40201.645566] msm_pm_enter: power collapse <6>[40201.645566] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40201.645566] msm_pm_enter: return <6>[40201.646085] Enabling non-boot CPUs ... <6>[40201.650663] CPU1 is up <6>[40201.653226] PM: noirq resume of devices complete after 2.532 msecs <6>[40201.654935] wakeup wake lock: alarm_rtc <6>[40201.657529] PM: early resume of devices complete after 2.409 msecs <4>[40201.669004] max8903b_resume: resume <3>[40201.670804] msm_wm8958_setup_power: codec power setup <3>[40201.670926] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40201.803464] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40201.804441] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40201.808378] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40201.808744] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40201.809018] PM: resume of devices complete after 151.384 msecs <4>[40201.811460] Restarting tasks ... done. <6>[40201.829282] suspend: exit suspend, ret = 0 (2016-05-10 13:28:06.021745056 UTC) <6>[40201.966977] lsm303dlh_acc_sysfs: hw init start <6>[40201.976865] lsm303dlh_acc_sysfs: hw init done <4>[40202.693998] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[40202.741056] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40202.742978] Suspending console(s) (use no_console_suspend to debug) <7>[40202.920865] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40202.921293] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40202.930936] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40202.931882] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40202.934598] msm_wm8958_shutdown_power: codec power shutdown <3>[40202.934629] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40202.935849] max8903b_suspend: suspend <6>[40202.959806] PM: suspend of devices complete after 215.449 msecs <6>[40202.962308] PM: late suspend of devices complete after 2.440 msecs <6>[40202.965848] PM: noirq suspend of devices complete after 3.508 msecs <4>[40202.965879] Disabling non-boot CPUs ... <6>[40202.986173] msm_pm_enter <6>[40202.986173] msm_pm_enter: power collapse <6>[40202.986173] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40202.986173] msm_pm_enter: return <6>[40202.986692] Enabling non-boot CPUs ... <6>[40202.991239] CPU1 is up <6>[40202.993802] PM: noirq resume of devices complete after 2.532 msecs <6>[40202.995542] wakeup wake lock: alarm_rtc <6>[40202.998166] PM: early resume of devices complete after 2.440 msecs <4>[40203.009641] max8903b_resume: resume <3>[40203.011472] msm_wm8958_setup_power: codec power setup <3>[40203.011594] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40203.145444] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40203.146390] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40203.150663] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40203.151090] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40203.151304] PM: resume of devices complete after 153.000 msecs <4>[40203.153837] Restarting tasks ... done. <6>[40203.164762] suspend: exit suspend, ret = 0 (2016-05-10 13:32:52.015035741 UTC) <6>[40203.227720] lsm303dlh_acc_sysfs: hw init start <6>[40203.228635] lsm303dlh_acc_sysfs: hw init done <4>[40203.908658] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[40203.966367] Freezing remaining freezable tasks ... (elapsed 0.003 seconds) done. <4>[40203.970304] Suspending console(s) (use no_console_suspend to debug) <7>[40204.151456] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40204.151883] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40204.162351] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40204.163755] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40204.171048] msm_wm8958_shutdown_power: codec power shutdown <3>[40204.171109] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40204.173368] max8903b_suspend: suspend <6>[40204.194181] PM: suspend of devices complete after 222.420 msecs <6>[40204.196653] PM: late suspend of devices complete after 2.440 msecs <6>[40204.200559] PM: noirq suspend of devices complete after 3.844 msecs <4>[40204.200589] Disabling non-boot CPUs ... <6>[40204.208493] msm_pm_enter <6>[40204.208493] msm_pm_enter: power collapse <6>[40204.208493] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40204.208493] msm_pm_enter: return <6>[40204.209043] Enabling non-boot CPUs ... <6>[40204.213468] CPU1 is up <6>[40204.216092] PM: noirq resume of devices complete after 2.562 msecs <6>[40204.217984] wakeup wake lock: alarm_rtc <6>[40204.220487] PM: early resume of devices complete after 2.349 msecs <4>[40204.232023] max8903b_resume: resume <3>[40204.233823] msm_wm8958_setup_power: codec power setup <3>[40204.233945] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40204.320340] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40204.321286] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40204.325437] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40204.325895] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40204.326078] PM: resume of devices complete after 105.457 msecs <4>[40204.328519] Restarting tasks ... done. <6>[40204.348111] suspend: exit suspend, ret = 0 (2016-05-10 13:33:52.023785333 UTC) <4>[40204.498288] Freezing user space processes ... (elapsed 0.004 seconds) done. <4>[40204.520902] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40204.523130] Suspending console(s) (use no_console_suspend to debug) <7>[40204.704526] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40204.704953] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40204.714566] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40204.715543] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40204.718259] msm_wm8958_shutdown_power: codec power shutdown <3>[40204.718290] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40204.719693] max8903b_suspend: suspend <6>[40204.741727] PM: suspend of devices complete after 217.163 msecs <6>[40204.744230] PM: late suspend of devices complete after 2.440 msecs <6>[40204.747770] PM: noirq suspend of devices complete after 3.508 msecs <4>[40204.747800] Disabling non-boot CPUs ... <6>[40204.767240] msm_pm_enter <6>[40204.767240] msm_pm_enter: power collapse <6>[40204.767240] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40204.767240] msm_pm_enter: return <6>[40204.767789] Enabling non-boot CPUs ... <6>[40204.772275] CPU1 is up <6>[40204.774839] PM: noirq resume of devices complete after 2.532 msecs <6>[40204.776578] wakeup wake lock: alarm_rtc <6>[40204.779142] PM: early resume of devices complete after 2.409 msecs <4>[40204.790616] max8903b_resume: resume <3>[40204.792447] msm_wm8958_setup_power: codec power setup <3>[40204.792539] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40204.921964] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40204.922971] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40204.926847] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40204.927213] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40204.927549] PM: resume of devices complete after 148.273 msecs <4>[40204.930112] Restarting tasks ... done. <6>[40204.944272] suspend: exit suspend, ret = 0 (2016-05-10 13:34:37.018511408 UTC) <4>[40205.166593] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[40205.175901] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40205.177610] Suspending console(s) (use no_console_suspend to debug) <7>[40205.354917] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40205.355344] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40205.364896] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40205.365873] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40205.368650] msm_wm8958_shutdown_power: codec power shutdown <3>[40205.368680] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40205.370206] max8903b_suspend: suspend <6>[40205.392179] PM: suspend of devices complete after 213.087 msecs <6>[40205.394651] PM: late suspend of devices complete after 2.440 msecs <6>[40205.398221] PM: noirq suspend of devices complete after 3.508 msecs <4>[40205.398221] Disabling non-boot CPUs ... <6>[40205.418302] msm_pm_enter <6>[40205.418302] msm_pm_enter: power collapse <6>[40205.418302] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40205.418302] msm_pm_enter: return <6>[40205.418912] Enabling non-boot CPUs ... <6>[40205.423246] CPU1 is up <6>[40205.425809] PM: noirq resume of devices complete after 2.501 msecs <6>[40205.427549] wakeup wake lock: alarm_rtc <6>[40205.430173] PM: early resume of devices complete after 2.439 msecs <4>[40205.441678] max8903b_resume: resume <3>[40205.443479] msm_wm8958_setup_power: codec power setup <3>[40205.443601] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40205.568815] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40205.569791] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40205.573667] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40205.574094] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40205.574216] PM: resume of devices complete after 143.911 msecs <4>[40205.576658] Restarting tasks ... done. <6>[40205.590024] suspend: exit suspend, ret = 0 (2016-05-10 13:36:25.017353095 UTC) <4>[40205.963529] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40205.965574] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40205.967466] Suspending console(s) (use no_console_suspend to debug) <7>[40206.142667] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40206.143155] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40206.152860] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40206.153806] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40206.156492] msm_wm8958_shutdown_power: codec power shutdown <3>[40206.156553] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40206.157834] max8903b_suspend: suspend <6>[40206.180997] PM: suspend of devices complete after 211.956 msecs <6>[40206.183469] PM: late suspend of devices complete after 2.441 msecs <6>[40206.187009] PM: noirq suspend of devices complete after 3.509 msecs <4>[40206.187040] Disabling non-boot CPUs ... <6>[40206.207120] msm_pm_enter <6>[40206.207120] msm_pm_enter: power collapse <6>[40206.207120] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40206.207120] msm_pm_enter: return <6>[40206.207639] Enabling non-boot CPUs ... <6>[40206.211972] CPU1 is up <6>[40206.214536] PM: noirq resume of devices complete after 2.501 msecs <6>[40206.216275] wakeup wake lock: alarm_rtc <6>[40206.218717] PM: early resume of devices complete after 2.287 msecs <4>[40206.230405] max8903b_resume: resume <3>[40206.232236] msm_wm8958_setup_power: codec power setup <3>[40206.232328] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40206.338804] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40206.339780] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40206.343931] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40206.344327] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40206.344602] PM: resume of devices complete after 125.673 msecs <4>[40206.347074] Restarting tasks ... done. <6>[40206.359006] suspend: exit suspend, ret = 0 (2016-05-10 13:37:37.016163203 UTC) <6>[40206.485715] lsm303dlh_acc_sysfs: hw init start <6>[40206.487058] lsm303dlh_acc_sysfs: hw init done <4>[40207.109006] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[40207.167203] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40207.168973] Suspending console(s) (use no_console_suspend to debug) <7>[40207.345884] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40207.346311] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40207.355893] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40207.356839] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40207.359586] msm_wm8958_shutdown_power: codec power shutdown <3>[40207.359617] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40207.361081] max8903b_suspend: suspend <6>[40207.383573] PM: suspend of devices complete after 213.084 msecs <6>[40207.386045] PM: late suspend of devices complete after 2.440 msecs <6>[40207.389615] PM: noirq suspend of devices complete after 3.508 msecs <4>[40207.389646] Disabling non-boot CPUs ... <6>[40207.400998] msm_pm_enter <6>[40207.400998] msm_pm_enter: power collapse <6>[40207.400998] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40207.400998] msm_pm_enter: return <6>[40207.401548] Enabling non-boot CPUs ... <6>[40207.405973] CPU1 is up <6>[40207.408506] PM: noirq resume of devices complete after 2.532 msecs <6>[40207.410398] wakeup wake lock: alarm_rtc <6>[40207.412900] PM: early resume of devices complete after 2.349 msecs <4>[40207.424436] max8903b_resume: resume <3>[40207.426236] msm_wm8958_setup_power: codec power setup <3>[40207.426358] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40207.490354] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40207.491147] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40207.495206] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40207.496915] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40207.497098] PM: resume of devices complete after 84.111 msecs <4>[40207.499692] Restarting tasks ... done. <6>[40207.519498] suspend: exit suspend, ret = 0 (2016-05-10 13:42:23.025342553 UTC) <6>[40207.696134] lsm303dlh_acc_sysfs: hw init start <6>[40207.697019] lsm303dlh_acc_sysfs: hw init done <4>[40208.395627] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40208.458402] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40208.460233] Suspending console(s) (use no_console_suspend to debug) <7>[40208.643979] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40208.644407] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40208.654294] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40208.655362] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40208.658139] msm_wm8958_shutdown_power: codec power shutdown <3>[40208.658201] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40208.659452] max8903b_suspend: suspend <6>[40208.680265] PM: suspend of devices complete after 218.655 msecs <6>[40208.682767] PM: late suspend of devices complete after 2.440 msecs <6>[40208.686307] PM: noirq suspend of devices complete after 3.508 msecs <4>[40208.686338] Disabling non-boot CPUs ... <6>[40208.706418] msm_pm_enter <6>[40208.706418] msm_pm_enter: power collapse <6>[40208.706418] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40208.706418] msm_pm_enter: return <6>[40208.706937] Enabling non-boot CPUs ... <6>[40208.711484] CPU1 is up <6>[40208.714048] PM: noirq resume of devices complete after 2.501 msecs <6>[40208.715787] wakeup wake lock: alarm_rtc <6>[40208.718229] PM: early resume of devices complete after 2.257 msecs <4>[40208.729764] max8903b_resume: resume <3>[40208.732084] msm_wm8958_setup_power: codec power setup <3>[40208.732206] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40208.862973] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40208.863920] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40208.868039] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40208.868436] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40208.868772] PM: resume of devices complete after 150.408 msecs <4>[40208.871305] Restarting tasks ... done. <6>[40208.892118] suspend: exit suspend, ret = 0 (2016-05-10 13:47:09.025128529 UTC) <6>[40208.912442] lsm303dlh_acc_sysfs: hw init start <6>[40208.914548] lsm303dlh_acc_sysfs: hw init done <4>[40209.633634] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40209.661466] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40209.663511] Suspending console(s) (use no_console_suspend to debug) <7>[40209.846891] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40209.847348] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40209.857053] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40209.857999] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40209.860685] msm_wm8958_shutdown_power: codec power shutdown <3>[40209.860715] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40209.862088] max8903b_suspend: suspend <6>[40209.884153] PM: suspend of devices complete after 219.184 msecs <6>[40209.886625] PM: late suspend of devices complete after 2.440 msecs <6>[40209.890165] PM: noirq suspend of devices complete after 3.508 msecs <4>[40209.890195] Disabling non-boot CPUs ... <6>[40209.900968] msm_pm_enter <6>[40209.900968] msm_pm_enter: power collapse <6>[40209.900968] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40209.900968] msm_pm_enter: return <6>[40209.901487] Enabling non-boot CPUs ... <6>[40209.905973] CPU1 is up <6>[40209.908536] PM: noirq resume of devices complete after 2.532 msecs <6>[40209.910245] wakeup wake lock: alarm_rtc <6>[40209.912961] PM: early resume of devices complete after 2.379 msecs <4>[40209.924497] max8903b_resume: resume <3>[40209.926297] msm_wm8958_setup_power: codec power setup <3>[40209.926420] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40210.044156] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40210.045133] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40210.049222] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40210.049588] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40210.049924] PM: resume of devices complete after 136.870 msecs <4>[40210.052488] Restarting tasks ... done. <6>[40210.065519] suspend: exit suspend, ret = 0 (2016-05-10 13:51:26.017382088 UTC) <4>[40210.196317] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40210.235746] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40210.238462] Suspending console(s) (use no_console_suspend to debug) <7>[40210.417295] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40210.417722] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40210.427243] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40210.428190] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40210.430997] msm_wm8958_shutdown_power: codec power shutdown <3>[40210.431028] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40210.432462] max8903b_suspend: suspend <6>[40210.454557] PM: suspend of devices complete after 213.255 msecs <6>[40210.457029] PM: late suspend of devices complete after 2.440 msecs <6>[40210.460569] PM: noirq suspend of devices complete after 3.508 msecs <4>[40210.460599] Disabling non-boot CPUs ... <6>[40210.480893] msm_pm_enter <6>[40210.480893] msm_pm_enter: power collapse <6>[40210.480893] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40210.480893] msm_pm_enter: return <6>[40210.481504] Enabling non-boot CPUs ... <6>[40210.485837] CPU1 is up <6>[40210.488401] PM: noirq resume of devices complete after 2.532 msecs <6>[40210.490140] wakeup wake lock: alarm_rtc <6>[40210.492704] PM: early resume of devices complete after 2.410 msecs <4>[40210.504117] max8903b_resume: resume <3>[40210.505918] msm_wm8958_setup_power: codec power setup <3>[40210.506040] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40210.610685] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40210.612577] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40210.614591] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40210.614927] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40210.615018] PM: resume of devices complete after 122.203 msecs <4>[40210.616971] Restarting tasks ... done. <6>[40210.620755] suspend: exit suspend, ret = 0 (2016-05-10 13:51:54.006617643 UTC) <6>[40210.719968] lsm303dlh_acc_sysfs: hw init start <6>[40210.720945] lsm303dlh_acc_sysfs: hw init done <4>[40211.434568] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40211.458158] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40211.459958] Suspending console(s) (use no_console_suspend to debug) <7>[40211.637723] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40211.638181] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40211.648221] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40211.649198] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40211.652097] msm_wm8958_shutdown_power: codec power shutdown <3>[40211.652189] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40211.653623] max8903b_suspend: suspend <6>[40211.675290] PM: suspend of devices complete after 213.821 msecs <6>[40211.677762] PM: late suspend of devices complete after 2.440 msecs <6>[40211.681333] PM: noirq suspend of devices complete after 3.508 msecs <4>[40211.681363] Disabling non-boot CPUs ... <6>[40211.696622] msm_pm_enter <6>[40211.696622] msm_pm_enter: power collapse <6>[40211.696622] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40211.696622] msm_pm_enter: return <6>[40211.697141] Enabling non-boot CPUs ... <6>[40211.701597] CPU1 is up <6>[40211.704160] PM: noirq resume of devices complete after 2.532 msecs <6>[40211.705899] wakeup wake lock: alarm_rtc <6>[40211.708341] PM: early resume of devices complete after 2.288 msecs <4>[40211.719816] max8903b_resume: resume <3>[40211.721769] msm_wm8958_setup_power: codec power setup <3>[40211.721860] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40211.845945] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40211.846891] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40211.851011] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40211.851499] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40211.851896] PM: resume of devices complete after 143.394 msecs <4>[40211.854368] Restarting tasks ... done. <6>[40211.862424] suspend: exit suspend, ret = 0 (2016-05-10 13:56:40.012503670 UTC) <6>[40211.894071] lsm303dlh_acc_sysfs: hw init start <6>[40211.894986] lsm303dlh_acc_sysfs: hw init done <4>[40212.600614] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[40212.623410] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40212.625669] Suspending console(s) (use no_console_suspend to debug) <7>[40212.808347] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40212.808774] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40212.818326] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40212.819303] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40212.822049] msm_wm8958_shutdown_power: codec power shutdown <3>[40212.822080] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40212.823545] max8903b_suspend: suspend <6>[40212.845548] PM: suspend of devices complete after 218.420 msecs <6>[40212.848050] PM: late suspend of devices complete after 2.440 msecs <6>[40212.851590] PM: noirq suspend of devices complete after 3.508 msecs <4>[40212.851621] Disabling non-boot CPUs ... <6>[40212.871854] msm_pm_enter <6>[40212.871854] msm_pm_enter: power collapse <6>[40212.871854] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40212.871854] msm_pm_enter: return <6>[40212.872495] Enabling non-boot CPUs ... <6>[40212.876981] CPU1 is up <6>[40212.879545] PM: noirq resume of devices complete after 2.532 msecs <6>[40212.881284] wakeup wake lock: alarm_rtc <6>[40212.883878] PM: early resume of devices complete after 2.440 msecs <4>[40212.895322] max8903b_resume: resume <3>[40212.897153] msm_wm8958_setup_power: codec power setup <3>[40212.897275] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40213.034086] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40213.035032] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40213.039151] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40213.039548] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40213.039823] PM: resume of devices complete after 155.838 msecs <4>[40213.042356] Restarting tasks ... done. <6>[40213.056913] suspend: exit suspend, ret = 0 (2016-05-10 14:00:01.018816755 UTC) <4>[40213.195005] Freezing user space processes ... (elapsed 0.002 seconds) done. <4>[40213.197110] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40213.199186] Suspending console(s) (use no_console_suspend to debug) <7>[40213.378690] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40213.379117] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40213.388669] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40213.389646] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40213.392392] msm_wm8958_shutdown_power: codec power shutdown <3>[40213.392423] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40213.393857] max8903b_suspend: suspend <6>[40213.414609] PM: suspend of devices complete after 213.978 msecs <6>[40213.417112] PM: late suspend of devices complete after 2.440 msecs <6>[40213.420652] PM: noirq suspend of devices complete after 3.508 msecs <4>[40213.420682] Disabling non-boot CPUs ... <6>[40213.439908] msm_pm_enter <6>[40213.439908] msm_pm_enter: power collapse <6>[40213.439908] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40213.439908] msm_pm_enter: return <6>[40213.440427] Enabling non-boot CPUs ... <6>[40213.444761] CPU1 is up <6>[40213.447324] PM: noirq resume of devices complete after 2.532 msecs <6>[40213.449064] wakeup wake lock: alarm_rtc <6>[40213.451505] PM: early resume of devices complete after 2.288 msecs <4>[40213.463041] max8903b_resume: resume <3>[40213.464841] msm_wm8958_setup_power: codec power setup <3>[40213.464963] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40213.583219] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40213.584226] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40213.588102] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40213.588468] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40213.588743] PM: resume of devices complete after 137.142 msecs <4>[40213.591214] Restarting tasks ... done. <6>[40213.602628] suspend: exit suspend, ret = 0 (2016-05-10 14:01:25.015553537 UTC) <6>[40213.767301] lsm303dlh_acc_sysfs: hw init start <6>[40213.768399] lsm303dlh_acc_sysfs: hw init done <4>[40214.455350] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[40214.501493] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40214.503690] Suspending console(s) (use no_console_suspend to debug) <7>[40214.686490] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40214.686918] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40214.697324] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40214.698728] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40214.706022] msm_wm8958_shutdown_power: codec power shutdown <3>[40214.706083] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40214.708341] max8903b_suspend: suspend <6>[40214.729093] PM: suspend of devices complete after 223.959 msecs <6>[40214.731565] PM: late suspend of devices complete after 2.440 msecs <6>[40214.735471] PM: noirq suspend of devices complete after 3.874 msecs <4>[40214.735502] Disabling non-boot CPUs ... <6>[40214.755491] msm_pm_enter <6>[40214.755491] msm_pm_enter: power collapse <6>[40214.755491] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40214.755491] msm_pm_enter: return <6>[40214.756009] Enabling non-boot CPUs ... <6>[40214.760343] CPU1 is up <6>[40214.763028] PM: noirq resume of devices complete after 2.684 msecs <6>[40214.764768] wakeup wake lock: alarm_rtc <6>[40214.767270] PM: early resume of devices complete after 2.349 msecs <4>[40214.778684] max8903b_resume: resume <3>[40214.780515] msm_wm8958_setup_power: codec power setup <3>[40214.780607] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40214.844541] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40214.845517] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40214.849424] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40214.849851] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40214.850034] PM: resume of devices complete after 82.706 msecs <4>[40214.852597] Restarting tasks ... done. <6>[40214.866178] suspend: exit suspend, ret = 0 (2016-05-10 14:06:11.017749780 UTC) <6>[40214.903531] lsm303dlh_acc_sysfs: hw init start <6>[40214.905545] lsm303dlh_acc_sysfs: hw init done <4>[40215.590116] Freezing user space processes ... (elapsed 0.004 seconds) done. <4>[40215.616452] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[40215.618467] Suspending console(s) (use no_console_suspend to debug) <7>[40215.799802] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40215.800229] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40215.809751] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40215.810697] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40215.813535] msm_wm8958_shutdown_power: codec power shutdown <3>[40215.813566] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40215.815030] max8903b_suspend: suspend <6>[40215.837339] PM: suspend of devices complete after 217.411 msecs <6>[40215.839811] PM: late suspend of devices complete after 2.440 msecs <6>[40215.843595] PM: noirq suspend of devices complete after 3.752 msecs <4>[40215.843625] Disabling non-boot CPUs ... <6>[40215.863736] msm_pm_enter <6>[40215.863736] msm_pm_enter: power collapse <6>[40215.863736] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40215.863736] msm_pm_enter: return <6>[40215.864255] Enabling non-boot CPUs ... <6>[40215.868558] CPU1 is up <6>[40215.871122] PM: noirq resume of devices complete after 2.501 msecs <6>[40215.872861] wakeup wake lock: alarm_rtc <6>[40215.875577] PM: early resume of devices complete after 2.532 msecs <4>[40215.886991] max8903b_resume: resume <3>[40215.888822] msm_wm8958_setup_power: codec power setup <3>[40215.888944] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40216.000638] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40216.001584] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40216.005338] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40216.005704] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40216.005948] PM: resume of devices complete after 130.221 msecs <4>[40216.008329] Restarting tasks ... done. <6>[40216.020841] suspend: exit suspend, ret = 0 (2016-05-10 14:06:27.016040986 UTC) <4>[40216.069181] Freezing user space processes ... (elapsed 0.039 seconds) done. <4>[40216.144651] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. <4>[40216.147214] Suspending console(s) (use no_console_suspend to debug) <7>[40216.340085] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40216.340513] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40216.350278] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40216.351651] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40216.358945] msm_wm8958_shutdown_power: codec power shutdown <3>[40216.359006] wm8994_ldo_power: Power down the WM8994 LDOs <4>[40216.361295] max8903b_suspend: suspend <6>[40216.382169] PM: suspend of devices complete after 232.638 msecs <6>[40216.384855] PM: late suspend of devices complete after 2.654 msecs <6>[40216.388456] PM: noirq suspend of devices complete after 3.569 msecs <4>[40216.388486] Disabling non-boot CPUs ... <6>[40216.407712] msm_pm_enter <6>[40216.407712] msm_pm_enter: power collapse <6>[40216.407712] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[40216.407712] msm_pm_enter: return <6>[40216.408231] Enabling non-boot CPUs ... <6>[40216.412565] CPU1 is up <6>[40216.415311] PM: noirq resume of devices complete after 2.684 msecs <6>[40216.416929] wakeup wake lock: event0-1034 <6>[40216.419309] PM: early resume of devices complete after 1.800 msecs <4>[40216.429349] max8903b_resume: resume <3>[40216.430600] msm_wm8958_setup_power: codec power setup <3>[40216.430661] wm8994_ldo_power: Power up the WM8994 LDOs <7>[40216.516477] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40216.518583] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[40216.522825] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40216.523191] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[40216.523435] PM: resume of devices complete after 104.024 msecs <4>[40216.526731] Restarting tasks ... done. <6>[40216.531675] suspend: exit suspend, ret = 0 (2016-05-10 14:08:57.010704068 UTC) <6>[40217.306180] request_suspend_state: wakeup (3->0) at 40215372258459 (2016-05-10 14:08:57.784908882 UTC) <38>[40217.345212] type=1400 audit(1462889337.820:1164): avc: denied { write } for pid=1324 comm="PhotonicModulat" name="tsdriver" dev="tmpfs" ino=1362 scontext=u:r:system_server:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1 <3>[40217.417295] [DISP] lcdc_panel_power: ++ 1 <4>[40217.471952] mdp4_csc_config: Block type 10 isn't supported by CSC. <4>[40217.471982] mdp4_csc_config: Block type 8 isn't supported by CSC. <38>[40217.623594] type=1400 audit(1462889338.090:1165): avc: denied { ioctl } for pid=191 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 ioctlcmd=910 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <6>[40217.780912] mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 200000000 <38>[40217.781247] type=1400 audit(1462889338.250:1166): avc: denied { read write } for pid=191 comm="surfaceflinger" name="msm_rotator" dev="tmpfs" ino=729 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <38>[40217.781492] type=1400 audit(1462889338.250:1167): avc: denied { open } for pid=191 comm="surfaceflinger" name="msm_rotator" dev="tmpfs" ino=729 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <6>[40218.209958] lsm303dlh_acc_sysfs: hw init start <6>[40218.210843] lsm303dlh_acc_sysfs: hw init done <38>[40218.332517] type=1400 audit(1462889338.801:1168): avc: denied { ioctl } for pid=19776 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 ioctlcmd=92f scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <38>[40218.333371] type=1400 audit(1462889338.801:1169): avc: denied { read write } for pid=19776 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <3>[40218.454252] [DISP] lcdc_tenderloin_panel_set_backlight: 256 <38>[40221.371213] type=1400 audit(1462889341.834:1170): avc: denied { read write } for pid=19802 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <6>[40221.679715] msm_otg_resume: usb exited from low power mode <6>[40221.681943] android_work: android_work: did not send uevent (0 0 (null)) <6>[40221.707029] a6_update_connected_ps: ac=0 usb=0 dock=0 <6>[40221.707029] max8903b_current_setup: ### CHARGE_DISABLE <6>[40221.722959] a6_update_connected_ps: ac=0 usb=0 dock=0 <6>[40221.722989] max8903b_current_setup: ### CHARGE_DISABLE <6>[40221.935239] msm_otg_suspend: usb in low power mode <38>[40222.285154] type=1400 audit(1462889342.745:1171): avc: denied { ioctl } for pid=191 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 ioctlcmd=910 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <38>[40226.754422] type=1400 audit(1462889347.209:1172): avc: denied { open } for pid=21435 comm="gle.android.gms" name="kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <6>[40232.444120] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready <38>[40233.538968] type=1400 audit(1462889354.006:1173): avc: denied { read write } for pid=191 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <38>[40235.289914] type=1400 audit(1462889355.757:1174): avc: denied { module_request } for pid=6583 comm="iptables" kmod="personality-8" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1 <3>[40236.054532] apr_tal:TIMEOUT for OPEN event <3>[40236.054563] APR: Unable to open handle <3>[40236.054563] q6asm_audio_client_alloc Registration with APR failed <3>[40236.054563] q6asm_audio_client_free: APR Common Port Already Closed <3>[40236.054593] asoc: can't open platform msm-dsp-audio.0 <38>[40236.104001] type=1400 audit(1462889344.726:1175): avc: denied { ioctl } for pid=20885 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 ioctlcmd=910 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <38>[40236.180967] type=1400 audit(1462889344.796:1176): avc: denied { ioctl } for pid=19802 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 ioctlcmd=910 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <38>[40236.231870] type=1400 audit(1462889344.856:1177): avc: denied { module_request } for pid=6622 comm="cat" kmod="personality-8" scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=system permissive=1 <38>[40236.630185] type=1400 audit(1462889345.256:1178): avc: denied { read write } for pid=20885 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <38>[40236.761228] type=1400 audit(1462889345.386:1179): avc: denied { read write } for pid=19802 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <3>[40241.084928] apr_tal:TIMEOUT for OPEN event <3>[40241.084958] APR: Unable to open handle <3>[40241.084958] q6asm_audio_client_alloc Registration with APR failed <3>[40241.084958] q6asm_audio_client_free: APR Common Port Already Closed <3>[40241.084989] asoc: can't open platform msm-dsp-audio.0 <7>[40242.844877] wlan0: no IPv6 routers present <3>[40246.084897] apr_tal:TIMEOUT for OPEN event <3>[40246.084928] APR: Unable to open handle <3>[40246.084928] q6asm_audio_client_alloc Registration with APR failed <3>[40246.084958] q6asm_audio_client_free: APR Common Port Already Closed <3>[40246.084958] asoc: can't open platform msm-dsp-audio.0 <3>[40251.084897] apr_tal:TIMEOUT for OPEN event <3>[40251.084928] APR: Unable to open handle <3>[40251.084928] q6asm_audio_client_alloc Registration with APR failed <3>[40251.084958] q6asm_audio_client_free: APR Common Port Already Closed <3>[40251.084958] asoc: can't open platform msm-dsp-audio.0 <3>[40256.094877] apr_tal:TIMEOUT for OPEN event <3>[40256.094907] APR: Unable to open handle <3>[40256.094907] q6asm_audio_client_alloc Registration with APR failed <3>[40256.094938] q6asm_audio_client_free: APR Common Port Already Closed <3>[40256.094938] asoc: can't open platform msm-dsp-audio.0 <6>[40260.192563] lowmemorykiller: Killing 'tPreloadService' (32223), adj 1000, <6>[40260.192594] to free 33120kB on behalf of 'chromium.chrome' (6454) because <6>[40260.192594] cache 122752kB is below limit 122880kB for oom_score_adj 1000 <6>[40260.192594] Free memory is -11128kB above reserved <6>[40260.211484] binder: release 32223:6637 transaction 3895844 out, still active <38>[40260.768552] type=1400 audit(1462889369.399:1180): avc: denied { getattr } for pid=6743 comm="Thread-2515" path="/system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk" dev="dm-10" ino=14704 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <38>[40260.769651] type=1400 audit(1462889369.399:1181): avc: denied { read } for pid=6743 comm="Thread-2515" name="GoogleServicesFramework.apk" dev="dm-10" ino=14704 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <38>[40260.769895] type=1400 audit(1462889369.399:1182): avc: denied { open } for pid=6743 comm="Thread-2515" name="GoogleServicesFramework.apk" dev="dm-10" ino=14704 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <3>[40261.104947] apr_tal:TIMEOUT for OPEN event <3>[40261.104978] APR: Unable to open handle <3>[40261.104978] q6asm_audio_client_alloc Registration with APR failed <3>[40261.105008] q6asm_audio_client_free: APR Common Port Already Closed <3>[40261.105008] asoc: can't open platform msm-dsp-audio.0 <38>[40264.686460] type=1400 audit(1462889373.303:1183): avc: denied { getattr } for pid=6683 comm="droid.apps.maps" path="/system/priv-app/PrebuiltGmsCore" dev="dm-10" ino=14707 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=dir permissive=1 <6>[40265.766904] binder: 1034:1830 transaction failed 29189, size 496-0 <6>[40265.766935] binder: send failed reply for transaction 3895844, target dead <6>[40267.276029] cfg80211: Calling CRDA for country: US <3>[40272.194883] apr_tal:TIMEOUT for OPEN event <3>[40272.194913] APR: Unable to open handle <3>[40272.194913] q6asm_audio_client_alloc Registration with APR failed <3>[40272.194944] q6asm_audio_client_free: APR Common Port Already Closed <3>[40272.194944] asoc: can't open platform msm-dsp-audio.0 <3>[40277.194913] apr_tal:TIMEOUT for OPEN event <3>[40277.194944] APR: Unable to open handle <3>[40277.194944] q6asm_audio_client_alloc Registration with APR failed <3>[40277.194944] q6asm_audio_client_free: APR Common Port Already Closed <3>[40277.194974] asoc: can't open platform msm-dsp-audio.0 <38>[40277.657132] type=1400 audit(1462889386.286:1184): avc: denied { getattr } for pid=6883 comm="DnsConfigServic" path="/system/etc/hosts" dev="dm-10" ino=25 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <38>[40277.660703] type=1400 audit(1462889386.286:1185): avc: denied { read } for pid=6885 comm="WorkerPool/6885" name="hosts" dev="dm-10" ino=25 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <38>[40277.662198] type=1400 audit(1462889386.286:1186): avc: denied { open } for pid=6885 comm="WorkerPool/6885" name="hosts" dev="dm-10" ino=25 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <3>[40282.194883] apr_tal:TIMEOUT for OPEN event <3>[40282.194913] APR: Unable to open handle <3>[40282.194913] q6asm_audio_client_alloc Registration with APR failed <3>[40282.194944] q6asm_audio_client_free: APR Common Port Already Closed <3>[40282.194944] asoc: can't open platform msm-dsp-audio.0 <6>[40282.346616] lowmemorykiller: Killing 'oid.gm.exchange' (4574), adj 1000, <6>[40282.346616] to free 23856kB on behalf of 'main' (213) because <6>[40282.346616] cache 122612kB is below limit 122880kB for oom_score_adj 1000 <6>[40282.346616] Free memory is -8724kB above reserved <38>[40286.416257] type=1400 audit(1462889395.044:1187): avc: denied { open } for pid=6454 comm="chromium.chrome" name="kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <3>[40287.204892] apr_tal:TIMEOUT for OPEN event <3>[40287.204892] APR: Unable to open handle <3>[40287.204923] q6asm_audio_client_alloc Registration with APR failed <3>[40287.204923] q6asm_audio_client_free: APR Common Port Already Closed <3>[40287.204953] asoc: can't open platform msm-dsp-audio.0 <6>[40287.595731] lowmemorykiller: Killing 'ndroid.gms:snet' (25866), adj 1000, <6>[40287.595731] to free 178548kB on behalf of 'chromium.chrome' (6454) because <6>[40287.595762] cache 114696kB is below limit 122880kB for oom_score_adj 1000 <6>[40287.595762] Free memory is -11160kB above reserved <38>[40290.692502] type=1400 audit(1462889399.318:1188): avc: denied { open } for pid=6919 comm="Binder_2" name="kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <3>[40292.204923] apr_tal:TIMEOUT for OPEN event <3>[40292.204953] APR: Unable to open handle <3>[40292.204953] q6asm_audio_client_alloc Registration with APR failed <3>[40292.204953] q6asm_audio_client_free: APR Common Port Already Closed <3>[40292.204984] asoc: can't open platform msm-dsp-audio.0 <6>[40296.746091] binder: 1034:1298 transaction failed 29189, size 320-0 <6>[40297.055692] msm_vidc_venc: Inside vid_enc_open() <6>[40297.055722] <6>[40297.055722] msm_vidc_enc: Inside vid_enc_open_client() <38>[40297.055814] type=1400 audit(1462889405.685:1189): avc: denied { read write } for pid=6828 comm="Binder_2" name="msm_vidc_enc" dev="tmpfs" ino=733 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <38>[40297.056302] type=1400 audit(1462889405.685:1190): avc: denied { open } for pid=6828 comm="Binder_2" name="msm_vidc_enc" dev="tmpfs" ino=733 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <4>[40297.057004] <4>[40297.057004] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40297.075437] fw_version 2:28:2013 <38>[40297.076078] type=1400 audit(1462889405.705:1191): avc: denied { ioctl } for pid=6828 comm="Binder_2" path="/dev/msm_vidc_enc" dev="tmpfs" ino=733 ioctlcmd=5001 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <6>[40297.079587] <6>[40297.079587] msm_vidc_enc: Inside vid_enc_release()vidc_cleanup_addr_table(): buffer = OUTPUT <4>[40297.079618] vidc_cleanup_addr_table(): buffer = INPUT <6>[40297.079618] <6>[40297.079618] msm_vidc_enc: Inside vid_enc_close_client() <6>[40297.098874] <6>[40297.098874] msm_vidc_enc: Return from vid_enc_release() <6>[40297.100309] msm_vidc_venc: Inside vid_enc_open() <6>[40297.100309] <6>[40297.100309] msm_vidc_enc: Inside vid_enc_open_client() <4>[40297.101590] <4>[40297.101590] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40297.125180] fw_version 2:28:2013 <6>[40297.126310] <6>[40297.126310] msm_vidc_enc: Inside vid_enc_release()vidc_cleanup_addr_table(): buffer = OUTPUT <4>[40297.126340] vidc_cleanup_addr_table(): buffer = INPUT <6>[40297.126340] <6>[40297.126340] msm_vidc_enc: Inside vid_enc_close_client() <6>[40297.148740] <6>[40297.148771] msm_vidc_enc: Return from vid_enc_release() <6>[40297.150022] msm_vidc_venc: Inside vid_enc_open() <6>[40297.150022] <6>[40297.150052] msm_vidc_enc: Inside vid_enc_open_client() <4>[40297.151334] <4>[40297.151365] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40297.175199] fw_version 2:28:2013 <6>[40297.176694] <6>[40297.176694] msm_vidc_enc: Inside vid_enc_release()vidc_cleanup_addr_table(): buffer = OUTPUT <4>[40297.176725] vidc_cleanup_addr_table(): buffer = INPUT <6>[40297.176725] <6>[40297.176725] msm_vidc_enc: Inside vid_enc_close_client() <6>[40297.198972] <6>[40297.198972] msm_vidc_enc: Return from vid_enc_release() <3>[40297.204923] apr_tal:TIMEOUT for OPEN event <3>[40297.204953] APR: Unable to open handle <3>[40297.204953] q6asm_audio_client_alloc Registration with APR failed <3>[40297.204953] q6asm_audio_client_free: APR Common Port Already Closed <3>[40297.204984] asoc: can't open platform msm-dsp-audio.0 <6>[40297.233182] msm_vidc_dec: Inside vid_dec_open() <4>[40297.234494] <4>[40297.234494] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40297.255246] fw_version 2:28:2013 <6>[40297.257108] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT <4>[40297.257139] vidc_cleanup_addr_table(): buffer = INPUT <6>[40297.288968] msm_vidc_dec: Return from vid_dec_release() <6>[40297.289792] msm_vidc_dec: Inside vid_dec_open() <4>[40297.291105] <4>[40297.291105] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40297.318021] fw_version 2:28:2013 <6>[40297.325193] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT <4>[40297.325223] vidc_cleanup_addr_table(): buffer = INPUT <6>[40297.348874] msm_vidc_dec: Return from vid_dec_release() <6>[40297.350095] msm_vidc_dec: Inside vid_dec_open() <4>[40297.351407] <4>[40297.351407] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40297.375699] fw_version 2:28:2013 <6>[40297.380399] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT <4>[40297.380430] vidc_cleanup_addr_table(): buffer = INPUT <6>[40297.398923] msm_vidc_dec: Return from vid_dec_release() <6>[40297.399778] msm_vidc_dec: Inside vid_dec_open() <4>[40297.401181] <4>[40297.401212] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40297.425473] fw_version 2:28:2013 <6>[40297.431485] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT <4>[40297.431516] vidc_cleanup_addr_table(): buffer = INPUT <6>[40297.449003] msm_vidc_dec: Return from vid_dec_release() <6>[40297.449979] msm_vidc_dec: Inside vid_dec_open() <4>[40297.451352] <4>[40297.451352] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40297.475614] fw_version 2:28:2013 <6>[40297.477933] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT <4>[40297.477933] vidc_cleanup_addr_table(): buffer = INPUT <6>[40297.499845] msm_vidc_dec: Return from vid_dec_release() <4>[40297.504026] <4>[40297.504026] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40297.525205] fw_version 2:28:2013 <3>[40297.525296] Securing... <3>[40297.525388] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0 <3>[40297.525388] ION heap secure failed heap id 8 rc -22 <3>[40297.525419] Secure session operation failure <3>[40297.545041] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40297.650449] <4>[40297.650449] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40297.665403] fw_version 2:28:2013 <3>[40297.665525] Securing... <3>[40297.665586] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0 <3>[40297.665616] ION heap secure failed heap id 8 rc -22 <3>[40297.665616] Secure session operation failure <3>[40297.685025] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40297.790403] <4>[40297.790403] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40297.805265] fw_version 2:28:2013 <3>[40297.805356] Securing... <3>[40297.805448] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0 <3>[40297.805448] ION heap secure failed heap id 8 rc -22 <3>[40297.805478] Secure session operation failure <3>[40297.825010] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40297.930570] <4>[40297.930570] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40297.956266] fw_version 2:28:2013 <3>[40297.956357] Securing... <3>[40297.956449] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0 <3>[40297.956449] ION heap secure failed heap id 8 rc -22 <3>[40297.956479] Secure session operation failure <3>[40297.975400] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40298.080991] <4>[40298.080991] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40298.115628] fw_version 2:28:2013 <3>[40298.115751] Securing... <3>[40298.115812] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0 <3>[40298.115842] ION heap secure failed heap id 8 rc -22 <3>[40298.115842] Secure session operation failure <3>[40298.135007] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40298.243406] <4>[40298.243436] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40298.265439] fw_version 2:28:2013 <3>[40298.265561] Securing... <3>[40298.265622] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0 <3>[40298.265653] ION heap secure failed heap id 8 rc -22 <3>[40298.265653] Secure session operation failure <3>[40298.285032] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40298.390775] <4>[40298.390805] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40298.409940] fw_version 2:28:2013 <3>[40298.410062] Securing... <3>[40298.410154] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0 <3>[40298.410154] ION heap secure failed heap id 8 rc -22 <3>[40298.410184] Secure session operation failure <3>[40298.425016] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40298.531919] <4>[40298.531919] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40298.555722] fw_version 2:28:2013 <3>[40298.555845] Securing... <3>[40298.555967] ION cannot secure heap with outstanding mappings: User space: 4294967147, kernel space (cached): 0 <3>[40298.555997] ION heap secure failed heap id 8 rc -22 <3>[40298.555997] Secure session operation failure <3>[40298.575101] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40298.680753] <4>[40298.680753] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40298.705228] fw_version 2:28:2013 <3>[40298.705350] Securing... <3>[40298.705411] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40298.705411] ION heap secure failed heap id 8 rc -22 <3>[40298.705442] Secure session operation failure <3>[40298.725400] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40298.830777] <4>[40298.830777] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40298.855191] fw_version 2:28:2013 <3>[40298.855283] Securing... <3>[40298.855375] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40298.855375] ION heap secure failed heap id 8 rc -22 <3>[40298.855405] Secure session operation failure <3>[40298.875028] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40298.980283] <4>[40298.980283] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40299.005216] fw_version 2:28:2013 <3>[40299.005338] Securing... <3>[40299.005399] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40299.005430] ION heap secure failed heap id 8 rc -22 <3>[40299.005430] Secure session operation failure <3>[40299.024991] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40299.130368] <4>[40299.130368] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40299.165189] fw_version 2:28:2013 <3>[40299.165311] Securing... <3>[40299.165403] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40299.165403] ION heap secure failed heap id 8 rc -22 <3>[40299.165433] Secure session operation failure <3>[40299.185056] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40299.290403] <4>[40299.290403] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40299.305539] fw_version 2:28:2013 <3>[40299.305661] Securing... <3>[40299.305722] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40299.305722] ION heap secure failed heap id 8 rc -22 <3>[40299.305753] Secure session operation failure <3>[40299.324979] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40299.431241] <4>[40299.431241] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40299.455777] fw_version 2:28:2013 <3>[40299.455869] Securing... <3>[40299.455961] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40299.455961] ION heap secure failed heap id 8 rc -22 <3>[40299.455991] Secure session operation failure <3>[40299.475400] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40299.581998] <4>[40299.581998] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40299.605161] fw_version 2:28:2013 <3>[40299.605253] Securing... <3>[40299.605344] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40299.605344] ION heap secure failed heap id 8 rc -22 <3>[40299.605344] Secure session operation failure <3>[40299.625943] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40299.733274] <4>[40299.733274] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40299.755246] fw_version 2:28:2013 <3>[40299.755338] Securing... <3>[40299.755430] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40299.755430] ION heap secure failed heap id 8 rc -22 <3>[40299.755460] Secure session operation failure <3>[40299.774991] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40299.880246] <4>[40299.880246] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40299.895200] fw_version 2:28:2013 <3>[40299.895322] Securing... <3>[40299.895414] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40299.895414] ION heap secure failed heap id 8 rc -22 <3>[40299.895444] Secure session operation failure <3>[40299.914975] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40300.020444] <4>[40300.020444] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40300.035245] fw_version 2:28:2013 <3>[40300.035367] Securing... <3>[40300.035428] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40300.035459] ION heap secure failed heap id 8 rc -22 <3>[40300.035459] Secure session operation failure <3>[40300.054990] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40300.160215] <4>[40300.160215] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40300.177305] fw_version 2:28:2013 <3>[40300.177427] Securing... <3>[40300.177488] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40300.177488] ION heap secure failed heap id 8 rc -22 <3>[40300.177518] Secure session operation failure <3>[40300.195096] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40300.301023] <4>[40300.301023] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40300.325193] fw_version 2:28:2013 <3>[40300.325315] Securing... <3>[40300.325376] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40300.325406] ION heap secure failed heap id 8 rc -22 <3>[40300.325406] Secure session operation failure <3>[40300.344999] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40300.450986] <4>[40300.451017] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40300.475614] fw_version 2:28:2013 <3>[40300.475705] Securing... <3>[40300.475797] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40300.475797] ION heap secure failed heap id 8 rc -22 <3>[40300.475827] Secure session operation failure <3>[40300.494993] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40300.602018] <4>[40300.602018] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40300.625242] fw_version 2:28:2013 <3>[40300.625333] Securing... <3>[40300.625425] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40300.625425] ION heap secure failed heap id 8 rc -22 <3>[40300.625455] Secure session operation failure <3>[40300.645047] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40300.751279] <4>[40300.751310] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40300.775205] fw_version 2:28:2013 <3>[40300.775296] Securing... <3>[40300.775388] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40300.775388] ION heap secure failed heap id 8 rc -22 <3>[40300.775419] Secure session operation failure <3>[40300.795011] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40300.900907] <4>[40300.900937] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40300.917051] fw_version 2:28:2013 <3>[40300.917173] Securing... <3>[40300.917234] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40300.917264] ION heap secure failed heap id 8 rc -22 <3>[40300.917264] Secure session operation failure <3>[40300.935025] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40301.040311] <4>[40301.040311] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40301.055234] fw_version 2:28:2013 <3>[40301.055356] Securing... <3>[40301.055417] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40301.055448] ION heap secure failed heap id 8 rc -22 <3>[40301.055448] Secure session operation failure <3>[40301.074979] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40301.180875] <4>[40301.180875] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40301.195310] fw_version 2:28:2013 <3>[40301.195401] Securing... <3>[40301.195493] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40301.195493] ION heap secure failed heap id 8 rc -22 <3>[40301.195524] Secure session operation failure <3>[40301.214963] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40301.320127] <4>[40301.320127] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40301.345426] fw_version 2:28:2013 <3>[40301.345548] Securing... <3>[40301.345609] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40301.345609] ION heap secure failed heap id 8 rc -22 <3>[40301.345639] Secure session operation failure <3>[40301.364988] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40301.470334] <4>[40301.470334] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40301.489347] fw_version 2:28:2013 <3>[40301.489469] Securing... <3>[40301.489560] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40301.489560] ION heap secure failed heap id 8 rc -22 <3>[40301.489591] Secure session operation failure <3>[40301.505002] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40301.610349] <4>[40301.610349] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40301.625455] fw_version 2:28:2013 <3>[40301.625547] Securing... <3>[40301.625638] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40301.625638] ION heap secure failed heap id 8 rc -22 <3>[40301.625669] Secure session operation failure <3>[40301.645017] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40301.750242] <4>[40301.750242] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40301.765317] fw_version 2:28:2013 <3>[40301.765439] Securing... <3>[40301.765500] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40301.765531] ION heap secure failed heap id 8 rc -22 <3>[40301.765531] Secure session operation failure <3>[40301.785001] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40301.890378] <4>[40301.890378] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40301.905301] fw_version 2:28:2013 <3>[40301.905393] Securing... <3>[40301.905484] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40301.905515] ION heap secure failed heap id 8 rc -22 <3>[40301.905515] Secure session operation failure <3>[40301.924955] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40302.030240] <4>[40302.030240] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40302.045438] fw_version 2:28:2013 <3>[40302.045530] Securing... <3>[40302.045621] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40302.045621] ION heap secure failed heap id 8 rc -22 <3>[40302.045652] Secure session operation failure <3>[40302.065213] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40302.170438] <4>[40302.170438] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40302.185270] fw_version 2:28:2013 <3>[40302.185453] Securing... <3>[40302.185514] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40302.185544] ION heap secure failed heap id 8 rc -22 <3>[40302.185544] Secure session operation failure <3>[40302.204892] apr_tal:TIMEOUT for OPEN event <3>[40302.204923] APR: Unable to open handle <3>[40302.204923] q6asm_audio_client_alloc Registration with APR failed <3>[40302.204953] q6asm_audio_client_free: APR Common Port Already Closed <3>[40302.204953] asoc: can't open platform msm-dsp-audio.0 <3>[40302.215024] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40302.320371] <4>[40302.320371] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40302.335325] fw_version 2:28:2013 <3>[40302.335447] Securing... <3>[40302.335538] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40302.335538] ION heap secure failed heap id 8 rc -22 <3>[40302.335569] Secure session operation failure <3>[40302.355008] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40302.460386] <4>[40302.460386] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40302.475644] fw_version 2:28:2013 <3>[40302.475736] Securing... <3>[40302.475827] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40302.475827] ION heap secure failed heap id 8 rc -22 <3>[40302.475858] Secure session operation failure <3>[40302.495023] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40302.601316] <4>[40302.601316] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40302.625272] fw_version 2:28:2013 <3>[40302.625364] Securing... <3>[40302.625455] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40302.625455] ION heap secure failed heap id 8 rc -22 <3>[40302.625486] Secure session operation failure <3>[40302.644986] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40302.750303] <4>[40302.750303] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40302.775205] fw_version 2:28:2013 <3>[40302.775327] Securing... <3>[40302.775388] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40302.775419] ION heap secure failed heap id 8 rc -22 <3>[40302.775419] Secure session operation failure <3>[40302.794980] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40302.900571] <4>[40302.900602] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40302.925168] fw_version 2:28:2013 <3>[40302.925290] Securing... <3>[40302.925351] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40302.925351] ION heap secure failed heap id 8 rc -22 <3>[40302.925382] Secure session operation failure <3>[40302.945005] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40303.050351] <4>[40303.050351] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40303.075284] fw_version 2:28:2013 <3>[40303.075376] Securing... <3>[40303.075467] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40303.075467] ION heap secure failed heap id 8 rc -22 <3>[40303.075498] Secure session operation failure <3>[40303.095060] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40303.202237] <4>[40303.202237] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40303.225583] fw_version 2:28:2013 <3>[40303.225675] Securing... <3>[40303.225766] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40303.225766] ION heap secure failed heap id 8 rc -22 <3>[40303.225797] Secure session operation failure <3>[40303.245023] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40303.350339] <4>[40303.350339] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40303.366086] fw_version 2:28:2013 <3>[40303.366208] Securing... <3>[40303.366300] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40303.366300] ION heap secure failed heap id 8 rc -22 <3>[40303.366330] Secure session operation failure <3>[40303.385190] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40303.490812] <4>[40303.490812] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40303.505277] fw_version 2:28:2013 <3>[40303.505368] Securing... <3>[40303.505460] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40303.505460] ION heap secure failed heap id 8 rc -22 <3>[40303.505491] Secure session operation failure <3>[40303.524991] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40303.630338] <4>[40303.630338] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40303.655454] fw_version 2:28:2013 <3>[40303.655576] Securing... <3>[40303.655668] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40303.655668] ION heap secure failed heap id 8 rc -22 <3>[40303.655698] Secure session operation failure <3>[40303.675138] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40303.780515] <4>[40303.780545] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40303.795438] fw_version 2:28:2013 <3>[40303.795530] Securing... <3>[40303.795957] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40303.795987] ION heap secure failed heap id 8 rc -22 <3>[40303.795987] Secure session operation failure <3>[40303.815854] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40303.921445] <4>[40303.921445] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40303.945157] fw_version 2:28:2013 <3>[40303.945279] Securing... <3>[40303.945432] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40303.945432] ION heap secure failed heap id 8 rc -22 <3>[40303.945462] Secure session operation failure <3>[40303.965329] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40304.070798] <4>[40304.070798] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40304.095212] fw_version 2:28:2013 <3>[40304.095334] Securing... <3>[40304.095395] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40304.095426] ION heap secure failed heap id 8 rc -22 <3>[40304.095426] Secure session operation failure <3>[40304.115476] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40304.220884] <4>[40304.220884] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40304.245206] fw_version 2:28:2013 <3>[40304.245298] Securing... <3>[40304.245389] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40304.245389] ION heap secure failed heap id 8 rc -22 <3>[40304.245420] Secure session operation failure <3>[40304.264951] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40304.370481] <4>[40304.370481] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40304.385831] fw_version 2:28:2013 <3>[40304.385953] Securing... <3>[40304.386014] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40304.386045] ION heap secure failed heap id 8 rc -22 <3>[40304.386045] Secure session operation failure <3>[40304.405057] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40304.510526] <4>[40304.510556] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40304.525266] fw_version 2:28:2013 <3>[40304.525388] Securing... <3>[40304.525449] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40304.525449] ION heap secure failed heap id 8 rc -22 <3>[40304.525480] Secure session operation failure <3>[40304.544980] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40304.652189] <4>[40304.652189] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40304.675321] fw_version 2:28:2013 <3>[40304.675443] Securing... <3>[40304.675504] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40304.675534] ION heap secure failed heap id 8 rc -22 <3>[40304.675534] Secure session operation failure <3>[40304.694974] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40304.802274] <4>[40304.802274] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40304.825315] fw_version 2:28:2013 <3>[40304.825437] Securing... <3>[40304.825498] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40304.825498] ION heap secure failed heap id 8 rc -22 <3>[40304.825528] Secure session operation failure <3>[40304.845151] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <4>[40304.952787] <4>[40304.952787] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40304.975950] fw_version 2:28:2013 <3>[40304.976072] Securing... <3>[40304.976133] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0 <3>[40304.976163] ION heap secure failed heap id 8 rc -22 <3>[40304.976163] Secure session operation failure <3>[40304.995023] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0 <6>[40305.001920] msm_vidc_dec: Inside vid_dec_open() <4>[40305.003263] <4>[40305.003263] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40305.025235] fw_version 2:28:2013 <6>[40305.026792] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT <4>[40305.026822] vidc_cleanup_addr_table(): buffer = INPUT <6>[40305.048764] msm_vidc_dec: Return from vid_dec_release() <6>[40305.049680] msm_vidc_dec: Inside vid_dec_open() <4>[40305.051084] <4>[40305.051084] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40305.075376] fw_version 2:28:2013 <6>[40305.076871] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT <4>[40305.076871] vidc_cleanup_addr_table(): buffer = INPUT <6>[40305.098783] msm_vidc_dec: Return from vid_dec_release() <6>[40305.101102] msm_vidc_dec: Inside vid_dec_open() <4>[40305.102445] <4>[40305.102445] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>[40305.125303] fw_version 2:28:2013 <6>[40305.127286] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT <4>[40305.127317] vidc_cleanup_addr_table(): buffer = INPUT <6>[40305.148832] msm_vidc_dec: Return from vid_dec_release() <3>[40307.204923] apr_tal:TIMEOUT for OPEN event <3>[40307.204953] APR: Unable to open handle <3>[40307.204953] q6asm_audio_client_alloc Registration with APR failed <3>[40307.204953] q6asm_audio_client_free: APR Common Port Already Closed <3>[40307.204984] asoc: can't open platform msm-dsp-audio.0 <3>[40312.204892] apr_tal:TIMEOUT for OPEN event <3>[40312.204923] APR: Unable to open handle <3>[40312.204923] q6asm_audio_client_alloc Registration with APR failed <3>[40312.204953] q6asm_audio_client_free: APR Common Port Already Closed <3>[40312.204953] asoc: can't open platform msm-dsp-audio.0 <3>[40317.204892] apr_tal:TIMEOUT for OPEN event <3>[40317.204892] APR: Unable to open handle <3>[40317.204923] q6asm_audio_client_alloc Registration with APR failed <3>[40317.204923] q6asm_audio_client_free: APR Common Port Already Closed <3>[40317.204923] asoc: can't open platform msm-dsp-audio.0 <6>[40318.160337] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready <3>[40322.204892] apr_tal:TIMEOUT for OPEN event <3>[40322.204923] APR: Unable to open handle <3>[40322.204923] q6asm_audio_client_alloc Registration with APR failed <3>[40322.204953] q6asm_audio_client_free: APR Common Port Already Closed <3>[40322.204953] asoc: can't open platform msm-dsp-audio.0 <6>[40322.289090] cfg80211: Calling CRDA to update world regulatory domain <3>[40327.204923] apr_tal:TIMEOUT for OPEN event <3>[40327.204923] APR: Unable to open handle <3>[40327.204953] q6asm_audio_client_alloc Registration with APR failed <3>[40327.204953] q6asm_audio_client_free: APR Common Port Already Closed <3>[40327.204984] asoc: can't open platform msm-dsp-audio.0 <3>[40332.204892] apr_tal:TIMEOUT for OPEN event <3>[40332.204923] APR: Unable to open handle <3>[40332.204923] q6asm_audio_client_alloc Registration with APR failed <3>[40332.204923] q6asm_audio_client_free: APR Common Port Already Closed <3>[40332.204953] asoc: can't open platform msm-dsp-audio.0 <6>[40335.012265] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready <3>[40337.204892] apr_tal:TIMEOUT for OPEN event <3>[40337.204923] APR: Unable to open handle <3>[40337.204923] q6asm_audio_client_alloc Registration with APR failed <3>[40337.204953] q6asm_audio_client_free: APR Common Port Already Closed <3>[40337.204953] asoc: can't open platform msm-dsp-audio.0 <6>[40339.709531] cfg80211: Calling CRDA to update world regulatory domain <3>[40342.204923] apr_tal:TIMEOUT for OPEN event <3>[40342.204923] APR: Unable to open handle <3>[40342.204953] q6asm_audio_client_alloc Registration with APR failed <3>[40342.204953] q6asm_audio_client_free: APR Common Port Already Closed <3>[40342.204953] asoc: can't open platform msm-dsp-audio.0 <3>[40347.204892] apr_tal:TIMEOUT for OPEN event <3>[40347.204892] APR: Unable to open handle <3>[40347.204923] q6asm_audio_client_alloc Registration with APR failed <3>[40347.204923] q6asm_audio_client_free: APR Common Port Already Closed <3>[40347.204923] asoc: can't open platform msm-dsp-audio.0 <38>[40352.082883] type=1400 audit(1462889460.708:1192): avc: denied { ioctl } for pid=20429 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 ioctlcmd=902 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <38>[40352.105436] type=1400 audit(1462889460.708:1193): avc: denied { read write } for pid=20429 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <3>[40352.204923] apr_tal:TIMEOUT for OPEN event <3>[40352.204923] APR: Unable to open handle <3>[40352.204953] q6asm_audio_client_alloc Registration with APR failed <3>[40352.204953] q6asm_audio_client_free: APR Common Port Already Closed <3>[40352.204953] asoc: can't open platform msm-dsp-audio.0 <3>[40357.204892] apr_tal:TIMEOUT for OPEN event <3>[40357.204923] APR: Unable to open handle <3>[40357.204923] q6asm_audio_client_alloc Registration with APR failed <3>[40357.204923] q6asm_audio_client_free: APR Common Port Already Closed <3>[40357.204953] asoc: can't open platform msm-dsp-audio.0 <3>[40362.204923] apr_tal:TIMEOUT for OPEN event <3>[40362.204923] APR: Unable to open handle <3>[40362.204923] q6asm_audio_client_alloc Registration with APR failed <3>[40362.204953] q6asm_audio_client_free: APR Common Port Already Closed <3>[40362.204953] asoc: can't open platform msm-dsp-audio.0 <3>[40367.204862] apr_tal:TIMEOUT for OPEN event <3>[40367.204892] APR: Unable to open handle <3>[40367.204892] q6asm_audio_client_alloc Registration with APR failed <3>[40367.204923] q6asm_audio_client_free: APR Common Port Already Closed <3>[40367.204923] asoc: can't open platform msm-dsp-audio.0 <3>[40372.204953] apr_tal:TIMEOUT for OPEN event <3>[40372.204953] APR: Unable to open handle <3>[40372.204984] q6asm_audio_client_alloc Registration with APR failed <3>[40372.204984] q6asm_audio_client_free: APR Common Port Already Closed <3>[40372.204984] asoc: can't open platform msm-dsp-audio.0 <3>[40377.204984] apr_tal:TIMEOUT for OPEN event <3>[40377.205014] APR: Unable to open handle <3>[40377.205045] q6asm_audio_client_alloc Registration with APR failed <3>[40377.205076] q6asm_audio_client_free: APR Common Port Already Closed <3>[40377.205106] asoc: can't open platform msm-dsp-audio.0 <3>[40379.719541] [DISP] lcdc_tenderloin_panel_set_backlight: 253 <3>[40382.205014] apr_tal:TIMEOUT for OPEN event <3>[40382.205076] APR: Unable to open handle <3>[40382.205106] q6asm_audio_client_alloc Registration with APR failed <3>[40382.205137] q6asm_audio_client_free: APR Common Port Already Closed <3>[40382.205167] asoc: can't open platform msm-dsp-audio.0 <3>[40383.635221] [DISP] lcdc_tenderloin_panel_set_backlight: 256 <3>[40387.204953] apr_tal:TIMEOUT for OPEN event <3>[40387.204984] APR: Unable to open handle <3>[40387.205014] q6asm_audio_client_alloc Registration with APR failed <3>[40387.205045] q6asm_audio_client_free: APR Common Port Already Closed <3>[40387.205076] asoc: can't open platform msm-dsp-audio.0 <3>[40392.204923] apr_tal:TIMEOUT for OPEN event <3>[40392.204984] APR: Unable to open handle <3>[40392.205014] q6asm_audio_client_alloc Registration with APR failed <3>[40392.205045] q6asm_audio_client_free: APR Common Port Already Closed <3>[40392.205076] asoc: can't open platform msm-dsp-audio.0 <3>[40397.204984] apr_tal:TIMEOUT for OPEN event <3>[40397.205014] APR: Unable to open handle <3>[40397.205045] q6asm_audio_client_alloc Registration with APR failed <3>[40397.205076] q6asm_audio_client_free: APR Common Port Already Closed <3>[40397.205106] asoc: can't open platform msm-dsp-audio.0 <3>[40402.205076] apr_tal:TIMEOUT for OPEN event <3>[40402.205137] APR: Unable to open handle <3>[40402.205167] q6asm_audio_client_alloc Registration with APR failed <3>[40402.205198] q6asm_audio_client_free: APR Common Port Already Closed <3>[40402.205228] asoc: can't open platform msm-dsp-audio.0 <3>[40407.206205] apr_tal:TIMEOUT for OPEN event <3>[40407.206266] APR: Unable to open handle <3>[40407.206296] q6asm_audio_client_alloc Registration with APR failed <3>[40407.206327] q6asm_audio_client_free: APR Common Port Already Closed <3>[40407.206357] asoc: can't open platform msm-dsp-audio.0 <6>[40411.604184] binder: 1034:1298 transaction failed 29189, size 320-0 <3>[40412.204892] apr_tal:TIMEOUT for OPEN event <3>[40412.204892] APR: Unable to open handle <3>[40412.204923] q6asm_audio_client_alloc Registration with APR failed <3>[40412.204923] q6asm_audio_client_free: APR Common Port Already Closed <3>[40412.204923] asoc: can't open platform msm-dsp-audio.0 <3>[40417.204923] apr_tal:TIMEOUT for OPEN event <3>[40417.204923] APR: Unable to open handle <3>[40417.204953] q6asm_audio_client_alloc Registration with APR failed <3>[40417.204953] q6asm_audio_client_free: APR Common Port Already Closed <3>[40417.204953] asoc: can't open platform msm-dsp-audio.0 <38>[40417.212980] type=1400 audit(1462889525.842:1194): avc: denied { ioctl } for pid=191 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 ioctlcmd=910 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <3>[40422.204892] apr_tal:TIMEOUT for OPEN event <3>[40422.204892] APR: Unable to open handle <3>[40422.204923] q6asm_audio_client_alloc Registration with APR failed <3>[40422.204923] q6asm_audio_client_free: APR Common Port Already Closed <3>[40422.204923] asoc: can't open platform msm-dsp-audio.0 <38>[40423.142362] type=1400 audit(1462889531.768:1195): avc: denied { open } for pid=8021 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <3>[40427.204953] apr_tal:TIMEOUT for OPEN event <3>[40427.205014] APR: Unable to open handle <3>[40427.205045] q6asm_audio_client_alloc Registration with APR failed <3>[40427.205076] q6asm_audio_client_free: APR Common Port Already Closed <3>[40427.205106] asoc: can't open platform msm-dsp-audio.0 <3>[40432.205076] apr_tal:TIMEOUT for OPEN event <3>[40432.205137] APR: Unable to open handle <3>[40432.205198] q6asm_audio_client_alloc Registration with APR failed <3>[40432.205228] q6asm_audio_client_free: APR Common Port Already Closed <3>[40432.205259] asoc: can't open platform msm-dsp-audio.0 <3>[40437.215024] apr_tal:TIMEOUT for OPEN event <3>[40437.215085] APR: Unable to open handle <3>[40437.215116] q6asm_audio_client_alloc Registration with APR failed <3>[40437.215146] q6asm_audio_client_free: APR Common Port Already Closed <3>[40437.215177] asoc: can't open platform msm-dsp-audio.0 <3>[40442.214963] apr_tal:TIMEOUT for OPEN event <3>[40442.214994] APR: Unable to open handle <3>[40442.215055] q6asm_audio_client_alloc Registration with APR failed <3>[40442.215085] q6asm_audio_client_free: APR Common Port Already Closed <3>[40442.215116] asoc: can't open platform msm-dsp-audio.0 <3>[40447.214902] apr_tal:TIMEOUT for OPEN event <3>[40447.214933] APR: Unable to open handle <3>[40447.214933] q6asm_audio_client_alloc Registration with APR failed <3>[40447.214933] q6asm_audio_client_free: APR Common Port Already Closed <3>[40447.214963] asoc: can't open platform msm-dsp-audio.0 <38>[40447.490506] type=1400 audit(1462889556.121:1196): avc: denied { search } for pid=8007 comm="vervolv.toolbox" name="ksm" dev="sysfs" ino=5353 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs_ksm:s0 tclass=dir permissive=1 <3>[40452.215055] apr_tal:TIMEOUT for OPEN event <3>[40452.215116] APR: Unable to open handle <3>[40452.215146] q6asm_audio_client_alloc Registration with APR failed <3>[40452.215177] q6asm_audio_client_free: APR Common Port Already Closed <3>[40452.215207] asoc: can't open platform msm-dsp-audio.0 <3>[40457.214994] apr_tal:TIMEOUT for OPEN event <3>[40457.215024] APR: Unable to open handle <3>[40457.215055] q6asm_audio_client_alloc Registration with APR failed <3>[40457.215085] q6asm_audio_client_free: APR Common Port Already Closed <3>[40457.215146] asoc: can't open platform msm-dsp-audio.0 <3>[40462.214994] apr_tal:TIMEOUT for OPEN event <3>[40462.215024] APR: Unable to open handle <3>[40462.215055] q6asm_audio_client_alloc Registration with APR failed <3>[40462.215116] q6asm_audio_client_free: APR Common Port Already Closed <3>[40462.215146] asoc: can't open platform msm-dsp-audio.0 <3>[40467.214933] apr_tal:TIMEOUT for OPEN event <3>[40467.214963] APR: Unable to open handle <3>[40467.214963] q6asm_audio_client_alloc Registration with APR failed <3>[40467.214994] q6asm_audio_client_free: APR Common Port Already Closed <3>[40467.214994] asoc: can't open platform msm-dsp-audio.0 <3>[40472.214963] apr_tal:TIMEOUT for OPEN event <3>[40472.215024] APR: Unable to open handle <3>[40472.215055] q6asm_audio_client_alloc Registration with APR failed <3>[40472.215085] q6asm_audio_client_free: APR Common Port Already Closed <3>[40472.215116] asoc: can't open platform msm-dsp-audio.0 <38>[40473.327878] type=1400 audit(1462889581.956:1197): avc: denied { read write } for pid=191 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=932 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <3>[40477.214963] apr_tal:TIMEOUT for OPEN event <3>[40477.214994] APR: Unable to open handle <3>[40477.215024] q6asm_audio_client_alloc Registration with APR failed <3>[40477.215055] q6asm_audio_client_free: APR Common Port Already Closed <3>[40477.215116] asoc: can't open platform msm-dsp-audio.0 <3>[40482.214963] apr_tal:TIMEOUT for OPEN event <3>[40482.215024] APR: Unable to open handle <3>[40482.215055] q6asm_audio_client_alloc Registration with APR failed <3>[40482.215085] q6asm_audio_client_free: APR Common Port Already Closed <3>[40482.215116] asoc: can't open platform msm-dsp-audio.0 <3>[40487.214963] apr_tal:TIMEOUT for OPEN event <3>[40487.214994] APR: Unable to open handle <3>[40487.215024] q6asm_audio_client_alloc Registration with APR failed <3>[40487.215055] q6asm_audio_client_free: APR Common Port Already Closed <3>[40487.215085] asoc: can't open platform msm-dsp-audio.0 <3>[40492.214963] apr_tal:TIMEOUT for OPEN event <3>[40492.214994] APR: Unable to open handle <3>[40492.215024] q6asm_audio_client_alloc Registration with APR failed <3>[40492.215055] q6asm_audio_client_free: APR Common Port Already Closed <3>[40492.215116] asoc: can't open platform msm-dsp-audio.0 <3>[40497.215085] apr_tal:TIMEOUT for OPEN event <3>[40497.215146] APR: Unable to open handle <3>[40497.215177] q6asm_audio_client_alloc Registration with APR failed <3>[40497.215207] q6asm_audio_client_free: APR Common Port Already Closed <3>[40497.215238] asoc: can't open platform msm-dsp-audio.0 <3>[40502.214902] apr_tal:TIMEOUT for OPEN event <3>[40502.214902] APR: Unable to open handle <3>[40502.214933] q6asm_audio_client_alloc Registration with APR failed <3>[40502.214933] q6asm_audio_client_free: APR Common Port Already Closed <3>[40502.214963] asoc: can't open platform msm-dsp-audio.0 <3>[40507.214902] apr_tal:TIMEOUT for OPEN event <3>[40507.214933] APR: Unable to open handle <3>[40507.214933] q6asm_audio_client_alloc Registration with APR failed <3>[40507.214933] q6asm_audio_client_free: APR Common Port Already Closed <3>[40507.214963] asoc: can't open platform msm-dsp-audio.0 <3>[40512.215024] apr_tal:TIMEOUT for OPEN event <3>[40512.215055] APR: Unable to open handle <3>[40512.215085] q6asm_audio_client_alloc Registration with APR failed <3>[40512.215116] q6asm_audio_client_free: APR Common Port Already Closed <3>[40512.215177] asoc: can't open platform msm-dsp-audio.0 <7>[40517.116300] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[40517.116819] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[40517.214933] apr_tal:TIMEOUT for OPEN event <3>[40517.214963] APR: Unable to open handle <3>[40517.214963] q6asm_audio_client_alloc Registration with APR failed <3>[40517.214994] q6asm_audio_client_free: APR Common Port Already Closed <3>[40517.214994] asoc: can't open platform msm-dsp-audio.0 <38>[40518.823453] type=1400 audit(1462889627.451:1198): avc: denied { read } for pid=8100 comm="netd" name="hosts" dev="dm-10" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <38>[40518.824125] type=1400 audit(1462889627.451:1199): avc: denied { open } for pid=8100 comm="netd" name="hosts" dev="dm-10" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <38>[40518.826108] type=1400 audit(1462889627.451:1200): avc: denied { getattr } for pid=8100 comm="netd" path="/system/etc/hosts" dev="dm-10" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <3>[40522.214994] apr_tal:TIMEOUT for OPEN event <3>[40522.215024] APR: Unable to open handle <3>[40522.215055] q6asm_audio_client_alloc Registration with APR failed <3>[40522.215085] q6asm_audio_client_free: APR Common Port Already Closed <3>[40522.215116] asoc: can't open platform msm-dsp-audio.0 <3>[40527.214933] apr_tal:TIMEOUT for OPEN event <3>[40527.214963] APR: Unable to open handle <3>[40527.214963] q6asm_audio_client_alloc Registration with APR failed <3>[40527.214963] q6asm_audio_client_free: APR Common Port Already Closed <3>[40527.214994] asoc: can't open platform msm-dsp-audio.0 <3>[40532.215055] apr_tal:TIMEOUT for OPEN event <3>[40532.215085] APR: Unable to open handle <3>[40532.215116] q6asm_audio_client_alloc Registration with APR failed <3>[40532.215146] q6asm_audio_client_free: APR Common Port Already Closed <3>[40532.215207] asoc: can't open platform msm-dsp-audio.0 <3>[40533.628812] init: avc: denied { set } for property=ctl.dumplogcat:-D -B -o /data/user/0/com.evervolv.toolbox/files/logcat -m -r -d -k scontext=u:r:system_app:s0 tcontext=u:object_r:ctl_default_prop:s0 tclass=property_service <3>[40533.629239] init: Warning! Service dumplogcat needs a SELinux domain defined; please fix! <5>[40533.629270] init: Starting service 'dumplogcat'... <38>[40533.655637] type=1400 audit(1462889642.275:1201): avc: denied { module_request } for pid=8126 comm="dumplogcat" kmod="personality-8" scontext=u:r:init:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1 <4>[40533.674283] dumplogcat (8126): /proc/8126/oom_adj is deprecated, please use /proc/8126/oom_score_adj instead. <38>[40533.693662] type=1400 audit(1462889642.315:1202): avc: denied { write } for pid=8129 comm="logcat" path="/data/data/com.evervolv.toolbox/files/logcat-2016-05-10-10-14-02.txt.tmp" dev="dm-9" ino=303175 scontext=u:r:logd:s0 tcontext=u:object_r:system_app_data_file:s0 tclass=file permissive=1 <38>[40533.697721] type=1400 audit(1462889642.315:1203): avc: denied { module_request } for pid=8129 comm="logcat" kmod="personality-8" scontext=u:r:logd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1 ------ LAST KMSG (/proc/last_klog) ------ platform_init_mmu_mappings: entry platform_init_mmu_mappings:57: mapping shared ram as uncached at 0x40000000 platform_init_mmu_mappings: exit platform_init_timer: entry platform_init_timer: exit platform_set_periodic_timer:39: cb 0x4010c6bd, arg 0x0, interval 10 ****************************************** * Welcome to bootie! * Version: 468 ****************************************** mmch_init: entry mmch_init: exit usbc: initialized (rc=0) target_init_buttonscan: entry target_init_board_id: emu=0, product=0x1, hwbuild=1 boardtype=topaz-Wifi-pvt Memory bank 0 -> address: 0x40200000-0x46700000 size:0x06500000 Memory bank 1 -> address: 0x48000000-0x7ff00000 size:0x37F00000 i2c_init: Register GSBI 3 as i2c bus 0 i2c_init_clock: The i2c clock rate is 19200000 i2c_init: Register GSBI 4 as i2c bus 1 i2c_init_clock: The i2c clock rate is 19200000 i2c_init: Register GSBI 9 as i2c bus 2 i2c_init_clock: The i2c clock rate is 19200000 i2c_init: Register GSBI 8 as i2c bus 3 i2c_init_clock: The i2c clock rate is 19200000 i2c_init: Register GSBI 7 as i2c bus 4 i2c_init_clock: The i2c clock rate is 19200000 a6_init_sbw_pins: TCK: 157, TDIO; 158, WKUP: 155 max8903b_gpio_init Starting battery authentication... Battery auth succeeded sys_init: entry Wall message(Boot reason) = 0x77665502 ("recovery") sys_init: booted because 'recovery' mmch_reset: entry Bus(0) Primecell ID regs: 0x80 0x11 0x4 0x0 0xd 0xf0 0x5 0xb1 sdc1_clk_set 400000 mmch_set_active:727: bus 0, active 1 sdc1_clk_set 400000 mmch_reset: exit mmch_set_active:727: bus 0, active 1 sdc1_clk_set 400000 cid: 0x2010053 0x454d3136 0x47900400 0x4e3b5e36 mfg id: 0x2 oem id: 0x100 name: 'SEM16G' rev: 0x90 sn: 0x4004e3b date: 5.2011 sdc1_clk_set 50000000 token section is 4096 bytes long target_check_boot_condition: entry Wall message(Boot reason) = 0x77665502 ("recovery") display_init: displayWidth: 1024, displayHeight: 768 Wall message(Boot reason) = 0x77665502 ("recovery") p=100 ca=5499200 v=4182160 i=88125 autobooting with 'fsboot' command loading file '/boot/uImage' to address 0x41000000 parse_uimage:241: uimage 0x41000000 <6>[ 0.000000] Booting Linux on physical CPU 0 <6>[ 0.000000] Initializing cgroup subsys cpu <5>[ 0.000000] Linux version 3.0.101-cyanogenmod-g93560a0 (jc@jc-desk1) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Thu Jun 12 18:48:59 CDT 2014 <4>[ 0.000000] CPU: ARMv7 Processor [510f02d2] revision 2 (ARMv7), cr=10c5387d <4>[ 0.000000] CPU: VIPT nonaliasing data cache, VIVT ASID tagged instruction cache <4>[ 0.000000] Machine: TENDERLOIN <6>[ 0.000000] memory pool 0 (start 38000000 size 600000) initialized <6>[ 0.000000] memory pool 1 (start 38600000 size 3802000) initialized <6>[ 0.000000] memory pool 3 (start 75e00000 size 9800000) initialized <4>[ 0.000000] Memory policy: ECC disabled, Data cache writealloc <3>[ 0.000000] smem_find(137, 72): wrong size 64 <6>[ 0.000000] socinfo_init: v5, id=86, ver=2.0, raw_id=1696, raw_ver=1696, hw_plat=0, hw_plat_ver=65536 <6>[ 0.000000] accessory_chip=0 <7>[ 0.000000] On node 0 totalpages: 213760 <7>[ 0.000000] free_area_init_node: node 0, pgdat 80c94720, node_mem_map 81113000 <7>[ 0.000000] Normal zone: 2024 pages used for memmap <7>[ 0.000000] Normal zone: 0 pages reserved <7>[ 0.000000] Normal zone: 211736 pages, LIFO batch:31 <6>[ 0.000000] passing from bootie 6291456 bytes at 7f600000 physical for fb <6>[ 0.000000] PERCPU: Embedded 8 pages/cpu @81905000 s9600 r8192 d14976 u32768 <7>[ 0.000000] pcpu-alloc: s9600 r8192 d14976 u32768 alloc=8*4096 <7>[ 0.000000] pcpu-alloc: [0] 0 [0] 1 <4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 211736 <5>[ 0.000000] Kernel command line: root=/dev/ram0 rootwait ro fbcon=disable console=ttyS0,115200n8 androidboot.serialno=FD3UTQHMMFK8ARIIUDF487L1VHN83KAH fb=0x7f600000 nduid=fad0fd574b6f154a6b49ebd328e4d0f3e5438aa8 klog=0x7ff00000 klog_len=0x100000 boardtype=topaz-Wifi-pvt lastboot=recovery <4>[ 0.000000] boardtype_setup: boardtype_str = topaz-Wifi-pvt <4>[ 0.000000] boardtype_setup: boardtype = topaz_wifi <6>[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) <6>[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) <6>[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) <6>[ 0.000000] allocated 4145152 bytes of page_cgroup <6>[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups <6>[ 0.000000] Memory: 101MB 734MB = 835MB total <5>[ 0.000000] Memory: 822288k/822288k available, 188400k reserved, 0K highmem <5>[ 0.000000] Virtual kernel memory layout: <5>[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) <5>[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) <5>[ 0.000000] DMA : 0xff000000 - 0xffe00000 ( 14 MB) <5>[ 0.000000] vmalloc : 0xbf800000 - 0xfa000000 ( 936 MB) <5>[ 0.000000] lowmem : 0x80000000 - 0xbf400000 (1012 MB) <5>[ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB) <5>[ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB) <5>[ 0.000000] .init : 0x80008000 - 0x80055000 ( 308 kB) <5>[ 0.000000] .text : 0x80100000 - 0x80b73658 (10702 kB) <5>[ 0.000000] .data : 0x80c00000 - 0x80c96e40 ( 604 kB) <5>[ 0.000000] .bss : 0x80c96e64 - 0x8110e6e4 (4575 kB) <6>[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 <6>[ 0.000000] Preemptible hierarchical RCU implementation. <6>[ 0.000000] NR_IRQS:855 <6>[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms <6>[ 0.000000] Console: colour dummy device 80x30 <6>[ 0.150177] Calibrating delay using timer specific routine.. 13.52 BogoMIPS (lpj=67647) <6>[ 0.150268] pid_max: default: 32768 minimum: 301 <6>[ 0.150756] Mount-cache hash table entries: 512 <6>[ 0.151947] Initializing cgroup subsys cpuacct <6>[ 0.152069] Initializing cgroup subsys memory <6>[ 0.152160] Initializing cgroup subsys freezer <6>[ 0.152282] CPU: Testing write buffer coherency: ok <6>[ 0.152648] hw perfevents: enabled with ARMv7 Scorpion-MP PMU driver, 5 counters available <4>[ 0.184082] CPU1: Booted secondary processor <6>[ 0.193969] Brought up 2 CPUs <6>[ 0.194030] SMP: Total of 2 processors activated (27.05 BogoMIPS). <6>[ 0.206359] print_constraints: dummy: <3>[ 0.206451] rdev_init_debugfs: Error-Bad Function Input <6>[ 0.206787] NET: Registered protocol family 16 <3>[ 0.207000] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver <6>[ 0.208557] msm_rpm_init: RPM firmware 2.0.67653 <6>[ 0.209106] topaz_detect_board_type: emu=0 product=1 hwbuild=1 sku=0 <6>[ 0.209197] topaz_detect_board_type: detected topaz-Wifi-pvt <4>[ 0.209259] tenderloin_setup_pin_table: using tenderloin_pins_wifi <6>[ 0.209625] saw_probe: id=0, name=8901_s0 <6>[ 0.209960] saw_probe: id=1, name=8901_s1 <6>[ 0.211395] rcg_clk_handoff: gsbi12_uart_clk rate=7372800 <6>[ 0.211456] rcg_clk_handoff: gsbi3_qup_clk rate=24000000 <6>[ 0.211517] rcg_clk_handoff: gsbi4_qup_clk rate=24000000 <6>[ 0.211608] rcg_clk_handoff: gsbi7_qup_clk rate=24000000 <6>[ 0.211669] rcg_clk_handoff: gsbi8_qup_clk rate=24000000 <6>[ 0.211730] rcg_clk_handoff: gsbi9_qup_clk rate=24000000 <6>[ 0.211822] rcg_clk_handoff: sdc1_clk rate=48000000 <6>[ 0.211883] rcg_clk_handoff: usb_hs1_xcvr_clk rate=60000000 <6>[ 0.211975] rcg_clk_handoff: dsi_byte_clk rate=1 <6>[ 0.212066] rcg_clk_handoff: mdp_clk rate=200000000 <6>[ 0.212219] rcg_clk_handoff: pixel_mdp_clk rate=96000000 <6>[ 0.213714] Max ACPU freq: 1782000 KHz <6>[ 0.213836] Initial ACPU freq: 1512000 KHz <6>[ 0.221466] CPU0: 28 scaling frequencies supported. <6>[ 0.221496] CPU1: 28 scaling frequencies supported. <6>[ 0.222747] pm8058_probe: PMIC revision: E3 <6>[ 0.223785] pm_gpio_probe: OK: base=173, ngpio=40 <6>[ 0.223999] pm8xxx_mpp_probe: OK: base=213, ngpio=12 <6>[ 0.224853] pm8901_probe: PMIC REVISION = F4 <6>[ 0.225189] pm8xxx_mpp_probe: OK: base=225, ngpio=4 <3>[ 0.538299] msm_snddev_init <3>[ 0.538909] Registering a6_0 device. <6>[ 0.552978] bio: create slab at 0 <6>[ 0.554351] ION heap vmalloc created <6>[ 0.554412] ION heap mm created at 38800000 with size 3600000 <6>[ 0.554443] ION heap mm_fw created at 38600000 with size 200000 <6>[ 0.554504] ION heap mfc created at 3be00000 with size 2000 <6>[ 0.554565] ION heap sf created at 75e00000 with size 4000000 <6>[ 0.554626] ION heap camera_preview created at 79e00000 with size 4000000 <6>[ 0.554718] ION heap wb created at 7de00000 with size 600000 <6>[ 0.554779] ION heap qsecom created at 7e400000 with size 600000 <6>[ 0.554809] ION heap audio created at 7ea00000 with size 28b000 <5>[ 0.554931] pmic8058_pwm_probe: OK <6>[ 0.555023] klog_init: phys buffer at 0x7ff00000 <6>[ 0.555084] klog_init: virt address at 0xbfe00000 <6>[ 0.555114] klog_init: found valid klog, len 1048576 <6>[ 0.555175] klog_init: using buffer 3 at 0xbfec0000, length 262116 <5>[ 0.557403] SCSI subsystem initialized <6>[ 0.557617] usbcore: registered new interface driver usbfs <6>[ 0.557739] usbcore: registered new interface driver hub <6>[ 0.557952] usbcore: registered new device driver usb <6>[ 0.558227] Advanced Linux Sound Architecture Driver Version 1.0.24. <6>[ 0.558685] Bluetooth: Core ver 2.16 <6>[ 0.558776] NET: Registered protocol family 31 <6>[ 0.558807] Bluetooth: HCI device and connection manager initialized <6>[ 0.558898] Bluetooth: HCI socket layer initialized <6>[ 0.559051] Switching to clocksource gp_timer <6>[ 0.573028] NET: Registered protocol family 2 <6>[ 0.573211] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) <6>[ 0.573608] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) <6>[ 0.574859] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) <6>[ 0.575561] TCP: Hash tables configured (established 131072 bind 65536) <6>[ 0.575622] TCP reno registered <6>[ 0.575683] UDP hash table entries: 512 (order: 2, 16384 bytes) <6>[ 0.575775] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) <6>[ 0.576202] NET: Registered protocol family 1 <6>[ 0.576629] RPC: Registered named UNIX socket transport module. <6>[ 0.576721] RPC: Registered udp transport module. <6>[ 0.576782] RPC: Registered tcp transport module. <6>[ 0.576843] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.577087] Trying to unpack rootfs image as initramfs... <6>[ 1.195495] Freeing initrd memory: 2404K <6>[ 1.195739] PMU: registered new PMU device of type 0 <6>[ 1.195922] PMU: registered new PMU device of type 1 <6>[ 1.196350] ETM/ETB intialized. <6>[ 1.196533] pil_qdsp6v3 pil_qdsp6v3: using non-secure boot <3>[ 1.197235] smd_channel_probe_worker: allocation table not initialized <7>[ 1.201782] gpio_request: gpio-229 (msm_icodec_speaker_right) status -22 <3>[ 1.201873] initialize_msm_icodec_gpios: icodec gpio 229 request failed <3>[ 1.201965] msm_icodec_gpio_probe: GPIO configuration failed <6>[ 1.204498] Powering off BT - ignored <5>[ 1.205566] msm_rpm_log_probe: OK <6>[ 1.205932] audit: initializing netlink socket (disabled) <5>[ 1.206024] type=2000 audit(1.170:1): initialized <6>[ 1.283996] ashmem: initialized <6>[ 1.289978] fuse init (API version 7.16) <6>[ 1.290222] msgmni has been set to 1610 <6>[ 1.291625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) <6>[ 1.291717] io scheduler noop registered <6>[ 1.291778] io scheduler deadline registered <6>[ 1.291809] io scheduler row registered (default) <6>[ 1.291900] io scheduler cfq registered <4>[ 1.294036] mdp4_csc_config: Block type 10 isn't supported by CSC. <4>[ 1.294128] mdp4_csc_config: Block type 8 isn't supported by CSC. <3>[ 1.297363] lcdc_lg_panel_init: called <6>[ 1.297760] Lcdc_lg_probe: bl_pwm0=b575a800 LPG_chan0=0 <6>[ 1.301818] mdp4_lcdc_vsync_init: ndx=0 <6>[ 1.306243] FrameBuffer[0] 1024x768 size=6291456 bytes is registered successfully! <3>[ 1.306335] pm_runtime: fail to wake up <3>[ 1.306396] lcdc_common_panel_power: on=1 isOn=0 <4>[ 1.328369] mdp4_csc_config: Block type 10 isn't supported by CSC. <4>[ 1.328430] mdp4_csc_config: Block type 8 isn't supported by CSC. <4>[ 1.331390] load_565rle_image: Can not open /initlogo.rle <7>[ 1.331695] Registered led device: lcd-backlight <6>[ 1.331756] mdp4_lcdc_vsync_init: ndx=0 <6>[ 1.332580] <6>[ 1.332611] msm_vidc_enc: Inside vid_enc_init() <6>[ 1.332824] <6>[ 1.332855] msm_vidc_enc: Inside vid_enc_vcd_init() <3>[ 1.400787] msm_serial_hs_init failed to load <6>[ 1.400970] msm_serial_hsl: detected port #0 <6>[ 1.401092] msm_serial_hsl.0: ttyHSL0 at MMIO 0x19c40000 (irq = 227) is a MSM <6>[ 1.401702] msm_serial_hsl: driver initialized <6>[ 1.402954] msm_rotator_probe: rotator_hw_revision=1 <6>[ 1.409240] kgsl kgsl-3d0: |kgsl_gpummu_init| MMU type set for device is GPUMMU <6>[ 1.410766] kgsl kgsl-2d0: |kgsl_gpummu_init| MMU type set for device is GPUMMU <6>[ 1.411956] kgsl kgsl-2d1: |kgsl_gpummu_init| MMU type set for device is GPUMMU <6>[ 1.416839] brd: module loaded <6>[ 1.418853] loop: module loaded <6>[ 1.419067] pmem: Initializing pmem_adsp (user-space) as non-cached <6>[ 1.419464] allocating 6291456 bytes at (null) (7ec8b000 physical) for pmem_adsp <6>[ 1.419677] pmem: Initializing pmem_audio (user-space) as non-cached <6>[ 1.419921] allocating 2666496 bytes at (null) (7f28b000 physical) for pmem_audio <5>[ 1.420318] pm8xxx_upl_probe: OK <4>[ 1.421783] hsuart_tty:created 'ttyHS0' device on UART 0 <4>[ 1.421966] user-pins: configuring irq for gpio 129 <6>[ 1.422363] Initialize hres_counter device <4>[ 1.422485] mdmgpio_init <6>[ 1.422607] Before a6 call to i2c_add_driver. <3>[ 1.423767] a6_init_state: enabling A6 internal wake. <3>[ 1.423828] a6_init_state: TS2_I2C_WAKEUP_PERIOD = 0x1b <6>[ 1.475494] A6 Version: HW: 255, FW (M.m.B): 2.13.25, ManID: 28769, ProdTyp: 1281 <5>[ 1.504699] A6 driver initialized successfully! <3>[ 1.505889] a6_init_state: enabling A6 internal wake. <3>[ 1.505950] a6_init_state: TS2_I2C_WAKEUP_PERIOD = 0x1b <6>[ 1.553039] A6 Version: HW: 255, FW (M.m.B): 2.7.29, ManID: 28769, ProdTyp: 1793 <5>[ 1.556518] A6 driver initialized successfully! <4>[ 1.556610] i2c-core: driver [a6] using legacy suspend method <4>[ 1.556671] i2c-core: driver [a6] using legacy resume method <3>[ 1.557098] msm_wm8958_setup_power: codec power setup <3>[ 1.557189] wm8994_ldo_power: Power up the WM8994 LDOs <6>[ 1.588531] wm8994 4-001a: WM8958 revision B <4>[ 1.603942] wm8994 4-001a: No interrupt specified, no interrupts <7>[ 1.604217] gpiochip_find_base: found new base at 501 <3>[ 1.608673] msm_wm8958_shutdown_power: codec power shutdown <3>[ 1.608764] wm8994_ldo_power: Power down the WM8994 LDOs <6>[ 1.609954] SCSI Media Changer driver v0.25 <6>[ 1.610748] PPP generic driver version 2.4.2 <6>[ 1.611114] PPP Deflate Compression module registered <6>[ 1.611175] PPP BSD Compression module registered <6>[ 1.612884] PPP MPPE Compression module registered <6>[ 1.612945] NET: Registered protocol family 24 <6>[ 1.613037] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled). <6>[ 1.613159] CSLIP: code copyright 1989 Regents of the University of California. <6>[ 1.613586] tun: Universal TUN/TAP device driver, 1.6 <6>[ 1.613647] tun: (C) 1999-2004 Max Krasnyansky <6>[ 1.614105] usbcore: registered new interface driver asix <6>[ 1.614196] usbcore: registered new interface driver cdc_ether <6>[ 1.614318] usbcore: registered new interface driver net1080 <6>[ 1.614410] usbcore: registered new interface driver cdc_subset <6>[ 1.614501] usbcore: registered new interface driver zaurus <6>[ 1.614624] usbcore: registered new interface driver sierra_net <6>[ 1.614715] cdc_ncm: 14-Mar-2012-mbm <6>[ 1.614776] usbcore: registered new interface driver cdc_ncm <6>[ 1.614868] rmnet_init: SMD devices[8] <3>[ 1.620819] Error: Driver 'msm_otg' is already registered, aborting... <3>[ 1.621063] pehci: Host Driver has not been Registered with errors : ffffffea <4>[ 1.621154] Register Char Driver for HCD <6>[ 1.621215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 1.621429] host driver registered w/ tranceiver <6>[ 1.621582] usbcore: registered new interface driver cdc_acm <6>[ 1.621643] cdc_acm: v0.26-mbm_2:USB Abstract Control Model driver for USB modems and ISDN adapters <6>[ 1.621795] usbcore: registered new interface driver cdc_wdm <6>[ 1.621856] Initializing USB Mass Storage driver... <6>[ 1.621978] usbcore: registered new interface driver usb-storage <6>[ 1.622039] USB Mass Storage support registered. <6>[ 1.622192] usbcore: registered new interface driver usbserial <6>[ 1.622253] usbserial: USB Serial Driver core <6>[ 1.622344] USB Serial support registered for Sierra USB modem <6>[ 1.622467] usbcore: registered new interface driver sierra <6>[ 1.622528] sierra: v.1.7.16:USB Driver for Sierra Wireless USB modems <6>[ 1.622650] usbcore: registered new interface driver usb_ehset_test <6>[ 1.622955] peripheral driver registered w/ tranceiver <4>[ 1.623046] msm_otg_sm_work 1816 id=0 OTG_STATE_UNDEFINED <6>[ 1.625213] android_usb gadget: Mass Storage Function, version: 2009/09/11 <6>[ 1.625274] android_usb gadget: Number of LUNs=2 <6>[ 1.625335] lun0: LUN: removable file: (no medium) <6>[ 1.625396] lun1: LUN: removable file: (no medium) <6>[ 1.625732] android_usb gadget: android_usb ready <4>[ 1.626037] mousedev: could not register psaux device, error: -16 <6>[ 1.626098] mousedev: PS/2 mouse device common for all mice <6>[ 1.626739] input: gpio-keys as /devices/platform/gpio-keys/input/input0 <3>[ 1.628814] board_cy8ctma395_vdd_enable: enable=1 isPowerOn=0 <6>[ 1.639862] input: pmic8xxx_pwrkey as /devices/platform/msm_ssbi.0/pm8058-core/pm8xxx-pwrkey/input/input1 <6>[ 1.640686] <6>lsm303dlh magnetometer driver <3>[ 1.640777] lsm303dlh_mag_sysfs: probe start <6>[ 1.641357] input: lsm303dlh_mag_sysfs as /devices/i2c-0/0-001e/input/input2 <6>[ 1.641754] lsm303dlh_mag_sysfs 0-001e: lsm303dlh_mag probed <7>[ 1.641876] lsm303dlh_acc_sysfs accelerometer driver: init <6>[ 1.641967] lsm303dlh_acc_sysfs: probe start. <6>[ 1.642028] lsm303dlh_acc_sysfs: hw init start <6>[ 1.642883] lsm303dlh_acc_sysfs: hw init done <6>[ 1.643371] input: lsm303dlh_acc_sysfs as /devices/i2c-0/0-0018/input/input3 <6>[ 1.643737] lsm303dlh_acc_sysfs 0-0018: lsm303dlh_acc_sysfs: probed <4>[ 1.643859] i2c-core: driver [lsm303dlh_acc_sysfs] using legacy suspend method <4>[ 1.643951] i2c-core: driver [lsm303dlh_acc_sysfs] using legacy resume method <6>[ 1.646118] input: isl29023 light sensor as /devices/virtual/input/input4 <6>[ 1.646453] isl29023 0-0044: driver version 1.0 enabled <4>[ 1.646575] i2c-core: driver [isl29023] using legacy suspend method <4>[ 1.646636] i2c-core: driver [isl29023] using legacy resume method <6>[ 1.646759] i2c i2c-0: mpu3050: +lsm303dlha <6>[ 1.646820] i2c i2c-0: mpu3050: +lsm303dlhm <4>[ 1.646881] i2c i2c-0: WARNING: Compass irq not assigned <4>[ 1.646942] i2c i2c-0: mpu3050: No Pressure Present <6>[ 1.661132] i2c i2c-0: Installing irq using 381 <6>[ 1.661193] i2c i2c-0: Module Param interface = mpuirq <4>[ 1.661651] i2c-core: driver [mpu3050] using legacy suspend method <4>[ 1.661743] i2c-core: driver [mpu3050] using legacy resume method <7>[ 1.661804] mpu_init <6>[ 1.662902] using rtc device, pm8xxx_rtc, for alarms <6>[ 1.662994] rtc-pm8xxx rtc-pm8xxx: rtc core: registered pm8xxx_rtc as rtc0 <6>[ 1.663330] i2c /dev entries driver <6>[ 1.664428] Linux video capture interface: v2.00 <6>[ 1.664581] usbcore: registered new interface driver uvcvideo <6>[ 1.664672] USB Video Class driver (v1.1.0) <4>[ 1.665100] +++ config_camera_on_gpios_web_cam_mt9m113 <4>[ 1.665496] config_camera_on_gpios_web_cam_mt9m113:enable the regulator votg_lvs0 succeed <4>[ 1.666168] config_camera_on_gpios_web_cam_mt9m113:enable the regulator votg_vreg_l11 succeed <4>[ 1.666290] --- config_camera_on_gpios_web_cam_mt9m113 <4>[ 1.849700] msm_otg_sm_work 1819 id=1 OTG_STATE_UNDEFINED <6>[ 1.890899] a6_update_connected_ps: ac=0 usb=0 dock=0 <3>[ 1.969696] qup_i2c qup_i2c.1: Transaction timed out, SL-AD = 0x3c <3>[ 1.969757] qup_i2c qup_i2c.1: I2C Status: 132100 <3>[ 1.969818] qup_i2c qup_i2c.1: QUP Status: 0 <3>[ 1.969879] qup_i2c qup_i2c.1: OP Flags: 10 <4>[ 1.969940] mt9m113_i2c_rxdata Addr:0x3c failed 0 times! <6>[ 1.991058] msm_hsusb_host msm_hsusb_host.0: Qualcomm On-Chip EHCI Host Controller <6>[ 1.991180] msm_hsusb_host msm_hsusb_host.0: new USB bus registered, assigned bus number 1 <6>[ 1.991363] msm_hsusb_host msm_hsusb_host.0: irq 132, io base 0x12500000 <6>[ 1.991516] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 <6>[ 1.991607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 1.991699] usb usb1: Product: Qualcomm On-Chip EHCI Host Controller <6>[ 1.991760] usb usb1: Manufacturer: Linux 3.0.101-cyanogenmod-g93560a0 ehci_hcd <6>[ 1.991851] usb usb1: SerialNumber: msm_hsusb_host.0 <6>[ 1.992462] hub 1-0:1.0: USB hub found <6>[ 1.992523] hub 1-0:1.0: 1 port detected <3>[ 2.240112] qup_i2c qup_i2c.1: Transaction timed out, SL-AD = 0x3c <3>[ 2.240173] qup_i2c qup_i2c.1: I2C Status: 132100 <3>[ 2.240234] qup_i2c qup_i2c.1: QUP Status: 0 <3>[ 2.240295] qup_i2c qup_i2c.1: OP Flags: 10 <4>[ 2.240356] mt9m113_i2c_rxdata Addr:0x3c failed 1 times! <3>[ 2.510131] qup_i2c qup_i2c.1: Transaction timed out, SL-AD = 0x3c <3>[ 2.510192] qup_i2c qup_i2c.1: I2C Status: 132100 <3>[ 2.510253] qup_i2c qup_i2c.1: QUP Status: 0 <3>[ 2.510314] qup_i2c qup_i2c.1: OP Flags: 10 <4>[ 2.510375] mt9m113_i2c_rxdata Addr:0x3c failed 2 times! <3>[ 2.780151] qup_i2c qup_i2c.1: Transaction timed out, SL-AD = 0x3c <3>[ 2.780212] qup_i2c qup_i2c.1: I2C Status: 132100 <3>[ 2.780273] qup_i2c qup_i2c.1: QUP Status: 0 <3>[ 2.780334] qup_i2c qup_i2c.1: OP Flags: 10 <4>[ 2.780395] mt9m113_i2c_rxdata Addr:0x3c failed 3 times! <3>[ 3.050140] qup_i2c qup_i2c.1: Transaction timed out, SL-AD = 0x3c <3>[ 3.050231] qup_i2c qup_i2c.1: I2C Status: 132100 <3>[ 3.050292] qup_i2c qup_i2c.1: QUP Status: 0 <3>[ 3.050354] qup_i2c qup_i2c.1: OP Flags: 10 <4>[ 3.050415] mt9m113_i2c_rxdata Addr:0x3c failed 4 times! <4>[ 3.050476] mt9m113_i2c_rxdata failed! <4>[ 3.050537] mt9m113_sensor_probe mt9m113_i2c_read failed <4>[ 3.050598] ../../../../../../../../../dev3/cm/repo11/kernel/hp/tenderloin/drivers/media/video/msm/mt9m113.c mt9m113_sensor_probe:878 failed <4>[ 3.051300] +++ config_camera_off_gpios_web_cam_mt9m113 <4>[ 3.051666] config_camera_off_gpios_web_cam_mt9m113:disable the regulator: votg_lvs0 succeed <4>[ 3.052062] config_camera_off_gpios_web_cam_mt9m113:disable the regulator: votg_vreg_l11 succeed <4>[ 3.052185] --- config_camera_off_gpios_web_cam_mt9m113 <3>[ 3.052246] msm_sync_init: failed to initialize mt9m113 <4>[ 3.052337] msm_camera_mt9m113: probe of msm_camera_mt9m113.0 failed with error -5 <6>[ 3.052978] msm_gemini_init gemini: success <6>[ 3.053253] max8903b driver registeration! rc = 0 <5>[ 3.069946] tsens_tm_probe: OK <6>[ 3.070373] device-mapper: uevent: version 1.0.3 <6>[ 3.070831] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com <6>[ 3.071044] Bluetooth: MSM Sleep Mode Driver Ver 1.1 <6>[ 3.071655] cpuidle: using governor ladder <6>[ 3.071716] cpuidle: using governor menu <6>[ 3.072113] mmc0: mci-version: 0 <3>[ 3.072265] mmc0: No card detect facilities available <6>[ 3.072509] mmc0: Qualcomm MSM SDCC-core at 0x0000000012400000 irq 136,0 dma 18 dmacrcri 1 <6>[ 3.072601] mmc0: 8 bit data mode enabled <6>[ 3.072662] mmc0: 4 bit data mode disabled <6>[ 3.072723] mmc0: polling status mode disabled <6>[ 3.072784] mmc0: MMC clock 400000 -> 48000000 Hz, PCLK 0 Hz <6>[ 3.072845] mmc0: Slot eject status = 0 <6>[ 3.072906] mmc0: Power save feature enable = 1 <6>[ 3.072967] mmc0: DM non-cached buffer at ffda0000, dma_addr 0x74060000 <6>[ 3.073059] mmc0: DM cmd busaddr 0x74060000, cmdptr busaddr 0x74077f40 <6>[ 3.073394] mmc1: mci-version: 0 <3>[ 3.075103] mmc1: No card detect facilities available <6>[ 3.075347] mmc1: Qualcomm MSM SDCC-core at 0x00000000121c0000 irq 133,0 dma 21 dmacrcri 5 <6>[ 3.075469] mmc1: 8 bit data mode disabled <6>[ 3.075531] mmc1: 4 bit data mode enabled <6>[ 3.075561] mmc1: polling status mode disabled <6>[ 3.075622] mmc1: MMC clock 400000 -> 48000000 Hz, PCLK 0 Hz <6>[ 3.075714] mmc1: Slot eject status = 0 <6>[ 3.075744] mmc1: Power save feature enable = 1 <6>[ 3.075805] mmc1: DM non-cached buffer at ffd80000, dma_addr 0x74080000 <6>[ 3.075897] mmc1: DM cmd busaddr 0x74080000, cmdptr busaddr 0x74097f40 <4>[ 3.076019] tenderloin_probe_wifi: id 4 mmc b4cdf000 <7>[ 3.076477] LM8502 module init called <7>[ 3.076538] LM8502 probe called <3>[ 3.176910] qup_i2c qup_i2c.3: QUP: I2C status flags :0x1343c8, irq:193 <3>[ 3.177032] qup_i2c qup_i2c.3: I2C slave addr:0x33 not connected <3>[ 3.177093] Unable to read LM8502 registers <7>[ 3.179595] Registered led device: core_navi_left <7>[ 3.180419] Registered led device: core_navi_right <4>[ 3.181945] i2c-core: driver [LM8502] using legacy suspend method <4>[ 3.182037] i2c-core: driver [LM8502] using legacy resume method <6>[ 3.183532] usbcore: registered new interface driver usbhid <6>[ 3.183593] usbhid: USB HID core driver <6>[ 3.184234] logger: created 512K log 'log_main' <6>[ 3.184387] logger: created 256K log 'log_events' <6>[ 3.184570] logger: created 512K log 'log_radio' <6>[ 3.184753] logger: created 256K log 'log_system' <6>[ 3.185394] zram: Created 1 device(s) ... <6>[ 3.185913] usbcore: registered new interface driver snd-usb-audio <6>[ 3.186767] msm-cpu-dai msm-cpu-dai.0: asoc_msm_cpu_probe: dev name msm-cpu-dai.0 <6>[ 3.187011] msm-codec-dai msm-codec-dai.0: asoc_msm_codec_probe: dev name msm-codec-dai.0 <6>[ 3.187225] msm-dsp-audio msm-dsp-audio.0: msm_pcm_probe: dev name msm-dsp-audio.0 <3>[ 3.187713] msm_wm8958_setup_power: codec power setup <3>[ 3.187805] wm8994_ldo_power: Power up the WM8994 LDOs <6>[ 3.192352] mmc0: new high speed MMC card at address 0001 <6>[ 3.192840] mmcblk0: mmc0:0001 SEM16G 14.8 GiB <6>[ 3.193084] mmcblk0boot0: mmc0:0001 SEM16G partition 1 1.00 MiB <6>[ 3.193298] mmcblk0boot1: mmc0:0001 SEM16G partition 2 1.00 MiB <6>[ 3.200195] mmcblk0: p1 p2 p3 p4 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 > <6>[ 3.206390] mmcblk0boot1: unknown partition table <6>[ 3.208892] mmcblk0boot0: unknown partition table <6>[ 3.456390] Headphone switch initialized, plugged=0 <6>[ 3.459808] asoc: wm8994-aif1 <-> msm-cpu-dai.0 mapping ok <6>[ 3.460968] asoc: wm8994-aif2 <-> msm-cpu-dai.0 mapping ok <6>[ 3.461914] input: msm-audio headset as /devices/platform/soc-audio/sound/card0/input5 <6>[ 3.462463] mvs-cpu-dai mvs-cpu-dai.0: asoc_mvs_cpu_probe: dev name mvs-cpu-dai.0 <6>[ 3.462707] mvs-codec-dai mvs-codec-dai.0: asoc_mvs_codec_probe: dev name mvs-codec-dai.0 <6>[ 3.462951] msm-mvs-audio msm-mvs-audio.0: msm_pcm_probe: dev name msm-mvs-audio.0 <6>[ 3.464050] ALSA device list: <6>[ 3.464080] #0: msm-audio <6>[ 3.464416] oprofile: using arm/armv7-scorpionmp <6>[ 3.464599] GACT probability NOT on <6>[ 3.464660] Mirror/redirect action on <6>[ 3.464691] u32 classifier <6>[ 3.464721] Actions configured <6>[ 3.464782] Netfilter messages via NETLINK v0.30. <6>[ 3.464904] nf_conntrack version 0.5.0 (12885 buckets, 51540 max) <6>[ 3.465362] ctnetlink v0.93: registering with nfnetlink. <6>[ 3.465484] NF_TPROXY: Transparent proxy support initialized, version 4.1.0 <6>[ 3.465576] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd. <6>[ 3.466186] xt_time: kernel timezone is -0000 <6>[ 3.466400] ip_tables: (C) 2000-2006 Netfilter Core Team <6>[ 3.466644] arp_tables: (C) 2002 David S. Miller <6>[ 3.466735] TCP cubic registered <6>[ 3.466796] Initializing XFRM netlink socket <6>[ 3.467315] NET: Registered protocol family 10 <6>[ 3.468353] Mobile IPv6 <6>[ 3.468414] ip6_tables: (C) 2000-2006 Netfilter Core Team <6>[ 3.468597] IPv6 over IPv4 tunneling driver <6>[ 3.469390] NET: Registered protocol family 17 <6>[ 3.469482] NET: Registered protocol family 15 <6>[ 3.469573] L2TP core driver, V2.0 <6>[ 3.469604] PPPoL2TP kernel driver, V2.0 <6>[ 3.469665] L2TP IP encapsulation support (L2TPv3) <6>[ 3.469909] L2TP netlink interface <6>[ 3.470001] NET: Registered protocol family 35 <5>[ 3.470123] Registering the dns_resolver key type <6>[ 3.470214] VFP support v0.3: implementor 51 architecture 64 part 2d variant 0 rev 0 <5>[ 3.470336] Registering SWP/SWPB emulation handler <6>[ 3.477447] clock_late_init() disabled 201 unused clocks <6>[ 3.478179] cpufreq: cpu0 init at 1512000 switching to 1188000 <6>[ 3.479064] cpufreq: cpu1 init at 1512000 switching to 1188000 <6>[ 3.479461] [MPDEC]: msm_mpdec_init init complete. <6>[ 3.484222] MSM Watchdog Initialized <3>[ 3.484832] set_dload_mode <0> ( 8001584C ) <6>[ 3.485992] rtc-pm8xxx rtc-pm8xxx: setting system clock to 2016-05-03 17:18:51 UTC (1462295931) <6>[ 3.486114] msm_v4l2: msm_v4l2_init <4>[ 3.486297] Warning: unable to open an initial console. <6>[ 3.486724] Freeing init memory: 308K <3>[ 3.492858] healthd: wakealarm_init: timerfd_create failed <3>[ 3.819702] init: cannot open '/initlogo.rle' <3>[ 3.824401] android_usb: already disabled <6>[ 3.835540] kjournald starting. Commit interval 5 seconds <6>[ 3.841430] EXT3-fs (mmcblk0p13): using internal journal <6>[ 3.841674] EXT3-fs (mmcblk0p13): mounted filesystem with writeback data mode <6>[ 4.091094] msm_otg_suspend: usb in low power mode <3>[ 4.343353] init: Unable to open persistent property directory /data/property errno: 2 <3>[ 4.363983] fs_mgr: Cannot open file /etc/extra.fstab <3>[ 4.374023] board_cy8ctma395_vdd_enable: enable=1 isPowerOn=1 <7>[ 4.383575] EXT4-fs (dm-9): ext4_orphan_cleanup: deleting unreferenced inode 290256 <7>[ 4.387115] EXT4-fs (dm-9): ext4_orphan_cleanup: deleting unreferenced inode 32818 <6>[ 4.388031] EXT4-fs (dm-9): 2 orphan inodes deleted <6>[ 4.388092] EXT4-fs (dm-9): recovery complete <4>[ 4.462646] CPU1: Booted secondary processor <6>[ 4.548767] input: HPTouchpad as /devices/virtual/input/input6 <6>[ 4.721038] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: <3>[ 4.761566] android_usb: already disabled <6>[ 4.768157] adb_open <6>[ 4.768249] adb_bind_config <6>[ 5.389129] lsm303dlh_acc_sysfs: hw init start <6>[ 5.397033] lsm303dlh_acc_sysfs: hw init done <3>[ 5.765136] fs_mgr: Cannot open file /etc/extra.fstab <6>[ 5.782257] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: <6>[ 6.784454] EXT4-fs (dm-8): recovery complete <6>[ 6.786071] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: <6>[ 6.814025] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: <3>[ 6.827026] lcdc_common_panel_power: on=1 isOn=1 <6>[ 8.313629] msmsdcc_runtime_suspend: Enter WIFI suspend <6>[ 12.320343] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: <4>[ 20.212219] CPU1: Booted secondary processor <6>[ 20.212890] [MPDEC]: CPU[1] off->on <6>[ 20.425415] [MPDEC]: CPU[1] on->off | time online: 213 <4>[ 33.232177] CPU1: Booted secondary processor <6>[ 33.245880] [MPDEC]: CPU[1] off->on <6>[ 33.457061] [MPDEC]: CPU[1] on->off | time online: 211 <6>[ 35.417633] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts: <4>[ 35.482238] CPU1: Booted secondary processor <6>[ 35.483001] [MPDEC]: CPU[1] off->on <6>[ 35.906677] [MPDEC]: CPU[1] on->off | time online: 424 <4>[ 36.252258] CPU1: Booted secondary processor <6>[ 36.254486] [MPDEC]: CPU[1] off->on <6>[ 36.467254] [MPDEC]: CPU[1] on->off | time online: 212 <4>[ 36.743957] CPU1: Booted secondary processor <6>[ 36.744659] [MPDEC]: CPU[1] off->on <6>[ 36.955444] [MPDEC]: CPU[1] on->off | time online: 211 <4>[ 37.306488] CPU1: Booted secondary processor <6>[ 37.308044] [MPDEC]: CPU[1] off->on <6>[ 37.513885] [MPDEC]: CPU[1] on->off | time online: 206 <4>[ 37.792236] CPU1: Booted secondary processor <6>[ 37.792907] [MPDEC]: CPU[1] off->on <6>[ 38.019622] [MPDEC]: CPU[1] on->off | time online: 227 <4>[ 38.153717] CPU1: Booted secondary processor <6>[ 38.154449] [MPDEC]: CPU[1] off->on <6>[ 38.365814] [MPDEC]: CPU[1] on->off | time online: 211 <4>[ 43.752624] CPU1: Booted secondary processor <6>[ 43.753295] [MPDEC]: CPU[1] off->on <6>[ 43.965698] [MPDEC]: CPU[1] on->off | time online: 213 <6>[ 61.662261] a6_update_connected_ps: ac=0 usb=0 dock=0 <6>[ 61.662414] max8903b_current_setup: ### CHARGE_DISABLE <4>[ 76.092193] CPU1: Booted secondary processor <6>[ 76.092895] [MPDEC]: CPU[1] off->on <6>[ 76.307342] [MPDEC]: CPU[1] on->off | time online: 214 <4>[ 92.122344] CPU1: Booted secondary processor <6>[ 92.123352] [MPDEC]: CPU[1] off->on <6>[ 92.335540] [MPDEC]: CPU[1] on->off | time online: 213 <4>[ 97.235504] CPU1: Booted secondary processor <6>[ 97.236724] [MPDEC]: CPU[1] off->on <6>[ 97.445404] [MPDEC]: CPU[1] on->off | time online: 209 <4>[ 97.652862] CPU1: Booted secondary processor <6>[ 97.661254] [MPDEC]: CPU[1] off->on <6>[ 97.873626] [MPDEC]: CPU[1] on->off | time online: 213 <3>[ 241.280578] INFO: task dbs_sync/0:85 blocked for more than 120 seconds. <3>[ 241.280731] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. <6>[ 241.280944] dbs_sync/0 D 807f1878 0 85 2 0x00000000 <4>[ 241.281219] [<807f1878>] (__schedule+0x79c/0xa9c) from [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8) <4>[ 241.281463] [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8) from [<801a81b4>] (kthread+0x80/0x8c) <4>[ 241.281738] [<801a81b4>] (kthread+0x80/0x8c) from [<80105f88>] (kernel_thread_exit+0x0/0x8) <3>[ 241.281951] INFO: task dbs_sync/1:86 blocked for more than 120 seconds. <3>[ 241.282135] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. <6>[ 241.282318] dbs_sync/1 D 807f1878 0 86 2 0x00000000 <4>[ 241.282531] [<807f1878>] (__schedule+0x79c/0xa9c) from [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8) <4>[ 241.282775] [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8) from [<801a81b4>] (kthread+0x80/0x8c) <4>[ 241.283020] [<801a81b4>] (kthread+0x80/0x8c) from [<80105f88>] (kernel_thread_exit+0x0/0x8) <4>[ 315.454315] CPU1: Booted secondary processor <6>[ 315.455078] [MPDEC]: CPU[1] off->on <6>[ 315.665344] [MPDEC]: CPU[1] on->off | time online: 210 <4>[ 357.762176] CPU1: Booted secondary processor <6>[ 357.762847] [MPDEC]: CPU[1] off->on <6>[ 358.325408] [MPDEC]: CPU[1] on->off | time online: 563 <3>[ 361.280487] INFO: task dbs_sync/0:85 blocked for more than 120 seconds. <3>[ 361.280609] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. <6>[ 361.280700] dbs_sync/0 D 807f1878 0 85 2 0x00000000 <4>[ 361.280853] [<807f1878>] (__schedule+0x79c/0xa9c) from [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8) <4>[ 361.280975] [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8) from [<801a81b4>] (kthread+0x80/0x8c) <4>[ 361.281127] [<801a81b4>] (kthread+0x80/0x8c) from [<80105f88>] (kernel_thread_exit+0x0/0x8) <3>[ 361.281219] INFO: task dbs_sync/1:86 blocked for more than 120 seconds. <3>[ 361.281402] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. <6>[ 361.281524] dbs_sync/1 D 807f1878 0 86 2 0x00000000 <4>[ 361.281616] [<807f1878>] (__schedule+0x79c/0xa9c) from [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8) <4>[ 361.281738] [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8) from [<801a81b4>] (kthread+0x80/0x8c) <4>[ 361.281860] [<801a81b4>] (kthread+0x80/0x8c) from [<80105f88>] (kernel_thread_exit+0x0/0x8) <6>[ 380.077453] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts: <4>[ 380.163269] CPU1: Booted secondary processor <6>[ 380.171020] [MPDEC]: CPU[1] off->on <6>[ 380.523559] [MPDEC]: CPU[1] on->off | time online: 353 <4>[ 380.872222] CPU1: Booted secondary processor <6>[ 380.873138] [MPDEC]: CPU[1] off->on <6>[ 381.083587] [MPDEC]: CPU[1] on->off | time online: 211 <4>[ 381.222625] CPU1: Booted secondary processor <6>[ 381.223327] [MPDEC]: CPU[1] off->on <6>[ 381.436279] [MPDEC]: CPU[1] on->off | time online: 213 <4>[ 381.782196] CPU1: Booted secondary processor <6>[ 381.783996] [MPDEC]: CPU[1] off->on <6>[ 381.999114] [MPDEC]: CPU[1] on->off | time online: 215 <4>[ 383.042236] CPU1: Booted secondary processor <6>[ 383.042816] [MPDEC]: CPU[1] off->on <6>[ 383.257659] [MPDEC]: CPU[1] on->off | time online: 215 <4>[ 383.673675] CPU1: Booted secondary processor <6>[ 383.674346] [MPDEC]: CPU[1] off->on <6>[ 383.883544] [MPDEC]: CPU[1] on->off | time online: 210 <4>[ 384.932220] CPU1: Booted secondary processor <6>[ 384.932891] [MPDEC]: CPU[1] off->on <6>[ 385.143554] [MPDEC]: CPU[1] on->off | time online: 211 <4>[ 387.383056] CPU1: Booted secondary processor <6>[ 387.383728] [MPDEC]: CPU[1] off->on <6>[ 387.595458] [MPDEC]: CPU[1] on->off | time online: 212 <4>[ 391.232330] CPU1: Booted secondary processor <6>[ 391.233032] [MPDEC]: CPU[1] off->on <6>[ 391.445556] [MPDEC]: CPU[1] on->off | time online: 213 <4>[ 415.592346] CPU1: Booted secondary processor <6>[ 415.593048] [MPDEC]: CPU[1] off->on <6>[ 415.805877] [MPDEC]: CPU[1] on->off | time online: 213 <4>[ 425.676666] CPU1: Booted secondary processor <6>[ 425.678009] [MPDEC]: CPU[1] off->on <6>[ 425.885986] [MPDEC]: CPU[1] on->off | time online: 208 <4>[ 434.844390] CPU1: Booted secondary processor <6>[ 434.845092] [MPDEC]: CPU[1] off->on <6>[ 435.065399] [MPDEC]: CPU[1] on->off | time online: 221 <4>[ 443.042358] CPU1: Booted secondary processor <6>[ 443.043426] [MPDEC]: CPU[1] off->on <6>[ 443.255645] [MPDEC]: CPU[1] on->off | time online: 212 <6>[ 446.913177] EXT3-fs: barriers not enabled <6>[ 446.913848] kjournald starting. Commit interval 5 seconds <6>[ 446.921722] EXT3-fs (mmcblk0p13): using internal journal <6>[ 446.921813] EXT3-fs (mmcblk0p13): mounted filesystem with writeback data mode <4>[ 447.042327] CPU1: Booted secondary processor <6>[ 447.043029] [MPDEC]: CPU[1] off->on <6>[ 447.253784] [MPDEC]: CPU[1] on->off | time online: 211 <4>[ 448.796722] CPU1: Booted secondary processor <6>[ 448.797760] [MPDEC]: CPU[1] off->on <6>[ 449.004974] [MPDEC]: CPU[1] on->off | time online: 207 <6>[ 464.962219] msm_otg_resume: usb exited from low power mode <6>[ 465.010803] a6_update_connected_ps: ac=0 usb=0 dock=0 <6>[ 465.010955] max8903b_current_setup: ### CHARGE_DISABLE <6>[ 467.021728] msm_otg_suspend: usb in low power mode <4>[ 467.072235] CPU1: Booted secondary processor <6>[ 467.072967] [MPDEC]: CPU[1] off->on <6>[ 467.285034] [MPDEC]: CPU[1] on->off | time online: 212 <6>[ 470.372161] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts: <6>[ 470.460296] SysRq : Emergency Remount R/O <4>[ 470.467803] Disabling non-boot CPUs ... <0>[ 470.467926] Restarting system. <4>[ 470.468017] <0>[ 470.468109] Restarting Linux version 3.0.101-cyanogenmod-g93560a0 (jc@jc-desk1) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Thu Jun 12 18:48:59 CDT 2014 <0>[ 470.468444] <3>[ 470.469268] set_dload_mode <0> ( 80168F58 ) <3>[ 470.469512] set_dload_mode <0> ( 80168F60 ) <5>[ 470.469757] Going down for restart now <3>[ 470.469970] pm8xxx_reset_pwr_off, [1] <3>[ 470.470184] pm8xxx_reset_pwr_off, [2] <3>[ 470.470367] pm8xxx_reset_pwr_off, [3] <3>[ 470.470642] pm8xxx_reset_pwr_off, [4] <3>[ 470.470855] pm8xxx_reset_pwr_off, [5] <3>[ 470.479064] pm8xxx_reset_pwr_off, [6] <3>[ 470.479278] pm8xxx_reset_pwr_off, [7] <3>[ 470.479492] pm8xxx_reset_pwr_off, [8] <6>[ 470.479705] arch_reset: Initiating reboot via bootloader Broadcasting: Intent { act=com.evervolv.toolbox.action.DUMPLOGCAT_FINISHED (has extras) } Broadcast completed: result=0