Logcat: ev_tenderloin-6.0.1-testing-2016.04.15

From EVLogcat Uploader, 7 Years ago, written in Plain Text, viewed 1'357 times.
URL http://paste.evervolv.com/view/1117344d Embed
Download Paste or View Raw
  1. ------ SYSTEM LOG (logcat -d *:v) ------
  2. --------- beginning of crash
  3. 05-03 14:38:12.100  7750  8369 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #2
  4. 05-03 14:38:12.100  7750  8369 E AndroidRuntime: Process: com.google.android.googlequicksearchbox:interactor, PID: 7750
  5. 05-03 14:38:12.100  7750  8369 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground()
  6. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at android.os.AsyncTask$3.done(AsyncTask.java:309)
  7. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354)
  8. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at java.util.concurrent.FutureTask.setException(FutureTask.java:223)
  9. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at java.util.concurrent.FutureTask.run(FutureTask.java:242)
  10. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
  11. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
  12. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
  13. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at java.lang.Thread.run(Thread.java:818)
  14. 05-03 14:38:12.100  7750  8369 E AndroidRuntime: Caused by: java.lang.SecurityException: Caller is not the current voice interaction service
  15. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at android.os.Parcel.readException(Parcel.java:1620)
  16. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at android.os.Parcel.readException(Parcel.java:1573)
  17. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at com.android.internal.app.IVoiceInteractionManagerService$Stub$Proxy.getDspModuleProperties(IVoiceInteractionManagerService.java:692)
  18. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at android.service.voice.AlwaysOnHotwordDetector$RefreshAvailabiltyTask.internalGetInitialAvailability(AlwaysOnHotwordDetector.java:725)
  19. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at android.service.voice.AlwaysOnHotwordDetector$RefreshAvailabiltyTask.doInBackground(AlwaysOnHotwordDetector.java:686)
  20. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at android.service.voice.AlwaysOnHotwordDetector$RefreshAvailabiltyTask.doInBackground(AlwaysOnHotwordDetector.java:685)
  21. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at android.os.AsyncTask$2.call(AsyncTask.java:295)
  22. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  23. 05-03 14:38:12.100  7750  8369 E AndroidRuntime:        ... 4 more
  24. 05-03 14:40:12.280  9667  9685 E AndroidRuntime: FATAL EXCEPTION: EmailNotification
  25. 05-03 14:40:12.280  9667  9685 E AndroidRuntime: Process: com.android.email, PID: 9667
  26. 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
  27. 05-03 14:40:12.280  9667  9685 E AndroidRuntime:        at com.android.email.EmailNotificationController.registerMessageNotification(EmailNotificationController.java:275)
  28. 05-03 14:40:12.280  9667  9685 E AndroidRuntime:        at com.android.email.EmailNotificationController.-wrap4(EmailNotificationController.java)
  29. 05-03 14:40:12.280  9667  9685 E AndroidRuntime:        at com.android.email.EmailNotificationController$1.run(EmailNotificationController.java:195)
  30. 05-03 14:40:12.280  9667  9685 E AndroidRuntime:        at android.os.Handler.handleCallback(Handler.java:739)
  31. 05-03 14:40:12.280  9667  9685 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:95)
  32. 05-03 14:40:12.280  9667  9685 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:148)
  33. 05-03 14:40:12.280  9667  9685 E AndroidRuntime:        at com.android.email.EmailNotificationController$NotificationThread.run(EmailNotificationController.java:848)
  34. 05-03 14:40:12.280  9667  9685 E AndroidRuntime:        at java.lang.Thread.run(Thread.java:818)
  35. 05-03 14:40:13.506  9687  9687 E AndroidRuntime: FATAL EXCEPTION: main
  36. 05-03 14:40:13.506  9687  9687 E AndroidRuntime: Process: com.android.gallery3d, PID: 9687
  37. 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.
  38. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.app.ActivityThread.handleReceiver(ActivityThread.java:2776)
  39. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.app.ActivityThread.-wrap14(ActivityThread.java)
  40. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1440)
  41. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:102)
  42. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:148)
  43. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:5471)
  44. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
  45. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  46. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  47. 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.
  48. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.os.Parcel.readException(Parcel.java:1620)
  49. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183)
  50. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
  51. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.content.ContentProviderProxy.call(ContentProviderNative.java:646)
  52. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.provider.Settings$NameValueCache.putStringForUser(Settings.java:1322)
  53. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.provider.Settings$System.putStringForUser(Settings.java:1652)
  54. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.provider.Settings$System.putString(Settings.java:1636)
  55. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at org.codeaurora.gallery3d.video.DmReceiver.onReceive(DmReceiver.java:39)
  56. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        at android.app.ActivityThread.handleReceiver(ActivityThread.java:2769)
  57. 05-03 14:40:13.506  9687  9687 E AndroidRuntime:        ... 8 more
  58. 05-03 15:33:30.127 10709 10709 E AndroidRuntime: FATAL EXCEPTION: main
  59. 05-03 15:33:30.127 10709 10709 E AndroidRuntime: Process: com.android.vending, PID: 10709
  60. 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
  61. 05-03 15:33:30.127 10709 10709 E AndroidRuntime:        at com.google.android.finsky.activities.MainActivity.y(SourceFile:1833)
  62. 05-03 15:33:30.127 10709 10709 E AndroidRuntime:        at com.google.android.finsky.layout.play.FinskyDrawerLayout.e(SourceFile:319)
  63. 05-03 15:33:30.127 10709 10709 E AndroidRuntime:        at com.google.android.finsky.layout.play.l.run(SourceFile:123)
  64. 05-03 15:33:30.127 10709 10709 E AndroidRuntime:        at android.os.Handler.handleCallback(Handler.java:739)
  65. 05-03 15:33:30.127 10709 10709 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:95)
  66. 05-03 15:33:30.127 10709 10709 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:148)
  67. 05-03 15:33:30.127 10709 10709 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:5471)
  68. 05-03 15:33:30.127 10709 10709 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
  69. 05-03 15:33:30.127 10709 10709 E AndroidRuntime:        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  70. 05-03 15:33:30.127 10709 10709 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  71. 05-03 16:32:49.892 12327 12327 E AndroidRuntime: FATAL EXCEPTION: IntentService[LowPriorityJobService]
  72. 05-03 16:32:49.892 12327 12327 E AndroidRuntime: Process: com.google.android.apps.photos, PID: 12327
  73. 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()
  74. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at android.os.Parcel.readException(Parcel.java:1620)
  75. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183)
  76. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
  77. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at android.content.ContentProviderProxy.query(ContentProviderNative.java:421)
  78. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at android.content.ContentResolver.query(ContentResolver.java:491)
  79. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at android.content.ContentResolver.query(ContentResolver.java:434)
  80. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at cro.a(PG:1197)
  81. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at csc.a(PG:163)
  82. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at csr.a(PG:2035)
  83. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at gen_binder.root.RootModule$Generated.a(PG:1308)
  84. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at szn.e(PG:415)
  85. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at szn.b(PG:242)
  86. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at szn.b(PG:502)
  87. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at csx.a(PG:1036)
  88. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at gen_binder.root.RootModule$Generated.a(PG:2991)
  89. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at szn.f(PG:469)
  90. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at szn.c(PG:261)
  91. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at szn.c(PG:510)
  92. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at com.google.android.apps.photos.scheduler.LowPriorityBackgroundJobService.a(PG:50)
  93. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at com.google.android.apps.photos.scheduler.LowPriorityBackgroundJobService.onHandleIntent(PG:40)
  94. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:66)
  95. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:102)
  96. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:148)
  97. 05-03 16:32:49.892 12327 12327 E AndroidRuntime:        at android.os.HandlerThread.run(HandlerThread.java:61)
  98. 05-06 12:48:34.982 15901 15901 E AndroidRuntime: FATAL EXCEPTION: main
  99. 05-06 12:48:34.982 15901 15901 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 15901
  100. 05-06 12:48:34.982 15901 15901 E AndroidRuntime: java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  101. 05-06 12:49:40.650 16186 16186 E AndroidRuntime: FATAL EXCEPTION: main
  102. 05-06 12:49:40.650 16186 16186 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 16186
  103. 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
  104. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.View.onCreateDrawableState(View.java:17123)
  105. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.widget.TextView.onCreateDrawableState(TextView.java:5485)
  106. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.View.getDrawableState(View.java:17048)
  107. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.View.drawableStateChanged(View.java:16958)
  108. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.widget.TextView.drawableStateChanged(TextView.java:3965)
  109. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.support.v7.widget.AppCompatTextView.drawableStateChanged(AppCompatTextView.java:149)
  110. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.View.refreshDrawableState(View.java:17026)
  111. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.View.onWindowFocusChanged(View.java:9562)
  112. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.widget.TextView.onWindowFocusChanged(TextView.java:8229)
  113. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.View.dispatchWindowFocusChanged(View.java:9534)
  114. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204)
  115. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204)
  116. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204)
  117. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204)
  118. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204)
  119. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204)
  120. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:1204)
  121. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3386)
  122. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:102)
  123. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:148)
  124. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:5471)
  125. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
  126. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  127. 05-06 12:49:40.650 16186 16186 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  128. 05-06 12:50:08.187 16315 16474 E AndroidRuntime: FATAL EXCEPTION: Picasso-Dispatcher
  129. 05-06 12:50:08.187 16315 16474 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 16315
  130. 05-06 12:50:08.187 16315 16474 E AndroidRuntime: java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  131. 05-06 12:50:36.063 16489 16489 E AndroidRuntime: FATAL EXCEPTION: main
  132. 05-06 12:50:36.063 16489 16489 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 16489
  133. 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
  134. 05-06 12:50:36.063 16489 16489 E AndroidRuntime:        at android.view.ViewRootImpl.obtainQueuedInputEvent(ViewRootImpl.java:5820)
  135. 05-06 12:50:36.063 16489 16489 E AndroidRuntime:        at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:5847)
  136. 05-06 12:50:36.063 16489 16489 E AndroidRuntime:        at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:6035)
  137. 05-06 12:50:36.063 16489 16489 E AndroidRuntime:        at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:185)
  138. 05-06 12:50:36.063 16489 16489 E AndroidRuntime:        at android.os.MessageQueue.nativePollOnce(Native Method)
  139. 05-06 12:50:36.063 16489 16489 E AndroidRuntime:        at android.os.MessageQueue.next(MessageQueue.java:323)
  140. 05-06 12:50:36.063 16489 16489 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:135)
  141. 05-06 12:50:36.063 16489 16489 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:5471)
  142. 05-06 12:50:36.063 16489 16489 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
  143. 05-06 12:50:36.063 16489 16489 E AndroidRuntime:        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  144. 05-06 12:50:36.063 16489 16489 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  145. 05-06 12:56:09.390 17198 17198 E AndroidRuntime: FATAL EXCEPTION: main
  146. 05-06 12:56:09.390 17198 17198 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 17198
  147. 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
  148. 05-06 12:56:09.390 17198 17198 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
  149. 05-06 12:56:09.390 17198 17198 E AndroidRuntime:        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  150. 05-06 12:56:09.390 17198 17198 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  151. 05-06 12:57:00.938 17467 17467 E AndroidRuntime: Error reporting crash
  152. 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
  153. 05-06 12:57:00.938 17467 17467 E AndroidRuntime:        at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:79)
  154. 05-06 12:57:00.938 17467 17467 E AndroidRuntime:        at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
  155. 05-06 12:57:00.938 17467 17467 E AndroidRuntime:        at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
  156. 05-06 19:01:34.491 19284 19347 E AndroidRuntime: FATAL EXCEPTION: measurement-1
  157. 05-06 19:01:34.491 19284 19347 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 19284
  158. 05-06 19:01:34.491 19284 19347 E AndroidRuntime: java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
  159. 05-06 19:02:13.402  8429  8429 E AndroidRuntime: FATAL EXCEPTION: main
  160. 05-06 19:02:13.402  8429  8429 E AndroidRuntime: Process: com.android.systemui, PID: 8429
  161. 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
  162. 05-06 19:02:13.402  8429  8429 E AndroidRuntime:        at com.android.systemui.statusbar.phone.StatusBarIconController.updateSystemIcon(StatusBarIconController.java:180)
  163. 05-06 19:02:13.402  8429  8429 E AndroidRuntime:        at com.android.systemui.statusbar.phone.PhoneStatusBar.updateIcon(PhoneStatusBar.java:1253)
  164. 05-06 19:02:13.402  8429  8429 E AndroidRuntime:        at com.android.systemui.statusbar.CommandQueue$H.handleMessage(CommandQueue.java:335)
  165. 05-06 19:02:13.402  8429  8429 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:102)
  166. 05-06 19:02:13.402  8429  8429 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:148)
  167. 05-06 19:02:13.402  8429  8429 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:5471)
  168. 05-06 19:02:13.402  8429  8429 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
  169. 05-06 19:02:13.402  8429  8429 E AndroidRuntime:        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  170. 05-06 19:02:13.402  8429  8429 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  171. 05-06 20:26:07.717 20711 20799 E AndroidRuntime: FATAL EXCEPTION: Picasso-Dispatcher
  172. 05-06 20:26:07.717 20711 20799 E AndroidRuntime: Process: com.ffd.hg.xr.release, PID: 20711
  173. 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
  174. 05-06 20:26:07.717 20711 20799 E AndroidRuntime:        at com.squareup.picasso.Dispatcher.performBatchComplete(Dispatcher.java:380)
  175. 05-06 20:26:07.717 20711 20799 E AndroidRuntime:        at com.squareup.picasso.Dispatcher$DispatcherHandler.handleMessage(Dispatcher.java:516)
  176. 05-06 20:26:07.717 20711 20799 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:102)
  177. 05-06 20:26:07.717 20711 20799 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:148)
  178. 05-06 20:26:07.717 20711 20799 E AndroidRuntime:        at android.os.HandlerThread.run(HandlerThread.java:61)
  179. 05-06 21:18:57.708 19661 19661 E AndroidRuntime: FATAL EXCEPTION: IntentService[LowPriorityJobService]
  180. 05-06 21:18:57.708 19661 19661 E AndroidRuntime: Process: com.google.android.apps.photos, PID: 19661
  181. 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()
  182. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at android.os.Parcel.readException(Parcel.java:1620)
  183. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183)
  184. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
  185. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at android.content.ContentProviderProxy.query(ContentProviderNative.java:421)
  186. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at android.content.ContentResolver.query(ContentResolver.java:491)
  187. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at android.content.ContentResolver.query(ContentResolver.java:434)
  188. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at cro.a(PG:1197)
  189. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at csc.a(PG:163)
  190. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at csr.a(PG:2035)
  191. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at gen_binder.root.RootModule$Generated.a(PG:1308)
  192. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at szn.e(PG:415)
  193. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at szn.b(PG:242)
  194. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at szn.b(PG:502)
  195. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at csx.a(PG:1036)
  196. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at gen_binder.root.RootModule$Generated.a(PG:2991)
  197. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at szn.f(PG:469)
  198. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at szn.c(PG:261)
  199. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at szn.c(PG:510)
  200. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at com.google.android.apps.photos.scheduler.LowPriorityBackgroundJobService.a(PG:50)
  201. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at com.google.android.apps.photos.scheduler.LowPriorityBackgroundJobService.onHandleIntent(PG:40)
  202. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:66)
  203. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:102)
  204. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:148)
  205. 05-06 21:18:57.708 19661 19661 E AndroidRuntime:        at android.os.HandlerThread.run(HandlerThread.java:61)
  206. --------- beginning of system
  207. 05-07 20:41:16.067  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e815feb}
  208. 05-07 20:41:16.660  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e815feb}
  209. 05-07 20:46:01.118  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  210. 05-07 20:46:01.775  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  211. 05-07 20:50:47.006  1034  2321 W ActivityManager: SLOW OOM ADJ: 285197ms for pid 21088 = 9
  212. 05-07 20:50:47.158  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  213. 05-07 20:50:47.778  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  214. 05-07 20:55:33.077  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  215. 05-07 20:55:33.743  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  216. 05-07 21:00:35.308  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  217. 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)
  218. 05-07 21:00:35.952  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  219. 05-07 21:05:21.099  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  220. 05-07 21:05:21.795  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  221. 05-07 21:10:07.082  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  222. 05-07 21:10:07.726  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  223. 05-07 21:14:52.118  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  224. 05-07 21:14:52.789  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  225. 05-07 21:19:38.080  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  226. 05-07 21:19:38.720  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  227. 05-07 21:24:24.008  1034  1057 W ActivityManager: SLOW OOM ADJ: 285263ms for pid 21088 = 9
  228. 05-07 21:24:24.177  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  229. 05-07 21:24:24.835  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  230. 05-07 21:29:09.260  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  231. 05-07 21:29:09.871  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  232. 05-07 21:33:54.356  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  233. 05-07 21:33:55.005  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  234. 05-07 21:38:39.427  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  235. 05-07 21:38:40.003  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  236. 05-07 21:43:24.526  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  237. 05-07 21:43:25.119  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  238. 05-07 21:48:09.618  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  239. 05-07 21:48:10.230  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  240. 05-07 21:52:55.072  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  241. 05-07 21:52:55.786  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  242. 05-07 21:57:41.157  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  243. 05-07 21:57:41.816  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  244. 05-07 22:02:26.221  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  245. 05-07 22:02:26.873  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  246. 05-07 22:07:12.163  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  247. 05-07 22:07:12.209  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@508730d}
  248. 05-07 22:07:12.217  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@508730d}
  249. 05-07 22:07:12.832  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  250. 05-07 22:11:58.023  1034  1059 I UsageStatsService: User[0] Rolling over usage stats
  251. 05-07 22:11:58.024  1034  1059 I UsageStatsService: User[0] Flushing usage stats to disk
  252. 05-07 22:11:58.079  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  253. 05-07 22:11:58.189  1034  1059 I UsageStatsService: User[0] Rollover scheduled @ 2016-05-08 20:00:00(1462752000000)
  254. 05-07 22:11:58.241  1034  1059 I UsageStatsService: User[0] Rolling over usage stats complete. Took 218 milliseconds
  255. 05-07 22:11:58.719  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  256. 05-07 22:16:44.101  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  257. 05-07 22:16:44.687  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  258. 05-07 22:16:59.317  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{fc54d28 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  259. 05-07 22:21:29.142  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  260. 05-07 22:21:29.711  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  261. 05-07 22:26:14.214  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  262. 05-07 22:26:14.863  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  263. 05-07 22:31:00.160  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  264. 05-07 22:31:00.754  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  265. 05-07 22:35:45.243  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  266. 05-07 22:35:45.917  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  267. 05-07 22:40:31.153  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  268. 05-07 22:40:31.773  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  269. 05-07 22:45:17.071  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  270. 05-07 22:45:17.715  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  271. 05-07 22:50:02.118  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  272. 05-07 22:50:02.767  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  273. 05-07 22:54:48.082  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  274. 05-07 22:54:48.736  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  275. 05-07 22:59:34.061  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  276. 05-07 22:59:34.678  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ac1a1}
  277. 05-07 23:04:19.141  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  278. 05-07 23:04:19.778  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  279. 05-07 23:09:05.012  1034  1974 W ActivityManager: SLOW OOM ADJ: 285191ms for pid 25866 = 11
  280. 05-07 23:09:05.070  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  281. 05-07 23:09:05.670  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  282. 05-07 23:13:51.085  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  283. 05-07 23:13:51.749  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  284. 05-07 23:18:37.078  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  285. 05-07 23:18:37.678  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  286. 05-07 23:23:22.123  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  287. 05-07 23:23:22.844  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  288. 05-07 23:28:07.183  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  289. 05-07 23:28:07.828  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  290. 05-07 23:30:00.003  1034  1058 W ActivityManager: SLOW OOM ADJ: 112153ms for pid 21088 = 9
  291. 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]]
  292. 05-07 23:32:52.234  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  293. 05-07 23:32:52.866  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  294. 05-07 23:34:15.015  1034  1830 W ActivityManager: SLOW OOM ADJ: 82115ms for pid 21088 = 9
  295. 05-07 23:37:37.362  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  296. 05-07 23:37:38.028  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  297. 05-07 23:42:23.085  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  298. 05-07 23:42:23.749  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  299. 05-07 23:47:09.122  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  300. 05-07 23:47:09.859  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  301. 05-07 23:51:54.183  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  302. 05-07 23:51:54.826  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  303. 05-07 23:56:40.062  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  304. 05-07 23:56:40.704  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  305. 05-08 00:00:01.007  1034  1847 W ActivityManager: SLOW OOM ADJ: 200265ms for pid 25866 = 11
  306. 05-08 00:01:25.150  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  307. 05-08 00:01:25.786  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  308. 05-08 00:06:10.236  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  309. 05-08 00:06:10.888  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  310. 05-08 00:10:56.212  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  311. 05-08 00:10:56.832  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  312. 05-08 00:15:42.116  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  313. 05-08 00:15:42.753  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  314. 05-08 00:20:27.170  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  315. 05-08 00:20:27.836  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  316. 05-08 00:25:13.073  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  317. 05-08 00:25:13.733  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  318. 05-08 00:29:58.147  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  319. 05-08 00:29:58.802  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  320. 05-08 00:34:16.006  1034  2231 W ActivityManager: SLOW OOM ADJ: 257165ms for pid 21088 = 9
  321. 05-08 00:34:43.175  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  322. 05-08 00:34:43.843  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  323. 05-08 00:39:29.070  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  324. 05-08 00:39:29.713  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  325. 05-08 00:44:15.140  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  326. 05-08 00:44:15.740  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  327. 05-08 00:49:01.151  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  328. 05-08 00:49:01.768  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  329. 05-08 00:53:46.286  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  330. 05-08 00:53:46.923  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  331. 05-08 00:58:32.075  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  332. 05-08 00:58:32.712  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  333. 05-08 01:03:18.113  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  334. 05-08 01:03:18.744  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  335. 05-08 01:08:04.015  1034  1472 W ActivityManager: SLOW OOM ADJ: 285238ms for pid 21088 = 9
  336. 05-08 01:08:04.082  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  337. 05-08 01:08:04.716  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  338. 05-08 01:12:49.116  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  339. 05-08 01:12:49.767  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9fc48d0}
  340. 05-08 01:17:34.417  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  341. 05-08 01:17:34.982  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  342. 05-08 01:17:49.598  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{72a1426 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  343. 05-08 01:22:19.499  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  344. 05-08 01:22:20.123  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  345. 05-08 01:23:47.007  1034  1847 W ActivityManager: SLOW OOM ADJ: 86818ms for pid 21088 = 9
  346. 05-08 01:27:05.101  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  347. 05-08 01:27:05.729  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  348. 05-08 01:31:50.008  1034  1494 W ActivityManager: SLOW OOM ADJ: 284243ms for pid 20926 = 11
  349. 05-08 01:31:50.205  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  350. 05-08 01:31:50.837  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  351. 05-08 01:36:35.278  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  352. 05-08 01:36:36.036  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  353. 05-08 01:41:20.371  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  354. 05-08 01:41:21.002  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  355. 05-08 01:46:06.069  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  356. 05-08 01:46:06.727  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  357. 05-08 01:50:52.292  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  358. 05-08 01:50:52.921  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  359. 05-08 01:55:38.077  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  360. 05-08 01:55:38.660  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  361. 05-08 02:00:24.008  1034  2321 W ActivityManager: SLOW OOM ADJ: 285264ms for pid 21088 = 9
  362. 05-08 02:00:24.106  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  363. 05-08 02:00:24.791  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  364. 05-08 02:05:10.091  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  365. 05-08 02:05:10.730  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  366. 05-08 02:09:56.066  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  367. 05-08 02:09:56.655  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  368. 05-08 02:14:41.114  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  369. 05-08 02:14:41.658  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  370. 05-08 02:19:27.110  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  371. 05-08 02:19:27.694  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  372. 05-08 02:24:13.126  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  373. 05-08 02:24:13.813  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  374. 05-08 02:28:58.008  1034  2289 W ActivityManager: SLOW OOM ADJ: 207884ms for pid 21088 = 5
  375. 05-08 02:28:58.230  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  376. 05-08 02:28:58.850  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  377. 05-08 02:33:44.008  1034  1830 W ActivityManager: SLOW OOM ADJ: 285119ms for pid 21088 = 9
  378. 05-08 02:33:44.093  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  379. 05-08 02:33:44.720  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  380. 05-08 02:38:29.167  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  381. 05-08 02:38:29.820  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  382. 05-08 02:43:15.067  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  383. 05-08 02:43:15.702  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  384. 05-08 02:48:00.111  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  385. 05-08 02:48:00.822  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  386. 05-08 02:52:46.116  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  387. 05-08 02:52:46.767  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  388. 05-08 02:57:32.118  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  389. 05-08 02:57:32.699  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  390. 05-08 03:02:17.274  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  391. 05-08 03:02:17.350  1034  1034 I ActivityManager: Idle maintenance over +16m8s393ms low RAM for 0
  392. 05-08 03:02:17.359  1034  1253 I MountService: Running fstrim idle maintenance
  393. 05-08 03:02:17.359  1034  1253 D VoldConnector: SND -> {21 fstrim dotrimbench}
  394. 05-08 03:02:17.361  1034  1254 D VoldConnector: RCV <- {200 21 Command succeeded}
  395. 05-08 03:02:17.361  1034  1253 I MountServiceIdler: Got mount service completion callback
  396. 05-08 03:02:17.363   139 27408 D vold    : Starting trim of /data
  397. 05-08 03:02:17.363   139 27408 W vold    : Trim failed on /data: Operation not supported on transport endpoint
  398. 05-08 03:02:17.363  1034  1254 D VoldConnector: RCV <- {662 /data -1 -1}
  399. 05-08 03:02:17.737   139 27408 I vold    : Benchmarking /data/misc/vold/bench
  400. 05-08 03:02:18.261  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  401. 05-08 03:02:33.479   139 27408 V vold    : Before drop_caches
  402. 05-08 03:02:33.597   139 27408 V vold    : After drop_caches
  403. 05-08 03:02:35.666   139 27408 I vold    : create took 15741ms
  404. 05-08 03:02:35.666   139 27408 I vold    : drop took 118ms
  405. 05-08 03:02:35.666   139 27408 I vold    : run took 1675ms
  406. 05-08 03:02:35.666   139 27408 I vold    : destroy took 393ms
  407. 05-08 03:02:35.667   139 27408 D vold    : Starting trim of /cache
  408. 05-08 03:02:35.667   139 27408 W vold    : Trim failed on /cache: Operation not supported on transport endpoint
  409. 05-08 03:02:35.669   139 27408 I vold    : Benchmarking /cache/misc/vold/bench
  410. 05-08 03:02:35.700  1034  1254 D VoldConnector: RCV <- {661 /data/misc/vold/bench r1572:w1001:s285 15741484670 118164063 1675994874 393463135}
  411. 05-08 03:02:35.722  1034  1254 D VoldConnector: RCV <- {662 /cache -1 -1}
  412. 05-08 03:02:49.932   139 27408 V vold    : Before drop_caches
  413. 05-08 03:02:50.078   139 27408 V vold    : After drop_caches
  414. 05-08 03:02:51.698   139 27408 I vold    : create took 14262ms
  415. 05-08 03:02:51.698   139 27408 I vold    : drop took 146ms
  416. 05-08 03:02:51.698   139 27408 I vold    : run took 1466ms
  417. 05-08 03:02:51.698   139 27408 I vold    : destroy took 152ms
  418. 05-08 03:02:51.698   139 27408 D vold    : Starting trim of none
  419. 05-08 03:02:51.698   139 27408 W vold    : Failed to open none: No such file or directory
  420. 05-08 03:07:13.007  1034  1254 D VoldConnector: RCV <- {661 /cache/misc/vold/bench r1572:w1001:s285 14262268068 146972656 1466796875 152343751}
  421. 05-08 03:07:13.579  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  422. 05-08 03:07:13.764  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6ba9ea9}
  423. 05-08 03:07:13.790  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6ba9ea9}
  424. 05-08 03:07:14.528  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  425. 05-08 03:11:59.102  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  426. 05-08 03:11:59.770  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  427. 05-08 03:16:44.168  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  428. 05-08 03:16:44.824  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  429. 05-08 03:21:30.009  1034  1847 W ActivityManager: SLOW OOM ADJ: 285167ms for pid 21088 = 9
  430. 05-08 03:21:30.064  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  431. 05-08 03:21:30.747  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  432. 05-08 03:26:15.172  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  433. 05-08 03:26:15.843  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  434. 05-08 03:31:00.403  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  435. 05-08 03:31:01.094  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  436. 05-08 03:35:45.476  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  437. 05-08 03:35:46.158  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  438. 05-08 03:40:30.537  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  439. 05-08 03:40:31.191  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  440. 05-08 03:45:15.623  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  441. 05-08 03:45:16.242  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  442. 05-08 03:50:01.074  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  443. 05-08 03:50:01.673  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  444. 05-08 03:54:47.070  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  445. 05-08 03:54:47.640  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  446. 05-08 03:59:32.100  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  447. 05-08 03:59:32.713  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  448. 05-08 04:04:17.132  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  449. 05-08 04:04:17.790  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  450. 05-08 04:09:03.174  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  451. 05-08 04:09:03.752  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  452. 05-08 04:13:49.057  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  453. 05-08 04:13:49.667  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  454. 05-08 04:14:02.015  1034  1058 W ActivityManager: SLOW OOM ADJ: 12306ms for pid 21084 = 13
  455. 05-08 04:18:34.120  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  456. 05-08 04:18:34.692  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  457. 05-08 04:18:49.553  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{670527f u0 com.google.android.gms/.security.snet.SnetLaunchService}
  458. 05-08 04:23:19.195  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  459. 05-08 04:23:19.861  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  460. 05-08 04:28:04.287  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  461. 05-08 04:28:04.941  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  462. 05-08 04:29:02.005  1034  2231 W ActivityManager: SLOW OOM ADJ: 57024ms for pid 21088 = 9
  463. 05-08 04:32:49.390  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  464. 05-08 04:32:50.029  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  465. 05-08 04:34:18.009  1034  1830 W ActivityManager: SLOW OOM ADJ: 87931ms for pid 21088 = 9
  466. 05-08 04:37:35.075  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  467. 05-08 04:37:35.801  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  468. 05-08 04:42:21.154  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  469. 05-08 04:42:21.794  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  470. 05-08 04:47:06.198  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  471. 05-08 04:47:06.847  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  472. 05-08 04:51:52.072  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  473. 05-08 04:51:52.750  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  474. 05-08 04:56:38.070  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  475. 05-08 04:56:38.680  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  476. 05-08 05:01:23.158  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  477. 05-08 05:01:23.845  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  478. 05-08 05:06:09.061  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@83990e0}
  479. 05-08 05:06:09.080  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  480. 05-08 05:06:09.132  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@83990e0}
  481. 05-08 05:06:09.734  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  482. 05-08 05:10:55.004  1034  1946 W ActivityManager: SLOW OOM ADJ: 285237ms for pid 21088 = 9
  483. 05-08 05:10:55.060  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  484. 05-08 05:10:55.719  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  485. 05-08 05:15:40.222  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  486. 05-08 05:15:40.840  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  487. 05-08 05:20:26.063  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  488. 05-08 05:20:26.688  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  489. 05-08 05:25:12.151  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  490. 05-08 05:25:12.847  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  491. 05-08 05:29:57.252  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  492. 05-08 05:29:57.869  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  493. 05-08 05:34:42.343  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  494. 05-08 05:34:42.998  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  495. 05-08 05:39:28.071  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  496. 05-08 05:39:28.713  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  497. 05-08 05:44:13.112  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  498. 05-08 05:44:13.762  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  499. 05-08 05:48:59.152  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  500. 05-08 05:48:59.889  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  501. 05-08 05:49:00.330  1034  1472 W ActivityManager: SLOW OOM ADJ: 418ms for pid 25866 = 11
  502. 05-08 05:53:44.233  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  503. 05-08 05:53:44.878  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  504. 05-08 05:58:30.084  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  505. 05-08 05:58:30.737  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  506. 05-08 06:03:15.162  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  507. 05-08 06:03:15.937  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  508. 05-08 06:08:00.353  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  509. 05-08 06:08:00.960  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  510. 05-08 06:12:46.102  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  511. 05-08 06:12:46.689  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30f8c5a}
  512. 05-08 06:17:31.141  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  513. 05-08 06:17:31.801  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  514. 05-08 06:22:17.189  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  515. 05-08 06:22:17.776  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  516. 05-08 06:27:29.386  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  517. 05-08 06:27:30.014  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  518. 05-08 06:32:14.495  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  519. 05-08 06:32:15.102  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  520. 05-08 06:36:59.636  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  521. 05-08 06:37:00.292  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  522. 05-08 06:41:45.063  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  523. 05-08 06:41:45.677  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  524. 05-08 06:46:30.128  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  525. 05-08 06:46:30.767  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  526. 05-08 06:51:16.081  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  527. 05-08 06:51:16.675  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7780e93}
  528. 05-08 06:56:02.235  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766}
  529. 05-08 06:56:02.883  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766}
  530. 05-08 07:00:47.303  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766}
  531. 05-08 07:00:47.922  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766}
  532. 05-08 07:05:33.061  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766}
  533. 05-08 07:05:33.725  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766}
  534. 05-08 07:10:19.006  1034  1472 W ActivityManager: SLOW OOM ADJ: 285255ms for pid 25866 = 11
  535. 05-08 07:10:19.072  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766}
  536. 05-08 07:10:19.716  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766}
  537. 05-08 07:15:04.130  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766}
  538. 05-08 07:15:04.685  1034  1060 I ProcessStatsService: Prepared write state in 8ms
  539. 05-08 07:15:04.727  1034  1059 I ProcessStatsService: Pruning old procstats: /data/system/procstats/state-2016-05-03-03-20-56.bin
  540. 05-08 07:15:04.771  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@baaa766}
  541. 05-08 07:19:50.131  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  542. 05-08 07:19:50.638  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  543. 05-08 07:20:05.435  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{932b1f0 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  544. 05-08 07:24:35.172  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  545. 05-08 07:24:35.733  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  546. 05-08 07:29:20.342  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  547. 05-08 07:29:20.956  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  548. 05-08 07:34:05.443  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  549. 05-08 07:34:06.162  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  550. 05-08 07:38:50.533  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  551. 05-08 07:38:51.142  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  552. 05-08 07:43:36.060  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  553. 05-08 07:43:36.666  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  554. 05-08 07:48:21.129  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  555. 05-08 07:48:21.728  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  556. 05-08 07:53:07.148  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  557. 05-08 07:53:07.781  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  558. 05-08 07:57:52.229  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  559. 05-08 07:57:52.960  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  560. 05-08 08:02:38.950  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  561. 05-08 08:02:39.560  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  562. 05-08 08:07:24.117  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2b0f5ba}
  563. 05-08 08:07:24.127  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2b0f5ba}
  564. 05-08 08:07:24.145  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  565. 05-08 08:07:24.777  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  566. 05-08 08:12:09.237  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  567. 05-08 08:12:09.809  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  568. 05-08 08:16:54.308  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  569. 05-08 08:16:54.956  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  570. 05-08 08:21:40.071  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  571. 05-08 08:21:40.810  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  572. 05-08 08:26:25.130  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  573. 05-08 08:26:25.717  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  574. 05-08 08:31:10.224  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  575. 05-08 08:31:10.859  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  576. 05-08 08:35:55.368  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  577. 05-08 08:35:56.023  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  578. 05-08 08:40:41.063  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  579. 05-08 08:40:41.648  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ba50184}
  580. 05-08 08:45:26.107  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240}
  581. 05-08 08:45:26.783  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240}
  582. 05-08 08:50:12.068  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240}
  583. 05-08 08:50:12.722  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240}
  584. 05-08 08:54:58.079  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240}
  585. 05-08 08:54:58.712  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240}
  586. 05-08 08:59:43.118  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240}
  587. 05-08 08:59:43.774  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240}
  588. 05-08 09:04:29.099  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240}
  589. 05-08 09:04:29.738  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dfb3240}
  590. 05-08 09:09:14.195  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  591. 05-08 09:09:14.809  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  592. 05-08 09:14:00.068  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  593. 05-08 09:14:00.710  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  594. 05-08 09:18:45.111  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  595. 05-08 09:18:45.751  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  596. 05-08 09:23:31.074  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  597. 05-08 09:23:31.689  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  598. 05-08 09:28:16.135  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  599. 05-08 09:28:16.806  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  600. 05-08 09:29:17.008  1034  1830 W ActivityManager: SLOW OOM ADJ: 60145ms for pid 21088 = 9
  601. 05-08 09:33:01.250  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  602. 05-08 09:33:01.877  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  603. 05-08 09:37:46.322  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  604. 05-08 09:37:46.969  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  605. 05-08 09:42:32.127  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  606. 05-08 09:42:37.187  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  607. 05-08 09:47:17.249  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  608. 05-08 09:47:17.872  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cafec7a}
  609. 05-08 09:52:03.014  1034  1830 W ActivityManager: SLOW OOM ADJ: 285072ms for pid 21088 = 9
  610. 05-08 09:52:03.140  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda}
  611. 05-08 09:52:03.774  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda}
  612. 05-08 09:56:49.071  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda}
  613. 05-08 09:56:49.755  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda}
  614. 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]]
  615. 05-08 10:00:00.086  1034  1059 I UsageStatsService: User[0] Flushing usage stats to disk
  616. 05-08 10:01:34.146  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda}
  617. 05-08 10:01:34.730  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda}
  618. 05-08 10:06:20.108  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda}
  619. 05-08 10:06:20.724  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda}
  620. 05-08 10:11:06.058  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda}
  621. 05-08 10:11:06.705  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3372fda}
  622. 05-08 10:15:51.544  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  623. 05-08 10:15:52.163  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  624. 05-08 10:20:37.083  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  625. 05-08 10:20:37.689  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  626. 05-08 10:20:52.379  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{167e2de u0 com.google.android.gms/.security.snet.SnetLaunchService}
  627. 05-08 10:25:22.177  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  628. 05-08 10:25:22.765  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  629. 05-08 10:30:35.314  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  630. 05-08 10:30:35.958  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  631. 05-08 10:35:20.399  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  632. 05-08 10:35:21.118  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  633. 05-08 10:40:06.069  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  634. 05-08 10:40:06.639  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  635. 05-08 10:44:51.101  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  636. 05-08 10:44:51.730  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  637. 05-08 10:49:37.189  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  638. 05-08 10:49:37.828  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  639. 05-08 10:54:23.078  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  640. 05-08 10:54:23.707  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  641. 05-08 10:59:09.010  1034  1830 W ActivityManager: SLOW OOM ADJ: 285280ms for pid 21088 = 9
  642. 05-08 10:59:09.083  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  643. 05-08 10:59:09.713  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  644. 05-08 11:03:54.220  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  645. 05-08 11:03:54.834  1034  1060 I ActivityManager: Killing 21512:com.google.android.gm.exchange/u0a62 (adj 13): empty for 1800s
  646. 05-08 11:03:54.907  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  647. 05-08 11:08:40.018  1034  2289 I ActivityManager: Killing 21469:android.process.acore/u0a3 (adj 13): empty for 1800s
  648. 05-08 11:08:40.142  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  649. 05-08 11:08:40.787  1034  1060 I ActivityManager: Killing 21564:com.opera.mini.native:turbo/u0a110 (adj 9): empty for 1800s
  650. 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
  651. 05-08 11:08:40.867  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  652. 05-08 11:13:25.214  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  653. 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
  654. 05-08 11:13:25.891  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  655. 05-08 11:18:11.066  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  656. 05-08 11:18:11.626  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  657. 05-08 11:22:56.182  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  658. 05-08 11:22:56.855  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  659. 05-08 11:27:42.083  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  660. 05-08 11:27:42.723  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  661. 05-08 11:32:28.018  1034  1058 W ActivityManager: SLOW OOM ADJ: 285275ms for pid 20605 = 11
  662. 05-08 11:32:28.126  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  663. 05-08 11:32:28.802  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  664. 05-08 11:37:13.177  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  665. 05-08 11:37:13.832  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  666. 05-08 11:41:59.006  1034  1472 W ActivityManager: SLOW OOM ADJ: 285142ms for pid 21435 = 11
  667. 05-08 11:41:59.073  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  668. 05-08 11:41:59.710  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  669. 05-08 11:46:44.133  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  670. 05-08 11:46:44.744  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  671. 05-08 11:51:29.174  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  672. 05-08 11:51:29.813  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  673. 05-08 11:56:15.142  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  674. 05-08 11:56:15.756  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  675. 05-08 12:01:01.222  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  676. 05-08 12:01:01.853  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  677. 05-08 12:05:46.317  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  678. 05-08 12:05:46.946  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  679. 05-08 12:10:32.059  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  680. 05-08 12:10:32.694  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  681. 05-08 12:15:18.142  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  682. 05-08 12:15:18.775  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  683. 05-08 12:20:03.205  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  684. 05-08 12:20:03.810  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  685. 05-08 12:24:48.320  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  686. 05-08 12:24:48.968  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  687. 05-08 12:25:33.007  1034  2321 W ActivityManager: SLOW OOM ADJ: 44002ms for pid 21088 = 9
  688. 05-08 12:29:33.491  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  689. 05-08 12:29:34.120  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@44acbc7}
  690. 05-08 12:34:37.363  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  691. 05-08 12:34:37.637  1034  1034 V BackupManagerService: Scheduling immediate backup pass
  692. 05-08 12:34:37.639  1034  1034 V BackupManagerService: Running a backup pass
  693. 05-08 12:34:37.642  1034  1318 V BackupManagerService: clearing pending backups
  694. 05-08 12:34:37.658  1034  1318 V PerformBackupTask: Beginning backup of 3 targets
  695. 05-08 12:34:37.981  1034  1318 D PerformBackupTask: invokeAgentForBackup on @pm@
  696. 05-08 12:34:38.196  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  697. 05-08 12:34:38.284  1034  1318 I BackupRestoreController: Getting widget state for user: 0
  698. 05-08 12:34:38.293  1034  1318 V KeyValueBackupJob: Scheduling k/v pass in 10080 minutes
  699. 05-08 12:34:38.366  1034  1318 I BackupManagerService: Backup pass finished.
  700. 05-08 12:39:22.438  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  701. 05-08 12:39:23.076  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  702. 05-08 12:44:08.099  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  703. 05-08 12:44:08.749  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  704. 05-08 12:48:54.079  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  705. 05-08 12:48:54.708  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  706. 05-08 12:53:39.114  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  707. 05-08 12:53:39.718  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  708. 05-08 12:58:25.090  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  709. 05-08 12:58:25.722  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  710. 05-08 13:03:11.149  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  711. 05-08 13:03:11.770  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  712. 05-08 13:04:22.007  1034  1058 W ActivityManager: SLOW OOM ADJ: 70191ms for pid 21088 = 9
  713. 05-08 13:07:56.213  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@45fcb88}
  714. 05-08 13:07:56.226  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@45fcb88}
  715. 05-08 13:07:56.240  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  716. 05-08 13:07:56.854  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  717. 05-08 13:12:41.010  1034  1974 W ActivityManager: SLOW OOM ADJ: 283733ms for pid 24023 = 13
  718. 05-08 13:12:41.304  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  719. 05-08 13:12:41.891  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  720. 05-08 13:17:27.071  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  721. 05-08 13:17:27.649  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7cf92c5}
  722. 05-08 13:22:12.142  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  723. 05-08 13:22:12.783  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  724. 05-08 13:22:27.427  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{86126b8 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  725. 05-08 13:26:57.229  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  726. 05-08 13:26:57.849  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  727. 05-08 13:32:06.103  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  728. 05-08 13:32:06.122 21214 29521 D DownloadManager: Removed 0 stale downloads
  729. 05-08 13:32:06.143 21214 29521 D DownloadManager: Found 0 files in database
  730. 05-08 13:32:06.143 21214 29521 D DownloadManager: Found 0 files on disk
  731. 05-08 13:32:06.768  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  732. 05-08 13:36:51.368  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  733. 05-08 13:36:51.966  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  734. 05-08 13:41:37.134  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  735. 05-08 13:41:37.741  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  736. 05-08 13:46:23.073  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  737. 05-08 13:46:23.576  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  738. 05-08 13:51:09.118  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  739. 05-08 13:51:09.801  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  740. 05-08 13:55:54.234  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  741. 05-08 13:55:54.829  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  742. 05-08 14:00:40.171  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  743. 05-08 14:00:40.796  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  744. 05-08 14:05:26.071  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  745. 05-08 14:05:26.655  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  746. 05-08 14:10:17.300  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  747. 05-08 14:10:17.866  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  748. 05-08 14:15:03.083  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  749. 05-08 14:15:03.736  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  750. 05-08 14:20:04.076  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  751. 05-08 14:20:05.147  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  752. 05-08 14:24:49.132  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  753. 05-08 14:24:49.675  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  754. 05-08 14:29:34.177  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  755. 05-08 14:29:34.669  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  756. 05-08 14:34:20.106  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  757. 05-08 14:34:20.733  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  758. 05-08 14:39:27.414  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  759. 05-08 14:39:27.930  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24439cc}
  760. 05-08 14:44:13.101  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  761. 05-08 14:44:13.699  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  762. 05-08 14:48:59.161  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  763. 05-08 14:48:59.689  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  764. 05-08 14:53:44.231  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  765. 05-08 14:53:44.877  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  766. 05-08 14:58:29.314  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  767. 05-08 14:58:29.956  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  768. 05-08 15:03:15.006  1034  2321 W ActivityManager: SLOW OOM ADJ: 285025ms for pid 21088 = 9
  769. 05-08 15:03:15.097  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  770. 05-08 15:03:15.725  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  771. 05-08 15:08:01.102  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  772. 05-08 15:08:01.679  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  773. 05-08 15:12:46.172  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  774. 05-08 15:12:46.717  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  775. 05-08 15:17:32.054  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  776. 05-08 15:17:32.660  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  777. 05-08 15:22:18.178  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  778. 05-08 15:22:18.780  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  779. 05-08 15:27:03.280  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  780. 05-08 15:27:03.921  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  781. 05-08 15:31:49.095  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  782. 05-08 15:31:49.704  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bc1a952}
  783. 05-08 15:36:34.144  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  784. 05-08 15:36:34.776  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  785. 05-08 15:41:19.204  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  786. 05-08 15:41:19.705  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  787. 05-08 15:46:05.095  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  788. 05-08 15:46:05.749  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  789. 05-08 15:50:51.081  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  790. 05-08 15:50:51.671  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  791. 05-08 15:55:36.267  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  792. 05-08 15:55:36.841  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  793. 05-08 16:00:36.096  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  794. 05-08 16:00:36.612  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  795. 05-08 16:05:22.051  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  796. 05-08 16:05:22.659  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  797. 05-08 16:10:07.105  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  798. 05-08 16:10:07.768  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  799. 05-08 16:14:53.077  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  800. 05-08 16:14:53.704  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  801. 05-08 16:19:39.011  1034  1847 W ActivityManager: SLOW OOM ADJ: 285279ms for pid 12135 = 15
  802. 05-08 16:19:39.069  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  803. 05-08 16:19:39.782  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  804. 05-08 16:24:25.235  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  805. 05-08 16:24:25.897  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  806. 05-08 16:24:40.400  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{aeb835e u0 com.google.android.gms/.security.snet.SnetLaunchService}
  807. 05-08 16:29:10.361  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  808. 05-08 16:29:10.949  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  809. 05-08 16:33:56.087  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  810. 05-08 16:33:56.764  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  811. 05-08 16:34:22.006  1034  1472 W ActivityManager: SLOW OOM ADJ: 25224ms for pid 21088 = 9
  812. 05-08 16:38:41.147  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  813. 05-08 16:38:41.800  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  814. 05-08 16:43:26.237  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  815. 05-08 16:43:26.837  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  816. 05-08 16:48:12.070  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  817. 05-08 16:48:12.706  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  818. 05-08 16:52:58.078  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  819. 05-08 16:52:58.753  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  820. 05-08 16:57:43.134  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  821. 05-08 16:57:43.774  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  822. 05-08 17:02:29.136  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  823. 05-08 17:02:29.790  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  824. 05-08 17:07:15.139  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  825. 05-08 17:07:15.856  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  826. 05-08 17:12:00.199  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6389b15}
  827. 05-08 17:12:00.246  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6389b15}
  828. 05-08 17:12:00.253  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  829. 05-08 17:12:00.817  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  830. 05-08 17:16:46.103  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  831. 05-08 17:16:46.778  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  832. 05-08 17:21:32.069  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  833. 05-08 17:21:32.644  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1431467}
  834. 05-08 17:26:52.076  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  835. 05-08 17:26:52.679  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  836. 05-08 17:30:36.006  1034  1986 W ActivityManager: SLOW OOM ADJ: 223302ms for pid 21088 = 9
  837. 05-08 17:31:38.027  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  838. 05-08 17:31:38.564  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  839. 05-08 17:36:24.037  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  840. 05-08 17:36:24.652  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  841. 05-08 17:41:09.069  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  842. 05-08 17:41:09.722  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  843. 05-08 17:45:55.054  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  844. 05-08 17:45:55.565  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  845. 05-08 17:50:40.153  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  846. 05-08 17:50:40.776  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  847. 05-08 17:55:25.212  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  848. 05-08 17:55:25.869  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  849. 05-08 18:00:36.097  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  850. 05-08 18:00:36.742  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  851. 05-08 18:05:22.285  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  852. 05-08 18:05:22.801  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  853. 05-08 18:10:03.192  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f7d5e1}
  854. 05-08 18:10:03.225  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f7d5e1}
  855. 05-08 18:10:07.357  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  856. 05-08 18:10:07.979  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  857. 05-08 18:14:53.080  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  858. 05-08 18:14:53.744  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  859. 05-08 18:19:39.063  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  860. 05-08 18:19:39.661  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  861. 05-08 18:24:27.100  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  862. 05-08 18:24:27.682  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  863. 05-08 18:29:12.192  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  864. 05-08 18:29:12.767  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  865. 05-08 18:33:58.114  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  866. 05-08 18:33:58.783  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  867. 05-08 18:38:43.291  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  868. 05-08 18:38:43.958  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  869. 05-08 18:43:28.382  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  870. 05-08 18:43:29.032  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  871. 05-08 18:48:14.082  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  872. 05-08 18:48:14.815  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  873. 05-08 18:52:59.150  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  874. 05-08 18:52:59.782  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  875. 05-08 18:53:00.223  1034  2230 W ActivityManager: SLOW OOM ADJ: 402ms for pid 21088 = 9
  876. 05-08 18:57:44.188  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  877. 05-08 18:57:44.837  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  878. 05-08 19:02:30.081  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  879. 05-08 19:02:30.660  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  880. 05-08 19:07:15.192  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  881. 05-08 19:07:15.784  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  882. 05-08 19:12:00.264  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  883. 05-08 19:12:00.929  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  884. 05-08 19:16:46.208  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  885. 05-08 19:16:46.722  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  886. 05-08 19:21:32.088  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  887. 05-08 19:21:32.757  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  888. 05-08 19:26:17.222  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  889. 05-08 19:26:17.728  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  890. 05-08 19:28:34.316  1034  1057 I ActivityManager: Killing 20959:com.google.process.gapps/u0a11 (adj 13): empty for 1814s
  891. 05-08 19:31:02.300  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  892. 05-08 19:31:02.894  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@50050fc}
  893. 05-08 19:35:47.382  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13}
  894. 05-08 19:35:48.020  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13}
  895. 05-08 19:40:32.467  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13}
  896. 05-08 19:40:33.054  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13}
  897. 05-08 19:45:18.097  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13}
  898. 05-08 19:45:18.754  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13}
  899. 05-08 19:50:04.158  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13}
  900. 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
  901. 05-08 19:50:04.729  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@92adb13}
  902. 05-08 19:54:49.203  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  903. 05-08 19:54:49.737  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  904. 05-08 19:59:34.409  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  905. 05-08 19:59:35.037  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  906. 05-08 20:04:20.112  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  907. 05-08 20:04:20.686  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  908. 05-08 20:09:06.107  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  909. 05-08 20:09:06.756  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  910. 05-08 20:13:51.170  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  911. 05-08 20:13:51.753  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  912. 05-08 20:18:37.151  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  913. 05-08 20:18:37.837  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  914. 05-08 20:23:22.007  1034  1057 W ActivityManager: SLOW OOM ADJ: 284138ms for pid 21088 = 9
  915. 05-08 20:23:22.284  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  916. 05-08 20:23:22.820  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  917. 05-08 20:28:07.374  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  918. 05-08 20:28:08.022  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  919. 05-08 20:32:53.107  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  920. 05-08 20:32:53.674  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  921. 05-08 20:37:38.208  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  922. 05-08 20:37:38.872  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  923. 05-08 20:42:23.282  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  924. 05-08 20:42:23.896  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  925. 05-08 20:47:09.087  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  926. 05-08 20:47:09.723  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  927. 05-08 20:51:55.014  1034  1974 W ActivityManager: SLOW OOM ADJ: 285273ms for pid 12135 = 15
  928. 05-08 20:51:55.082  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  929. 05-08 20:51:55.804  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  930. 05-08 20:56:40.218  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  931. 05-08 20:56:40.911  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  932. 05-08 21:01:26.105  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  933. 05-08 21:01:26.658  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  934. 05-08 21:06:12.092  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  935. 05-08 21:06:12.639  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  936. 05-08 21:10:57.123  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  937. 05-08 21:10:57.793  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  938. 05-08 21:15:43.083  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  939. 05-08 21:15:43.671  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  940. 05-08 21:20:29.079  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  941. 05-08 21:20:29.606  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  942. 05-08 21:25:14.182  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  943. 05-08 21:25:14.748  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  944. 05-08 21:29:59.386  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  945. 05-08 21:29:59.992  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  946. 05-08 21:34:44.482  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  947. 05-08 21:34:45.112  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  948. 05-08 21:39:30.084  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  949. 05-08 21:39:30.743  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  950. 05-08 21:40:14.006  1034  2231 W ActivityManager: SLOW OOM ADJ: 43247ms for pid 21088 = 9
  951. 05-08 21:44:15.161  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  952. 05-08 21:44:15.850  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  953. 05-08 21:49:01.006  1034  1847 W ActivityManager: SLOW OOM ADJ: 285143ms for pid 21088 = 9
  954. 05-08 21:49:01.152  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  955. 05-08 21:49:01.821  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  956. 05-08 21:53:47.081  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  957. 05-08 21:53:47.684  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  958. 05-08 21:58:32.114  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  959. 05-08 21:58:32.776  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  960. 05-08 22:00:00.009  1034  1946 W ActivityManager: SLOW OOM ADJ: 87212ms for pid 21088 = 9
  961. 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]]
  962. 05-08 22:03:17.285  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  963. 05-08 22:03:17.903  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  964. 05-08 22:08:03.082  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  965. 05-08 22:08:03.657  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d275b75}
  966. 05-08 22:12:48.028  1034  1059 I UsageStatsService: User[0] Rolling over usage stats
  967. 05-08 22:12:48.029  1034  1059 I UsageStatsService: User[0] Flushing usage stats to disk
  968. 05-08 22:12:48.159  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef}
  969. 05-08 22:12:48.218  1034  1059 I UsageStatsService: User[0] Rollover scheduled @ 2016-05-09 20:00:00(1462838400000)
  970. 05-08 22:12:48.270  1034  1059 I UsageStatsService: User[0] Rolling over usage stats complete. Took 242 milliseconds
  971. 05-08 22:12:48.796  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef}
  972. 05-08 22:17:34.007  1034  1058 W ActivityManager: SLOW OOM ADJ: 285162ms for pid 21088 = 9
  973. 05-08 22:17:34.093  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef}
  974. 05-08 22:17:34.723  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef}
  975. 05-08 22:22:20.081  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef}
  976. 05-08 22:22:20.694  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef}
  977. 05-08 22:27:05.163  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef}
  978. 05-08 22:27:05.759  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a983cef}
  979. 05-08 22:27:20.446  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{ae08839 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  980. 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)
  981. 05-08 22:31:50.251  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65}
  982. 05-08 22:31:50.866  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65}
  983. 05-08 22:36:35.552  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65}
  984. 05-08 22:36:36.125  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65}
  985. 05-08 22:41:20.629  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65}
  986. 05-08 22:41:21.271  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65}
  987. 05-08 22:46:06.091  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65}
  988. 05-08 22:46:06.658  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fc3ff65}
  989. 05-08 22:50:52.102  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  990. 05-08 22:50:52.672  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  991. 05-08 22:55:37.129  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  992. 05-08 22:55:37.764  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  993. 05-08 23:00:36.093  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  994. 05-08 23:00:36.740  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  995. 05-08 23:05:22.104  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  996. 05-08 23:05:22.751  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  997. 05-08 23:10:08.005  1034  1057 W ActivityManager: SLOW OOM ADJ: 285213ms for pid 21435 = 11
  998. 05-08 23:10:08.180  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ef098b5}
  999. 05-08 23:10:08.194  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ef098b5}
  1000. 05-08 23:10:08.225  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  1001. 05-08 23:10:08.898  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  1002. 05-08 23:14:53.264  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  1003. 05-08 23:14:53.891  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  1004. 05-08 23:19:39.004  1034  1946 W ActivityManager: SLOW OOM ADJ: 285050ms for pid 21088 = 9
  1005. 05-08 23:19:39.057  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  1006. 05-08 23:19:39.683  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  1007. 05-08 23:24:25.072  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  1008. 05-08 23:24:25.698  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  1009. 05-08 23:29:10.159  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  1010. 05-08 23:29:10.827  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  1011. 05-08 23:33:55.270  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  1012. 05-08 23:33:55.814  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1091445}
  1013. 05-08 23:38:40.377  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1014. 05-08 23:38:41.026  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1015. 05-08 23:43:26.132  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1016. 05-08 23:43:26.701  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1017. 05-08 23:44:55.004  1034  2289 W ActivityManager: SLOW OOM ADJ: 88292ms for pid 1882 = 1
  1018. 05-08 23:48:11.197  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1019. 05-08 23:48:11.819  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1020. 05-08 23:52:57.075  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1021. 05-08 23:52:57.742  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1022. 05-08 23:57:43.117  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1023. 05-08 23:57:43.738  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1024. 05-09 00:02:28.190  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1025. 05-09 00:02:28.805  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1026. 05-09 00:07:14.070  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1027. 05-09 00:07:14.649  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1028. 05-09 00:12:00.116  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1029. 05-09 00:12:00.741  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1030. 05-09 00:16:45.235  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1031. 05-09 00:16:45.964  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1032. 05-09 00:21:30.323  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1033. 05-09 00:21:30.947  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1034. 05-09 00:26:15.395  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1035. 05-09 00:26:16.047  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1036. 05-09 00:31:00.503  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1037. 05-09 00:31:01.140  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1038. 05-09 00:35:45.577  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1039. 05-09 00:35:46.226  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1040. 05-09 00:40:31.068  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1041. 05-09 00:40:31.673  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c1822a1}
  1042. 05-09 00:45:16.160  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1043. 05-09 00:45:16.843  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1044. 05-09 00:50:02.171  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1045. 05-09 00:50:02.772  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1046. 05-09 00:54:48.010  1034  1974 W ActivityManager: SLOW OOM ADJ: 285208ms for pid 20605 = 11
  1047. 05-09 00:54:48.067  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1048. 05-09 00:54:48.664  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1049. 05-09 00:59:34.056  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1050. 05-09 00:59:34.649  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1051. 05-09 01:04:19.100  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1052. 05-09 01:04:19.759  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1053. 05-09 01:09:05.077  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1054. 05-09 01:09:05.628  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1055. 05-09 01:13:51.086  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1056. 05-09 01:13:51.739  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1057. 05-09 01:18:36.167  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1058. 05-09 01:18:36.790  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1059. 05-09 01:23:22.171  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1060. 05-09 01:23:22.791  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1061. 05-09 01:28:07.422  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1062. 05-09 01:28:07.989  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1063. 05-09 01:28:22.645  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{ba3fe40 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  1064. 05-09 01:32:53.091  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1065. 05-09 01:32:53.697  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1066. 05-09 01:37:38.171  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1067. 05-09 01:37:38.843  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1068. 05-09 01:42:24.005  1034  2321 W ActivityManager: SLOW OOM ADJ: 285139ms for pid 21088 = 9
  1069. 05-09 01:42:24.078  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1070. 05-09 01:42:24.718  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@527b1dc}
  1071. 05-09 01:47:09.126  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1072. 05-09 01:47:09.745  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1073. 05-09 01:51:54.176  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1074. 05-09 01:51:54.861  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1075. 05-09 01:56:40.110  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1076. 05-09 01:56:40.776  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1077. 05-09 02:01:25.269  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1078. 05-09 02:01:25.905  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1079. 05-09 02:06:11.059  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1080. 05-09 02:06:11.783  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1081. 05-09 02:10:57.078  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1082. 05-09 02:10:57.723  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1083. 05-09 02:15:42.125  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1084. 05-09 02:15:42.790  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1085. 05-09 02:20:28.089  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1086. 05-09 02:20:28.745  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1087. 05-09 02:25:13.161  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1088. 05-09 02:25:13.808  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1089. 05-09 02:29:58.309  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1090. 05-09 02:29:58.823  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@837941e}
  1091. 05-09 02:34:43.380  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9}
  1092. 05-09 02:34:44.043  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9}
  1093. 05-09 02:39:29.089  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9}
  1094. 05-09 02:39:29.742  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9}
  1095. 05-09 02:44:15.068  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9}
  1096. 05-09 02:44:15.646  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9}
  1097. 05-09 02:49:00.144  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9}
  1098. 05-09 02:49:00.786  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8dd68a9}
  1099. 05-09 02:53:45.230  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c48478}
  1100. 05-09 02:53:45.802  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c48478}
  1101. 05-09 02:58:31.106  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c48478}
  1102. 05-09 02:58:31.768  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c48478}
  1103. 05-09 03:00:05.008  1034  2230 W ActivityManager: SLOW OOM ADJ: 93209ms for pid 1882 = 1
  1104. 05-09 03:03:16.322  1034  1034 I ActivityManager: Idle maintenance over +27m49s370ms low RAM for 0
  1105. 05-09 03:03:16.325  1034  1253 I MountService: Running fstrim idle maintenance
  1106. 05-09 03:03:16.337  1034  1253 D VoldConnector: SND -> {22 fstrim dotrimbench}
  1107. 05-09 03:03:16.338  1034  1254 D VoldConnector: RCV <- {200 22 Command succeeded}
  1108. 05-09 03:03:16.339  1034  1253 I MountServiceIdler: Got mount service completion callback
  1109. 05-09 03:03:16.340   139 32213 D vold    : Starting trim of /data
  1110. 05-09 03:03:16.340   139 32213 W vold    : Trim failed on /data: Operation not supported on transport endpoint
  1111. 05-09 03:03:16.341  1034  1254 D VoldConnector: RCV <- {662 /data -1 -1}
  1112. 05-09 03:03:16.445   139 32213 I vold    : Benchmarking /data/misc/vold/bench
  1113. 05-09 03:03:16.519  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c48478}
  1114. 05-09 03:03:17.248  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c48478}
  1115. 05-09 03:03:32.873   139 32213 V vold    : Before drop_caches
  1116. 05-09 03:03:33.080   139 32213 V vold    : After drop_caches
  1117. 05-09 03:03:34.878   139 32213 I vold    : create took 16428ms
  1118. 05-09 03:03:34.878   139 32213 I vold    : drop took 206ms
  1119. 05-09 03:03:34.878   139 32213 I vold    : run took 1676ms
  1120. 05-09 03:03:34.878   139 32213 I vold    : destroy took 121ms
  1121. 05-09 03:03:34.878   139 32213 D vold    : Starting trim of /cache
  1122. 05-09 03:03:34.878   139 32213 W vold    : Trim failed on /cache: Operation not supported on transport endpoint
  1123. 05-09 03:03:34.879  1034  1254 D VoldConnector: RCV <- {661 /data/misc/vold/bench r1572:w1001:s285 16428016774 206848144 1676696776 121398927}
  1124. 05-09 03:03:34.879  1034  1254 D VoldConnector: RCV <- {662 /cache -1 -1}
  1125. 05-09 03:03:34.882   139 32213 I vold    : Benchmarking /cache/misc/vold/bench
  1126. 05-09 03:03:38.360  1034  2230 I ActivityManager: Process com.google.android.apps.maps (pid 12135) has died
  1127. 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
  1128. 05-09 03:03:38.530  1034  2321 I ActivityManager: Process com.kittyplay.ex:com.jiubang.commerce.service.IntelligentPreloadService (pid 9771) has died
  1129. 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
  1130. 05-09 03:03:38.570  1034  2289 I ActivityManager: Process com.mw.uc.i3d:onekeyservice (pid 14309) has died
  1131. 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
  1132. 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
  1133. 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
  1134. 05-09 03:03:51.366 32261 32280 E ActivityThread: Failed to find provider info for com.gau.go.launcherex.staticsdkprovider
  1135. 05-09 03:03:51.803   139 32213 V vold    : Before drop_caches
  1136. 05-09 03:03:51.931   139 32213 V vold    : After drop_caches
  1137. 05-09 03:03:53.679   139 32213 I vold    : create took 16920ms
  1138. 05-09 03:03:53.679   139 32213 I vold    : drop took 127ms
  1139. 05-09 03:03:53.679   139 32213 I vold    : run took 1653ms
  1140. 05-09 03:03:53.679   139 32213 I vold    : destroy took 94ms
  1141. 05-09 03:03:53.679  1034  1254 D VoldConnector: RCV <- {661 /cache/misc/vold/bench r1572:w1001:s285 16920593260 127990724 1653259276 94787598}
  1142. 05-09 03:03:53.680   139 32213 D vold    : Starting trim of none
  1143. 05-09 03:03:53.680   139 32213 W vold    : Failed to open none: No such file or directory
  1144. 05-09 03:08:01.644  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1145. 05-09 03:08:02.304  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1146. 05-09 03:12:47.068  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1147. 05-09 03:12:47.709  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1148. 05-09 03:17:32.116  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1149. 05-09 03:17:32.697  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1150. 05-09 03:22:18.096  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1151. 05-09 03:22:18.756  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1152. 05-09 03:27:03.178  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1153. 05-09 03:27:03.962  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1154. 05-09 03:31:48.272  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1155. 05-09 03:31:48.911  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1156. 05-09 03:36:33.442  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1157. 05-09 03:36:33.994  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1158. 05-09 03:41:18.509  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1159. 05-09 03:41:19.154  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1160. 05-09 03:46:03.595  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1161. 05-09 03:46:04.229  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1162. 05-09 03:50:49.008  1034  1472 W ActivityManager: SLOW OOM ADJ: 284738ms for pid 21088 = 9
  1163. 05-09 03:50:49.078  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1164. 05-09 03:50:49.710  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1165. 05-09 03:55:35.007  1034  1472 W ActivityManager: SLOW OOM ADJ: 285261ms for pid 21088 = 9
  1166. 05-09 03:55:35.072  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1167. 05-09 03:55:35.680  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1168. 05-09 04:00:20.106  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1169. 05-09 04:00:20.760  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1170. 05-09 04:05:06.102  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1171. 05-09 04:05:06.761  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1172. 05-09 04:10:09.114  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1173. 05-09 04:10:09.187  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29cc74b}
  1174. 05-09 04:10:09.206  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29cc74b}
  1175. 05-09 04:10:09.755  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c2e0480}
  1176. 05-09 04:14:54.151  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1177. 05-09 04:14:54.773  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1178. 05-09 04:19:39.191  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1179. 05-09 04:19:39.839  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1180. 05-09 04:24:25.085  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1181. 05-09 04:24:25.765  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1182. 05-09 04:29:10.175  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1183. 05-09 04:29:10.790  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1184. 05-09 04:29:25.451  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{b265296 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  1185. 05-09 04:31:21.741  1034  1059 I UsageStatsService: User[0] Flushing usage stats to disk
  1186. 05-09 04:33:55.285  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1187. 05-09 04:33:55.864  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1188. 05-09 04:38:40.353  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1189. 05-09 04:38:40.932  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1190. 05-09 04:43:26.178  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1191. 05-09 04:43:26.811  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1192. 05-09 04:48:11.254  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1193. 05-09 04:48:11.900  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1194. 05-09 04:52:57.011  1034  1980 W ActivityManager: SLOW OOM ADJ: 285056ms for pid 21088 = 9
  1195. 05-09 04:52:57.077  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1196. 05-09 04:52:57.788  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1197. 05-09 04:57:43.077  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1198. 05-09 04:57:43.709  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1199. 05-09 05:02:28.136  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1200. 05-09 05:02:28.805  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1201. 05-09 05:07:14.082  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@89e0732}
  1202. 05-09 05:07:14.110  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@89e0732}
  1203. 05-09 05:07:14.122  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1204. 05-09 05:07:14.733  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1205. 05-09 05:12:00.062  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1206. 05-09 05:12:00.584  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1207. 05-09 05:16:45.101  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1208. 05-09 05:16:45.707  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1209. 05-09 05:21:31.198  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1210. 05-09 05:21:31.730  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1211. 05-09 05:26:16.283  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1212. 05-09 05:26:16.863  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1213. 05-09 05:31:01.363  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1214. 05-09 05:31:01.912  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1215. 05-09 05:35:46.436  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1216. 05-09 05:35:47.031  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1217. 05-09 05:40:32.066  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1218. 05-09 05:40:32.653  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1219. 05-09 05:45:17.122  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1220. 05-09 05:45:17.758  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1221. 05-09 05:50:03.149  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1222. 05-09 05:50:03.787  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1223. 05-09 05:54:49.155  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1224. 05-09 05:54:49.771  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1225. 05-09 05:59:35.008  1034  1845 W ActivityManager: SLOW OOM ADJ: 285211ms for pid 21088 = 9
  1226. 05-09 05:59:35.075  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1227. 05-09 05:59:35.733  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1228. 05-09 06:04:20.150  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1229. 05-09 06:04:20.854  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1230. 05-09 06:09:05.013  1034  1058 W ActivityManager: SLOW OOM ADJ: 284135ms for pid 21435 = 11
  1231. 05-09 06:09:05.186  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1232. 05-09 06:09:05.786  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1233. 05-09 06:13:51.111  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1234. 05-09 06:13:51.724  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1235. 05-09 06:18:36.150  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1236. 05-09 06:18:36.797  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1237. 05-09 06:23:22.076  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1238. 05-09 06:23:22.602  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1239. 05-09 06:28:07.160  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1240. 05-09 06:28:07.862  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1241. 05-09 06:32:52.300  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1242. 05-09 06:32:52.978  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1243. 05-09 06:37:37.388  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1244. 05-09 06:37:37.979  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1245. 05-09 06:42:23.123  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1246. 05-09 06:42:23.689  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1247. 05-09 06:47:08.169  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1248. 05-09 06:47:08.779  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1249. 05-09 06:51:54.070  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1250. 05-09 06:51:54.652  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1251. 05-09 06:56:40.067  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1252. 05-09 06:56:40.695  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1253. 05-09 07:00:01.008  1034  1845 W ActivityManager: SLOW OOM ADJ: 200256ms for pid 1882 = 1
  1254. 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]]
  1255. 05-09 07:01:25.149  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1256. 05-09 07:01:25.765  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@43e2bd4}
  1257. 05-09 07:06:11.476  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1258. 05-09 07:06:12.065  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1259. 05-09 07:10:57.061  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1260. 05-09 07:10:57.721  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1261. 05-09 07:15:42.113  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1262. 05-09 07:15:42.778  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1263. 05-09 07:20:28.069  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1264. 05-09 07:20:28.648  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1265. 05-09 07:25:14.077  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1266. 05-09 07:25:14.703  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1267. 05-09 07:29:59.215  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1268. 05-09 07:29:59.712  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1269. 05-09 07:30:14.526  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{674f702 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  1270. 05-09 07:32:16.225  1034  1060 I ProcessStatsService: Prepared write state in 15ms
  1271. 05-09 07:34:44.307  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1272. 05-09 07:34:44.951  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1273. 05-09 07:39:30.017  1034  2321 W ActivityManager: SLOW OOM ADJ: 285049ms for pid 24023 = 15
  1274. 05-09 07:39:30.115  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1275. 05-09 07:39:30.767  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1276. 05-09 07:44:16.007  1034  1057 W ActivityManager: SLOW OOM ADJ: 285208ms for pid 21088 = 9
  1277. 05-09 07:44:16.085  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1278. 05-09 07:44:16.686  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@caed0a1}
  1279. 05-09 07:49:01.126  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1280. 05-09 07:49:01.769  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1281. 05-09 07:53:47.009  1034  1058 W ActivityManager: SLOW OOM ADJ: 285198ms for pid 21214 = 13
  1282. 05-09 07:53:47.062  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1283. 05-09 07:53:47.687  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1284. 05-09 07:58:33.007  1034  1503 W ActivityManager: SLOW OOM ADJ: 285261ms for pid 21088 = 9
  1285. 05-09 07:58:33.081  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1286. 05-09 07:58:33.676  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1287. 05-09 08:03:18.230  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1288. 05-09 08:03:18.872  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1289. 05-09 08:08:04.074  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1290. 05-09 08:08:04.662  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1291. 05-09 08:12:51.702  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1292. 05-09 08:12:52.295  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1293. 05-09 08:17:36.806  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1294. 05-09 08:17:37.448  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1295. 05-09 08:22:22.072  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1296. 05-09 08:22:22.713  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1297. 05-09 08:27:07.167  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1298. 05-09 08:27:07.844  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1299. 05-09 08:32:07.552  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1300. 05-09 08:32:08.189  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1301. 05-09 08:36:52.624  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1302. 05-09 08:36:53.254  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1303. 05-09 08:41:38.085  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1304. 05-09 08:41:38.865  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1305. 05-09 08:46:23.229  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1306. 05-09 08:46:23.806  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1307. 05-09 08:51:09.073  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1308. 05-09 08:51:09.703  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1309. 05-09 08:55:55.071  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1310. 05-09 08:55:55.661  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1311. 05-09 09:00:40.152  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1312. 05-09 09:00:40.818  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e982ad6}
  1313. 05-09 09:05:26.135  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7}
  1314. 05-09 09:05:26.793  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7}
  1315. 05-09 09:10:12.109  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@812c6bf}
  1316. 05-09 09:10:12.121  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@812c6bf}
  1317. 05-09 09:10:12.136  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7}
  1318. 05-09 09:10:12.769  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7}
  1319. 05-09 09:14:58.080  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7}
  1320. 05-09 09:14:58.728  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7}
  1321. 05-09 09:15:22.004  1034  1494 W ActivityManager: SLOW OOM ADJ: 23232ms for pid 21435 = 11
  1322. 05-09 09:19:43.265  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7}
  1323. 05-09 09:19:43.970  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@464e5c7}
  1324. 05-09 09:24:29.317  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f}
  1325. 05-09 09:24:29.910  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f}
  1326. 05-09 09:29:14.441  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f}
  1327. 05-09 09:29:15.063  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f}
  1328. 05-09 09:30:22.012  1034  1986 W ActivityManager: SLOW OOM ADJ: 66893ms for pid 21088 = 9
  1329. 05-09 09:33:59.527  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f}
  1330. 05-09 09:34:00.180  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f}
  1331. 05-09 09:38:44.613  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f}
  1332. 05-09 09:38:45.193  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aedf8f}
  1333. 05-09 09:43:30.136  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1334. 05-09 09:43:30.781  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1335. 05-09 09:48:15.196  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1336. 05-09 09:48:15.838  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1337. 05-09 09:53:01.130  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1338. 05-09 09:53:01.754  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1339. 05-09 09:57:47.067  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1340. 05-09 09:57:47.761  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1341. 05-09 10:02:32.150  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1342. 05-09 10:02:32.844  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1343. 05-09 10:07:17.217  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1344. 05-09 10:07:17.808  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1345. 05-09 10:12:03.065  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1346. 05-09 10:12:03.688  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1347. 05-09 10:16:48.118  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1348. 05-09 10:16:48.727  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1349. 05-09 10:21:34.058  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1350. 05-09 10:21:34.709  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1351. 05-09 10:25:44.007  1034  1057 W ActivityManager: SLOW OOM ADJ: 249269ms for pid 21435 = 11
  1352. 05-09 10:26:19.247  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1353. 05-09 10:26:19.805  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32b3b49}
  1354. 05-09 10:31:04.355  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1355. 05-09 10:31:04.923  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1356. 05-09 10:31:19.639  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{e3f28e0 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  1357. 05-09 10:35:49.438  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1358. 05-09 10:35:50.047  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1359. 05-09 10:40:35.114  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1360. 05-09 10:40:35.759  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1361. 05-09 10:45:21.096  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1362. 05-09 10:45:21.759  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1363. 05-09 10:50:06.165  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1364. 05-09 10:50:06.784  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1365. 05-09 10:55:06.488  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1366. 05-09 10:55:07.157  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1367. 05-09 10:59:51.692  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1368. 05-09 10:59:52.236  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1369. 05-09 11:04:37.100  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1370. 05-09 11:04:37.732  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1371. 05-09 11:09:22.197  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1372. 05-09 11:09:22.850  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1373. 05-09 11:14:08.007  1034  1494 W ActivityManager: SLOW OOM ADJ: 285136ms for pid 21084 = 13
  1374. 05-09 11:14:08.076  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1375. 05-09 11:14:08.636  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1376. 05-09 11:18:54.102  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1377. 05-09 11:18:54.689  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1378. 05-09 11:23:39.185  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1379. 05-09 11:23:39.932  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1380. 05-09 11:28:24.260  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1381. 05-09 11:28:24.885  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1382. 05-09 11:33:10.211  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1383. 05-09 11:33:10.794  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1384. 05-09 11:37:55.366  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1385. 05-09 11:37:55.967  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1386. 05-09 11:42:41.083  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1387. 05-09 11:42:41.744  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1388. 05-09 11:47:27.011  1034  1472 W ActivityManager: SLOW OOM ADJ: 285243ms for pid 21088 = 9
  1389. 05-09 11:47:27.161  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1390. 05-09 11:47:27.823  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1391. 05-09 11:52:12.226  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1392. 05-09 11:52:12.853  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1393. 05-09 11:56:58.059  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1394. 05-09 11:56:58.581  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1395. 05-09 12:01:44.305  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1396. 05-09 12:01:44.958  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1397. 05-09 12:06:29.491  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1398. 05-09 12:06:30.175  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1399. 05-09 12:11:15.066  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1400. 05-09 12:11:15.724  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1401. 05-09 12:16:01.064  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1402. 05-09 12:16:01.659  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1403. 05-09 12:20:46.098  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1404. 05-09 12:20:46.725  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1405. 05-09 12:25:31.163  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1406. 05-09 12:25:31.745  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1407. 05-09 12:30:35.318  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1408. 05-09 12:30:35.946  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@322e974}
  1409. 05-09 12:35:20.576  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1410. 05-09 12:35:20.759  1034  1034 V BackupManagerService: Scheduling immediate backup pass
  1411. 05-09 12:35:20.761  1034  1034 V BackupManagerService: Running a backup pass
  1412. 05-09 12:35:20.764  1034  1318 V BackupManagerService: clearing pending backups
  1413. 05-09 12:35:20.788  1034  1318 V PerformBackupTask: Beginning backup of 3 targets
  1414. 05-09 12:35:21.109  1034  1318 D PerformBackupTask: invokeAgentForBackup on @pm@
  1415. 05-09 12:35:21.212  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1416. 05-09 12:35:21.370  1034  1318 I BackupRestoreController: Getting widget state for user: 0
  1417. 05-09 12:35:21.389  1034  1318 V KeyValueBackupJob: Scheduling k/v pass in 10080 minutes
  1418. 05-09 12:35:21.467  1034  1318 I BackupManagerService: Backup pass finished.
  1419. 05-09 12:40:05.744  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1420. 05-09 12:40:06.370  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1421. 05-09 12:44:51.108  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1422. 05-09 12:44:51.722  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1423. 05-09 12:49:37.068  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1424. 05-09 12:49:37.584  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1425. 05-09 12:54:22.156  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1426. 05-09 12:54:22.870  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1427. 05-09 12:59:08.057  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1428. 05-09 12:59:08.707  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1429. 05-09 13:03:54.104  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1430. 05-09 13:03:54.728  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1431. 05-09 13:08:39.155  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1432. 05-09 13:08:39.812  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1433. 05-09 13:13:25.156  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1434. 05-09 13:13:25.673  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1435. 05-09 13:18:11.089  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1436. 05-09 13:18:11.625  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c8457d8}
  1437. 05-09 13:22:56.120  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1438. 05-09 13:22:56.715  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1439. 05-09 13:27:41.330  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1440. 05-09 13:27:42.041  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1441. 05-09 13:32:26.472  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1442. 05-09 13:32:26.495 21214  2000 D DownloadManager: Removed 0 stale downloads
  1443. 05-09 13:32:26.514 21214  2000 D DownloadManager: Found 0 files in database
  1444. 05-09 13:32:26.514 21214  2000 D DownloadManager: Found 0 files on disk
  1445. 05-09 13:32:27.003  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1446. 05-09 13:32:41.746  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{61f7f57 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  1447. 05-09 13:34:29.164  1034  1034 I ActivityManager: Killing 29028:com.opera.mini.native:turbo/u0a110 (adj 9): empty for 1827s
  1448. 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
  1449. 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
  1450. 05-09 13:37:12.084  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1451. 05-09 13:37:12.678  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1452. 05-09 13:41:58.087  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1453. 05-09 13:41:58.709  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1454. 05-09 13:46:44.152  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1455. 05-09 13:46:44.801  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1456. 05-09 13:51:29.194  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1457. 05-09 13:51:29.744  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1458. 05-09 13:56:15.135  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1459. 05-09 13:56:15.740  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1460. 05-09 14:01:01.119  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1461. 05-09 14:01:01.783  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1462. 05-09 14:05:46.227  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1463. 05-09 14:05:46.871  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1464. 05-09 14:10:32.072  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@65ab2b1}
  1465. 05-09 14:10:32.091  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@65ab2b1}
  1466. 05-09 14:10:36.031  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1467. 05-09 14:10:36.593  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1468. 05-09 14:15:22.069  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1469. 05-09 14:15:22.679  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1470. 05-09 14:20:08.278  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1471. 05-09 14:20:08.952  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1472. 05-09 14:24:53.330  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1473. 05-09 14:24:53.957  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1474. 05-09 14:29:39.080  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1475. 05-09 14:29:39.608  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1476. 05-09 14:34:25.057  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1477. 05-09 14:34:25.657  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1478. 05-09 14:39:10.117  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1479. 05-09 14:39:10.770  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1480. 05-09 14:43:55.539  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1481. 05-09 14:43:56.166  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1482. 05-09 14:48:41.010  1034  2230 W ActivityManager: SLOW OOM ADJ: 284807ms for pid 21088 = 9
  1483. 05-09 14:48:41.075  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1484. 05-09 14:48:41.715  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1485. 05-09 14:53:27.010  1034  1847 W ActivityManager: SLOW OOM ADJ: 285270ms for pid 21088 = 9
  1486. 05-09 14:53:27.171  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1487. 05-09 14:53:27.811  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1488. 05-09 14:58:12.253  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1489. 05-09 14:58:12.901  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1490. 05-09 15:02:58.095  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1491. 05-09 15:02:58.645  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d66517c}
  1492. 05-09 15:07:58.599  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1493. 05-09 15:07:59.105  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1494. 05-09 15:12:43.659  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1495. 05-09 15:12:44.265  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1496. 05-09 15:17:29.065  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1497. 05-09 15:17:29.705  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1498. 05-09 15:22:15.010  1034  1472 W ActivityManager: SLOW OOM ADJ: 285261ms for pid 21435 = 11
  1499. 05-09 15:22:15.074  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1500. 05-09 15:22:15.657  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1501. 05-09 15:27:00.236  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1502. 05-09 15:27:00.777  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1503. 05-09 15:31:46.100  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1504. 05-09 15:31:46.742  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1505. 05-09 15:34:31.005  1034  1946 W ActivityManager: SLOW OOM ADJ: 164231ms for pid 21214 = 13
  1506. 05-09 15:36:31.272  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1507. 05-09 15:36:32.037  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1508. 05-09 15:41:16.314  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1509. 05-09 15:41:16.829  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1510. 05-09 15:46:01.357  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1511. 05-09 15:46:01.858  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1512. 05-09 15:50:47.084  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1513. 05-09 15:50:47.616  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@4711106}
  1514. 05-09 15:55:32.154  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1515. 05-09 15:55:32.671  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1516. 05-09 16:00:35.488  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1517. 05-09 16:00:36.090  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1518. 05-09 16:05:21.064  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1519. 05-09 16:05:21.615  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1520. 05-09 16:10:06.139  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1521. 05-09 16:10:06.822  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1522. 05-09 16:14:51.013  1034  1830 W ActivityManager: SLOW OOM ADJ: 284187ms for pid 21088 = 9
  1523. 05-09 16:14:51.184  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1524. 05-09 16:14:51.792  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1525. 05-09 16:19:37.123  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1526. 05-09 16:19:37.636  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1527. 05-09 16:24:23.109  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1528. 05-09 16:24:23.725  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1529. 05-09 16:29:08.169  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1530. 05-09 16:29:08.688  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1531. 05-09 16:33:54.060  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1532. 05-09 16:33:54.584  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1533. 05-09 16:38:39.125  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1534. 05-09 16:38:39.711  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@90c4c6d}
  1535. 05-09 16:43:24.343  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1536. 05-09 16:43:24.929  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1537. 05-09 16:43:39.562  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{acc138b u0 com.google.android.gms/.security.snet.SnetLaunchService}
  1538. 05-09 16:48:09.415  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1539. 05-09 16:48:10.065  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1540. 05-09 16:52:55.076  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1541. 05-09 16:52:55.687  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1542. 05-09 16:57:40.138  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1543. 05-09 16:57:40.794  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1544. 05-09 17:02:25.007  1034  1494 W ActivityManager: SLOW OOM ADJ: 284139ms for pid 21088 = 9
  1545. 05-09 17:02:25.228  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@26fd14f}
  1546. 05-09 17:02:25.249  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1547. 05-09 17:02:25.306  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@26fd14f}
  1548. 05-09 17:02:25.839  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1549. 05-09 17:07:11.104  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1550. 05-09 17:07:11.736  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1551. 05-09 17:11:56.156  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1552. 05-09 17:11:56.744  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1553. 05-09 17:16:42.175  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1554. 05-09 17:16:42.682  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1555. 05-09 17:21:28.072  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1556. 05-09 17:21:28.858  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1557. 05-09 17:26:13.179  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1558. 05-09 17:26:13.746  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1559. 05-09 17:30:59.111  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1560. 05-09 17:30:59.747  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1561. 05-09 17:35:44.172  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1562. 05-09 17:35:44.804  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1563. 05-09 17:40:30.143  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1564. 05-09 17:40:30.796  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f1024e}
  1565. 05-09 17:45:15.174  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1566. 05-09 17:45:15.840  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1567. 05-09 17:50:01.195  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1568. 05-09 17:50:01.840  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1569. 05-09 17:54:47.068  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1570. 05-09 17:54:47.643  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1571. 05-09 17:59:32.104  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1572. 05-09 17:59:32.641  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1573. 05-09 18:04:18.104  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1574. 05-09 18:04:18.693  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1575. 05-09 18:09:04.113  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1576. 05-09 18:09:04.700  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1577. 05-09 18:13:49.151  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1578. 05-09 18:13:49.773  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1579. 05-09 18:18:35.054  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1580. 05-09 18:18:35.722  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1581. 05-09 18:23:21.183  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1582. 05-09 18:23:21.825  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1583. 05-09 18:28:06.258  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1584. 05-09 18:28:06.807  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1585. 05-09 18:32:52.137  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1586. 05-09 18:32:52.790  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1587. 05-09 18:37:37.275  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1588. 05-09 18:37:37.910  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1589. 05-09 18:41:16.007  1034  2231 W ActivityManager: SLOW OOM ADJ: 218059ms for pid 21088 = 9
  1590. 05-09 18:42:22.382  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1591. 05-09 18:42:23.048  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1592. 05-09 18:47:08.066  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1593. 05-09 18:47:08.648  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1594. 05-09 18:51:54.125  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1595. 05-09 18:51:54.654  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6a28472}
  1596. 05-09 18:56:39.165  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7}
  1597. 05-09 18:56:39.792  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7}
  1598. 05-09 19:01:25.160  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7}
  1599. 05-09 19:01:25.797  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7}
  1600. 05-09 19:06:11.010  1034  1980 W ActivityManager: SLOW OOM ADJ: 285189ms for pid 21088 = 9
  1601. 05-09 19:06:11.086  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7}
  1602. 05-09 19:06:11.659  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7}
  1603. 05-09 19:10:57.086  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@255330b}
  1604. 05-09 19:10:57.096  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@255330b}
  1605. 05-09 19:10:57.148  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7}
  1606. 05-09 19:10:57.786  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e9f1ff7}
  1607. 05-09 19:15:42.213  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1608. 05-09 19:15:42.792  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1609. 05-09 19:20:28.211  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1610. 05-09 19:20:28.779  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1611. 05-09 19:25:14.062  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1612. 05-09 19:25:14.724  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1613. 05-09 19:30:00.152  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1614. 05-09 19:30:00.709  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1615. 05-09 19:34:45.300  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1616. 05-09 19:34:45.974  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1617. 05-09 19:39:30.372  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1618. 05-09 19:39:31.018  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1619. 05-09 19:41:18.008  1034  1472 W ActivityManager: SLOW OOM ADJ: 106549ms for pid 24374 = 13
  1620. 05-09 19:44:15.541  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1621. 05-09 19:44:16.219  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1622. 05-09 19:44:30.803  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{11c601d u0 com.google.android.gms/.security.snet.SnetLaunchService}
  1623. 05-09 19:49:01.128  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1624. 05-09 19:49:01.740  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1625. 05-09 19:53:47.104  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1626. 05-09 19:53:47.713  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b1c52a6}
  1627. 05-09 19:58:32.138  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1628. 05-09 19:58:32.796  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1629. 05-09 20:03:18.091  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1630. 05-09 20:03:18.670  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1631. 05-09 20:08:04.078  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1632. 05-09 20:08:04.741  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1633. 05-09 20:12:49.318  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1634. 05-09 20:12:49.956  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1635. 05-09 20:17:34.486  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1636. 05-09 20:17:35.045  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1637. 05-09 20:22:20.123  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1638. 05-09 20:22:20.710  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1639. 05-09 20:27:05.171  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1640. 05-09 20:27:05.764  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1641. 05-09 20:31:51.135  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1642. 05-09 20:31:51.753  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1643. 05-09 20:36:36.201  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1644. 05-09 20:36:36.759  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1645. 05-09 20:41:21.261  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1646. 05-09 20:41:21.873  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1647. 05-09 20:46:07.209  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1648. 05-09 20:46:07.793  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1649. 05-09 20:50:53.004  1034  1980 W ActivityManager: SLOW OOM ADJ: 285164ms for pid 21088 = 9
  1650. 05-09 20:50:53.058  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1651. 05-09 20:50:53.608  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1652. 05-09 20:55:39.100  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1653. 05-09 20:55:39.653  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1654. 05-09 21:00:24.139  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1655. 05-09 21:00:24.680  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1656. 05-09 21:05:10.068  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1657. 05-09 21:05:10.640  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1658. 05-09 21:09:55.133  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1659. 05-09 21:09:55.675  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1660. 05-09 21:14:40.182  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1661. 05-09 21:14:40.830  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1662. 05-09 21:19:26.222  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1663. 05-09 21:19:26.749  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1664. 05-09 21:24:12.064  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1665. 05-09 21:24:12.777  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1666. 05-09 21:28:57.136  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1667. 05-09 21:28:57.785  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1668. 05-09 21:33:43.102  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1669. 05-09 21:33:43.694  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1670. 05-09 21:38:28.182  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1671. 05-09 21:38:28.826  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1672. 05-09 21:43:13.258  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1673. 05-09 21:43:13.864  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1674. 05-09 21:47:59.090  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1675. 05-09 21:47:59.603  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1676. 05-09 21:52:45.079  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1677. 05-09 21:52:45.654  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1678. 05-09 21:57:30.125  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1679. 05-09 21:57:30.779  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1680. 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]]
  1681. 05-09 22:02:15.272  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1682. 05-09 22:02:15.796  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1683. 05-09 22:07:01.153  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1684. 05-09 22:07:01.708  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1685. 05-09 22:11:46.234  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1686. 05-09 22:11:46.886  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1687. 05-09 22:16:32.029  1034  1059 I UsageStatsService: User[0] Rolling over usage stats
  1688. 05-09 22:16:32.029  1034  1059 I UsageStatsService: User[0] Flushing usage stats to disk
  1689. 05-09 22:16:32.105  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1690. 05-09 22:16:32.195  1034  1059 I UsageStatsService: User[0] Rollover scheduled @ 2016-05-10 20:00:00(1462924800000)
  1691. 05-09 22:16:32.246  1034  1059 I UsageStatsService: User[0] Rolling over usage stats complete. Took 217 milliseconds
  1692. 05-09 22:16:32.633  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1693. 05-09 22:21:18.114  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1694. 05-09 22:21:18.660  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1695. 05-09 22:26:03.170  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1696. 05-09 22:26:03.724  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1697. 05-09 22:30:48.243  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1698. 05-09 22:30:48.785  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1699. 05-09 22:35:33.343  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1700. 05-09 22:35:33.919  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1701. 05-09 22:40:19.158  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1702. 05-09 22:40:19.806  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1703. 05-09 22:45:04.262  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1704. 05-09 22:45:04.990  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1705. 05-09 22:45:19.579  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{3df6cf8 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  1706. 05-09 22:49:49.338  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1707. 05-09 22:49:49.874  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1708. 05-09 22:54:35.079  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1709. 05-09 22:54:35.670  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1710. 05-09 22:59:20.149  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1711. 05-09 22:59:20.778  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1712. 05-09 23:04:06.120  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1713. 05-09 23:04:06.703  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1714. 05-09 23:08:52.071  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1715. 05-09 23:08:52.688  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1716. 05-09 23:13:37.121  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1717. 05-09 23:13:37.657  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1718. 05-09 23:18:23.146  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1719. 05-09 23:18:23.733  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1720. 05-09 23:23:09.152  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1721. 05-09 23:23:09.784  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1722. 05-09 23:27:54.240  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1723. 05-09 23:27:54.875  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1724. 05-09 23:30:00.014  1034  1974 W ActivityManager: SLOW OOM ADJ: 125101ms for pid 21088 = 9
  1725. 05-09 23:32:39.350  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1726. 05-09 23:32:39.942  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1727. 05-09 23:37:24.422  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1728. 05-09 23:37:25.106  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1729. 05-09 23:42:09.496  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1730. 05-09 23:42:10.092  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1731. 05-09 23:46:55.128  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1732. 05-09 23:46:55.717  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1733. 05-09 23:51:41.114  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1734. 05-09 23:51:41.655  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1735. 05-09 23:56:27.088  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1736. 05-09 23:56:27.689  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1737. 05-10 00:01:12.307  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1738. 05-10 00:01:12.932  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1739. 05-10 00:05:58.210  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1740. 05-10 00:05:59.013  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1741. 05-10 00:10:57.145  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1742. 05-10 00:10:57.183  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cfdda6}
  1743. 05-10 00:10:57.190  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cfdda6}
  1744. 05-10 00:10:57.671  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1745. 05-10 00:15:42.231  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1746. 05-10 00:15:42.830  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1747. 05-10 00:20:28.097  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1748. 05-10 00:20:28.735  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1749. 05-10 00:25:14.085  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1750. 05-10 00:25:14.677  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f4a60a7}
  1751. 05-10 00:29:59.144  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1752. 05-10 00:29:59.791  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1753. 05-10 00:34:44.312  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1754. 05-10 00:34:44.845  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1755. 05-10 00:39:30.108  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1756. 05-10 00:39:30.751  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1757. 05-10 00:44:16.090  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1758. 05-10 00:44:16.671  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1759. 05-10 00:49:01.146  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1760. 05-10 00:49:01.708  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1761. 05-10 00:53:47.128  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1762. 05-10 00:53:47.720  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1763. 05-10 00:58:33.089  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1764. 05-10 00:58:33.715  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1765. 05-10 01:03:18.157  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1766. 05-10 01:03:18.723  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1767. 05-10 01:08:04.135  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1768. 05-10 01:08:04.771  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1769. 05-10 01:12:50.072  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1770. 05-10 01:12:50.642  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@617518a}
  1771. 05-10 01:17:35.181  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea}
  1772. 05-10 01:17:35.799  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea}
  1773. 05-10 01:22:21.088  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea}
  1774. 05-10 01:22:21.665  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea}
  1775. 05-10 01:27:06.185  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea}
  1776. 05-10 01:27:06.761  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea}
  1777. 05-10 01:31:51.249  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea}
  1778. 05-10 01:31:51.916  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d165cea}
  1779. 05-10 01:36:36.326  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@efe6d8e}
  1780. 05-10 01:36:36.924  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@efe6d8e}
  1781. 05-10 01:41:22.193  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@efe6d8e}
  1782. 05-10 01:41:22.778  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@efe6d8e}
  1783. 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
  1784. 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
  1785. 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
  1786. 05-10 01:45:04.234  1034  1058 I ActivityManager: Start proc 4493:android.process.acore/u0a3 for broadcast com.android.providers.contacts/.PackageIntentReceiver
  1787. 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
  1788. 05-10 01:46:10.144  1034  2289 I ActivityManager: Start proc 4533:com.android.gallery3d/u0a44 for broadcast com.android.gallery3d/.app.PackagesMonitor
  1789. 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
  1790. 05-10 01:46:11.637  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@efe6d8e}
  1791. 05-10 01:46:12.502  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@efe6d8e}
  1792. 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
  1793. 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
  1794. 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
  1795. 05-10 01:46:16.861  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1796. 05-10 01:46:17.463  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1797. 05-10 01:46:27.349  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{a256681 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  1798. 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)
  1799. 05-10 01:46:44.790  1034  2231 I ActivityManager: Killing 24023:com.evervolv.updater:ManifestService/u0a6 (adj 15): empty #17
  1800. 05-10 01:48:33.023  1034  1057 I ActivityManager: Killing 24350:com.google.android.calendar/u0a60 (adj 15): empty #17
  1801. 05-10 01:51:02.127  1034  2289 I ActivityManager: Killing 21084:com.kittyplay.ex/u0a95 (adj 15): empty #17
  1802. 05-10 01:51:02.245  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1803. 05-10 01:51:03.025  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1804. 05-10 01:55:47.344  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1805. 05-10 01:55:47.989  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1806. 05-10 02:00:35.278  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1807. 05-10 02:00:35.905  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1808. 05-10 02:05:21.142  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1809. 05-10 02:05:21.751  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1810. 05-10 02:10:07.009  1034  1847 W ActivityManager: SLOW OOM ADJ: 285222ms for pid 4574 = 11
  1811. 05-10 02:10:07.072  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1812. 05-10 02:10:07.604  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1813. 05-10 02:14:53.131  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1814. 05-10 02:14:53.733  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1815. 05-10 02:19:38.390  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1816. 05-10 02:19:39.033  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1817. 05-10 02:24:23.454  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1818. 05-10 02:24:24.098  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1819. 05-10 02:29:09.094  1034  1847 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1820. 05-10 02:29:09.613  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1821. 05-10 02:33:54.197  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1822. 05-10 02:33:54.857  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1823. 05-10 02:38:39.295  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1824. 05-10 02:38:39.877  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1825. 05-10 02:43:25.072  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1826. 05-10 02:43:25.679  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1827. 05-10 02:48:10.107  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1828. 05-10 02:48:10.740  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1829. 05-10 02:52:56.166  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1830. 05-10 02:52:56.819  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1831. 05-10 02:57:42.082  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1832. 05-10 02:57:42.736  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1833. 05-10 03:02:27.221  1034  1034 I ActivityManager: Idle maintenance over +27m56s126ms low RAM for 0
  1834. 05-10 03:02:27.221  1034  1253 I MountService: Running fstrim idle maintenance
  1835. 05-10 03:02:27.233  1034  1253 D VoldConnector: SND -> {23 fstrim dotrimbench}
  1836. 05-10 03:02:27.234  1034  1254 D VoldConnector: RCV <- {200 23 Command succeeded}
  1837. 05-10 03:02:27.235  1034  1253 I MountServiceIdler: Got mount service completion callback
  1838. 05-10 03:02:27.245   139  4873 D vold    : Starting trim of /data
  1839. 05-10 03:02:27.245   139  4873 W vold    : Trim failed on /data: Operation not supported on transport endpoint
  1840. 05-10 03:02:27.246  1034  1254 D VoldConnector: RCV <- {662 /data -1 -1}
  1841. 05-10 03:02:27.257  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1842. 05-10 03:02:27.313   139  4873 I vold    : Benchmarking /data/misc/vold/bench
  1843. 05-10 03:02:27.813  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1844. 05-10 03:02:34.305  1034  1057 I ActivityManager: Process com.ksmobile.cb:kbrowser_service (pid 13476) has died
  1845. 05-10 03:02:34.305  1034  1057 W ActivityManager: Scheduling restart of crashed service com.ksmobile.cb/com.ijinshan.browser.KBrowserService in 1000ms
  1846. 05-10 03:02:43.755   139  4873 V vold    : Before drop_caches
  1847. 05-10 03:02:43.869   139  4873 V vold    : After drop_caches
  1848. 05-10 03:02:45.949   139  4873 I vold    : create took 16441ms
  1849. 05-10 03:02:45.949   139  4873 I vold    : drop took 114ms
  1850. 05-10 03:02:45.949   139  4873 I vold    : run took 1822ms
  1851. 05-10 03:02:45.949   139  4873 I vold    : destroy took 256ms
  1852. 05-10 03:02:45.950   139  4873 D vold    : Starting trim of /cache
  1853. 05-10 03:02:45.950   139  4873 W vold    : Trim failed on /cache: Operation not supported on transport endpoint
  1854. 05-10 03:02:45.953   139  4873 I vold    : Benchmarking /cache/misc/vold/bench
  1855. 05-10 03:02:46.028  1034  1254 D VoldConnector: RCV <- {661 /data/misc/vold/bench r1572:w1001:s285 16441583940 114837645 1822448731 256988526}
  1856. 05-10 03:02:46.838  1034  1254 D VoldConnector: RCV <- {662 /cache -1 -1}
  1857. 05-10 03:02:49.922  1034  2230 I ActivityManager: Process com.ebay.mobile (pid 24782) has died
  1858. 05-10 03:02:49.984  1034  1845 I ActivityManager: Process com.google.android.inputmethod.latin (pid 24374) has died
  1859. 05-10 03:02:50.024  1034  2289 I ActivityManager: Process android.process.media (pid 21214) has died
  1860. 05-10 03:02:59.646   139  4873 V vold    : Before drop_caches
  1861. 05-10 03:02:59.780   139  4873 V vold    : After drop_caches
  1862. 05-10 03:03:01.202   139  4873 I vold    : create took 13693ms
  1863. 05-10 03:03:01.202   139  4873 I vold    : drop took 133ms
  1864. 05-10 03:03:01.202   139  4873 I vold    : run took 1342ms
  1865. 05-10 03:03:01.202   139  4873 I vold    : destroy took 79ms
  1866. 05-10 03:03:01.203  1034  1254 D VoldConnector: RCV <- {661 /cache/misc/vold/bench r1572:w1001:s285 13693450928 133941650 1342773438 79101563}
  1867. 05-10 03:03:01.203   139  4873 D vold    : Starting trim of none
  1868. 05-10 03:03:01.203   139  4873 W vold    : Failed to open none: No such file or directory
  1869. 05-10 03:07:13.073  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1870. 05-10 03:07:13.888  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1871. 05-10 03:11:58.177  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1872. 05-10 03:11:58.840  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1873. 05-10 03:16:43.246  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1874. 05-10 03:16:43.909  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1875. 05-10 03:21:29.104  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1876. 05-10 03:21:29.692  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1877. 05-10 03:26:14.247  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1878. 05-10 03:26:14.788  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1879. 05-10 03:31:00.200  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1880. 05-10 03:31:00.856  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1881. 05-10 03:35:46.064  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1882. 05-10 03:35:46.680  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1883. 05-10 03:40:32.079  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1884. 05-10 03:40:32.651  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@972e422}
  1885. 05-10 03:45:17.263  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1886. 05-10 03:45:17.787  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1887. 05-10 03:50:02.347  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1888. 05-10 03:50:02.979  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1889. 05-10 03:54:48.090  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1890. 05-10 03:54:48.634  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1891. 05-10 03:59:34.060  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1892. 05-10 03:59:34.708  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1893. 05-10 04:04:19.115  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1894. 05-10 04:04:19.831  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1895. 05-10 04:09:05.237  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1896. 05-10 04:09:05.872  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1897. 05-10 04:13:51.062  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1898. 05-10 04:13:51.717  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1899. 05-10 04:16:45.015  1034  1058 W ActivityManager: SLOW OOM ADJ: 173286ms for pid 21088 = 9
  1900. 05-10 04:18:36.155  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1901. 05-10 04:18:36.778  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1902. 05-10 04:23:22.063  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1903. 05-10 04:23:22.675  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1904. 05-10 04:28:07.131  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1905. 05-10 04:28:07.745  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1906. 05-10 04:32:52.187  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1907. 05-10 04:32:52.826  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1908. 05-10 04:37:37.295  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1909. 05-10 04:37:37.963  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1910. 05-10 04:42:22.453  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1911. 05-10 04:42:23.048  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1912. 05-10 04:47:07.528  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1913. 05-10 04:47:08.035  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a42db20}
  1914. 05-10 04:47:23.203  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{4e7856a u0 com.google.android.gms/.security.snet.SnetLaunchService}
  1915. 05-10 04:48:52.894  1034  1059 I UsageStatsService: User[0] Flushing usage stats to disk
  1916. 05-10 04:51:53.108  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1917. 05-10 04:51:53.718  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1918. 05-10 04:56:41.079  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1919. 05-10 04:56:41.138  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@155c910}
  1920. 05-10 04:56:41.223  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@155c910}
  1921. 05-10 04:56:41.740  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1922. 05-10 05:01:27.094  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1923. 05-10 05:01:27.618  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1924. 05-10 05:06:12.138  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1925. 05-10 05:06:12.770  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1926. 05-10 05:10:58.098  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1927. 05-10 05:10:58.137  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c113572}
  1928. 05-10 05:10:58.188  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c113572}
  1929. 05-10 05:10:58.616  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1930. 05-10 05:15:44.118  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1931. 05-10 05:15:44.607  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1932. 05-10 05:20:29.184  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1933. 05-10 05:20:29.792  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1934. 05-10 05:25:14.256  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1935. 05-10 05:25:14.782  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1936. 05-10 05:30:00.072  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1937. 05-10 05:30:00.673  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f71a9d3}
  1938. 05-10 05:34:45.119  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1939. 05-10 05:34:45.648  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1940. 05-10 05:39:30.190  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1941. 05-10 05:39:30.798  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1942. 05-10 05:44:16.088  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1943. 05-10 05:44:16.654  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1944. 05-10 05:49:02.105  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1945. 05-10 05:49:02.752  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1946. 05-10 05:53:47.159  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1947. 05-10 05:53:47.784  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1948. 05-10 05:58:33.006  1034  1980 W ActivityManager: SLOW OOM ADJ: 285142ms for pid 4519 = 13
  1949. 05-10 05:58:33.076  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1950. 05-10 05:58:33.696  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1951. 05-10 06:03:19.082  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1952. 05-10 06:03:19.677  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1953. 05-10 06:08:04.150  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1954. 05-10 06:08:04.790  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1955. 05-10 06:12:50.074  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1956. 05-10 06:12:50.589  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1957. 05-10 06:17:36.064  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1958. 05-10 06:17:36.645  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1959. 05-10 06:22:22.166  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1960. 05-10 06:22:22.696  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1961. 05-10 06:27:07.233  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1962. 05-10 06:27:07.886  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1963. 05-10 06:31:52.319  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1964. 05-10 06:31:52.969  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1965. 05-10 06:36:37.413  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1966. 05-10 06:36:37.958  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1967. 05-10 06:41:23.071  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1968. 05-10 06:41:23.703  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1969. 05-10 06:46:09.090  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1970. 05-10 06:46:09.610  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1971. 05-10 06:50:55.099  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1972. 05-10 06:50:55.748  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1973. 05-10 06:55:40.289  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1974. 05-10 06:55:40.931  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1975. 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]]
  1976. 05-10 07:00:35.242  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1977. 05-10 07:00:35.848  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1978. 05-10 07:05:21.132  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1979. 05-10 07:05:21.762  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1980. 05-10 07:10:06.177  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1981. 05-10 07:10:06.801  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1982. 05-10 07:14:52.119  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1983. 05-10 07:14:52.734  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1984. 05-10 07:19:38.064  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1985. 05-10 07:19:38.687  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1986. 05-10 07:24:23.112  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1987. 05-10 07:24:23.693  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1988. 05-10 07:29:08.382  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1989. 05-10 07:29:08.970  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1990. 05-10 07:33:54.056  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1991. 05-10 07:33:54.736  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1992. 05-10 07:38:39.151  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1993. 05-10 07:38:39.752  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1994. 05-10 07:43:25.118  1034  1503 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1995. 05-10 07:43:25.743  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1996. 05-10 07:48:11.095  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1997. 05-10 07:48:11.717  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  1998. 05-10 07:48:26.390  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{225e884 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  1999. 05-10 07:52:56.139  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  2000. 05-10 07:52:56.661  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@a0305d0}
  2001. 05-10 07:57:42.099  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477}
  2002. 05-10 07:57:42.741  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477}
  2003. 05-10 08:02:28.187  1034  2231 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477}
  2004. 05-10 08:02:28.728  1034  1494 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477}
  2005. 05-10 08:07:13.259  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477}
  2006. 05-10 08:07:13.805  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477}
  2007. 05-10 08:11:59.055  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477}
  2008. 05-10 08:11:59.689  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477}
  2009. 05-10 08:16:45.079  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477}
  2010. 05-10 08:16:45.703  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a2477}
  2011. 05-10 08:21:30.156  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2012. 05-10 08:21:30.789  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2013. 05-10 08:26:15.229  1034  1845 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2014. 05-10 08:26:15.900  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2015. 05-10 08:31:01.090  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2016. 05-10 08:31:01.748  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2017. 05-10 08:35:46.458  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2018. 05-10 08:35:47.108  1034  1058 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2019. 05-10 08:40:31.593  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2020. 05-10 08:40:32.139  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2021. 05-10 08:45:16.762  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2022. 05-10 08:45:17.292  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2023. 05-10 08:50:02.135  1034  1946 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2024. 05-10 08:50:02.788  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2025. 05-10 08:54:47.184  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2026. 05-10 08:54:47.828  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2027. 05-10 08:59:33.074  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2028. 05-10 08:59:33.716  1034  2289 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2029. 05-10 09:04:19.139  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2030. 05-10 09:04:19.724  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2031. 05-10 09:09:04.297  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2032. 05-10 09:09:04.911  1034  1946 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2033. 05-10 09:13:50.062  1034  1058 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2034. 05-10 09:13:50.706  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2035. 05-10 09:18:36.065  1034  2321 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2036. 05-10 09:18:36.727  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2037. 05-10 09:23:21.106  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2038. 05-10 09:23:21.819  1034  1980 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2039. 05-10 09:28:06.179  1034  1830 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2040. 05-10 09:28:06.869  1034  1830 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2041. 05-10 09:32:52.097  1034  2289 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2042. 05-10 09:32:52.716  1034  1974 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2043. 05-10 09:37:37.161  1034  1472 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2044. 05-10 09:37:37.763  1034  1057 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2045. 05-10 09:42:23.214  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2046. 05-10 09:42:23.855  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2047. 05-10 09:47:09.081  1034  1974 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2048. 05-10 09:47:09.756  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2049. 05-10 09:51:54.121  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2050. 05-10 09:51:54.770  1034  2231 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2051. 05-10 09:56:40.070  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2052. 05-10 09:56:40.690  1034  1503 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2053. 05-10 10:00:01.010  1034  1472 W ActivityManager: SLOW OOM ADJ: 200261ms for pid 21088 = 9
  2054. 05-10 10:01:25.202  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2055. 05-10 10:01:25.845  1034  1986 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2056. 05-10 10:06:11.074  1034  1494 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2057. 05-10 10:06:11.674  1034  1472 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bbb77bd}
  2058. 05-10 10:08:57.149  1034  1252 I PowerManagerService: Waking up from sleep (uid 1000)...
  2059. 05-10 10:08:57.310  1034  1067 I DisplayPowerController: Blocking screen on until initial contents have been drawn.
  2060. 05-10 10:08:57.824  1034  1065 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
  2061. 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
  2062. 05-10 10:08:58.461  1034  1057 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d36d091}
  2063. 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}]
  2064. 05-10 10:08:58.690  1034  1067 I DisplayPowerController: Unblocked screen on after 1380 ms
  2065. 05-10 10:08:58.711  1034  2230 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d36d091}
  2066. 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
  2067. 05-10 10:08:59.687  1034  1503 I ActivityManager: Start proc 6321:com.kittyplay.ex/u0a95 for content provider com.kittyplay.ex/.StaticDataContentProvider
  2068. 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
  2069. 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}}
  2070. 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
  2071. 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)
  2072. 05-10 10:09:02.638  1034  1062 I BatteryStatsImpl: Resetting battery stats: level=100 status=5 dischargeLevel=100 lowAmount=31 highAmount=32
  2073. 05-10 10:09:03.057  1034  1065 W WindowManager: App freeze timeout expired.
  2074. 05-10 10:09:03.712  1034  1065 I WindowManager: Screen frozen for +2s704ms due to Window{aba12b2 u0 NavigationBar}
  2075. 05-10 10:09:04.069  6414  6449 E ActivityThread: Failed to find provider info for com.gau.go.launcherex.staticsdkprovider
  2076. 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
  2077. 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
  2078. 05-10 10:09:05.379  1034  1057 V BackupManagerService: Scheduling immediate backup pass
  2079. 05-10 10:09:05.381  1034  1034 V BackupManagerService: Running a backup pass
  2080. 05-10 10:09:05.408  1034  1318 V BackupManagerService: clearing pending backups
  2081. 05-10 10:09:05.565  1034  1318 V PerformBackupTask: Beginning backup of 3 targets
  2082. 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
  2083. 05-10 10:09:06.233  1034  1318 D PerformBackupTask: invokeAgentForBackup on @pm@
  2084. 05-10 10:09:06.385  1034  1059 I UsageStatsService: Time changed in UsageStats by -12 seconds
  2085. 05-10 10:09:06.385  1034  1059 I UsageStatsService: User[0] Flushing usage stats to disk
  2086. 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
  2087. 05-10 10:09:06.440  1034  1318 I BackupRestoreController: Getting widget state for user: 0
  2088. 05-10 10:09:07.531  1034  1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 204]
  2089. 05-10 10:09:08.526  1034  1059 I UsageStatsDatabase: Time changed by -12s661ms. files deleted: 0 files moved: 25
  2090. 05-10 10:09:08.535  1034  1059 I UsageStatsService: User[0] Rollover scheduled @ 2016-05-10 20:00:00(1462924800000)
  2091. 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
  2092. 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
  2093. 05-10 10:09:11.966  1034  1494 I ActivityManager: Killing 2015:com.opera.mini.native:turbo/u0a110 (adj 9): empty #17
  2094. 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
  2095. 05-10 10:09:12.111  1034  1298 D ConnectivityService: handlePromptUnvalidated 204
  2096. 05-10 10:09:12.453  1034  1297 E WiFiServiceImpl : CONNECT  nid=0 uid=10016 name=android.uid.systemui:10016
  2097. 05-10 10:09:12.453  1034  1297 D WifiService: Connect with networkId0
  2098. 05-10 10:09:12.979  1034  1974 I ActivityManager: Killing 4533:com.android.gallery3d/u0a44 (adj 15): empty #17
  2099. 05-10 10:09:12.995  1034  1318 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.android.providers.settings}
  2100. 05-10 10:09:13.009  1034  1318 D BackupManagerService: awaiting agent for ApplicationInfo{e6cd7b1 com.android.providers.settings}
  2101. 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
  2102. 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} }
  2103. 05-10 10:09:13.122  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 204] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING
  2104. 05-10 10:09:13.356  1034  1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 204]
  2105. 05-10 10:09:13.356  1034  1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 204] to 50
  2106. 05-10 10:09:13.380  1034  1034 D BackupManagerService: agentConnected pkg=com.android.providers.settings agent=android.app.backup.BackupAgent$BackupServiceBinder@bb9dc4f
  2107. 05-10 10:09:13.380  1034  1318 I BackupManagerService: got agent android.app.backup.BackupAgent$BackupServiceBinder@bb9dc4f
  2108. 05-10 10:09:13.383  1034  1318 D PerformBackupTask: invokeAgentForBackup on com.android.providers.settings
  2109. 05-10 10:09:14.188  1034  1318 I BackupRestoreController: Getting widget state for user: 0
  2110. 05-10 10:09:14.225  1034  1058 I ActivityManager: Killing 4590:com.google.process.gapps/u0a42 (adj 15): empty #17
  2111. 05-10 10:09:14.806  1034  1318 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=android}
  2112. 05-10 10:09:14.812  1034  1318 D BackupManagerService: awaiting agent for ApplicationInfo{79b1ea7 android}
  2113. 05-10 10:09:15.063  1034  1034 D BackupManagerService: agentConnected pkg=android agent=android.app.backup.BackupAgent$BackupServiceBinder@4a93e61
  2114. 05-10 10:09:15.067  1034  1318 I BackupManagerService: got agent android.app.backup.BackupAgent$BackupServiceBinder@4a93e61
  2115. 05-10 10:09:15.067  1034  1318 D PerformBackupTask: invokeAgentForBackup on android
  2116. 05-10 10:09:15.714  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 204] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  2117. 05-10 10:09:15.730  1034  1298 D ConnectivityService: Adding iface wlan0 to network 204
  2118. 05-10 10:09:15.830  1034  1298 E ConnectivityService: Unexpected mtu value: 0, wlan0
  2119. 05-10 10:09:15.830  1034  1298 D ConnectivityService: Adding Route [fe80::/64 -> :: wlan0] to network 204
  2120. 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
  2121. 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
  2122. 05-10 10:09:15.840  1034  1298 D ConnectivityService: Setting Dns servers for network 204 to [/192.168.1.1]
  2123. 05-10 10:09:15.920  1034  1298 D ConnectivityService: notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 204]
  2124. 05-10 10:09:15.947  1034  1298 D ConnectivityService: scheduleUnvalidatedPrompt 204
  2125. 05-10 10:09:15.947  1034  1298 D ConnectivityService: updateSignalStrengthThresholds: CONNECT, sending [] to NetworkAgentInfo [WIFI () - 204]
  2126. 05-10 10:09:15.948  1034  1298 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 204]
  2127. 05-10 10:09:15.948  1034  1298 D ConnectivityService:    accepting network in place of null
  2128. 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} }
  2129. 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'
  2130. 05-10 10:09:16.043  1034  1298 D CSLegacyTypeTracker: Sending CONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 204] isDefaultNetwork=true
  2131. 05-10 10:09:16.046  1034  1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
  2132. 05-10 10:09:16.059  1034  1298 D ConnectivityService: notifyType PRECHECK for NetworkAgentInfo [WIFI () - 204]
  2133. 05-10 10:09:16.089  1034  1060 I ActivityManager: Start proc 6601:android.process.media/u0a5 for broadcast com.android.providers.downloads/.DownloadReceiver
  2134. 05-10 10:09:16.358  1034  1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 204]
  2135. 05-10 10:09:16.362  1034  1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 204] to 60
  2136. 05-10 10:09:16.388  1034  1298 D ConnectivityService: setProvNotificationVisibleIntent null visible=false networkType=MOBILE extraInfo=null highPriority=false
  2137. 05-10 10:09:16.389  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 204] validation  passed
  2138. 05-10 10:09:16.389  1034  1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 204]
  2139. 05-10 10:09:16.393  1034  1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.INET_CONDITION_ACTION
  2140. 05-10 10:09:16.616  1034  1318 I BackupRestoreController: Getting widget state for user: 0
  2141. 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());
  2142. 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
  2143. 05-10 10:09:24.319  1034  1297 D WifiService: New client listening to asynchronous messages
  2144. 05-10 10:09:24.325 21435  6743 E ActivityThread: Failed to find provider info for com.google.android.wearable.settings
  2145. 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}
  2146. 05-10 10:09:27.919  1034  1318 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
  2147. 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
  2148. 05-10 10:09:27.985  1034  1318 D BackupManagerService: awaiting agent for ApplicationInfo{11d04ec com.google.android.googlequicksearchbox}
  2149. 05-10 10:09:34.332  1034  1494 I ActivityManager: Process com.kittyplay.ex:com.jiubang.commerce.service.IntelligentPreloadService (pid 32223) has died
  2150. 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
  2151. 05-10 10:09:34.339  1034  1494 I ActivityManager: Killing 4493:android.process.acore/u0a3 (adj 15): empty #17
  2152. 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
  2153. 05-10 10:09:35.889  1034  1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 204] to 57
  2154. 05-10 10:09:37.537  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 204] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED
  2155. 05-10 10:09:37.537  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 204] got DISCONNECTED, was satisfying 3
  2156. 05-10 10:09:37.567  1034  1298 D ConnectivityService: notifyType LOST for NetworkAgentInfo [WIFI () - 204]
  2157. --------- beginning of main
  2158. 05-10 10:09:37.637  6766  6772 W art     : Suspending all threads took: 108.734ms
  2159. 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
  2160. 05-10 10:09:37.734  1034  1296 I chatty  : uid=1000(system) WifiStateMachin expire 3 lines
  2161. 05-10 10:09:37.738   207  1025 D CommandListener: Clearing all IP addresses on wlan0
  2162. 05-10 10:09:37.854  6683  6683 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  2163. 05-10 10:09:37.859  6683  6683 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  2164. 05-10 10:09:37.924  1034  1060 E ActivityManager: ANR in com.google.android.apps.maps
  2165. 05-10 10:09:37.924  1034  1060 E ActivityManager: PID: 6683
  2166. 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
  2167. 05-10 10:09:37.924  1034  1060 E ActivityManager: Load: 8.17 / 3.79 / 2.75
  2168. 05-10 10:09:37.924  1034  1060 E ActivityManager: CPU usage from 0ms to 11120ms later:
  2169. 05-10 10:09:37.924  1034  1060 E ActivityManager:   43% 1034/system_server: 23% user + 20% kernel / faults: 12478 minor 198 major
  2170. 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
  2171. 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
  2172. 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
  2173. 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
  2174. 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
  2175. 05-10 10:09:37.924  1034  1060 E ActivityManager:   3.6% 95/mmcqd/0: 0% user + 3.6% kernel
  2176. 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
  2177. 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
  2178. 05-10 10:09:37.924  1034  1060 E ActivityManager:   2.7% 13232/com.android.vending: 2% user + 0.6% kernel / faults: 383 minor
  2179. 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
  2180. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0% 25059/org.cyanogenmod.audiofx: 0% user + 0% kernel / faults: 2691 minor 35 major
  2181. 05-10 10:09:37.924  1034  1060 E ActivityManager:   1.4% 36/kswapd0: 0% user + 1.4% kernel
  2182. 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
  2183. 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
  2184. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0.9% 17/irq/199-msmdata: 0% user + 0.9% kernel
  2185. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0.8% 207/netd: 0% user + 0.8% kernel / faults: 104 minor 1 major
  2186. 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
  2187. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0.6% 32758/kworker/u:1: 0% user + 0.6% kernel
  2188. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0.5% 3352/kworker/u:0: 0% user + 0.5% kernel
  2189. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0.4% 3/ksoftirqd/0: 0% user + 0.4% kernel
  2190. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0.3% 136/logd: 0% user + 0.2% kernel / faults: 57 minor
  2191. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0.3% 1323/ksdioirqd/mmc1: 0% user + 0.3% kernel
  2192. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0% 9966/com.android.launcher3: 0% user + 0% kernel / faults: 1397 minor 18 major
  2193. 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
  2194. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0.1% 21022/kworker/0:0: 0% user + 0.1% kernel
  2195. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0% 130/jbd2/dm-9-8: 0% user + 0% kernel
  2196. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0% 189/lmkd: 0% user + 0% kernel
  2197. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0% 190/servicemanager: 0% user + 0% kernel / faults: 2 minor
  2198. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0% 213/zygote: 0% user + 0% kernel / faults: 1277 minor
  2199. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0% 1344/wpa_supplicant: 0% user + 0% kernel / faults: 164 minor 3 major
  2200. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0% 6289/kworker/1:2: 0% user + 0% kernel
  2201. 05-10 10:09:37.924  1034  1060 E ActivityManager:   0% 9577/kworker/0:2H: 0% user + 0% kernel
  2202. 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
  2203. 05-10 10:09:37.924  1034  1060 E ActivityManager:  +0% 6806/com.google.android.googlequicksearchbox: 0% user + 0% kernel
  2204. 05-10 10:09:37.924  1034  1060 E ActivityManager: 99% TOTAL: 31% user + 24% kernel + 44% iowait + 0.1% softirq
  2205. 05-10 10:09:37.924  1034  1060 E ActivityManager: CPU usage from 9533ms to 10063ms later:
  2206. 05-10 10:09:37.924  1034  1060 E ActivityManager:   30% 1034/system_server: 22% user + 7.5% kernel / faults: 54 minor
  2207. 05-10 10:09:37.924  1034  1060 E ActivityManager:     13% 1065/android.display: 11% user + 1.8% kernel
  2208. 05-10 10:09:37.924  1034  1060 E ActivityManager:     7.5% 1060/ActivityManager: 3.7% user + 3.7% kernel
  2209. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.8% 1058/Binder_2: 1.8% user + 0% kernel
  2210. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.8% 1061/android.ui: 0% user + 1.8% kernel
  2211. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.8% 1067/PowerManagerSer: 1.8% user + 0% kernel
  2212. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.8% 1472/Binder_3: 1.8% user + 0% kernel
  2213. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.8% 1503/Binder_5: 1.8% user + 0% kernel
  2214. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.8% 1845/Binder_7: 1.8% user + 0% kernel
  2215. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.8% 1847/Binder_8: 1.8% user + 0% kernel
  2216. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.8% 1980/Binder_B: 1.8% user + 0% kernel
  2217. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.8% 2230/Binder_D: 1.8% user + 0% kernel
  2218. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.8% 2289/Binder_F: 1.8% user + 0% kernel
  2219. 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
  2220. 05-10 10:09:37.924  1034  1060 E ActivityManager:     13% 6739/SyncAdapterThre: 11% user + 1.6% kernel
  2221. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.6% 6793/Thread-2521: 0% user + 1.6% kernel
  2222. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.6% 21435/gle.android.gms: 1.6% user + 0% kernel
  2223. 05-10 10:09:37.924  1034  1060 E ActivityManager:   2.3% 36/kswapd0: 0% user + 2.3% kernel
  2224. 05-10 10:09:37.924  1034  1060 E ActivityManager:   3.7% 95/mmcqd/0: 0% user + 3.7% kernel
  2225. 05-10 10:09:37.924  1034  1060 E ActivityManager:   3.7% 191/surfaceflinger: 3.7% user + 0% kernel / faults: 11 minor
  2226. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.8% 246/Binder_2: 0% user + 1.8% kernel
  2227. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.8% 291/EventThread: 1.8% user + 0% kernel
  2228. 05-10 10:09:37.924  1034  1060 E ActivityManager:     1.8% 330/hwcVsyncThread: 1.8% user + 0% kernel
  2229. 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
  2230. 05-10 10:09:37.924  1034  1060 E ActivityManager:     2.8% 6683/droid.apps.maps: 1.4% user + 1.4% kernel
  2231. 05-10 10:09:37.924  1034  1060 E ActivityManager:   3.1%
  2232. 05-10 10:09:37.933  1034  1060 I ActivityManager: Killing 6683:com.google.android.apps.maps/u0a66 (adj 0): bg anr
  2233. 05-10 10:09:37.987  1034  1318 W BackupManagerService: Timeout waiting for agent ApplicationInfo{11d04ec com.google.android.googlequicksearchbox}
  2234. 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
  2235. 05-10 10:09:38.036  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{8142436 u0 org.chromium.chrome/.browser.precache.PrecacheService}
  2236. 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
  2237. 05-10 10:09:38.067  6321  6633 W System.err:    at libcore.io.IoBridge.connect(IoBridge.java:124)
  2238. 05-10 10:09:38.067  6321  6633 W System.err:    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
  2239. 05-10 10:09:38.067  6321  6633 W System.err:    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:452)
  2240. 05-10 10:09:38.067  6321  6633 W System.err:    at java.net.Socket.connect(Socket.java:884)
  2241. 05-10 10:09:38.067  6321  6633 W System.err:    at com.android.okhttp.internal.Platform.connectSocket(Platform.java:117)
  2242. 05-10 10:09:38.067  6321  6633 W System.err:    at com.android.okhttp.internal.http.SocketConnector.connectRawSocket(SocketConnector.java:160)
  2243. 05-10 10:09:38.067  6321  6633 W System.err:    at com.android.okhttp.internal.http.SocketConnector.connectCleartext(SocketConnector.java:67)
  2244. 05-10 10:09:38.067  6321  6633 W System.err:    at com.android.okhttp.Connection.connect(Connection.java:152)
  2245. 05-10 10:09:38.068  6321  6633 W System.err:    at com.android.okhttp.Connection.connectAndSetOwner(Connection.java:185)
  2246. 05-10 10:09:38.068  6321  6633 W System.err:    at com.android.okhttp.OkHttpClient$1.connectAndSetOwner(OkHttpClient.java:128)
  2247. 05-10 10:09:38.068  6321  6633 W System.err:    at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:341)
  2248. 05-10 10:09:38.068  6321  6633 W System.err:    at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)
  2249. 05-10 10:09:38.068  6321  6633 W System.err:    at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
  2250. 05-10 10:09:38.068  6321  6633 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437)
  2251. 05-10 10:09:38.068  6321  6633 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:388)
  2252. 05-10 10:09:38.068  6321  6633 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:501)
  2253. 05-10 10:09:38.068  6321  6633 W System.err:    at ll.c(Unknown Source)
  2254. 05-10 10:09:38.068  6321  6633 W System.err:    at lk.a(Unknown Source)
  2255. 05-10 10:09:38.068  6321  6633 W System.err:    at ko.b(Unknown Source)
  2256. 05-10 10:09:38.068  6321  6633 W System.err:    at ko.b(Unknown Source)
  2257. 05-10 10:09:38.068  6321  6633 W System.err:    at lg.run(Unknown Source)
  2258. 05-10 10:09:38.068  6321  6633 W System.err: Caused by: android.system.ErrnoException: connect failed: ENETUNREACH (Network is unreachable)
  2259. 05-10 10:09:38.068  6321  6633 W System.err:    at libcore.io.Posix.connect(Native Method)
  2260. 05-10 10:09:38.069  6321  6633 W System.err:    at libcore.io.BlockGuardOs.connect(BlockGuardOs.java:111)
  2261. 05-10 10:09:38.069  6321  6633 W System.err:    at libcore.io.IoBridge.connectErrno(IoBridge.java:154)
  2262. 05-10 10:09:38.069  6321  6633 W System.err:    at libcore.io.IoBridge.connect(IoBridge.java:122)
  2263. 05-10 10:09:38.069  6321  6633 W System.err:    ... 20 more
  2264. 05-10 10:09:38.074  6833  6833 I art     : Late-enabling JIT
  2265. 05-10 10:09:38.077  6321  6633 I TongJiTest: upload failed and retryTime:1
  2266. 05-10 10:09:38.084 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2267. 05-10 10:09:38.086 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2268. 05-10 10:09:38.087 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2269. 05-10 10:09:38.088 20812 20818 W art     : Method processed more than once: void maps.be.l$1.run()
  2270. 05-10 10:09:38.090 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2271. 05-10 10:09:38.092 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2272. 05-10 10:09:38.093 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2273. 05-10 10:09:38.095 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2274. 05-10 10:09:38.097 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2275. 05-10 10:09:38.101 20812 20818 W art     : Method processed more than once: void com.tapjoy.internal.iw.run()
  2276. 05-10 10:09:38.144 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2277. 05-10 10:09:38.145 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2278. 05-10 10:09:38.147 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2279. 05-10 10:09:38.149 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2280. 05-10 10:09:38.169  1034  1298 D CSLegacyTypeTracker: Sending DISCONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 204] isDefaultNetwork=true
  2281. 05-10 10:09:38.174  1034  1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
  2282. 05-10 10:09:38.192  1034  1064 I chatty  : uid=1000(system) android.io expire 1 line
  2283. 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)
  2284. 05-10 10:09:38.220 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2285. 05-10 10:09:38.252  6766  6772 I art     : Wrote stack traces to '/data/anr/traces.txt'
  2286. 05-10 10:09:38.283 21088 21088 D NetworkChangeNotifierAutoDetect: Network connectivity changed, type is: 6
  2287. 05-10 10:09:38.312  6833  6833 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  2288. 05-10 10:09:38.383 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2289. 05-10 10:09:38.527 19675 19675 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
  2290. 05-10 10:09:38.553  6766  6766 W art     : Method processed more than once: q q.k(android.content.Context)
  2291. 05-10 10:09:38.886  1034  1318 V KeyValueBackupJob: Scheduling k/v pass in 240 minutes
  2292. 05-10 10:09:38.922  1034  1318 I BackupManagerService: Backup pass finished.
  2293. 05-10 10:09:38.967 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2294. 05-10 10:09:38.968 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2295. 05-10 10:09:38.969 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2296. 05-10 10:09:38.970 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2297. 05-10 10:09:38.977 20812 20818 W art     : Method processed more than once: com.tapjoy.internal.kg com.tapjoy.internal.kg.g()
  2298. 05-10 10:09:38.988 20812 20818 W art     : Method processed more than once: boolean com.tapjoy.internal.en.b()
  2299. 05-10 10:09:38.989 20812 20818 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2300. 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)
  2301. 05-10 10:09:39.205 21435 21441 I chatty  : uid=10011(com.google.android.gms) Signal Catcher expire 1 line
  2302. 05-10 10:09:39.212  1882  6759 I chatty  : uid=10011 com.google.android.gms.persistent expire 1 line
  2303. 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.
  2304. 05-10 10:09:39.317 20812 20818 I art     : Wrote stack traces to '/data/anr/traces.txt'
  2305. 05-10 10:09:39.494 21435 21441 I chatty  : uid=10011(com.google.android.gms) Signal Catcher expire 35 lines
  2306. 05-10 10:09:39.494 21435 21446 I chatty  : uid=10011(com.google.android.gms) HeapTaskDaemon expire 1 line
  2307. 05-10 10:09:40.413  1034  1058 I ActivityManager: Killing 4519:com.google.android.gm/u0a63 (adj 15): empty #17
  2308. 05-10 10:09:40.455 13232 13238 W art     : Method processed more than once: android.os.Message android.os.MessageQueue.next()
  2309. 05-10 10:09:40.497  1034  1044 I chatty  : uid=1000(system) HeapTaskDaemon expire 2 lines
  2310. 05-10 10:09:40.636  1034  1059 I chatty  : uid=1000(system) android.bg expire 1 line
  2311. 05-10 10:09:40.712   207  1025 E Netd    : netlink response contains error (No such file or directory)
  2312. 05-10 10:09:40.817 21435  6739 I chatty  : uid=10011(com.google.android.gms) expire 3 lines
  2313. 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
  2314. 05-10 10:09:40.832 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  2315. 05-10 10:09:40.835 28488 28500 W AudioFlinger: write blocked for 5003 msecs, 7 delayed writes, thread 0x74480000
  2316. 05-10 10:09:40.836 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  2317. 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
  2318. 05-10 10:09:41.041  1034  1251 I chatty  : uid=1000(system) InputDispatcher expire 59 lines
  2319. 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.
  2320. 05-10 10:09:41.069 20812 20812 I Ads     : Ad is not visible. Not refreshing ad.
  2321. 05-10 10:09:41.069 20812 20812 I Ads     : Scheduling ad refresh 60000 milliseconds from now.
  2322. 05-10 10:09:41.157 13606 13606 I ChargeLockerService: ??????
  2323. 05-10 10:09:41.161 13606 13606 I ChargeLockerService: ??????--->
  2324. 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)
  2325. 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
  2326. 05-10 10:09:41.294 20812 20812 I Tapjoy  : The session ended
  2327. 05-10 10:09:41.428 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2328. 05-10 10:09:41.434 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2329. 05-10 10:09:41.435 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2330. 05-10 10:09:41.468  6833  6833 W System  : ClassLoader referenced unknown path: /data/app/com.kittyplay.ex-1/lib/arm
  2331. 05-10 10:09:41.468 13232 13238 W art     : Method processed more than once: android.os.Message android.os.MessageQueue.next()
  2332. 05-10 10:09:41.504 13232 13238 W art     : Method processed more than once: android.os.Message android.os.MessageQueue.next()
  2333. 05-10 10:09:41.504 13232 13238 W art     : Method processed more than once: void android.os.HandlerThread.run()
  2334. 05-10 10:09:41.534 13232 13238 W art     : Method processed more than once: android.os.Message android.os.MessageQueue.next()
  2335. 05-10 10:09:41.534 13232 13238 W art     : Method processed more than once: void android.os.HandlerThread.run()
  2336. 05-10 10:09:41.536 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2337. 05-10 10:09:41.537 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2338. 05-10 10:09:41.539 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2339. 05-10 10:09:41.541 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2340. 05-10 10:09:41.542 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2341. 05-10 10:09:41.588 13232 13238 W art     : Method processed more than once: android.os.Message android.os.MessageQueue.next()
  2342. 05-10 10:09:41.589 13232 13238 W art     : Method processed more than once: void android.os.HandlerThread.run()
  2343. 05-10 10:09:41.620 13232 13238 W art     : Method processed more than once: android.os.Message android.os.MessageQueue.next()
  2344. 05-10 10:09:41.620 13232 13238 W art     : Method processed more than once: void android.os.HandlerThread.run()
  2345. 05-10 10:09:41.650 13232 13238 W art     : Method processed more than once: android.os.Message android.os.MessageQueue.next()
  2346. 05-10 10:09:41.651 13232 13238 W art     : Method processed more than once: void android.os.HandlerThread.run()
  2347. 05-10 10:09:41.652 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2348. 05-10 10:09:41.655 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2349. 05-10 10:09:41.656 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2350. 05-10 10:09:41.659 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2351. 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.
  2352. 05-10 10:09:41.704  9966  9999 I Adreno200-EGL: <qeglDrvAPI_eglInitialize:265>: 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)
  2353. 05-10 10:09:41.704  9966  9999 I Adreno200-EGL: Build Date: 06/25/13 Tue
  2354. 05-10 10:09:41.704  9966  9999 I Adreno200-EGL: Local Branch:
  2355. 05-10 10:09:41.704  9966  9999 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5
  2356. 05-10 10:09:41.704  9966  9999 I Adreno200-EGL: Local Patches: NONE
  2357. 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
  2358. 05-10 10:09:41.837  1034  1298 E NetdConnector: NDC Command {3181 network destroy 204} took too long (3651ms)
  2359. 05-10 10:09:41.838  1034  1298 E ConnectivityService: EVENT_NETWORK_INFO_CHANGED from unknown NetworkAgent
  2360. 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
  2361. 05-10 10:09:41.844  6321  6633 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  2362. 05-10 10:09:41.845  6321  6633 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  2363. 05-10 10:09:41.845  6321  6633 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  2364. 05-10 10:09:41.845  6321  6633 W System.err:    at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29)
  2365. 05-10 10:09:41.845  6321  6633 W System.err:    at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188)
  2366. 05-10 10:09:41.845  6321  6633 W System.err:    at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157)
  2367. 05-10 10:09:41.845  6321  6633 W System.err:    at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100)
  2368. 05-10 10:09:41.845  6321  6633 W System.err:    at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357)
  2369. 05-10 10:09:41.845  6321  6633 W System.err:    at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340)
  2370. 05-10 10:09:41.845  6321  6633 W System.err:    at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)
  2371. 05-10 10:09:41.845  6321  6633 W System.err:    at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
  2372. 05-10 10:09:41.845  6321  6633 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437)
  2373. 05-10 10:09:41.845  6321  6633 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114)
  2374. 05-10 10:09:41.845  6321  6633 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245)
  2375. 05-10 10:09:41.845  6321  6633 W System.err:    at ll.c(Unknown Source)
  2376. 05-10 10:09:41.845  6321  6633 W System.err:    at lk.a(Unknown Source)
  2377. 05-10 10:09:41.845  6321  6633 W System.err:    at ko.b(Unknown Source)
  2378. 05-10 10:09:41.846  6321  6633 W System.err:    at ko.b(Unknown Source)
  2379. 05-10 10:09:41.846  6321  6633 W System.err:    at lg.run(Unknown Source)
  2380. 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)
  2381. 05-10 10:09:41.868  1882  1889 I chatty  : uid=10011(com.google.android.gms) Signal Catcher expire 51 lines
  2382. 05-10 10:09:41.884  6321  6633 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  2383. 05-10 10:09:41.884  6321  6633 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  2384. 05-10 10:09:41.884  6321  6633 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  2385. 05-10 10:09:41.884  6321  6633 W System.err:    ... 18 more
  2386. 05-10 10:09:41.884  6321  6633 I TongJiTest: upload failed and retryTime:2
  2387. 05-10 10:09:41.884  6321  6633 I TongJiTest: quit loop
  2388. 05-10 10:09:42.476 20812 20812 W art     : Verification of void com.tapjoy.internal.kb.run() took 332.336ms
  2389. 05-10 10:09:42.500  9966  9999 I OpenGLRenderer: Initialized EGL, version 1.4
  2390. 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.
  2391. 05-10 10:09:42.551 19675 19675 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
  2392. 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.
  2393. 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.
  2394. 05-10 10:09:43.016  6321  6321 W art     : Verification of void com.jiubang.kittyplay.manager.timingwallpaper.TimingWallpaperStarter.<clinit>() took 1.543s
  2395. 05-10 10:09:43.037  6833  6833 W art     : Verification of void com.jiubang.kittyplay.PlayApplication.<clinit>() took 1.518s
  2396. 05-10 10:09:43.061  6833  6833 I LoadedApk: No resource references to update in package common
  2397. 05-10 10:09:43.061  6833  6833 I LoadedApk: No resource references to update in package com.Ott.tones
  2398. 05-10 10:09:43.062  6833  6833 I LoadedApk: No resource references to update in package vr.xperia
  2399. 05-10 10:09:43.298  1882  1882 I chatty  : uid=10011 com.google.android.gms.persistent expire 5 lines
  2400. 05-10 10:09:43.299  1882  6759 I chatty  : uid=10011 com.google.android.gms.persistent expire 3 lines
  2401. 05-10 10:09:43.300  1882  1895 I chatty  : uid=10011(com.google.android.gms) Binder_1 expire 1 line
  2402. 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
  2403. 05-10 10:09:43.553  1882  6849 I chatty  : uid=10011 com.google.android.gms.persistent expire 3 lines
  2404. 05-10 10:09:43.671 20812 20882 W art     : Verification of void com.tapjoy.internal.gu.<init>(java.io.IOException) took 494.964ms
  2405. 05-10 10:09:43.728  6833  6833 W art     : Verification of void ko.d(android.content.Context) took 241.912ms
  2406. 05-10 10:09:43.830 13232 13238 W art     : Method processed more than once: b.a b.a.b()
  2407. 05-10 10:09:43.831 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2408. 05-10 10:09:43.858  6349  6349 W art     : Verification of void io.wecloud.message.ClientService.onCreate() took 314.361ms
  2409. 05-10 10:09:43.936  6454  6454 W art     : Verification of void org.chromium.chrome.browser.JavaExceptionReporter.<init>(java.lang.Thread$UncaughtExceptionHandler) took 153.686ms
  2410. 05-10 10:09:43.949 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2411. 05-10 10:09:43.983 13232 13238 W art     : Method processed more than once: void java.lang.Thread.parkFor$(long)
  2412. 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.
  2413. 05-10 10:09:44.361  6833  6833 D KittyPlayStatistics: 1459791555503b6e1d24bd309ec87
  2414. 05-10 10:09:44.418  9966  9999 V RenderScript: 0x69582000 Launching thread(s), CPUs 2
  2415. 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.
  2416. 05-10 10:09:44.477  9966  9999 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  2417. 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
  2418. 05-10 10:09:44.676 13232 13238 I art     : Wrote stack traces to '/data/anr/traces.txt'
  2419. 05-10 10:09:44.680  1034  1044 I chatty  : uid=1000(system) HeapTaskDaemon expire 1 line
  2420. 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:
  2421. 05-10 10:09:44.701  6833  6833 I GAv4    :   adb shell setprop log.tag.GAv4 DEBUG
  2422. 05-10 10:09:44.701  6833  6833 I GAv4    :   adb logcat -s GAv4
  2423. 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
  2424. 05-10 10:09:44.900  6349  6349 W art     : Verification of void auk.a(android.content.Context) took 204.956ms
  2425. 05-10 10:09:44.914  6349  6875 W System.err: java.lang.InterruptedException
  2426. 05-10 10:09:44.914  6349  6875 W System.err:    at java.lang.Object.wait(Native Method)
  2427. 05-10 10:09:44.914  6349  6875 W System.err:    at aux.run(Unknown Source)
  2428. 05-10 10:09:45.041  6349  6878 W ResourceType: No package identifier when getting value for resource number 0x00000000
  2429. 05-10 10:09:45.122  6349  6878 W ResourceType: No package identifier when getting value for resource number 0x00000000
  2430. 05-10 10:09:45.160  6806  6806 W art     : Verification of void com.google.android.apps.gsa.velvet.VelvetApplication.<init>() took 945.831ms
  2431. 05-10 10:09:45.199  6414  6414 W art     : Verification of void io.wecloud.message.a.a() took 1.282s
  2432. 05-10 10:09:45.365 21435  6793 I chatty  : uid=10011(com.google.android.gms) expire 3 lines
  2433. 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
  2434. 05-10 10:09:45.792 21435  6827 I chatty  : uid=10011(com.google.android.gms) expire 1 line
  2435. 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
  2436. 05-10 10:09:45.832 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  2437. 05-10 10:09:45.835 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  2438. 05-10 10:09:46.077  6806  6806 W art     : Verification of void com.google.common.e.a.dg.<init>() took 102.813ms
  2439. 05-10 10:09:46.229  6454  6454 W art     : Verification of android.os.Message org.chromium.base.SystemMessageHandler.obtainAsyncMessage(int) took 275.024ms
  2440. 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
  2441. 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
  2442. 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
  2443. 05-10 10:09:46.312  6833  6846 W art     : Suspending all threads took: 701.416ms
  2444. 05-10 10:09:46.327  6806  6806 I LoadedApk: No resource references to update in package common
  2445. 05-10 10:09:46.342  6806  6806 I LoadedApk: No resource references to update in package com.Ott.tones
  2446. 05-10 10:09:46.419  6414  6414 W System.err: java.lang.IllegalArgumentException: invalid provider: null
  2447. 05-10 10:09:46.426  6414  6414 W System.err:    at android.location.LocationManager.checkProvider(LocationManager.java:1704)
  2448. 05-10 10:09:46.427  6414  6414 W System.err:    at android.location.LocationManager.requestLocationUpdates(LocationManager.java:459)
  2449. 05-10 10:09:46.427  6414  6414 W System.err:    at io.wecloud.message.ClientService.onCreate(Unknown Source)
  2450. 05-10 10:09:46.427  6414  6414 W System.err:    at android.app.ActivityThread.handleCreateService(ActivityThread.java:2921)
  2451. 05-10 10:09:46.427  6414  6414 W System.err:    at android.app.ActivityThread.-wrap4(ActivityThread.java)
  2452. 05-10 10:09:46.427  6414  6414 W System.err:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446)
  2453. 05-10 10:09:46.427  6414  6414 W System.err:    at android.os.Handler.dispatchMessage(Handler.java:102)
  2454. 05-10 10:09:46.427  6414  6414 W System.err:    at android.os.Looper.loop(Looper.java:148)
  2455. 05-10 10:09:46.427  6414  6414 W System.err:    at android.app.ActivityThread.main(ActivityThread.java:5471)
  2456. 05-10 10:09:46.427  6414  6414 W System.err:    at java.lang.reflect.Method.invoke(Native Method)
  2457. 05-10 10:09:46.427  6414  6414 W System.err:    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  2458. 05-10 10:09:46.427  6414  6414 W System.err:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  2459. 05-10 10:09:46.486  6414  6887 W System.err: java.lang.InterruptedException
  2460. 05-10 10:09:46.486  6414  6887 W System.err:    at java.lang.Object.wait(Native Method)
  2461. 05-10 10:09:46.486  6414  6887 W System.err:    at nv.run(Unknown Source)
  2462. 05-10 10:09:46.536  6806  6806 I LoadedApk: No resource references to update in package vr.xperia
  2463. 05-10 10:09:46.665  6414  6889 W ResourceType: No package identifier when getting value for resource number 0x00000000
  2464. 05-10 10:09:46.666  6414  6889 W ResourceType: No package identifier when getting value for resource number 0x00000000
  2465. 05-10 10:09:46.870  6833  6870 W art     : Method processed more than once: java.lang.String mh.a()
  2466. 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
  2467. 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
  2468. 05-10 10:09:47.205  1034  2289 I chatty  : uid=1000(system) Binder_F expire 1 line
  2469. 05-10 10:09:47.318  6806  6817 W art     : Suspending all threads took: 588.226ms
  2470. 05-10 10:09:47.320  6806  6806 W art     : Verification of com.android.launcher3.AutoInstallsLayout com.android.launcher3.LauncherProvider.createWorkspaceLoaderFromAppRestriction() took 777.526ms
  2471. 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.
  2472. 05-10 10:09:47.528  6414  6889 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  2473. 05-10 10:09:47.528  6349  6878 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  2474. 05-10 10:09:47.529  6414  6889 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  2475. 05-10 10:09:47.529  6349  6878 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  2476. 05-10 10:09:47.529  6414  6889 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  2477. 05-10 10:09:47.529  6349  6878 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  2478. 05-10 10:09:47.529  6414  6889 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  2479. 05-10 10:09:47.529  6349  6878 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  2480. 05-10 10:09:47.529  6414  6889 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  2481. 05-10 10:09:47.529  6349  6878 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  2482. 05-10 10:09:47.529  6414  6889 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  2483. 05-10 10:09:47.529  6349  6878 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  2484. 05-10 10:09:47.529  6414  6889 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  2485. 05-10 10:09:47.529  6414  6889 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  2486. 05-10 10:09:47.529  6349  6878 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  2487. 05-10 10:09:47.529  6349  6878 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  2488. 05-10 10:09:47.529  6414  6889 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  2489. 05-10 10:09:47.529  6349  6878 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  2490. 05-10 10:09:47.529  6414  6889 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  2491. 05-10 10:09:47.529  6349  6878 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  2492. 05-10 10:09:47.529  6414  6889 W System.err:    at nl.a(Unknown Source)
  2493. 05-10 10:09:47.529  6349  6878 W System.err:    at auk.a(Unknown Source)
  2494. 05-10 10:09:47.529  6414  6889 W System.err:    at nl.run(Unknown Source)
  2495. 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)
  2496. 05-10 10:09:47.529  6414  6889 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  2497. 05-10 10:09:47.529  6414  6889 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  2498. 05-10 10:09:47.529  6414  6889 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  2499. 05-10 10:09:47.529  6414  6889 W System.err:    ... 11 more
  2500. 05-10 10:09:47.535  6833  6833 W art     : Verification of void apq.a(android.os.AsyncTask) took 567.535ms
  2501. 05-10 10:09:47.568  6349  6878 W System.err:    at auk.run(Unknown Source)
  2502. 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)
  2503. 05-10 10:09:47.568  6349  6878 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  2504. 05-10 10:09:47.568  6349  6878 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  2505. 05-10 10:09:47.568  6349  6878 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  2506. 05-10 10:09:47.568  6349  6878 W System.err:    ... 11 more
  2507. 05-10 10:09:47.649  1034  2230 I chatty  : uid=1000(system) Binder_D expire 1 line
  2508. 05-10 10:09:47.797 20605 20605 I AlarmClock: AlarmInitReceiver android.intent.action.TIME_SET
  2509. 05-10 10:09:47.829  6806  6817 W art     : Suspending all threads took: 11.169ms
  2510. 05-10 10:09:47.835  6806  6806 W art     : Verification of void com.google.android.apps.gsa.search.shared.overlay.f.<init>() took 155.120ms
  2511. 05-10 10:09:47.906  1034  1974 I chatty  : uid=1000(system) Binder_A expire 1 line
  2512. 05-10 10:09:48.017  1882  3657 I chatty  : uid=10011(com.google.android.gms) Binder_5 expire 1 line
  2513. 05-10 10:09:48.021  1882  3019 I chatty  : uid=10011(com.google.android.gms) Binder_4 expire 1 line
  2514. 05-10 10:09:48.080  6806  6806 W art     : Verification of void com.google.android.apps.gsa.velvet.r.<init>(com.google.android.apps.gsa.velvet.s) took 178.680ms
  2515. 05-10 10:09:48.098 21435  6743 I chatty  : uid=10011(com.google.android.gms) expire 1 line
  2516. 05-10 10:09:48.437  6806  6806 W art     : Verification of void com.google.android.apps.gsa.a.d.<init>(d.a.a) took 202.453ms
  2517. 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
  2518. 05-10 10:09:48.485  6906  6906 I chatty  : uid=10011 com.google.android.gms.unstable expire 21 lines
  2519. 05-10 10:09:48.701  6806  6806 W art     : Verification of void com.google.android.apps.gsa.shared.velour.w.<clinit>() took 232.818ms
  2520. 05-10 10:09:48.782 21435  6739 I chatty  : uid=10011(com.google.android.gms) expire 6 lines
  2521. 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
  2522. 05-10 10:09:49.188  6806  6806 W art     : Verification of void com.google.android.apps.gsa.shared.ui.aq.<init>(d.a.a, d.a.a) took 305.541ms
  2523. 05-10 10:09:49.653 20605  6920 V AlarmClock: AlarmInitReceiver finished
  2524. 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
  2525. 05-10 10:09:50.215  6921  6921 I art     : Late-enabling JIT
  2526. 05-10 10:09:50.236  6921  6921 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  2527. 05-10 10:09:50.318  6833  6846 W art     : Suspending all threads took: 946.807ms
  2528. 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
  2529. 05-10 10:09:50.516  1034  1058 E ActivityManager: Backup agent created for com.google.android.googlequicksearchbox but not requested!
  2530. 05-10 10:09:50.528  1034  2321 I chatty  : uid=1000(system) Binder_10 expire 1 line
  2531. 05-10 10:09:50.528  1034  1980 I chatty  : uid=1000(system) Binder_B expire 1 line
  2532. 05-10 10:09:50.725  1034  1845 I chatty  : uid=1000(system) Binder_7 expire 1 line
  2533. 05-10 10:09:50.779  6921  6921 W System  : ClassLoader referenced unknown path: /data/app/com.google.android.calendar-2/lib/arm
  2534. 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
  2535. 05-10 10:09:50.832 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  2536. 05-10 10:09:50.835 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 9 delayed writes, thread 0x74480000
  2537. 05-10 10:09:50.848 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  2538. 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
  2539. 05-10 10:09:51.026  6937  6937 I art     : Late-enabling JIT
  2540. 05-10 10:09:51.044  6937  6937 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  2541. 05-10 10:09:51.062  1034  1974 I ActivityManager: Process com.google.android.gm.exchange (pid 4574) has died
  2542. 05-10 10:09:51.268  6921  6921 W art     : Verification of void com.android.calendar.CalendarApplication.<clinit>() took 397.308ms
  2543. 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
  2544. 05-10 10:09:51.386  6833  6833 D Ad_SDK  : DataBaseHelper(com.jiubang.kittyplay.PlayApplication@f6b7908)
  2545. 05-10 10:09:51.469  6921  6921 W art     : Verification of void com.android.calendar.CalendarApplication.onCreate() took 187.225ms
  2546. 05-10 10:09:51.535  6921  6921 I LoadedApk: No resource references to update in package common
  2547. 05-10 10:09:51.536  6921  6921 I LoadedApk: No resource references to update in package com.Ott.tones
  2548. 05-10 10:09:51.536  6921  6921 I LoadedApk: No resource references to update in package vr.xperia
  2549. 05-10 10:09:51.543  6833  6833 I IntelligentPreloadService: ?????ABTest??,???????
  2550. 05-10 10:09:51.703  6921  6921 W art     : Verification of void android.support.v4.content.FileProvider.<clinit>() took 163.635ms
  2551. 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
  2552. 05-10 10:09:52.165  6906  6917 I chatty  : uid=10011 com.google.android.gms.unstable expire 3 lines
  2553. 05-10 10:09:52.415  6906  6911 I chatty  : uid=10011 com.google.android.gms.unstable expire 1 line
  2554. 05-10 10:09:52.418  1034  2230 I chatty  : uid=1000(system) Binder_D expire 1 line
  2555. 05-10 10:09:52.418  1034  1057 I chatty  : uid=1000(system) Binder_1 expire 1 line
  2556. 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.
  2557. 05-10 10:09:52.661  6833  6833 D IntelligentPreloadService: stop other proposal and start A proposal
  2558. 05-10 10:09:52.670  6833  6833 I IntelligentPreloadService: [vmId:362] IntelligentBusiness?????
  2559. 05-10 10:09:52.670  6833  6833 I IntelligentPreloadService: Mob(true)--Mid=-1
  2560. 05-10 10:09:52.672  6454  6454 W art     : Verification of void org.chromium.policy.PolicyConverter.<clinit>() took 261.871ms
  2561. 05-10 10:09:52.677  6833  6833 D IntelligentPreloadService: GPMonitor duration A:350
  2562. 05-10 10:09:52.678  6833  6833 D IntelligentPreloadService: Business Delay Time:5000
  2563. 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
  2564. 05-10 10:09:52.697  6906  6953 I chatty  : uid=10011 com.google.android.gms.unstable expire 1 line
  2565. 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
  2566. 05-10 10:09:52.917 20812 20812 I Tapjoy  : New session started
  2567. 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]
  2568. 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
  2569. 05-10 10:09:53.657  6454  6454 W art     : Verification of int org.chromium.ui.gfx.DeviceDisplayInfo.getDisplayHeight() took 133.300ms
  2570. 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
  2571. 05-10 10:09:54.566 20812 20812 W art     : Verification of void com.tapjoy.TJPlacement.<init>(android.content.Context, java.lang.String, com.tapjoy.TJPlacementListener) took 1.135s
  2572. 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
  2573. 05-10 10:09:54.656  1034  1060 I ProcessStatsService: Prepared write state in 162ms
  2574. 05-10 10:09:54.674 13606 13606 I ChargeLockerService: onStartCommand
  2575. 05-10 10:09:54.675 13606 13606 W Ad_SDK  : [AdSdkApi::setTestServer] isTestServer:false
  2576. 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
  2577. 05-10 10:09:54.738  6937  6948 W art     : Suspending all threads took: 10.620ms
  2578. 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
  2579. 05-10 10:09:54.849  1034  1059 I ProcessStatsService: Pruning old procstats: /data/system/procstats/state-2016-05-03-11-49-38.bin
  2580. 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
  2581. 05-10 10:09:55.054  6454  6454 I Adreno200-EGL: <qeglDrvAPI_eglInitialize:265>: 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)
  2582. 05-10 10:09:55.054  6454  6454 I Adreno200-EGL: Build Date: 06/25/13 Tue
  2583. 05-10 10:09:55.054  6454  6454 I Adreno200-EGL: Local Branch:
  2584. 05-10 10:09:55.054  6454  6454 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5
  2585. 05-10 10:09:55.054  6454  6454 I Adreno200-EGL: Local Patches: NONE
  2586. 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
  2587. 05-10 10:09:55.071 20812 20812 W art     : Verification of void com.tapjoy.TJAdUnit.destroy() took 468.444ms
  2588. 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
  2589. 05-10 10:09:55.151 20812  6967 I TJPlacement: Sending content request for placement Get_XR_From_Dialog
  2590. 05-10 10:09:55.174 20812  6967 I TapjoyURLConnection: http post: https://placements.tapjoy.com/v1/apps/61d55aad-cafb-4d84-8e82-57722b3d9a35/content?
  2591. 05-10 10:09:55.178  6937  6937 W art     : Verification of void com.google.android.apps.gmm.base.app.GoogleMapsApplication.<init>() took 194.580ms
  2592. 05-10 10:09:55.190 20812  6967 I TapjoyURLConnection: Content-Type: application/x-www-form-urlencoded
  2593. 05-10 10:09:55.190 20812  6967 I TapjoyURLConnection: Content:
  2594. 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&timestamp=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
  2595. 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
  2596. 05-10 10:09:55.205 20812  6967 E TapjoyURLConnection: Exception trying to get error code/content: java.lang.NullPointerException: lock == null
  2597. 05-10 10:09:55.205 20812  6967 I TapjoyURLConnection: --------------------
  2598. 05-10 10:09:55.205 20812  6967 I TapjoyURLConnection: response status: 0
  2599. 05-10 10:09:55.205 20812  6967 I TapjoyURLConnection: response size: 0
  2600. 05-10 10:09:55.205 20812  6967 V TapjoyURLConnection: response:
  2601. 05-10 10:09:55.205 20812  6967 V TapjoyURLConnection: null
  2602. 05-10 10:09:55.205 20812  6967 I TapjoyURLConnection: --------------------
  2603. 05-10 10:09:55.205 20812  6967 V TJPlacement: Tapjoy-Server-Debug:
  2604. 05-10 10:09:55.205 20812  6967 I TJPlacement: Send request failed for placement Get_XR_From_Dialog
  2605. 05-10 10:09:55.206 20812  6967 I TJPlacement: Tracking event Get_XR_From_Dialog for offline delivery
  2606. 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
  2607. 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
  2608. 05-10 10:09:55.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  2609. 05-10 10:09:55.845 28488 28500 W AudioFlinger: write blocked for 4997 msecs, 10 delayed writes, thread 0x74480000
  2610. 05-10 10:09:55.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  2611. 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
  2612. 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
  2613. 05-10 10:09:56.041  6906  6919 I chatty  : uid=10011 com.google.android.gms.unstable expire 8 lines
  2614. 05-10 10:09:56.245  6937  6948 W art     : Suspending all threads took: 130.676ms
  2615. 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
  2616. 05-10 10:09:56.433  1034  2231 I ActivityManager: Process com.google.android.gms:snet (pid 25866) has died
  2617. 05-10 10:09:56.488 28488 28488 E Drm     : Failed to find drm plugin
  2618. 05-10 10:09:56.786  6906  6972 I chatty  : uid=10011 com.google.android.gms.unstable expire 1 line
  2619. 05-10 10:09:56.994  6937  6937 W art     : Verification of void com.google.q.i.<clinit>() took 627.105ms
  2620. 05-10 10:09:57.036  6921  6921 W art     : Verification of void com.google.android.gms.common.zzc$zzbz.<clinit>() took 256.286ms
  2621. 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.
  2622. 05-10 10:09:57.176  6921  6932 W art     : Suspending all threads took: 9.521ms
  2623. 05-10 10:09:57.186  6454  6454 W Adreno200-ES20: <get_simple_queries:1379>: GL_INVALID_ENUM
  2624. 05-10 10:09:57.414 20812 20812 E TJEventOptimizer: error:net::ERR_NAME_NOT_RESOLVED
  2625. 05-10 10:09:57.414 20812 20812 D TJEventOptimizer: boostrap html loaded successfully
  2626. 05-10 10:09:57.441 20812 20812 W BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 20812
  2627. 05-10 10:09:57.446 20812 20812 W BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 20812
  2628. 05-10 10:09:57.508  6921  6932 W art     : Suspending all threads took: 10.437ms
  2629. 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.
  2630. 05-10 10:09:58.049 20812 20812 I Ads     : Starting ad request.
  2631. 05-10 10:09:58.089 20812 20812 I Ads     : Use AdRequest.Builder.addTestDevice("C469770949EF88E3013023D1FBB303D9") to get test ads on this device.
  2632. 05-10 10:09:58.102  6937  6937 W art     : Verification of void android.support.b.a.<clinit>() took 897.949ms
  2633. 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.
  2634. 05-10 10:09:58.576  6454  6988 W art     : Verification of boolean org.chromium.net.AndroidNetworkLibrary.haveOnlyLoopbackAddresses() took 143.249ms
  2635. 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
  2636. 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
  2637. 05-10 10:09:59.033  6921  6921 I AnalyticsLogBase: PlayLogger.onLoggerConnected
  2638. 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
  2639. 05-10 10:09:59.318  6919  6919 I chatty  : uid=10011 com.google.android.gms.unstable expire 1 line
  2640. 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
  2641. 05-10 10:09:59.395  6995  6995 I art     : Late-enabling JIT
  2642. 05-10 10:09:59.472  6937  6937 I LoadedApk: No resource references to update in package common
  2643. 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.
  2644. 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
  2645. 05-10 10:09:59.666  6454  6994 W art     : Verification of boolean org.chromium.media.AudioManagerAndroid.hasBluetoothHeadset() took 342.773ms
  2646. 05-10 10:09:59.734  6995  6995 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  2647. 05-10 10:09:59.803  6937  6948 W art     : Suspending all threads took: 59.326ms
  2648. 05-10 10:09:59.804  6937  6937 I LoadedApk: No resource references to update in package com.Ott.tones
  2649. 05-10 10:09:59.806  6937  6937 I LoadedApk: No resource references to update in package vr.xperia
  2650. 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
  2651. 05-10 10:10:00.122  1034  1064 D BluetoothManagerService: Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@788eef0:true
  2652. 05-10 10:10:00.132  6937  6937 W art     : Verification of void com.google.android.apps.gmm.aj.d.d.<clinit>() took 123.413ms
  2653. 05-10 10:10:00.152 20812 20901 W Ads     : There was a problem getting an ad response. ErrorCode: 2
  2654. 05-10 10:10:00.164 20812 20812 I Ads     : Scheduling ad refresh 60000 milliseconds from now.
  2655. 05-10 10:10:00.164 20812 20812 W Ads     : Failed to load ad: 2
  2656. 05-10 10:10:00.286 28488  6828 E Drm     : Failed to find drm plugin
  2657. 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
  2658. 05-10 10:10:00.786  7012  7012 I art     : Late-enabling JIT
  2659. 05-10 10:10:00.804  7012  7012 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  2660. 05-10 10:10:00.839 21435  6743 I chatty  : uid=10011(com.google.android.gms) expire 7 lines
  2661. 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
  2662. 05-10 10:10:00.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  2663. 05-10 10:10:00.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  2664. 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
  2665. 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()
  2666. 05-10 10:10:01.036  7012  7012 W System  : ClassLoader referenced unknown path: /system/app/Chromium/lib/arm
  2667. 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
  2668. 05-10 10:10:01.326  6937  6948 W art     : Suspending all threads took: 8.758ms
  2669. 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
  2670. 05-10 10:10:01.572  6995  7007 W art     : Suspending all threads took: 5.401ms
  2671. 05-10 10:10:01.605  7012  7012 I LoadedApk: No resource references to update in package common
  2672. 05-10 10:10:01.606  7012  7012 I LoadedApk: No resource references to update in package com.Ott.tones
  2673. 05-10 10:10:01.606  7012  7012 I LoadedApk: No resource references to update in package vr.xperia
  2674. 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
  2675. 05-10 10:10:01.811  6937  6937 W art     : Verification of void com.google.common.h.bh.<clinit>() took 168.609ms
  2676. 05-10 10:10:01.817  7012  7012 W art     : Verification of android.accounts.AuthenticatorDescription[] org.chromium.sync.signin.SystemAccountManagerDelegate.getAuthenticatorTypes() took 132.598ms
  2677. 05-10 10:10:01.868  6995  6995 W art     : Verification of void com.ebay.mobile.MyApp.<clinit>() took 294.250ms
  2678. 05-10 10:10:01.870  7012  7012 I cr_ChildProcessService: Creating new ChildProcessService pid=7012
  2679. 05-10 10:10:01.907  7012  7030 I cr_LibraryLoader: Using linker: org.chromium.base.library_loader.ModernLinker
  2680. 05-10 10:10:02.088  7012  7030 I cr_LibraryLoader: Loading chrome_public
  2681. 05-10 10:10:02.101  6995  6995 W art     : Verification of void com.ebay.mobile.MyApp.log(java.lang.String) took 179.779ms
  2682. 05-10 10:10:02.119  6937  6937 W art     : Verification of void com.google.common.a.az.<clinit>() took 130.798ms
  2683. 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()
  2684. 05-10 10:10:02.240  6921  6974 I GAV2    : Thread[GAThread,5,main]: No campaign data found.
  2685. 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
  2686. 05-10 10:10:02.382  1034  1060 W ActivityManager: Launch timeout has expired, giving up wake lock!
  2687. 05-10 10:10:02.391  6995  6995 I LoadedApk: No resource references to update in package common
  2688. 05-10 10:10:02.391  6995  6995 I LoadedApk: No resource references to update in package com.Ott.tones
  2689. 05-10 10:10:02.392  6995  6995 I LoadedApk: No resource references to update in package vr.xperia
  2690. 05-10 10:10:02.677  6937  6937 W art     : Verification of void com.google.android.apps.gmm.majorevents.b.a.<init>() took 184.478ms
  2691. 05-10 10:10:02.700  6995  6995 W art     : Verification of void com.ebay.mobile.providers.ItemCacheProvider.<clinit>() took 233.245ms
  2692. 05-10 10:10:03.107  6937  6937 W art     : Verification of void com.google.android.apps.gmm.base.app.at.<init>(com.google.android.apps.gmm.base.app.au) took 429.962ms
  2693. 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] ]
  2694. 05-10 10:10:03.438  1034  1986 I ActivityManager: Killing 6297:com.ksmobile.cb:kbrowser_service/u0a75 (adj 15): empty #17
  2695. 05-10 10:10:03.501  6454  6454 W InstanceID/Rpc: Found 10011
  2696. 05-10 10:10:03.857  6937  6937 W art     : Verification of void com.google.android.apps.gmm.directions.h.d.d.<init>(e.b.a) took 137.207ms
  2697. 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
  2698. 05-10 10:10:03.908  1882  1882 I chatty  : uid=10011 com.google.android.gms.persistent expire 3 lines
  2699. 05-10 10:10:03.951 19675 19675 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
  2700. 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.
  2701. 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)
  2702. 05-10 10:10:04.237  6937  6937 W art     : Verification of void com.google.android.apps.gmm.directions.agencyinfo.k.<init>(e.b.a) took 363.708ms
  2703. 05-10 10:10:04.286  7012  7030 I cr_LibraryLoader: Time to load native libraries: 2377 ms (timestamps 1335-3712)
  2704. 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"
  2705. 05-10 10:10:04.302  7012  7030 I chromium: [INFO:library_loader_hooks.cc(130)] Chromium logging enabled: level = 0, default verbosity = 0
  2706. 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
  2707. 05-10 10:10:04.527  7012  7030 E libEGL  : validate_display:255 error 3008 (EGL_BAD_DISPLAY)
  2708. 05-10 10:10:04.527  7012  7030 I Adreno200-EGL: <qeglDrvAPI_eglInitialize:265>: 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)
  2709. 05-10 10:10:04.527  7012  7030 I Adreno200-EGL: Build Date: 06/25/13 Tue
  2710. 05-10 10:10:04.527  7012  7030 I Adreno200-EGL: Local Branch:
  2711. 05-10 10:10:04.527  7012  7030 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5
  2712. 05-10 10:10:04.527  7012  7030 I Adreno200-EGL: Local Patches: NONE
  2713. 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
  2714. 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
  2715. 05-10 10:10:04.962  7012  7030 W Adreno200-ES20: <get_simple_queries:1379>: GL_INVALID_ENUM
  2716. 05-10 10:10:05.104  6937  6937 W art     : Verification of void com.google.android.apps.gmm.mapsactivity.locationhistory.oobe.g.<init>(e.b.a) took 234.680ms
  2717. 05-10 10:10:05.346  1034  1845 I ActivityManager: Killing 21088:com.google.android.googlequicksearchbox:search/u0a26 (adj 15): empty #17
  2718. 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)
  2719. 05-10 10:10:05.382  1034  1298 D ConnectivityService: releasing NetworkRequest NetworkRequest [ id=15, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
  2720. 05-10 10:10:05.382  1034  1297 D WifiService: Client connection lost with reason: 4
  2721. 05-10 10:10:05.478  7012  7050 I OMXClient: Using client-side OMX mux.
  2722. 05-10 10:10:05.566  1034  1845 E libprocessgroup: failed to kill 1 processes for processgroup 21088
  2723. 05-10 10:10:05.677 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.qcom.audio.encoder.evrc' err=NotImplemented(0x80001006)
  2724. 05-10 10:10:05.677 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.qcom.audio.encoder.qcelp13' err=NotImplemented(0x80001006)
  2725. 05-10 10:10:05.678 28488  6828 E OMX     : FAILED to allocate omx component 'AACEncoder' err=InvalidComponentName(0x80001002)
  2726. 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
  2727. 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
  2728. 05-10 10:10:05.693 28488  6828 E OMX-VENC: (224) -
  2729. 05-10 10:10:05.693 28488  6828 E OMX-VENC:  Is component secure 0
  2730. 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
  2731. 05-10 10:10:05.714 28488  6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:1, Level:128
  2732. 05-10 10:10:05.714 28488  6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:32768, Level:128
  2733. 05-10 10:10:05.714 28488  6828 E OMX-VENC: (4423) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported nProfileIndex ret NoMore 2
  2734. 05-10 10:10:05.714 28488  6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:32768, Level:128
  2735. 05-10 10:10:05.714 28488  6828 E OMX-VENC: (1705) - Invalid entry returned from get_supported_profile_level 32768, 128
  2736. 05-10 10:10:05.717 28488  6828 W ACodec  : do not know color format 0x7fa30c06 = 2141391878
  2737. 05-10 10:10:05.717 28488  6828 W ACodec  : do not know color format 0x7f000789 = 2130708361
  2738. 05-10 10:10:05.717 28488  6828 W ACodec  : do not know color format 0x0 = 0
  2739. 05-10 10:10:05.736 28488  6828 E OMX-VENC: (4664) -
  2740. 05-10 10:10:05.736 28488  6828 E OMX-VENC:  Destroy C2D instance
  2741. 05-10 10:10:05.737 28488  6828 E OMX-VENC: (224) -
  2742. 05-10 10:10:05.737 28488  6828 E OMX-VENC:  Is component secure 0
  2743. 05-10 10:10:05.763 28488  6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:1, Level:128
  2744. 05-10 10:10:05.763 28488  6828 E OMX-VENC: (4405) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported nProfileIndex ret NoMore 1
  2745. 05-10 10:10:05.763 28488  6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:1, Level:128
  2746. 05-10 10:10:05.763 28488  6828 E OMX-VENC: (1705) - Invalid entry returned from get_supported_profile_level 1, 128
  2747. 05-10 10:10:05.763 28488  6828 W ACodec  : do not know color format 0x7fa30c06 = 2141391878
  2748. 05-10 10:10:05.763 28488  6828 W ACodec  : do not know color format 0x7f000789 = 2130708361
  2749. 05-10 10:10:05.763 28488  6828 W ACodec  : do not know color format 0x0 = 0
  2750. 05-10 10:10:05.786 28488  6828 E OMX-VENC: (4664) -
  2751. 05-10 10:10:05.786 28488  6828 E OMX-VENC:  Destroy C2D instance
  2752. 05-10 10:10:05.787 28488  6828 E OMX-VENC: (224) -
  2753. 05-10 10:10:05.787 28488  6828 E OMX-VENC:  Is component secure 0
  2754. 05-10 10:10:05.813 28488  6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:1, Level:2048
  2755. 05-10 10:10:05.814 28488  6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:2, Level:2048
  2756. 05-10 10:10:05.814 28488  6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:8, Level:2048
  2757. 05-10 10:10:05.814 28488  6828 E OMX-VENC: (4439) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported for Input port returned Profile:8, Level:2048
  2758. 05-10 10:10:05.814 28488  6828 E OMX-VENC: (1705) - Invalid entry returned from get_supported_profile_level 8, 2048
  2759. 05-10 10:10:05.814 28488  6828 W ACodec  : do not know color format 0x7fa30c06 = 2141391878
  2760. 05-10 10:10:05.814 28488  6828 W ACodec  : do not know color format 0x7f000789 = 2130708361
  2761. 05-10 10:10:05.814 28488  6828 W ACodec  : do not know color format 0x0 = 0
  2762. 05-10 10:10:05.836 28488  6828 E OMX-VENC: (4664) -
  2763. 05-10 10:10:05.836 28488  6828 E OMX-VENC:  Destroy C2D instance
  2764. 05-10 10:10:05.838 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.qcom.audio.decoder.wma' err=NotImplemented(0x80001006)
  2765. 05-10 10:10:05.838 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.qcom.audio.decoder.wmaLossLess' err=NotImplemented(0x80001006)
  2766. 05-10 10:10:05.838 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.qcom.audio.decoder.wma10Pro' err=NotImplemented(0x80001006)
  2767. 05-10 10:10:05.839 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.qcom.audio.decoder.amrwbplus' err=InvalidComponentName(0x80001002)
  2768. 05-10 10:10:05.839 28488  6828 E OMX     : FAILED to allocate omx component 'MP3Decoder' err=InvalidComponentName(0x80001002)
  2769. 05-10 10:10:05.839 28488  6828 E OMX     : FAILED to allocate omx component 'AACDecoder' err=InvalidComponentName(0x80001002)
  2770. 05-10 10:10:05.839 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.qcom.audio.decoder.Qcelp13' err=NotImplemented(0x80001006)
  2771. 05-10 10:10:05.840 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.qcom.audio.decoder.evrc' err=NotImplemented(0x80001006)
  2772. 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
  2773. 05-10 10:10:05.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  2774. 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.
  2775. 05-10 10:10:05.843 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@f4cf9e0
  2776. 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 }
  2777. 05-10 10:10:05.843 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  2778. 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 }
  2779. 05-10 10:10:05.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 12 delayed writes, thread 0x74480000
  2780. 05-10 10:10:05.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  2781. 05-10 10:10:05.893 28488  6828 E OMX-VDEC-1080P: (2811) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported ret NoMore
  2782. 05-10 10:10:05.893 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2783. 05-10 10:10:05.893 28488  6828 W ACodec  : do not know color format 0x7fa30c03 = 2141391875
  2784. 05-10 10:10:05.894 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2785. 05-10 10:10:05.894 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2786. 05-10 10:10:05.894 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented
  2787. 05-10 10:10:05.894 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented
  2788. 05-10 10:10:05.894 28488  6828 E OMXNodeInstance: getExtensionIndex(12:qcom.decoder.vc1, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006)
  2789. 05-10 10:10:05.894 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented
  2790. 05-10 10:10:05.894 28488  6828 E OMXNodeInstance: getExtensionIndex(12:qcom.decoder.vc1, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006)
  2791. 05-10 10:10:05.894 28488  7093 E OMX-VDEC-1080P: (195) -
  2792. 05-10 10:10:05.894 28488  7093 E OMX-VDEC-1080P:  Error in ioctl read next msg
  2793. 05-10 10:10:05.926 28488  6828 E OMX_C2D : (111) -
  2794. 05-10 10:10:05.926 28488  6828 E OMX_C2D :  Destroy C2D instance
  2795. 05-10 10:10:05.926 28488  6828 E OMX_C2D : (111) -
  2796. 05-10 10:10:05.926 28488  6828 E OMX_C2D :  Destroy C2D instance
  2797. 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
  2798. 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
  2799. 05-10 10:10:05.955 28488  6828 E OMX-VDEC-1080P: (1500) - DIVX 5/6 Decoder selected
  2800. 05-10 10:10:05.956 28488  6828 E OMX-VDEC-1080P: (2811) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported ret NoMore
  2801. 05-10 10:10:05.956 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2802. 05-10 10:10:05.956 28488  6828 W ACodec  : do not know color format 0x7fa30c03 = 2141391875
  2803. 05-10 10:10:05.956 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2804. 05-10 10:10:05.956 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2805. 05-10 10:10:05.956 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented
  2806. 05-10 10:10:05.956 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented
  2807. 05-10 10:10:05.956 28488  6828 E OMXNodeInstance: getExtensionIndex(13:qcom.decoder.divx, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006)
  2808. 05-10 10:10:05.956 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented
  2809. 05-10 10:10:05.956 28488  6828 E OMXNodeInstance: getExtensionIndex(13:qcom.decoder.divx, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006)
  2810. 05-10 10:10:05.959 28488  7096 E OMX-VDEC-1080P: (231) -
  2811. 05-10 10:10:05.959 28488  7096 E OMX-VDEC-1080P: ERROR: read from pipe failed, ret -1 errno 9
  2812. 05-10 10:10:05.962 28488  7097 E OMX-VDEC-1080P: (195) -
  2813. 05-10 10:10:05.962 28488  7097 E OMX-VDEC-1080P:  Error in ioctl read next msg
  2814. 05-10 10:10:05.963  1882  6302 I chatty  : uid=10011(com.google.android.gms) Binder_A expire 2 lines
  2815. 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] ]
  2816. 05-10 10:10:05.986 28488  6828 E OMX_C2D : (111) -
  2817. 05-10 10:10:05.986 28488  6828 E OMX_C2D :  Destroy C2D instance
  2818. 05-10 10:10:05.986 28488  6828 E OMX_C2D : (111) -
  2819. 05-10 10:10:05.986 28488  6828 E OMX_C2D :  Destroy C2D instance
  2820. 05-10 10:10:06.005  6454  7029 W Sync_Signin: Auth token - IO exception
  2821. 05-10 10:10:06.005  6454  7029 W Sync_Signin: java.io.IOException: NetworkError
  2822. 05-10 10:10:06.005  6454  7029 W Sync_Signin:   at android.accounts.AccountManager.convertErrorToException(AccountManager.java:2135)
  2823. 05-10 10:10:06.005  6454  7029 W Sync_Signin:   at android.accounts.AccountManager.-wrap0(AccountManager.java)
  2824. 05-10 10:10:06.005  6454  7029 W Sync_Signin:   at android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:1993)
  2825. 05-10 10:10:06.005  6454  7029 W Sync_Signin:   at android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse.java:69)
  2826. 05-10 10:10:06.005  6454  7029 W Sync_Signin:   at android.os.Binder.execTransact(Binder.java:453)
  2827. 05-10 10:10:06.014 28488  6828 E OMX-VDEC-1080P: (2811) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported ret NoMore
  2828. 05-10 10:10:06.014 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2829. 05-10 10:10:06.014 28488  6828 W ACodec  : do not know color format 0x7fa30c03 = 2141391875
  2830. 05-10 10:10:06.014 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2831. 05-10 10:10:06.014 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2832. 05-10 10:10:06.014 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented
  2833. 05-10 10:10:06.014 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented
  2834. 05-10 10:10:06.014 28488  6828 E OMXNodeInstance: getExtensionIndex(14:qcom.decoder.divx311, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006)
  2835. 05-10 10:10:06.014 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented
  2836. 05-10 10:10:06.014 28488  6828 E OMXNodeInstance: getExtensionIndex(14:qcom.decoder.divx311, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006)
  2837. 05-10 10:10:06.014 28488  7101 E OMX-VDEC-1080P: (195) -
  2838. 05-10 10:10:06.014 28488  7101 E OMX-VDEC-1080P:  Error in ioctl read next msg
  2839. 05-10 10:10:06.036 28488  6828 E OMX_C2D : (111) -
  2840. 05-10 10:10:06.036 28488  6828 E OMX_C2D :  Destroy C2D instance
  2841. 05-10 10:10:06.036 28488  6828 E OMX_C2D : (111) -
  2842. 05-10 10:10:06.036 28488  6828 E OMX_C2D :  Destroy C2D instance
  2843. 05-10 10:10:06.063 28488  6828 E OMX-VDEC-1080P: (1490) - DIVX 4 Decoder selected
  2844. 05-10 10:10:06.064 28488  6828 E OMX-VDEC-1080P: (2811) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported ret NoMore
  2845. 05-10 10:10:06.064 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2846. 05-10 10:10:06.064 28488  6828 W ACodec  : do not know color format 0x7fa30c03 = 2141391875
  2847. 05-10 10:10:06.064 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2848. 05-10 10:10:06.064 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2849. 05-10 10:10:06.064 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented
  2850. 05-10 10:10:06.064 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented
  2851. 05-10 10:10:06.064 28488  6828 E OMXNodeInstance: getExtensionIndex(15:qcom.decoder.divx4, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006)
  2852. 05-10 10:10:06.064 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented
  2853. 05-10 10:10:06.065 28488  6828 E OMXNodeInstance: getExtensionIndex(15:qcom.decoder.divx4, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006)
  2854. 05-10 10:10:06.068 28488  7105 E OMX-VDEC-1080P: (195) -
  2855. 05-10 10:10:06.068 28488  7105 E OMX-VDEC-1080P:  Error in ioctl read next msg
  2856. 05-10 10:10:06.086 28488  6828 E OMX_C2D : (111) -
  2857. 05-10 10:10:06.086 28488  6828 E OMX_C2D :  Destroy C2D instance
  2858. 05-10 10:10:06.086 28488  6828 E OMX_C2D : (111) -
  2859. 05-10 10:10:06.086 28488  6828 E OMX_C2D :  Destroy C2D instance
  2860. 05-10 10:10:06.114 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2861. 05-10 10:10:06.114 28488  6828 W ACodec  : do not know color format 0x7fa30c03 = 2141391875
  2862. 05-10 10:10:06.114 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2863. 05-10 10:10:06.114 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  2864. 05-10 10:10:06.114 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented
  2865. 05-10 10:10:06.114 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented
  2866. 05-10 10:10:06.114 28488  6828 E OMXNodeInstance: getExtensionIndex(16:qcom.decoder.avc, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006)
  2867. 05-10 10:10:06.114 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented
  2868. 05-10 10:10:06.114 28488  6828 E OMXNodeInstance: getExtensionIndex(16:qcom.decoder.avc, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006)
  2869. 05-10 10:10:06.115 28488  7108 E OMX-VDEC-1080P: (195) -
  2870. 05-10 10:10:06.115 28488  7108 E OMX-VDEC-1080P:  Error in ioctl read next msg
  2871. 05-10 10:10:06.128  6995  6995 W art     : Method processed more than once: void com.ebay.common.ObfuscatedData.<clinit>()
  2872. 05-10 10:10:06.137 28488  6828 E OMX_C2D : (111) -
  2873. 05-10 10:10:06.137 28488  6828 E OMX_C2D :  Destroy C2D instance
  2874. 05-10 10:10:06.137 28488  6828 E OMX_C2D : (111) -
  2875. 05-10 10:10:06.137 28488  6828 E OMX_C2D :  Destroy C2D instance
  2876. 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
  2877. 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]
  2878. 05-10 10:10:06.189  1034  1980 D ZenLog  : set_zen_mode: alarms,QSTile.DndTile
  2879. 05-10 10:10:06.222  1034  1980 D ZenLog  : set_ringer_mode_internal: ZenModeHelper,i:normal->silent,e:normal->silent
  2880. 05-10 10:10:06.232 19675 19707 I vol.Events: writeEvent internal_ringer_mode_changed silent
  2881. 05-10 10:10:06.234 19675 19707 I vol.Events: writeEvent mute_changed STREAM_RING true
  2882. 05-10 10:10:06.237 19675 19707 I vol.Events: writeEvent mute_changed STREAM_SYSTEM true
  2883. 05-10 10:10:06.239 19675 19707 I vol.Events: writeEvent external_ringer_mode_changed silent
  2884. 05-10 10:10:06.311 19675 19707 I vol.Events: writeEvent zen_mode_changed alarms
  2885. 05-10 10:10:06.384  6995  6995 W art     : Verification of void android.support.v4.content.WakefulBroadcastReceiver.<clinit>() took 113.769ms
  2886. 05-10 10:10:06.423  6937  7115 W art     : Method processed more than once: java.lang.String com.google.q.t.i()
  2887. 05-10 10:10:06.542  6937  6948 W art     : Suspending all threads took: 6.347ms
  2888. 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
  2889. 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
  2890. 05-10 10:10:06.729  6937  6937 W art     : Verification of void com.google.android.apps.gmm.shared.h.d.<init>(java.lang.Class, com.google.android.apps.gmm.shared.h.k, com.google.android.apps.gmm.shared.j.b.ad) took 146.697ms
  2891. 05-10 10:10:06.769  6937  6948 W art     : Suspending all threads took: 8.758ms
  2892. 05-10 10:10:06.838  6995  7111 W Connector: Unable to resolve host "sofe.ebay.com": No address associated with hostname
  2893. 05-10 10:10:06.931  6937  7116 W art     : Verification of void com.google.w.a.a.he.<clinit>() took 357.757ms
  2894. 05-10 10:10:07.069  6937  7122 W art     : Verification of void com.google.android.apps.gmm.map.internal.store.bs.<clinit>() took 165.405ms
  2895. 05-10 10:10:07.092  6937  7115 W art     : Verification of void com.google.w.a.a.clh.<clinit>() took 162.628ms
  2896. 05-10 10:10:07.105  6937  7116 W art     : Verification of void com.google.w.a.a.bey.<clinit>() took 125.610ms
  2897. 05-10 10:10:07.105  6937  7117 W art     : Verification of void com.google.android.apps.gmm.map.internal.c.dr.<clinit>() took 182.861ms
  2898. 05-10 10:10:07.124  6482  6482 W art     : Verification of void sbg.<init>() took 178.527ms
  2899. 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}]
  2900. 05-10 10:10:07.153  1034  1845 D ConditionProviders: Subscribing to condition://android/countdown/1462893007112 with ComponentInfo{android/com.android.server.notification.CountdownConditionProvider}
  2901. 05-10 10:10:07.154  1034  1845 D ZenLog  : subscribe: condition://android/countdown/1462893007112,ok
  2902. 05-10 10:10:07.162 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
  2903. 05-10 10:10:07.163 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer...
  2904. 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
  2905. 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.
  2906. 05-10 10:10:07.205 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@f4cf9e0
  2907. 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 }
  2908. 05-10 10:10:07.205 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  2909. 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 }
  2910. 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 }
  2911. 05-10 10:10:07.245  6937  6948 W art     : Suspending all threads took: 66.131ms
  2912. 05-10 10:10:07.255  6937  7115 W art     : Verification of void com.google.w.a.a.cli.<clinit>() took 147.003ms
  2913. 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
  2914. 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
  2915. 05-10 10:10:07.271  6482  6482 W art     : Verification of void sbf.<init>(android.content.Context) took 147.003ms
  2916. 05-10 10:10:07.325  6937  7121 W art     : Verification of void com.google.android.gms.clearcut.b.<clinit>() took 190.124ms
  2917. 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
  2918. 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
  2919. 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
  2920. 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
  2921. 05-10 10:10:07.814  7128  7128 I art     : Late-enabling JIT
  2922. 05-10 10:10:07.831  7128  7128 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  2923. 05-10 10:10:08.411  7128  7128 I LoadedApk: No resource references to update in package common
  2924. 05-10 10:10:08.423  7128  7128 I LoadedApk: No resource references to update in package com.Ott.tones
  2925. 05-10 10:10:08.423  7128  7128 I LoadedApk: No resource references to update in package vr.xperia
  2926. 05-10 10:10:08.448  1034  1980 I ActivityManager: Killing 6526:com.android.chrome/u0a94 (adj 15): empty #17
  2927. 05-10 10:10:08.725 21435 21435 I chatty  : uid=10011(com.google.android.gms) expire 1 line
  2928. 05-10 10:10:08.796 21435  7146 I chatty  : uid=10011(com.google.android.gms) expire 3 lines
  2929. 05-10 10:10:08.807  7128  7145 I DictionaryProvider:UpdateHandler: downloadFinished() : DownloadId = 228
  2930. 05-10 10:10:08.881 21435  6452 I chatty  : uid=10011(com.google.android.gms) iu-sync-manager expire 3 lines
  2931. 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
  2932. 05-10 10:10:08.966  6995  7095 W art     : Verification of void com.google.gson.internal.bind.TypeAdapters.<clinit>() took 469.635ms
  2933. 05-10 10:10:09.462  6937  7122 W art     : Verification of void com.google.common.h.w.<clinit>() took 1.247s
  2934. 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
  2935. 05-10 10:10:09.579  6349  7151 W ResourceType: No package identifier when getting value for resource number 0x00000000
  2936. 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
  2937. 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
  2938. 05-10 10:10:09.643  6414  6414 W System.err: java.lang.IllegalArgumentException: invalid provider: null
  2939. 05-10 10:10:09.654  6414  6414 W System.err:    at android.location.LocationManager.checkProvider(LocationManager.java:1704)
  2940. 05-10 10:10:09.654  6414  6414 W System.err:    at android.location.LocationManager.requestLocationUpdates(LocationManager.java:459)
  2941. 05-10 10:10:09.654  6414  6414 W System.err:    at io.wecloud.message.ClientService.onCreate(Unknown Source)
  2942. 05-10 10:10:09.654  6414  6414 W System.err:    at android.app.ActivityThread.handleCreateService(ActivityThread.java:2921)
  2943. 05-10 10:10:09.654  6414  6414 W System.err:    at android.app.ActivityThread.-wrap4(ActivityThread.java)
  2944. 05-10 10:10:09.654  6414  6414 W System.err:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446)
  2945. 05-10 10:10:09.654  6414  6414 W System.err:    at android.os.Handler.dispatchMessage(Handler.java:102)
  2946. 05-10 10:10:09.654  6414  6414 W System.err:    at android.os.Looper.loop(Looper.java:148)
  2947. 05-10 10:10:09.654  6414  6414 W System.err:    at android.app.ActivityThread.main(ActivityThread.java:5471)
  2948. 05-10 10:10:09.654  6414  6414 W System.err:    at java.lang.reflect.Method.invoke(Native Method)
  2949. 05-10 10:10:09.654  6414  6414 W System.err:    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  2950. 05-10 10:10:09.654  6414  6414 W System.err:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  2951. 05-10 10:10:09.692  6937  6937 W art     : Verification of void com.google.android.apps.gmm.base.app.az.<init>(com.google.android.apps.gmm.base.app.at, com.google.android.apps.gmm.shared.f.a.e) took 101.135ms
  2952. 05-10 10:10:09.704  7152  7152 I art     : Late-enabling JIT
  2953. 05-10 10:10:09.724  7152  7152 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  2954. 05-10 10:10:09.781  6349  7151 W ResourceType: No package identifier when getting value for resource number 0x00000000
  2955. 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
  2956. 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
  2957. 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
  2958. 05-10 10:10:10.137  1882  1882 I chatty  : uid=10011 com.google.android.gms.persistent expire 2 lines
  2959. 05-10 10:10:10.163  6414  7164 W System.err: java.lang.InterruptedException
  2960. 05-10 10:10:10.163  6414  7164 W System.err:    at java.lang.Object.wait(Native Method)
  2961. 05-10 10:10:10.163  6414  7164 W System.err:    at nv.run(Unknown Source)
  2962. 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)
  2963. 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
  2964. 05-10 10:10:10.345  1882  7173 I chatty  : uid=10011 com.google.android.gms.persistent expire 2 lines
  2965. 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
  2966. 05-10 10:10:10.413  6349  7151 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  2967. 05-10 10:10:10.413  6349  7151 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  2968. 05-10 10:10:10.413  6349  7151 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  2969. 05-10 10:10:10.413  6349  7151 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  2970. 05-10 10:10:10.413  6349  7151 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  2971. 05-10 10:10:10.413  6349  7151 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  2972. 05-10 10:10:10.413  6349  7151 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  2973. 05-10 10:10:10.413  6349  7151 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  2974. 05-10 10:10:10.413  6349  7151 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  2975. 05-10 10:10:10.413  6349  7151 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  2976. 05-10 10:10:10.413  6349  7151 W System.err:    at auk.a(Unknown Source)
  2977. 05-10 10:10:10.414  6349  7151 W System.err:    at auk.run(Unknown Source)
  2978. 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)
  2979. 05-10 10:10:10.414  6349  7151 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  2980. 05-10 10:10:10.414  6349  7151 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  2981. 05-10 10:10:10.414  6349  7151 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  2982. 05-10 10:10:10.414  6349  7151 W System.err:    ... 11 more
  2983. 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
  2984. 05-10 10:10:10.432  6937  7122 W art     : Verification of void com.google.common.h.cw.<clinit>() took 151.000ms
  2985. 05-10 10:10:10.454  6414  7168 W ResourceType: No package identifier when getting value for resource number 0x00000000
  2986. 05-10 10:10:10.455  6414  7168 W ResourceType: No package identifier when getting value for resource number 0x00000000
  2987. 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
  2988. 05-10 10:10:10.474  6414  7168 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  2989. 05-10 10:10:10.474  6414  7168 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  2990. 05-10 10:10:10.474  6414  7168 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  2991. 05-10 10:10:10.474  6414  7168 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  2992. 05-10 10:10:10.474  6414  7168 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  2993. 05-10 10:10:10.475  6414  7168 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  2994. 05-10 10:10:10.475  6414  7168 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  2995. 05-10 10:10:10.475  6414  7168 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  2996. 05-10 10:10:10.475  6414  7168 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  2997. 05-10 10:10:10.475  6414  7168 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  2998. 05-10 10:10:10.475  6414  7168 W System.err:    at nl.a(Unknown Source)
  2999. 05-10 10:10:10.475  6414  7168 W System.err:    at nl.run(Unknown Source)
  3000. 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)
  3001. 05-10 10:10:10.475  6414  7168 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  3002. 05-10 10:10:10.475  6414  7168 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  3003. 05-10 10:10:10.475  6414  7168 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  3004. 05-10 10:10:10.475  6414  7168 W System.err:    ... 11 more
  3005. 05-10 10:10:10.494  6995  7095 W Connector: Unable to resolve host "svcs.ebay.com": No address associated with hostname
  3006. 05-10 10:10:10.611  7152  7163 W art     : Suspending all threads took: 19.165ms
  3007. 05-10 10:10:10.615  1882  7179 I chatty  : uid=10011 com.google.android.gms.persistent expire 2 lines
  3008. 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
  3009. 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
  3010. 05-10 10:10:10.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  3011. 05-10 10:10:10.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  3012. 05-10 10:10:11.075  7152  7152 W art     : Verification of void com.google.android.apps.gsa.velvet.VelvetApplication.<init>() took 425.598ms
  3013. 05-10 10:10:11.428  6937  6937 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  3014. 05-10 10:10:11.588  6937  6948 W art     : Suspending all threads took: 27.709ms
  3015. 05-10 10:10:11.614  6937  6937 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  3016. 05-10 10:10:11.616  6937  6937 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  3017. 05-10 10:10:11.796  6937  6937 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  3018. 05-10 10:10:11.797  6937  6937 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  3019. 05-10 10:10:11.828  6937  6937 V JNIHelp : Registering com/google/android/gms/org/conscrypt/NativeCrypto's 254 native methods...
  3020. 05-10 10:10:11.859  7152  7152 I LoadedApk: No resource references to update in package common
  3021. 05-10 10:10:11.892  7152  7152 I LoadedApk: No resource references to update in package com.Ott.tones
  3022. 05-10 10:10:11.895  7152  7152 I LoadedApk: No resource references to update in package vr.xperia
  3023. 05-10 10:10:12.008  6937  6937 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
  3024. 05-10 10:10:12.699  7152  7152 W art     : Verification of void com.google.android.apps.gsa.velvet.c.<init>(com.google.android.apps.gsa.velvet.d) took 182.769ms
  3025. 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
  3026. 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
  3027. 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)
  3028. 05-10 10:10:12.993  7128  7145 I art     : Waiting for a blocking GC DisableMovingGc
  3029. 05-10 10:10:12.996  7128  7145 I art     : Starting a blocking GC DisableMovingGc
  3030. 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
  3031. 05-10 10:10:13.118  6937  7122 W art     : Verification of void android.support.v4.i.t.<init>() took 188.415ms
  3032. 05-10 10:10:13.144  7152  7163 W art     : Suspending all threads took: 10.467ms
  3033. 05-10 10:10:13.225  6937  7116 W art     : Verification of void com.google.android.apps.gmm.shared.b.k.<init>(int, java.lang.String, com.google.android.apps.gmm.shared.b.b, boolean) took 126.556ms
  3034. 05-10 10:10:13.378  6937  7116 W art     : Verification of boolean d.a.a.a.d.o.isEmpty() took 146.026ms
  3035. 05-10 10:10:13.636 28488  6828 E OMX-VDEC-1080P: (1387) -
  3036. 05-10 10:10:13.636 28488  6828 E OMX-VDEC-1080P:  Omx_vdec::Comp Init Returning failure, errno 13
  3037. 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
  3038. 05-10 10:10:13.638 28488  6828 E OMX_C2D : (111) -
  3039. 05-10 10:10:13.638 28488  6828 E OMX_C2D :  Destroy C2D instance
  3040. 05-10 10:10:13.638 28488  6828 E OMX_C2D : (111) -
  3041. 05-10 10:10:13.638 28488  6828 E OMX_C2D :  Destroy C2D instance
  3042. 05-10 10:10:13.638 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.qcom.video.decoder.avc.secure' err=InsufficientResources(0x80001000)
  3043. 05-10 10:10:13.663 28488  6828 E OMX-VDEC-1080P: (2805) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported nProfileIndex ret NoMore 2
  3044. 05-10 10:10:13.663 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  3045. 05-10 10:10:13.663 28488  6828 W ACodec  : do not know color format 0x7fa30c03 = 2141391875
  3046. 05-10 10:10:13.663 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  3047. 05-10 10:10:13.663 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  3048. 05-10 10:10:13.663 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented
  3049. 05-10 10:10:13.663 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented
  3050. 05-10 10:10:13.664 28488  6828 E OMXNodeInstance: getExtensionIndex(17:qcom.decoder.mpeg2, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006)
  3051. 05-10 10:10:13.664 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented
  3052. 05-10 10:10:13.664 28488  6828 E OMXNodeInstance: getExtensionIndex(17:qcom.decoder.mpeg2, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006)
  3053. 05-10 10:10:13.664 28488  7187 E OMX-VDEC-1080P: (195) -
  3054. 05-10 10:10:13.664 28488  7187 E OMX-VDEC-1080P:  Error in ioctl read next msg
  3055. 05-10 10:10:13.686 28488  6828 E OMX_C2D : (111) -
  3056. 05-10 10:10:13.686 28488  6828 E OMX_C2D :  Destroy C2D instance
  3057. 05-10 10:10:13.686 28488  6828 E OMX_C2D : (111) -
  3058. 05-10 10:10:13.686 28488  6828 E OMX_C2D :  Destroy C2D instance
  3059. 05-10 10:10:13.713 28488  6828 E OMX-VDEC-1080P: (2787) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported nProfileIndex ret NoMore 2
  3060. 05-10 10:10:13.713 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  3061. 05-10 10:10:13.713 28488  6828 W ACodec  : do not know color format 0x7fa30c03 = 2141391875
  3062. 05-10 10:10:13.713 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  3063. 05-10 10:10:13.713 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  3064. 05-10 10:10:13.713 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented
  3065. 05-10 10:10:13.713 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented
  3066. 05-10 10:10:13.714 28488  6828 E OMXNodeInstance: getExtensionIndex(18:qcom.decoder.mpeg4, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006)
  3067. 05-10 10:10:13.714 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented
  3068. 05-10 10:10:13.714 28488  6828 E OMXNodeInstance: getExtensionIndex(18:qcom.decoder.mpeg4, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006)
  3069. 05-10 10:10:13.714 28488  7190 E OMX-VDEC-1080P: (195) -
  3070. 05-10 10:10:13.714 28488  7190 E OMX-VDEC-1080P:  Error in ioctl read next msg
  3071. 05-10 10:10:13.726  7152  7152 W art     : Verification of void com.google.android.apps.gsa.search.core.w.<init>(d.a.a) took 156.555ms
  3072. 05-10 10:10:13.736 28488  6828 E OMX_C2D : (111) -
  3073. 05-10 10:10:13.736 28488  6828 E OMX_C2D :  Destroy C2D instance
  3074. 05-10 10:10:13.736 28488  6828 E OMX_C2D : (111) -
  3075. 05-10 10:10:13.736 28488  6828 E OMX_C2D :  Destroy C2D instance
  3076. 05-10 10:10:13.744  6454  6454 W art     : Verification of void com.google.ipc.invalidation.ticl.android2.a.<init>() took 235.961ms
  3077. 05-10 10:10:13.764 28488  6828 E OMX-VDEC-1080P: (2769) - get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported nProfileIndex ret NoMore 1
  3078. 05-10 10:10:13.764 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  3079. 05-10 10:10:13.764 28488  6828 W ACodec  : do not know color format 0x7fa30c03 = 2141391875
  3080. 05-10 10:10:13.764 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  3081. 05-10 10:10:13.764 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorFormat not implemented
  3082. 05-10 10:10:13.764 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented
  3083. 05-10 10:10:13.764 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented
  3084. 05-10 10:10:13.764 28488  6828 E OMXNodeInstance: getExtensionIndex(19:qcom.decoder.h263, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006)
  3085. 05-10 10:10:13.764 28488  6828 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented
  3086. 05-10 10:10:13.764 28488  6828 E OMXNodeInstance: getExtensionIndex(19:qcom.decoder.h263, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006)
  3087. 05-10 10:10:13.764 28488  7194 E OMX-VDEC-1080P: (195) -
  3088. 05-10 10:10:13.764 28488  7194 E OMX-VDEC-1080P:  Error in ioctl read next msg
  3089. 05-10 10:10:13.786 28488  6828 E OMX_C2D : (111) -
  3090. 05-10 10:10:13.786 28488  6828 E OMX_C2D :  Destroy C2D instance
  3091. 05-10 10:10:13.786 28488  6828 E OMX_C2D : (111) -
  3092. 05-10 10:10:13.786 28488  6828 E OMX_C2D :  Destroy C2D instance
  3093. 05-10 10:10:13.804 28488  6828 W OMXNodeInstance: [1a:google.mpeg4.decoder] component does not support metadata mode; using fallback
  3094. 05-10 10:10:13.816 28488  6828 W OMXNodeInstance: [1b:google.mpeg4.decoder] component does not support metadata mode; using fallback
  3095. 05-10 10:10:13.823 28488  6828 W MediaCodecList: ignoring Limit specified outside of a Type
  3096. 05-10 10:10:13.823 28488  6828 W MediaCodecList: ignoring Limit specified outside of a Type
  3097. 05-10 10:10:13.823 28488  6828 W MediaCodecList: ignoring Limit specified outside of a Type
  3098. 05-10 10:10:13.823 28488  6828 W MediaCodecList: ignoring Limit specified outside of a Type
  3099. 05-10 10:10:13.823 28488  6828 W MediaCodecList: ignoring Limit specified outside of a Type
  3100. 05-10 10:10:13.823 28488  6828 W MediaCodecList: ignoring Feature specified outside of a Type
  3101. 05-10 10:10:13.826 28488  6828 W OMXNodeInstance: [1c:google.h263.decoder] component does not support metadata mode; using fallback
  3102. 05-10 10:10:13.857 28488  6828 W OMXNodeInstance: [1d:google.h264.decoder] component does not support metadata mode; using fallback
  3103. 05-10 10:10:13.885 28488  6828 W OMXNodeInstance: [1e:google.hevc.decoder] component does not support metadata mode; using fallback
  3104. 05-10 10:10:13.904 28488  6828 W OMXNodeInstance: [1f:google.vp8.decoder] component does not support metadata mode; using fallback
  3105. 05-10 10:10:13.914 28488  6828 W OMXNodeInstance: [20:google.vp9.decoder] component does not support metadata mode; using fallback
  3106. 05-10 10:10:13.942 28488  6828 I SoftMPEG4Encoder: Construct SoftMPEG4Encoder
  3107. 05-10 10:10:13.943 28488  6828 W ACodec  : do not know color format 0x7f000789 = 2130708361
  3108. 05-10 10:10:13.995 28488  6828 W ACodec  : do not know color format 0x7f000789 = 2130708361
  3109. 05-10 10:10:13.999 28488  6828 I SoftMPEG4Encoder: Construct SoftMPEG4Encoder
  3110. 05-10 10:10:13.999 28488  6828 W ACodec  : do not know color format 0x7f000789 = 2130708361
  3111. 05-10 10:10:14.299 28488  6828 W ACodec  : do not know color format 0x7f000789 = 2130708361
  3112. 05-10 10:10:14.306 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.aac.decoder' err=InvalidComponentName(0x80001002)
  3113. 05-10 10:10:14.307 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.ape.decoder' err=InvalidComponentName(0x80001002)
  3114. 05-10 10:10:14.307 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.atrial.decoder' err=InvalidComponentName(0x80001002)
  3115. 05-10 10:10:14.308 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.dts.decoder' err=InvalidComponentName(0x80001002)
  3116. 05-10 10:10:14.308 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.flac.decoder' err=InvalidComponentName(0x80001002)
  3117. 05-10 10:10:14.309 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.mp2.decoder' err=InvalidComponentName(0x80001002)
  3118. 05-10 10:10:14.309 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.ra.decoder' err=InvalidComponentName(0x80001002)
  3119. 05-10 10:10:14.309 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.wma.decoder' err=InvalidComponentName(0x80001002)
  3120. 05-10 10:10:14.310 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.divx.decoder' err=InvalidComponentName(0x80001002)
  3121. 05-10 10:10:14.310 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.flv1.decoder' err=InvalidComponentName(0x80001002)
  3122. 05-10 10:10:14.311 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.mpeg2.decoder' err=InvalidComponentName(0x80001002)
  3123. 05-10 10:10:14.312 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.mpeg4.decoder' err=InvalidComponentName(0x80001002)
  3124. 05-10 10:10:14.312 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.rv.decoder' err=InvalidComponentName(0x80001002)
  3125. 05-10 10:10:14.313 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.vc1.decoder' err=InvalidComponentName(0x80001002)
  3126. 05-10 10:10:14.313 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.vtrial.decoder' err=InvalidComponentName(0x80001002)
  3127. 05-10 10:10:14.314 28488  6828 E OMX     : FAILED to allocate omx component 'OMX.ffmpeg.wmv.decoder' err=InvalidComponentName(0x80001002)
  3128. 05-10 10:10:14.315 28488  6828 W MediaCodecList: unable to open media codecs configuration xml file: /etc/media_codecs_performance.xml
  3129. 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
  3130. 05-10 10:10:14.665  7152  7152 W art     : Verification of void com.google.android.apps.gsa.searchnow.b.<init>(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
  3131. 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
  3132. 05-10 10:10:14.976  6454  7182 W chromium: [WARNING:server_connection_manager.cc(296)] ServerConnectionManager forcing SYNC_AUTH_ERROR
  3133. 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
  3134. 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
  3135. 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
  3136. 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
  3137. 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
  3138. 05-10 10:10:15.172  7128  7145 I DictionaryProvider:UpdateHandler: downloadFinished() : Success = true
  3139. 05-10 10:10:15.172  7128  7145 I DictionaryProvider:UpdateHandler: downloadFinished() : Metadata Success
  3140. 05-10 10:10:15.725  1034  1830 I ActivityManager: Killing 6561:com.opera.mini.native:turbo/u0a110 (adj 9): empty #17
  3141. 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
  3142. 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
  3143. 05-10 10:10:15.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  3144. 05-10 10:10:15.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 14 delayed writes, thread 0x74480000
  3145. 05-10 10:10:15.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  3146. 05-10 10:10:15.918  1882  1882 I chatty  : uid=10011 com.google.android.gms.persistent expire 6 lines
  3147. 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
  3148. 05-10 10:10:15.965  1034  1252 I InputReader: Reconfiguring input devices.  changes=0x00000010
  3149. 05-10 10:10:16.236  7152  7163 W art     : Suspending all threads took: 619.110ms
  3150. 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
  3151. 05-10 10:10:16.532 19675 19675 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
  3152. 05-10 10:10:16.586 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
  3153. 05-10 10:10:16.587 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer...
  3154. 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
  3155. 05-10 10:10:16.859  7229  7229 I art     : Late-enabling JIT
  3156. 05-10 10:10:16.875  7229  7229 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  3157. 05-10 10:10:16.891  7152  7152 W art     : Verification of void com.google.android.apps.gsa.extradex.searchwidget.EntryPoint.<init>() took 649.200ms
  3158. 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
  3159. 05-10 10:10:17.203  7229  7229 I LoadedApk: No resource references to update in package common
  3160. 05-10 10:10:17.203  7229  7229 I LoadedApk: No resource references to update in package com.Ott.tones
  3161. 05-10 10:10:17.204  7229  7229 I LoadedApk: No resource references to update in package vr.xperia
  3162. 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
  3163. 05-10 10:10:17.644  7152  7243 I SharedPreferencesProto: load shared preferences: file not found
  3164. 05-10 10:10:17.660  7152  7243 W art     : Method processed more than once: java.lang.String com.google.m.a.a.readString()
  3165. 05-10 10:10:17.726  7152  7244 I SharedPreferencesProto: load shared preferences: file not found
  3166. 05-10 10:10:18.276  1034  1830 I ActivityManager: Killing 6806:com.google.android.googlequicksearchbox/u0a26 (adj 13): empty #17
  3167. 05-10 10:10:18.385  1034  1297 D WifiService: New client listening to asynchronous messages
  3168. 05-10 10:10:18.418 19675 19675 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
  3169. 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)
  3170. 05-10 10:10:18.596  7152  7249 W art     : Verification of void com.google.android.apps.gsa.shared.io.af.<init>(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
  3171. 05-10 10:10:18.686  7152  7163 W art     : Suspending all threads took: 16.113ms
  3172. 05-10 10:10:19.150  1034  1946 I ActivityManager: Killing 20605:com.google.android.deskclock/u0a61 (adj 13): empty #17
  3173. 05-10 10:10:19.920  1882  4061 I chatty  : uid=10011(com.google.android.gms) AsyncTask #3 expire 1 line
  3174. 05-10 10:10:19.951 21435  7261 I chatty  : uid=10011(com.google.android.gms) expire 1 line
  3175. 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
  3176. 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
  3177. 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
  3178. 05-10 10:10:20.428  1882  2335 I chatty  : uid=10011(com.google.android.gms) Thread-68 expire 32 lines
  3179. 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
  3180. 05-10 10:10:20.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  3181. 05-10 10:10:20.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  3182. 05-10 10:10:20.917  1882  1896 I chatty  : uid=10011(com.google.android.gms) Binder_2 expire 2 lines
  3183. 05-10 10:10:20.934  6454  6786 W Sync_Signin: Auth token - IO exception
  3184. 05-10 10:10:20.934  6454  6786 W Sync_Signin: java.io.IOException: NetworkError
  3185. 05-10 10:10:20.934  6454  6786 W Sync_Signin:   at android.accounts.AccountManager.convertErrorToException(AccountManager.java:2135)
  3186. 05-10 10:10:20.934  6454  6786 W Sync_Signin:   at android.accounts.AccountManager.-wrap0(AccountManager.java)
  3187. 05-10 10:10:20.934  6454  6786 W Sync_Signin:   at android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:1993)
  3188. 05-10 10:10:20.934  6454  6786 W Sync_Signin:   at android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse.java:69)
  3189. 05-10 10:10:20.934  6454  6786 W Sync_Signin:   at android.os.Binder.execTransact(Binder.java:453)
  3190. 05-10 10:10:20.948  1882  2700 I chatty  : uid=10011(com.google.android.gms) AsyncTask #1 expire 1 line
  3191. 05-10 10:10:21.003  1882  3000 I chatty  : uid=10011(com.google.android.gms) AsyncTask #2 expire 1 line
  3192. 05-10 10:10:21.064  1882  2339 I chatty  : uid=10011(com.google.android.gms) GeofencerStateM expire 2 lines
  3193. 05-10 10:10:21.235  1034  2321 I ActivityManager: Start proc 7273:android.process.acore/u0a3 for broadcast com.android.providers.contacts/.PackageIntentReceiver
  3194. 05-10 10:10:21.285  7273  7273 I art     : Late-enabling JIT
  3195. 05-10 10:10:21.324  7273  7273 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  3196. 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
  3197. 05-10 10:10:21.535  7273  7273 W System  : ClassLoader referenced unknown path: /system/priv-app/ContactsProvider/lib/arm
  3198. 05-10 10:10:21.549  7273  7273 I LoadedApk: No resource references to update in package common
  3199. 05-10 10:10:21.549  7273  7273 I LoadedApk: No resource references to update in package com.Ott.tones
  3200. 05-10 10:10:21.550  7273  7273 I LoadedApk: No resource references to update in package vr.xperia
  3201. 05-10 10:10:22.141  7273  7273 W System  : ClassLoader referenced unknown path: /system/app/UserDictionaryProvider/lib/arm
  3202. 05-10 10:10:22.160  1034  1946 I ActivityManager: Killing 6921:com.google.android.calendar/u0a60 (adj 13): empty #17
  3203. 05-10 10:10:22.244  1034  1946 I ActivityManager: Start proc 7292:com.android.gallery3d/u0a44 for broadcast com.android.gallery3d/.app.PackagesMonitor
  3204. 05-10 10:10:22.257 21435  7297 I chatty  : uid=10011(com.google.android.gms) expire 3 lines
  3205. 05-10 10:10:22.284  7292  7292 I art     : Late-enabling JIT
  3206. 05-10 10:10:22.301  7292  7292 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  3207. 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.
  3208. 05-10 10:10:22.302 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@f4cf9e0
  3209. 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 }
  3210. 05-10 10:10:22.302 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  3211. 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 }
  3212. 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 }
  3213. 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 }
  3214. 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 }
  3215. 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]
  3216. 05-10 10:10:22.421  1034  1057 D ZenLog  : set_zen_mode: off,QSTile.DndTile
  3217. 05-10 10:10:22.448 19675 19707 I vol.Events: writeEvent mute_changed STREAM_RING false
  3218. 05-10 10:10:22.452  1882  2336 I chatty  : uid=10011(com.google.android.gms) Thread-69 expire 32 lines
  3219. 05-10 10:10:22.452 19675 19707 I vol.Events: writeEvent mute_changed STREAM_SYSTEM false
  3220. 05-10 10:10:22.456  1034  1057 D ZenLog  : set_ringer_mode_internal: ZenModeHelper,i:silent->normal,e:silent->normal
  3221. 05-10 10:10:22.457 19675 19707 I vol.Events: writeEvent internal_ringer_mode_changed normal
  3222. 05-10 10:10:22.462 19675 19707 I vol.Events: writeEvent external_ringer_mode_changed normal
  3223. 05-10 10:10:22.464  1034  1057 D ZenLog  : unsubscribe: condition://android/countdown/1462893007112,ok
  3224. 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, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, #, ]
  3225. 05-10 10:10:22.771 19675 19707 I vol.Events: writeEvent zen_mode_changed off
  3226. 05-10 10:10:22.854  7292  7292 I LoadedApk: No resource references to update in package common
  3227. 05-10 10:10:22.854  7292  7292 I LoadedApk: No resource references to update in package com.Ott.tones
  3228. 05-10 10:10:22.855  7292  7292 I LoadedApk: No resource references to update in package com.Ott.tones
  3229. 05-10 10:10:22.855  7292  7292 I LoadedApk: No resource references to update in package vr.xperia
  3230. 05-10 10:10:23.150 21435 22638 I chatty  : uid=10011(com.google.android.gms) Icing-Worker-0 expire 6 lines
  3231. 05-10 10:10:23.201  1034  1058 I ActivityManager: Killing 20926:com.android.providers.calendar/u0a2 (adj 13): empty #17
  3232. 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
  3233. 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.
  3234. 05-10 10:10:24.020  7152  7317 I UpdateIcingCorporaServi: Updating corpora: APPS=com.google.android.gms, CONTACTS=MAYBE
  3235. 05-10 10:10:24.086  7273  7289 D ContactDirectoryManager: Found com.google.android.gm.exchange.bundled.directory.provider
  3236. 05-10 10:10:24.086  7273  7289 D ContactDirectoryManager: Found com.google.contacts.gal.provider
  3237. 05-10 10:10:24.086  7273  7289 D ContactDirectoryManager: Found com.google.android.gm.exchange.directory.provider
  3238. 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
  3239. 05-10 10:10:24.164  7319  7319 I art     : Late-enabling JIT
  3240. 05-10 10:10:24.185  7319  7319 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  3241. 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.
  3242. 05-10 10:10:24.423 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@f4cf9e0
  3243. 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 }
  3244. 05-10 10:10:24.423 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  3245. 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 }
  3246. 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 }
  3247. 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 }
  3248. 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 }
  3249. 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 }
  3250. 05-10 10:10:24.486  7319  7319 W System  : ClassLoader referenced unknown path: /data/app/com.google.android.gm-1/lib/arm
  3251. 05-10 10:10:24.676 21435 21440 I chatty  : uid=10011(com.google.android.gms) Jit thread pool expire 1 line
  3252. 05-10 10:10:24.857  7319  7319 I LoadedApk: No resource references to update in package common
  3253. 05-10 10:10:24.858  7319  7319 I LoadedApk: No resource references to update in package com.Ott.tones
  3254. 05-10 10:10:24.858  7319  7319 I LoadedApk: No resource references to update in package com.Ott.tones
  3255. 05-10 10:10:24.858  7319  7319 I LoadedApk: No resource references to update in package vr.xperia
  3256. 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
  3257. 05-10 10:10:24.963 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
  3258. 05-10 10:10:24.963 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer...
  3259. 05-10 10:10:25.127  7152  7317 I UpdateIcingCorporaServi: UpdateCorporaTask done [took 1061 ms] updated apps [took 1061 ms]
  3260. 05-10 10:10:25.152  1034  1845 I ActivityManager: Killing 6906:com.google.android.gms.unstable/u0a11 (adj 13): empty #17
  3261. 05-10 10:10:25.390  1882  7262 I chatty  : uid=10011 com.google.android.gms.persistent expire 1 line
  3262. 05-10 10:10:25.513  1882  1882 I chatty  : uid=10011 com.google.android.gms.persistent expire 10 lines
  3263. 05-10 10:10:25.624  7319  7319 W EasBundling: in EasBundling.init, isBundlingEnabled=false
  3264. 05-10 10:10:25.665  1882  2339 I chatty  : uid=10011(com.google.android.gms) GeofencerStateM expire 4 lines
  3265. 05-10 10:10:25.770  7319  7341 I Gmail   : getAccountsCursor
  3266. 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
  3267. 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
  3268. 05-10 10:10:25.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  3269. 05-10 10:10:25.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 16 delayed writes, thread 0x74480000
  3270. 05-10 10:10:25.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  3271. 05-10 10:10:26.006  1034  1986 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c93b0ec}
  3272. 05-10 10:10:26.138  1034  2321 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c93b0ec}
  3273. 05-10 10:10:26.142  1882  3689 I chatty  : uid=10011(com.google.android.gms) ContextManagerE expire 4 lines
  3274. 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.
  3275. 05-10 10:10:26.153 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@f4cf9e0
  3276. 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 }
  3277. 05-10 10:10:26.153 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  3278. 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 }
  3279. 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 }
  3280. 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 }
  3281. 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 }
  3282. 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 }
  3283. 05-10 10:10:26.266  1034  1297 E WiFiServiceImpl : CONNECT  nid=0 uid=10016 name=android.uid.systemui:10016
  3284. 05-10 10:10:26.266  1034  1297 D WifiService: Connect with networkId0
  3285. 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
  3286. 05-10 10:10:26.276  1034  1296 D WifiAutoJoinController : updateConfigurationHistory found 0 networks
  3287. 05-10 10:10:26.276  1034  1296 D WifiAutoJoinController : updateConfigurationHistory try to connect to an old network!! : "LightningSquirrel"-WPA_PSK
  3288. 05-10 10:10:26.276  1034  1296 E WifiConfigStore:  rewrite network history for "LightningSquirrel"-WPA_PSK
  3289. 05-10 10:10:26.302  1034  1296 E wifi_gbk2utf: g_pItemList is NULL
  3290. 05-10 10:10:26.307  1034  1296 E WifiConfigStore: buildPnoList sortedWifiConfigurations size 1
  3291. 05-10 10:10:26.307  1034  1296 E WifiConfigStore: found sortedWifiConfigurations : "LightningSquirrel"-WPA_PSK
  3292. 05-10 10:10:26.323 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
  3293. 05-10 10:10:26.323 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer...
  3294. 05-10 10:10:26.473  1882  2334 I chatty  : uid=10011(com.google.android.gms) Thread-67 expire 32 lines
  3295. 05-10 10:10:26.496  1344  1344 I wpa_supplicant: wlan0: Trying to associate with SSID 'LightningSquirrel'
  3296. 05-10 10:10:26.798  1344  1344 I wpa_supplicant: wlan0: Associated with 18:1b:eb:1b:96:5b
  3297. 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]
  3298. 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=]
  3299. 05-10 10:10:26.918  7319  7330 W art     : Suspending all threads took: 8.697ms
  3300. 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} }
  3301. 05-10 10:10:26.925  1034  1296 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "LightningSquirrel"-WPA_PSK to any
  3302. 05-10 10:10:26.925  1034  1296 E wifi_gbk2utf: g_pItemList is NULL
  3303. 05-10 10:10:26.925  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 205] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING
  3304. 05-10 10:10:26.969  1034  1296 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "LightningSquirrel"-WPA_PSK to any
  3305. 05-10 10:10:26.969  1034  1296 E wifi_gbk2utf: g_pItemList is NULL
  3306. 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
  3307. 05-10 10:10:27.034  7351  7351 I art     : Late-enabling JIT
  3308. 05-10 10:10:27.049  7351  7351 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  3309. 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.
  3310. 05-10 10:10:27.229  7351  7351 W System  : ClassLoader referenced unknown path: /system/app/PrebuiltExchange3Google/lib/arm
  3311. 05-10 10:10:27.299  7351  7351 I LoadedApk: No resource references to update in package common
  3312. 05-10 10:10:27.300  7351  7351 I LoadedApk: No resource references to update in package com.Ott.tones
  3313. 05-10 10:10:27.300  7351  7351 I LoadedApk: No resource references to update in package vr.xperia
  3314. 05-10 10:10:27.387   207  1025 D CommandListener: Setting iface cfg
  3315. 05-10 10:10:27.395  1034  1296 D WifiStateMachine: Start Dhcp Watchdog 107
  3316. 05-10 10:10:27.405  1034  1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 205]
  3317. 05-10 10:10:27.406  1034  1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 205] to 50
  3318. 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
  3319. 05-10 10:10:27.454  1034  7372 D DhcpClient: Receive thread started
  3320. 05-10 10:10:27.464  7367  7367 I art     : Late-enabling JIT
  3321. 05-10 10:10:27.475  1034  1296 D IpReachabilityMonitor: watch: iface{wlan0/5}, v{1}, ntable=[]
  3322. 05-10 10:10:27.480  1034  1296 E native  : do suspend false
  3323. 05-10 10:10:27.488  7367  7367 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  3324. 05-10 10:10:27.536  1034  2506 D DhcpClient: Broadcasting DHCPDISCOVER
  3325. 05-10 10:10:27.556  1034  2289 I ActivityManager: Killing 6995:com.ebay.mobile/u0a89 (adj 13): empty #17
  3326. 05-10 10:10:27.677  7367  7367 W System  : ClassLoader referenced unknown path: /system/app/GoogleContactsSyncAdapter/lib/arm
  3327. 05-10 10:10:27.694  7367  7367 I LoadedApk: No resource references to update in package common
  3328. 05-10 10:10:27.697  7367  7367 I LoadedApk: No resource references to update in package com.Ott.tones
  3329. 05-10 10:10:27.698  7367  7367 I LoadedApk: No resource references to update in package vr.xperia
  3330. 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.
  3331. 05-10 10:10:27.773 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@f4cf9e0
  3332. 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 }
  3333. 05-10 10:10:27.773 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  3334. 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 }
  3335. 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 }
  3336. 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 }
  3337. 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 }
  3338. 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 }
  3339. 05-10 10:10:27.809  7319  7341 I Gmail   : getAccountsCursor
  3340. 05-10 10:10:27.843  7319  7386 I Gmail   : No Email application installed
  3341. 05-10 10:10:27.843  7319  7386 I EmailMigration: No data to migrate
  3342. 05-10 10:10:27.844  7319  7386 W EmailMigration: No Exchange migration, not the right Email provider version
  3343. 05-10 10:10:27.931  7319  7384 W art     : Verification of void arc.<clinit>() took 114.135ms
  3344. 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
  3345. 05-10 10:10:27.971  1034  2289 I ActivityManager: Killing 7128:com.google.android.inputmethod.latin/u0a100 (adj 13): empty #17
  3346. 05-10 10:10:28.025  7319  7384 I Gmail   : Initiated Service map for: [gPop3, gLegacyImap, gEas, gmail]
  3347. 05-10 10:10:28.047  7367  7367 I GoogleHttpClient: GMS http client unavailable, use old client
  3348. 05-10 10:10:28.397  7273  7289 I ContactDirectoryManager: deleted 0 stale rows which don't have any relevant directory
  3349. 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
  3350. 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
  3351. 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
  3352. 05-10 10:10:28.443  7319  7393 I Gmail   : Observing account changes for notifications
  3353. 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
  3354. 05-10 10:10:28.464  7273  7289 I ContactDirectoryManager: Discovered 0 contact directories in 5215ms
  3355. 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.
  3356. 05-10 10:10:28.622  7351  7351 I Exchange: EasService.onCreate
  3357. 05-10 10:10:28.633  7351  7395 I Exchange: RestartPingTask
  3358. 05-10 10:10:28.698  7351  7351 I Exchange: RestartPingsTask did not start any pings.
  3359. 05-10 10:10:28.699  7351  7351 I Exchange: PSS stopIfIdle
  3360. 05-10 10:10:28.699  7351  7351 I Exchange: PSS has no active accounts; stopping service.
  3361. 05-10 10:10:28.701  7351  7351 I Exchange: onDestroy
  3362. 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
  3363. 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
  3364. 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
  3365. 05-10 10:10:29.170  7319  7399 I Gmail   : notifyAccountChanged
  3366. 05-10 10:10:29.174  7319  7384 I Gmail   : getAccountsCursor
  3367. 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.
  3368. 05-10 10:10:29.183 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@f4cf9e0
  3369. 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 }
  3370. 05-10 10:10:29.183 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  3371. 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 }
  3372. 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 }
  3373. 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 }
  3374. 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 }
  3375. 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 }
  3376. 05-10 10:10:29.188  7319  7399 I Gmail   : calculateUnknownSyncRationalesAndPurgeInBackground: queueing
  3377. 05-10 10:10:29.222  7319  7399 I Gmail   : calculateUnknownSyncRationalesAndPurgeInBackground: queueing
  3378. 05-10 10:10:29.254  7319  7399 I Gmail   : calculateUnknownSyncRationalesAndPurgeInBackground: running
  3379. 05-10 10:10:29.258  7319  7399 I Gmail   : calculateUnknownSyncRationalesAndPurgeInBackground: running
  3380. 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
  3381. 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
  3382. 05-10 10:10:29.384   207  1025 D CommandListener: Setting iface cfg
  3383. 05-10 10:10:29.387  1034  1296 D IpReachabilityMonitor: watch: iface{wlan0/5}, v{2}, ntable=[]
  3384. 05-10 10:10:29.417  1034  1296 D IpReachabilityMonitor: watch: iface{wlan0/5}, v{3}, ntable=[192.168.1.1/NUD_NONE]
  3385. 05-10 10:10:29.418  1034  1296 D WifiConfigStore: No blacklist allowed without epno enabled
  3386. 05-10 10:10:29.420  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 205] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  3387. 05-10 10:10:29.422  1034  1298 D ConnectivityService: Adding iface wlan0 to network 205
  3388. 05-10 10:10:29.441  1034  2506 D DhcpClient: Scheduling renewal in 43199s
  3389. 05-10 10:10:29.445  1034  1296 E WifiStateMachine: Did not find remoteAddress {192.168.1.1} in /proc/net/arp
  3390. 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
  3391. 05-10 10:10:29.597  1034  1296 D WifiStateMachine: L2Connected CMD_START_SCAN source -2 1365, 1366 -> obsolete
  3392. 05-10 10:10:29.598  1034  1298 E ConnectivityService: Unexpected mtu value: 0, wlan0
  3393. 05-10 10:10:29.598  1034  1298 D ConnectivityService: Adding Route [fe80::/64 -> :: wlan0] to network 205
  3394. 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
  3395. 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
  3396. 05-10 10:10:29.605  1034  1298 D ConnectivityService: Setting Dns servers for network 205 to [/192.168.1.1]
  3397. 05-10 10:10:29.623  7319  7384 W Gmail   : AccountHistory cannot find the addedEvent of -1569177690 (went back to -1569177690)
  3398. 05-10 10:10:29.646  1034  1298 D ConnectivityService: notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 205]
  3399. 05-10 10:10:29.668  1034  1298 D ConnectivityService: scheduleUnvalidatedPrompt 205
  3400. 05-10 10:10:29.668  1034  1298 D ConnectivityService: updateSignalStrengthThresholds: CONNECT, sending [] to NetworkAgentInfo [WIFI () - 205]
  3401. 05-10 10:10:29.669  1034  1296 D WifiNetworkAgent: NetworkAgent: Received signal strength thresholds: []
  3402. 05-10 10:10:29.669  1034  1296 D WifiNative-HAL: stopRssiMonitoring, cmdId 0
  3403. 05-10 10:10:29.669  1034  1298 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 205]
  3404. 05-10 10:10:29.669  1034  1298 D ConnectivityService:    accepting network in place of null
  3405. 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} }
  3406. 05-10 10:10:29.684  1034  7349 D NetlinkSocketObserver: NeighborEvent{elapsedMs=593030082, 192.168.1.1, [181BEB1B9658], RTM_NEWNEIGH, NUD_REACHABLE}
  3407. 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
  3408. 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'
  3409. 05-10 10:10:29.729  1034  1298 D CSLegacyTypeTracker: Sending CONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 205] isDefaultNetwork=true
  3410. 05-10 10:10:29.729  1034  1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
  3411. 05-10 10:10:29.742  1034  1298 D ConnectivityService: notifyType PRECHECK for NetworkAgentInfo [WIFI () - 205]
  3412. 05-10 10:10:29.749  1034  1064 D Tethering: MasterInitialState.processMessage what=3
  3413. 05-10 10:10:29.803  6454  6454 D NetworkChangeNotifierAutoDetect: Network connectivity changed, type is: 2
  3414. 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)
  3415. 05-10 10:10:29.839 13606 13606 I ChargeLockerService: ??????
  3416. 05-10 10:10:29.842 13606 13606 I ChargeLockerService: ??????--->
  3417. 05-10 10:10:29.842 13606 13606 I ChargeLockerService: ??????--->????
  3418. 05-10 10:10:29.842 13606 13606 I ChargeLockerService: ??????--->????
  3419. 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
  3420. 05-10 10:10:29.899  7319  7342 I Gmail   : getAccountsCursor
  3421. 05-10 10:10:29.997  7319  7342 W Gmail   : AccountHistory cannot find the addedEvent of -1569177690 (went back to -1569177690)
  3422. 05-10 10:10:30.036  6321  7421 I TongJiTest: upload loop start
  3423. 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
  3424. 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
  3425. 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
  3426. 05-10 10:10:30.104  7422  7422 I art     : Late-enabling JIT
  3427. 05-10 10:10:30.139  7422  7422 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  3428. 05-10 10:10:30.164  6937  7180 W art     : Verification of void com.google.android.apps.gmm.offline.backends.s.<init>(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
  3429. 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]}
  3430. 05-10 10:10:30.172  1034  1298 D ConnectivityService: setProvNotificationVisibleIntent null visible=false networkType=MOBILE extraInfo=null highPriority=false
  3431. 05-10 10:10:30.172  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 205] validation  passed
  3432. 05-10 10:10:30.172  1034  1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 205]
  3433. 05-10 10:10:30.179  1034  1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.INET_CONDITION_ACTION
  3434. 05-10 10:10:30.224 21435 21435 I chatty  : uid=10011(com.google.android.gms) expire 8 lines
  3435. 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
  3436. 05-10 10:10:30.344  1882  1892 I chatty  : uid=10011(com.google.android.gms) FinalizerDaemon expire 3 lines
  3437. 05-10 10:10:30.374  7422  7422 W System  : ClassLoader referenced unknown path: /data/app/com.google.android.calendar-2/lib/arm
  3438. 05-10 10:10:30.410  1034  1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 205]
  3439. 05-10 10:10:30.414  1034  1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 205] to 60
  3440. 05-10 10:10:30.497  7422  7422 I LoadedApk: No resource references to update in package common
  3441. 05-10 10:10:30.498  7422  7422 I LoadedApk: No resource references to update in package com.Ott.tones
  3442. 05-10 10:10:30.498  7422  7422 I LoadedApk: No resource references to update in package vr.xperia
  3443. 05-10 10:10:30.728  1034  1298 D ConnectivityService: NetTransition Wakelock (NetworkAgentInfo [WIFI () - 204] cleared because we found a replacement network
  3444. 05-10 10:10:30.748  6937  7180 W art     : Verification of void com.google.maps.b.b.c.<clinit>() took 104.858ms
  3445. 05-10 10:10:30.756 21435  6452 I chatty  : uid=10011(com.google.android.gms) iu-sync-manager expire 12 lines
  3446. 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
  3447. 05-10 10:10:30.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  3448. 05-10 10:10:30.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 17 delayed writes, thread 0x74480000
  3449. 05-10 10:10:30.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  3450. 05-10 10:10:30.889  1344  1344 I wpa_supplicant: wlan0: Associated with 18:1b:eb:1b:96:5b
  3451. 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]
  3452. 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=]
  3453. 05-10 10:10:30.915  1034  1296 D IpReachabilityMonitor: probing ip=192.168.1.1%5
  3454. 05-10 10:10:30.922  1034  7349 D NetlinkSocketObserver: NeighborEvent{elapsedMs=593031321, 192.168.1.1, [(null)], RTM_NEWNEIGH, NUD_FAILED}
  3455. 05-10 10:10:30.923  1034  7349 W NetlinkSocketObserver: ALERT: NeighborEvent{elapsedMs=593031321, 192.168.1.1, [(null)], RTM_NEWNEIGH, NUD_FAILED}
  3456. 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}
  3457. 05-10 10:10:30.924  1034  1296 D IpReachabilityMonitor: clear: iface{wlan0/5}, v{4}, ntable=[]
  3458. 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
  3459. 05-10 10:10:30.932  1034  1296 D WifiStateMachine: WifiStateMachine: Leaving Connected state
  3460. 05-10 10:10:30.932  1034  1296 D IpReachabilityMonitor: clear: iface{wlan0/5}, v{5}, ntable=[]
  3461. 05-10 10:10:30.932  1034  1296 D WifiNative-HAL: stopRssiMonitoring, cmdId 0
  3462. 05-10 10:10:30.932  1034  1296 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "LightningSquirrel"-WPA_PSK to any
  3463. 05-10 10:10:30.933  1034  1296 E wifi_gbk2utf: g_pItemList is NULL
  3464. 05-10 10:10:30.977   207  1025 D CommandListener: Clearing all IP addresses on wlan0
  3465. 05-10 10:10:30.979  1034  2506 D DhcpClient: Clearing IP address
  3466. 05-10 10:10:30.989   207  1025 D CommandListener: Setting iface cfg
  3467. 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
  3468. 05-10 10:10:31.041  1034  7372 D DhcpClient: Receive thread stopped
  3469. 05-10 10:10:31.045  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 205] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED
  3470. 05-10 10:10:31.046  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 205] got DISCONNECTED, was satisfying 3
  3471. 05-10 10:10:31.119  1034  1298 D ConnectivityService: notifyType LOST for NetworkAgentInfo [WIFI () - 205]
  3472. 05-10 10:10:31.131  1034  1298 D CSLegacyTypeTracker: Sending DISCONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 205] isDefaultNetwork=true
  3473. 05-10 10:10:31.132  1034  1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
  3474. 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
  3475. 05-10 10:10:31.143  1034  1296 D WifiStateMachine: Start Disconnecting Watchdog 106
  3476. 05-10 10:10:31.143  1034  1296 D WifiNative-HAL: stopRssiMonitoring, cmdId 0
  3477. 05-10 10:10:31.154   207  1025 D CommandListener: Clearing all IP addresses on wlan0
  3478. 05-10 10:10:31.167  6937  7180 W art     : Verification of void com.google.w.a.a.alf.<clinit>() took 210.723ms
  3479. 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)
  3480. 05-10 10:10:31.184 19675 19675 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
  3481. 05-10 10:10:31.194  7446  7446 I art     : Late-enabling JIT
  3482. 05-10 10:10:31.209  1034  1296 D WifiNetworkAgent: NetworkAgent: NetworkAgent channel lost
  3483. 05-10 10:10:31.213  7446  7446 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  3484. 05-10 10:10:31.248  1034  1064 D Tethering: MasterInitialState.processMessage what=3
  3485. 05-10 10:10:31.335  6937  7180 W art     : Verification of void com.google.w.a.a.alg.<init>() took 167.358ms
  3486. 05-10 10:10:31.354 13606 13606 I ChargeLockerService: ??????
  3487. 05-10 10:10:31.440  6454  6454 D NetworkChangeNotifierAutoDetect: Network connectivity changed, type is: 6
  3488. 05-10 10:10:31.490  6321  7421 W System.err:    at libcore.io.IoBridge.connect(IoBridge.java:124)
  3489. 05-10 10:10:31.490  6321  7421 W System.err:    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
  3490. 05-10 10:10:31.490  6321  7421 W System.err:    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:452)
  3491. 05-10 10:10:31.490  6321  7421 W System.err:    at java.net.Socket.connect(Socket.java:884)
  3492. 05-10 10:10:31.490  6321  7421 W System.err:    at com.android.okhttp.internal.Platform.connectSocket(Platform.java:117)
  3493. 05-10 10:10:31.490  6321  7421 W System.err:    at com.android.okhttp.internal.http.SocketConnector.connectRawSocket(SocketConnector.java:160)
  3494. 05-10 10:10:31.490  6321  7421 W System.err:    at com.android.okhttp.internal.http.SocketConnector.connectCleartext(SocketConnector.java:67)
  3495. 05-10 10:10:31.524   207  1025 E Netd    : netlink response contains error (No such file or directory)
  3496. 05-10 10:10:31.525  1034  1298 E ConnectivityService: EVENT_NETWORK_INFO_CHANGED from unknown NetworkAgent
  3497. 05-10 10:10:31.527 13606 13606 I ChargeLockerService: ??????--->
  3498. 05-10 10:10:31.530  6321  7421 W System.err:    at com.android.okhttp.Connection.connect(Connection.java:152)
  3499. 05-10 10:10:31.530  6321  7421 W System.err:    at com.android.okhttp.Connection.connectAndSetOwner(Connection.java:185)
  3500. 05-10 10:10:31.530  6321  7421 W System.err:    at com.android.okhttp.OkHttpClient$1.connectAndSetOwner(OkHttpClient.java:128)
  3501. 05-10 10:10:31.530  6321  7421 W System.err:    at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:341)
  3502. 05-10 10:10:31.530  6321  7421 W System.err:    at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)
  3503. 05-10 10:10:31.530  6321  7421 W System.err:    at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
  3504. 05-10 10:10:31.530  6321  7421 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437)
  3505. 05-10 10:10:31.530  6321  7421 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:388)
  3506. 05-10 10:10:31.531  6321  7421 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:501)
  3507. 05-10 10:10:31.531  6321  7421 W System.err:    at ll.c(Unknown Source)
  3508. 05-10 10:10:31.532  6321  7421 W System.err:    at lk.a(Unknown Source)
  3509. 05-10 10:10:31.534  6321  7421 W System.err:    at ko.b(Unknown Source)
  3510. 05-10 10:10:31.534  6321  7421 W System.err:    at ko.b(Unknown Source)
  3511. 05-10 10:10:31.534  6321  7421 W System.err:    at lg.run(Unknown Source)
  3512. 05-10 10:10:31.534  6321  7421 W System.err: Caused by: android.system.ErrnoException: connect failed: ENETUNREACH (Network is unreachable)
  3513. 05-10 10:10:31.535  6321  7421 W System.err:    at libcore.io.Posix.connect(Native Method)
  3514. 05-10 10:10:31.535  6321  7421 W System.err:    at libcore.io.BlockGuardOs.connect(BlockGuardOs.java:111)
  3515. 05-10 10:10:31.535  6321  7421 W System.err:    at libcore.io.IoBridge.connectErrno(IoBridge.java:154)
  3516. 05-10 10:10:31.535  6321  7421 W System.err:    at libcore.io.IoBridge.connect(IoBridge.java:122)
  3517. 05-10 10:10:31.535  6321  7421 W System.err:    ... 20 more
  3518. 05-10 10:10:31.535  6321  7421 I TongJiTest: upload failed and retryTime:3
  3519. 05-10 10:10:31.538  6937  7180 W art     : Verification of void com.google.w.a.a.bvo.<clinit>() took 167.053ms
  3520. 05-10 10:10:31.587  7446  7446 W System  : ClassLoader referenced unknown path: /system/priv-app/CalendarProvider/lib/arm
  3521. 05-10 10:10:31.627  7446  7446 I LoadedApk: No resource references to update in package common
  3522. 05-10 10:10:31.627  7446  7446 I LoadedApk: No resource references to update in package com.Ott.tones
  3523. 05-10 10:10:31.628  7446  7446 I LoadedApk: No resource references to update in package vr.xperia
  3524. 05-10 10:10:31.908  6321  7421 I TongJiTest: upload failed and exit upload loop
  3525. 05-10 10:10:31.937  7446  7446 I CalendarProvider2: Created com.android.providers.calendar.CalendarAlarmManager@4cf8ac6(com.android.providers.calendar.CalendarProvider2@3ca9a87)
  3526. 05-10 10:10:32.108  6349  7490 W System.err: java.lang.InterruptedException
  3527. 05-10 10:10:32.108  6349  7490 W System.err:    at java.lang.Object.wait(Native Method)
  3528. 05-10 10:10:32.108  6349  7490 W System.err:    at auw.run(Unknown Source)
  3529. 05-10 10:10:32.143  6349  7491 W ResourceType: No package identifier when getting value for resource number 0x00000000
  3530. 05-10 10:10:32.215  6414  6414 W System.err: java.lang.IllegalArgumentException: invalid provider: null
  3531. 05-10 10:10:32.215  6414  6414 W System.err:    at android.location.LocationManager.checkProvider(LocationManager.java:1704)
  3532. 05-10 10:10:32.215  6414  6414 W System.err:    at android.location.LocationManager.requestLocationUpdates(LocationManager.java:459)
  3533. 05-10 10:10:32.215  6414  6414 W System.err:    at io.wecloud.message.ClientService.onCreate(Unknown Source)
  3534. 05-10 10:10:32.215  6414  6414 W System.err:    at android.app.ActivityThread.handleCreateService(ActivityThread.java:2921)
  3535. 05-10 10:10:32.215  6414  6414 W System.err:    at android.app.ActivityThread.-wrap4(ActivityThread.java)
  3536. 05-10 10:10:32.215  6414  6414 W System.err:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446)
  3537. 05-10 10:10:32.215  6414  6414 W System.err:    at android.os.Handler.dispatchMessage(Handler.java:102)
  3538. 05-10 10:10:32.215  6414  6414 W System.err:    at android.os.Looper.loop(Looper.java:148)
  3539. 05-10 10:10:32.215  6414  6414 W System.err:    at android.app.ActivityThread.main(ActivityThread.java:5471)
  3540. 05-10 10:10:32.215  6414  6414 W System.err:    at java.lang.reflect.Method.invoke(Native Method)
  3541. 05-10 10:10:32.215  6414  6414 W System.err:    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  3542. 05-10 10:10:32.215  6414  6414 W System.err:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  3543. 05-10 10:10:32.247  7319  7365 W art     : Method processed more than once: java.lang.String cyf.d()
  3544. 05-10 10:10:32.248  7319  7365 I GAV2    : Thread[GAThread,5,main]: No campaign data found.
  3545. 05-10 10:10:32.275  6414  7496 W ResourceType: No package identifier when getting value for resource number 0x00000000
  3546. 05-10 10:10:32.276  6414  7496 W ResourceType: No package identifier when getting value for resource number 0x00000000
  3547. 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
  3548. 05-10 10:10:32.286  6349  7491 W ResourceType: No package identifier when getting value for resource number 0x00000000
  3549. 05-10 10:10:32.296  6414  7496 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  3550. 05-10 10:10:32.296  6414  7496 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  3551. 05-10 10:10:32.296  6414  7496 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  3552. 05-10 10:10:32.296  6414  7496 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  3553. 05-10 10:10:32.296  6414  7496 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  3554. 05-10 10:10:32.296  6414  7496 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  3555. 05-10 10:10:32.298  6414  7496 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  3556. 05-10 10:10:32.298  6414  7496 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  3557. 05-10 10:10:32.298  6414  7496 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  3558. 05-10 10:10:32.298  6414  7496 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  3559. 05-10 10:10:32.298  6414  7496 W System.err:    at nl.a(Unknown Source)
  3560. 05-10 10:10:32.298  6414  7496 W System.err:    at nl.run(Unknown Source)
  3561. 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)
  3562. 05-10 10:10:32.300  6414  7496 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  3563. 05-10 10:10:32.300  6414  7496 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  3564. 05-10 10:10:32.300  6414  7496 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  3565. 05-10 10:10:32.300  6414  7496 W System.err:    ... 11 more
  3566. 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
  3567. 05-10 10:10:32.308  6349  7491 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  3568. 05-10 10:10:32.308  6349  7491 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  3569. 05-10 10:10:32.308  6349  7491 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  3570. 05-10 10:10:32.308  6349  7491 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  3571. 05-10 10:10:32.308  6349  7491 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  3572. 05-10 10:10:32.308  6349  7491 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  3573. 05-10 10:10:32.308  6349  7491 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  3574. 05-10 10:10:32.308  6349  7491 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  3575. 05-10 10:10:32.308  6349  7491 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  3576. 05-10 10:10:32.309  6349  7491 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  3577. 05-10 10:10:32.309  6349  7491 W System.err:    at auk.a(Unknown Source)
  3578. 05-10 10:10:32.309  6349  7491 W System.err:    at auk.run(Unknown Source)
  3579. 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)
  3580. 05-10 10:10:32.309  6349  7491 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  3581. 05-10 10:10:32.309  6349  7491 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  3582. 05-10 10:10:32.309  6349  7491 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  3583. 05-10 10:10:32.309  6349  7491 W System.err:    ... 11 more
  3584. 05-10 10:10:32.311 21435  7497 I chatty  : uid=10011(com.google.android.gms) expire 3 lines
  3585. 05-10 10:10:32.346  6937  7180 W art     : Verification of void com.google.common.base.bb.<init>(com.google.common.base.ax) took 322.967ms
  3586. 05-10 10:10:32.379  7422  7422 W art     : Verification of void com.google.android.syncadapters.calendar.CalendarSyncAdapterService.<clinit>() took 192.352ms
  3587. 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
  3588. 05-10 10:10:32.668  7422  7422 W art     : Method processed more than once: void com.google.api.client.util.Data.<clinit>()
  3589. 05-10 10:10:32.675  6349  7504 W ResourceType: No package identifier when getting value for resource number 0x00000000
  3590. 05-10 10:10:32.676  6349  7504 W ResourceType: No package identifier when getting value for resource number 0x00000000
  3591. 05-10 10:10:32.677  6349  7503 W System.err: java.lang.InterruptedException
  3592. 05-10 10:10:32.677  6349  7503 W System.err:    at java.lang.Object.wait(Native Method)
  3593. 05-10 10:10:32.679  6349  7502 W System.err:    at java.lang.InterruptedException
  3594. 05-10 10:10:32.679  6349  7502 W System.err:    at java.lang.Object.wait(Native Method)
  3595. 05-10 10:10:32.679  6349  7502 W System.err:    at aux.run(Unknown Source)
  3596. 05-10 10:10:32.679  6349  7503 W System.err: auw.run(Unknown Source)
  3597. 05-10 10:10:32.686  1882  3019 I chatty  : uid=10011(com.google.android.gms) Binder_4 expire 1 line
  3598. 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
  3599. 05-10 10:10:32.686  6349  7504 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:440)
  3600. 05-10 10:10:32.686  6349  7504 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  3601. 05-10 10:10:32.686  6349  7504 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  3602. 05-10 10:10:32.686  6349  7504 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  3603. 05-10 10:10:32.686  6349  7504 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  3604. 05-10 10:10:32.686  6349  7504 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  3605. 05-10 10:10:32.686  6349  7504 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  3606. 05-10 10:10:32.687  6349  7504 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  3607. 05-10 10:10:32.687  6349  7504 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  3608. 05-10 10:10:32.687  6349  7504 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  3609. 05-10 10:10:32.687  6349  7504 W System.err:    at auk.a(Unknown Source)
  3610. 05-10 10:10:32.687  6349  7504 W System.err:    at auk.run(Unknown Source)
  3611. 05-10 10:10:32.695 21435  7464 I chatty  : uid=10011(com.google.android.gms) expire 1 line
  3612. 05-10 10:10:32.716  6414  6414 W System.err: java.lang.IllegalArgumentException: invalid provider: null
  3613. 05-10 10:10:32.716  6414  6414 W System.err:    at android.location.LocationManager.checkProvider(LocationManager.java:1704)
  3614. 05-10 10:10:32.716  6414  6414 W System.err:    at android.location.LocationManager.requestLocationUpdates(LocationManager.java:459)
  3615. 05-10 10:10:32.716  6414  6414 W System.err:    at io.wecloud.message.ClientService.onCreate(Unknown Source)
  3616. 05-10 10:10:32.716  6414  6414 W System.err:    at android.app.ActivityThread.handleCreateService(ActivityThread.java:2921)
  3617. 05-10 10:10:32.716  6414  6414 W System.err:    at android.app.ActivityThread.-wrap4(ActivityThread.java)
  3618. 05-10 10:10:32.716  6414  6414 W System.err:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446)
  3619. 05-10 10:10:32.716  6414  6414 W System.err:    at android.os.Handler.dispatchMessage(Handler.java:102)
  3620. 05-10 10:10:32.716  6414  6414 W System.err:    at android.os.Looper.loop(Looper.java:148)
  3621. 05-10 10:10:32.716  6414  6414 W System.err:    at android.app.ActivityThread.main(ActivityThread.java:5471)
  3622. 05-10 10:10:32.716  6414  6414 W System.err:    at java.lang.reflect.Method.invoke(Native Method)
  3623. 05-10 10:10:32.716  6414  6414 W System.err:    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  3624. 05-10 10:10:32.716  6414  6414 W System.err:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  3625. 05-10 10:10:32.791  1882 19187 I chatty  : uid=10011(com.google.android.gms) Binder_9 expire 2 lines
  3626. 05-10 10:10:32.812  6414  7507 W System.err: java.lang.InterruptedException
  3627. 05-10 10:10:32.815  6414  7507 W System.err:    at java.lang.Object.wait(Native Method)
  3628. 05-10 10:10:32.815  6414  7506 W System.err: java.lang.InterruptedException
  3629. 05-10 10:10:32.816  6414  7507 W System.err:    at nu.run(Unknown Source)
  3630. 05-10 10:10:32.822  6414  7506 W System.err:    at java.lang.Object.wait(Native Method)
  3631. 05-10 10:10:32.822  6414  7506 W System.err:    at nv.run(Unknown Source)
  3632. 05-10 10:10:32.852  6414  7508 W ResourceType: No package identifier when getting value for resource number 0x00000000
  3633. 05-10 10:10:32.853  6414  7508 W ResourceType: No package identifier when getting value for resource number 0x00000000
  3634. 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
  3635. 05-10 10:10:32.857  6414  7508 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:440)
  3636. 05-10 10:10:32.857  6414  7508 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  3637. 05-10 10:10:32.857  6414  7508 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  3638. 05-10 10:10:32.857  6414  7508 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  3639. 05-10 10:10:32.857  6414  7508 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  3640. 05-10 10:10:32.857  6414  7508 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  3641. 05-10 10:10:32.857  6414  7508 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  3642. 05-10 10:10:32.857  6414  7508 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  3643. 05-10 10:10:32.857  6414  7508 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  3644. 05-10 10:10:32.857  6414  7508 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  3645. 05-10 10:10:32.857  6414  7508 W System.err:    at nl.a(Unknown Source)
  3646. 05-10 10:10:32.857  6414  7508 W System.err:    at nl.run(Unknown Source)
  3647. 05-10 10:10:32.975  6937  7180 I SQLiteDatabase: can't enable WAL for memory databases.
  3648. 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 }
  3649. 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)
  3650. 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
  3651. 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
  3652. 05-10 10:10:33.421  6937  7180 I SQLiteDatabase: can't enable WAL for memory databases.
  3653. 05-10 10:10:33.502  7422  7422 I AnalyticsLogBase: PlayLogger.onLoggerConnected
  3654. 05-10 10:10:33.503  7422  7422 I AnalyticsLogBase: PlayLogger.onLoggerConnected
  3655. 05-10 10:10:33.579  1882  4061 I chatty  : uid=10011(com.google.android.gms) AsyncTask #3 expire 1 line
  3656. 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()
  3657. 05-10 10:10:33.612  7351  7394 I GAV2    : Thread[GAThread,5,main]: No campaign data found.
  3658. 05-10 10:10:33.766 21435 21444 I chatty  : uid=10011(com.google.android.gms) FinalizerDaemon expire 1 line
  3659. 05-10 10:10:33.974  7422  7511 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  3660. 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
  3661. 05-10 10:10:34.051  7422  7511 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  3662. 05-10 10:10:34.053  7422  7511 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  3663. 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
  3664. 05-10 10:10:34.262 20812 20812 I Tapjoy  : The session ended
  3665. 05-10 10:10:34.310  7422  7511 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  3666. 05-10 10:10:34.312  7422  7511 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  3667. 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
  3668. 05-10 10:10:34.492  1882  2336 I chatty  : uid=10011(com.google.android.gms) Thread-69 expire 32 lines
  3669. 05-10 10:10:34.570  7422  7511 V JNIHelp : Registering com/google/android/gms/org/conscrypt/NativeCrypto's 254 native methods...
  3670. 05-10 10:10:34.673  7422  7511 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
  3671. 05-10 10:10:34.683  7422  7511 W AbstractGoogleClient: Application name is not set. Call Builder#setApplicationName.
  3672. 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)
  3673. 05-10 10:10:34.845  9966  9999 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  3674. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor: Failed to get response for prefetched request. Executing again.
  3675. 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
  3676. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at java.util.concurrent.FutureTask.report(FutureTask.java:94)
  3677. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at java.util.concurrent.FutureTask.get(FutureTask.java:164)
  3678. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.syncadapters.calendar.CalendarRequestExecutor.execute(CalendarRequestExecutor.java:102)
  3679. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.syncadapters.calendar.CalendarSyncAdapterApiary.getTimelySettings(CalendarSyncAdapterApiary.java:1134)
  3680. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.syncadapters.calendar.CalendarSyncAdapterApiary.processNonUpdateFlags(CalendarSyncAdapterApiary.java:948)
  3681. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.syncadapters.calendar.CalendarSyncAdapterApiary.performSync(CalendarSyncAdapterApiary.java:702)
  3682. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.syncadapters.calendar.CalendarSyncAdapterApiary.onPerformLoggedSync(CalendarSyncAdapterApiary.java:551)
  3683. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.android.emailcommon.syncadapter.LoggingThreadedSyncAdapter.onPerformSync(LoggingThreadedSyncAdapter.java:50)
  3684. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:272)
  3685. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor: Caused by: com.google.android.apiary.AuthenticationException: Could not get an auth token
  3686. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.apiary.GoogleRequestInitializer.getAuthToken(GoogleRequestInitializer.java:151)
  3687. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.apiary.GoogleRequestInitializer.intercept(GoogleRequestInitializer.java:90)
  3688. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:868)
  3689. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:419)
  3690. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:352)
  3691. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:469)
  3692. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.syncadapters.calendar.CalendarRequestExecutor.executeInternal(CalendarRequestExecutor.java:133)
  3693. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.syncadapters.calendar.CalendarRequestExecutor.access$100(CalendarRequestExecutor.java:48)
  3694. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.syncadapters.calendar.CalendarRequestExecutor$1.call(CalendarRequestExecutor.java:78)
  3695. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  3696. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
  3697. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
  3698. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at java.lang.Thread.run(Thread.java:818)
  3699. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor: Caused by: java.io.IOException: NetworkError
  3700. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.gms.auth.GoogleAuthUtil.zza(Unknown Source)
  3701. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.gms.auth.GoogleAuthUtil.zzc(Unknown Source)
  3702. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.gms.auth.GoogleAuthUtil.getTokenWithNotification(Unknown Source)
  3703. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.gms.auth.GoogleAuthUtil.getTokenWithNotification(Unknown Source)
  3704. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       at com.google.android.apiary.GoogleRequestInitializer.getAuthToken(GoogleRequestInitializer.java:141)
  3705. 05-10 10:10:35.153  7422  7511 W CalendarRequestExecutor:       ... 12 more
  3706. 05-10 10:10:35.270  7422  7511 E SyncLog : Exception in onPerformLoggedSync
  3707. 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]
  3708. 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
  3709. 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
  3710. 05-10 10:10:35.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  3711. 05-10 10:10:35.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 18 delayed writes, thread 0x74480000
  3712. 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
  3713. 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
  3714. 05-10 10:10:35.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  3715. 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
  3716. 05-10 10:10:35.891 20812 20812 I Tapjoy  : New session started
  3717. 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
  3718. 05-10 10:10:36.033 20812  7531 I TJPlacement: Sending content request for placement Get_XR_From_Dialog
  3719. 05-10 10:10:36.041 20812  7531 I TapjoyURLConnection: http post: https://placements.tapjoy.com/v1/apps/61d55aad-cafb-4d84-8e82-57722b3d9a35/content?
  3720. 05-10 10:10:36.041 20812  7531 I TapjoyURLConnection: Content-Type: application/x-www-form-urlencoded
  3721. 05-10 10:10:36.041 20812  7531 I TapjoyURLConnection: Content:
  3722. 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&timestamp=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
  3723. 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
  3724. 05-10 10:10:36.044 20812  7531 E TapjoyURLConnection: Exception trying to get error code/content: java.lang.NullPointerException: lock == null
  3725. 05-10 10:10:36.044 20812  7531 I TapjoyURLConnection: --------------------
  3726. 05-10 10:10:36.044 20812  7531 I TapjoyURLConnection: response status: 0
  3727. 05-10 10:10:36.049 20812  7531 I TapjoyURLConnection: response size: 0
  3728. 05-10 10:10:36.049 20812  7531 V TapjoyURLConnection: response:
  3729. 05-10 10:10:36.049 20812  7531 V TapjoyURLConnection: null
  3730. 05-10 10:10:36.049 20812  7531 I TapjoyURLConnection: --------------------
  3731. 05-10 10:10:36.049 20812  7531 V TJPlacement: Tapjoy-Server-Debug:
  3732. 05-10 10:10:36.049 20812  7531 I TJPlacement: Send request failed for placement Get_XR_From_Dialog
  3733. 05-10 10:10:36.049 20812  7531 I TJPlacement: Tracking event Get_XR_From_Dialog for offline delivery
  3734. 05-10 10:10:36.132 20812 20823 W art     : Suspending all threads took: 11.230ms
  3735. 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
  3736. 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()
  3737. 05-10 10:10:36.665  7422  7477 I GAV2    : Thread[GAThread,5,main]: No campaign data found.
  3738. 05-10 10:10:37.672  1034  1298 D ConnectivityService: handlePromptUnvalidated 205
  3739. 05-10 10:10:40.129 19675 19675 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
  3740. 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
  3741. 05-10 10:10:40.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  3742. 05-10 10:10:40.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  3743. 05-10 10:10:41.074 20812 20812 I Ads     : Ad is not visible. Not refreshing ad.
  3744. 05-10 10:10:41.075 20812 20812 I Ads     : Scheduling ad refresh 60000 milliseconds from now.
  3745. 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.
  3746. 05-10 10:10:42.132 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@7d02b63
  3747. 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 }
  3748. 05-10 10:10:42.132 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  3749. 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 }
  3750. 05-10 10:10:42.331 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
  3751. 05-10 10:10:42.331 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer...
  3752. 05-10 10:10:42.518  1034  1252 I InputReader: Reconfiguring input devices.  changes=0x00000010
  3753. 05-10 10:10:42.661 21435  7542 I chatty  : uid=10011(com.google.android.gms) expire 3 lines
  3754. 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.
  3755. 05-10 10:10:43.068 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@7d02b63
  3756. 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 }
  3757. 05-10 10:10:43.068 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  3758. 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 }
  3759. 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 }
  3760. 05-10 10:10:43.125  7152  7547 I UpdateIcingCorporaServi: Updating corpora: APPS=com.google.android.gms, CONTACTS=MAYBE
  3761. 05-10 10:10:43.222 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
  3762. 05-10 10:10:43.222 19675 19802 W OpenGLRenderer: Incorrectly called buildLayer on View: SplitClockView, destroying layer...
  3763. 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
  3764. 05-10 10:10:43.432  1034  1297 E WiFiServiceImpl : CONNECT  nid=0 uid=10016 name=android.uid.systemui:10016
  3765. 05-10 10:10:43.432  1034  1297 D WifiService: Connect with networkId0
  3766. 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
  3767. 05-10 10:10:43.434  1034  1296 D WifiAutoJoinController : updateConfigurationHistory found 0 networks
  3768. 05-10 10:10:43.434  1034  1296 D WifiAutoJoinController : updateConfigurationHistory try to connect to an old network!! : "LightningSquirrel"-WPA_PSK
  3769. 05-10 10:10:43.434  1034  1296 E WifiConfigStore:  rewrite network history for "LightningSquirrel"-WPA_PSK
  3770. 05-10 10:10:43.437  1034  1296 E wifi_gbk2utf: g_pItemList is NULL
  3771. 05-10 10:10:43.439  1034  1296 E WifiConfigStore: buildPnoList sortedWifiConfigurations size 1
  3772. 05-10 10:10:43.439  1034  1296 E WifiConfigStore: found sortedWifiConfigurations : "LightningSquirrel"-WPA_PSK
  3773. 05-10 10:10:43.469  1344  1344 I wpa_supplicant: wlan0: Trying to associate with SSID 'LightningSquirrel'
  3774. 05-10 10:10:43.527  7152  7547 I UpdateIcingCorporaServi: UpdateCorporaTask done [took 402 ms] updated apps [took 402 ms]
  3775. 05-10 10:10:43.650  1344  1344 I wpa_supplicant: wlan0: Associated with 18:1b:eb:1b:96:5b
  3776. 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]
  3777. 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=]
  3778. 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} }
  3779. 05-10 10:10:43.718  1034  1296 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "LightningSquirrel"-WPA_PSK to any
  3780. 05-10 10:10:43.718  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 206] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING
  3781. 05-10 10:10:43.718  1034  1296 E wifi_gbk2utf: g_pItemList is NULL
  3782. 05-10 10:10:43.765  1034  1296 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "LightningSquirrel"-WPA_PSK to any
  3783. 05-10 10:10:43.766  1034  1296 E wifi_gbk2utf: g_pItemList is NULL
  3784. 05-10 10:10:43.801   207  1025 D CommandListener: Setting iface cfg
  3785. 05-10 10:10:43.809  1034  1296 D WifiStateMachine: Start Dhcp Watchdog 108
  3786. 05-10 10:10:43.827  1034  1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 206]
  3787. 05-10 10:10:43.827  1034  1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 206] to 50
  3788. 05-10 10:10:43.828  1034  1296 D IpReachabilityMonitor: watch: iface{wlan0/5}, v{1}, ntable=[]
  3789. 05-10 10:10:43.855  1034  7551 D DhcpClient: Receive thread started
  3790. 05-10 10:10:43.858  1034  1296 E native  : do suspend false
  3791. 05-10 10:10:43.862  1034  2506 D DhcpClient: Broadcasting DHCPDISCOVER
  3792. 05-10 10:10:44.913  1034  2230 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b2be0f9}
  3793. 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
  3794. 05-10 10:10:45.148  1034  1845 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b2be0f9}
  3795. 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
  3796. 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
  3797. 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
  3798. 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
  3799. 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
  3800. 05-10 10:10:45.790   207  1025 D CommandListener: Setting iface cfg
  3801. 05-10 10:10:45.802  1034  1296 D IpReachabilityMonitor: watch: iface{wlan0/5}, v{2}, ntable=[]
  3802. 05-10 10:10:45.804  1882  2726 I chatty  : uid=10011(com.google.android.gms) ClearcutLoggerA expire 1 line
  3803. 05-10 10:10:45.809  1034  1296 D IpReachabilityMonitor: watch: iface{wlan0/5}, v{3}, ntable=[192.168.1.1/NUD_NONE]
  3804. 05-10 10:10:45.810  1034  1296 D WifiConfigStore: No blacklist allowed without epno enabled
  3805. 05-10 10:10:45.811  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 206] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  3806. 05-10 10:10:45.812  1034  1298 D ConnectivityService: Adding iface wlan0 to network 206
  3807. 05-10 10:10:45.836  1034  2506 D DhcpClient: Scheduling renewal in 43199s
  3808. 05-10 10:10:45.838  1034  1296 E WifiStateMachine: Did not find remoteAddress {192.168.1.1} in /proc/net/arp
  3809. 05-10 10:10:45.839  1034  1060 W ActivityManager: Launch timeout has expired, giving up wake lock!
  3810. 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
  3811. 05-10 10:10:45.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  3812. 05-10 10:10:45.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 20 delayed writes, thread 0x74480000
  3813. 05-10 10:10:45.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  3814. 05-10 10:10:45.953  1034  1298 E ConnectivityService: Unexpected mtu value: 0, wlan0
  3815. 05-10 10:10:45.953  1034  1298 D ConnectivityService: Adding Route [fe80::/64 -> :: wlan0] to network 206
  3816. 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
  3817. 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
  3818. 05-10 10:10:45.966  1034  1298 D ConnectivityService: Setting Dns servers for network 206 to [/192.168.1.1]
  3819. 05-10 10:10:46.004  1034  1298 D ConnectivityService: notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 206]
  3820. 05-10 10:10:46.032  1034  1298 D ConnectivityService: scheduleUnvalidatedPrompt 206
  3821. 05-10 10:10:46.032  1034  1298 D ConnectivityService: updateSignalStrengthThresholds: CONNECT, sending [] to NetworkAgentInfo [WIFI () - 206]
  3822. 05-10 10:10:46.033  1034  1296 D WifiNetworkAgent: NetworkAgent: Received signal strength thresholds: []
  3823. 05-10 10:10:46.033  1034  1298 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 206]
  3824. 05-10 10:10:46.033  1034  1298 D ConnectivityService:    accepting network in place of null
  3825. 05-10 10:10:46.033  1034  1296 D WifiNative-HAL: stopRssiMonitoring, cmdId 0
  3826. 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} }
  3827. 05-10 10:10:46.049  1034  7550 D NetlinkSocketObserver: NeighborEvent{elapsedMs=593046447, 192.168.1.1, [181BEB1B9658], RTM_NEWNEIGH, NUD_REACHABLE}
  3828. 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
  3829. 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'
  3830. 05-10 10:10:46.102  1034  1298 D CSLegacyTypeTracker: Sending CONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 206] isDefaultNetwork=true
  3831. 05-10 10:10:46.102  1034  1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
  3832. 05-10 10:10:46.116  1034  1298 D ConnectivityService: notifyType PRECHECK for NetworkAgentInfo [WIFI () - 206]
  3833. 05-10 10:10:46.120  1034  1064 D Tethering: MasterInitialState.processMessage what=3
  3834. 05-10 10:10:46.180  6454  6454 D NetworkChangeNotifierAutoDetect: Network connectivity changed, type is: 2
  3835. 05-10 10:10:46.181 13606 13606 I ChargeLockerService: ??????
  3836. 05-10 10:10:46.218 13606 13606 I ChargeLockerService: ??????--->
  3837. 05-10 10:10:46.218 13606 13606 I ChargeLockerService: ??????--->????
  3838. 05-10 10:10:46.218 13606 13606 I ChargeLockerService: ??????--->????
  3839. 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
  3840. 05-10 10:10:46.265  6321  7578 I TongJiTest: upload loop start
  3841. 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]}
  3842. 05-10 10:10:46.286  1034  1298 D ConnectivityService: setProvNotificationVisibleIntent null visible=false networkType=MOBILE extraInfo=null highPriority=false
  3843. 05-10 10:10:46.287  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 206] validation  passed
  3844. 05-10 10:10:46.287  1034  1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 206]
  3845. 05-10 10:10:46.294  1034  1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.INET_CONDITION_ACTION
  3846. 05-10 10:10:46.320 21435  7579 I chatty  : uid=10011(com.google.android.gms) expire 8 lines
  3847. 05-10 10:10:46.554  7319  7584 W Gmail   : Sync started for account: account:-1569177690
  3848. 05-10 10:10:46.556  7319  7584 I Gmail   : notifyAccountChanged
  3849. 05-10 10:10:46.562  7319  7341 I Gmail   : getAccountsCursor
  3850. 05-10 10:10:46.833  1034  1298 D ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 206]
  3851. 05-10 10:10:46.834  1034  1298 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 206] to 60
  3852. 05-10 10:10:47.102  1034  1298 D ConnectivityService: NetTransition Wakelock (NetworkAgentInfo [WIFI () - 205] cleared because we found a replacement network
  3853. 05-10 10:10:47.161 21435  7579 E ActivityThread: Failed to find provider info for com.google.android.wearable.settings
  3854. 05-10 10:10:47.222  1882  1882 I chatty  : uid=10011 com.google.android.gms.persistent expire 3 lines
  3855. 05-10 10:10:47.722  1882  7594 I chatty  : uid=10011 com.google.android.gms.persistent expire 4 lines
  3856. 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
  3857. 05-10 10:10:47.867  7602  7602 I art     : Late-enabling JIT
  3858. 05-10 10:10:47.896  7602  7602 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  3859. 05-10 10:10:47.923  7319  7584 I Gmail   : MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 98529, normalSync: true
  3860. 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()
  3861. 05-10 10:10:48.281  1344  1344 I wpa_supplicant: wlan0: Associated with 18:1b:eb:1b:96:5b
  3862. 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]
  3863. 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=]
  3864. 05-10 10:10:48.331  1034  1296 D IpReachabilityMonitor: probing ip=192.168.1.1%5
  3865. 05-10 10:10:48.332  1034  7550 D NetlinkSocketObserver: NeighborEvent{elapsedMs=593048731, 192.168.1.1, [(null)], RTM_NEWNEIGH, NUD_FAILED}
  3866. 05-10 10:10:48.332  1034  7550 W NetlinkSocketObserver: ALERT: NeighborEvent{elapsedMs=593048731, 192.168.1.1, [(null)], RTM_NEWNEIGH, NUD_FAILED}
  3867. 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}
  3868. 05-10 10:10:48.343  1034  1296 D IpReachabilityMonitor: clear: iface{wlan0/5}, v{4}, ntable=[]
  3869. 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
  3870. 05-10 10:10:48.354  1034  1296 D WifiStateMachine: WifiStateMachine: Leaving Connected state
  3871. 05-10 10:10:48.355  1034  1296 D IpReachabilityMonitor: clear: iface{wlan0/5}, v{5}, ntable=[]
  3872. 05-10 10:10:48.355  1034  1296 D WifiNative-HAL: stopRssiMonitoring, cmdId 0
  3873. 05-10 10:10:48.355  1034  1296 E WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "LightningSquirrel"-WPA_PSK to any
  3874. 05-10 10:10:48.355  1034  1296 E wifi_gbk2utf: g_pItemList is NULL
  3875. 05-10 10:10:48.384  1034  2506 D DhcpClient: Clearing IP address
  3876. 05-10 10:10:48.385   207  1025 D CommandListener: Clearing all IP addresses on wlan0
  3877. 05-10 10:10:48.400   207  1025 D CommandListener: Setting iface cfg
  3878. 05-10 10:10:48.459  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 206] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED
  3879. 05-10 10:10:48.459  1034  1298 D ConnectivityService: NetworkAgentInfo [WIFI () - 206] got DISCONNECTED, was satisfying 3
  3880. 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
  3881. 05-10 10:10:48.525  1034  1298 D ConnectivityService: notifyType LOST for NetworkAgentInfo [WIFI () - 206]
  3882. 05-10 10:10:48.526  7319  7584 W art     : Verification of void dut.<init>(org.apache.http.client.methods.HttpUriRequest, int) took 202.758ms
  3883. 05-10 10:10:48.529  1034  1296 D WifiStateMachine: Start Disconnecting Watchdog 107
  3884. 05-10 10:10:48.530  1034  1296 D WifiNative-HAL: stopRssiMonitoring, cmdId 0
  3885. 05-10 10:10:48.532   207  1025 D CommandListener: Clearing all IP addresses on wlan0
  3886. 05-10 10:10:48.544  1034  1298 D CSLegacyTypeTracker: Sending DISCONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 206] isDefaultNetwork=true
  3887. 05-10 10:10:48.547  1034  1298 D ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
  3888. 05-10 10:10:48.561  1034  1296 D WifiNetworkAgent: NetworkAgent: NetworkAgent channel lost
  3889. 05-10 10:10:48.572  1034  7551 D DhcpClient: Receive thread stopped
  3890. 05-10 10:10:48.588  1034  1064 D Tethering: MasterInitialState.processMessage what=3
  3891. 05-10 10:10:48.632 13606 13606 I ChargeLockerService: ??????
  3892. 05-10 10:10:48.726  6454  6454 D NetworkChangeNotifierAutoDetect: Network connectivity changed, type is: 6
  3893. 05-10 10:10:48.776   207  1025 E Netd    : netlink response contains error (No such file or directory)
  3894. 05-10 10:10:48.778  1034  1298 E ConnectivityService: EVENT_NETWORK_INFO_CHANGED from unknown NetworkAgent
  3895. 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)
  3896. 05-10 10:10:48.780  6321  7578 W System.err:    at libcore.io.IoBridge.connect(IoBridge.java:124)
  3897. 05-10 10:10:48.780  6321  7578 W System.err:    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
  3898. 05-10 10:10:48.781  6321  7578 W System.err:    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:452)
  3899. 05-10 10:10:48.781  6321  7578 W System.err:    at java.net.Socket.connect(Socket.java:884)
  3900. 05-10 10:10:48.781  6321  7578 W System.err:    at com.android.okhttp.internal.Platform.connectSocket(Platform.java:117)
  3901. 05-10 10:10:48.781  6321  7578 W System.err:    at com.android.okhttp.internal.http.SocketConnector.connectRawSocket(SocketConnector.java:160)
  3902. 05-10 10:10:48.781  6321  7578 W System.err:    at com.android.okhttp.internal.http.SocketConnector.connectCleartext(SocketConnector.java:67)
  3903. 05-10 10:10:48.781  6321  7578 W System.err:    at com.android.okhttp.Connection.connect(Connection.java:152)
  3904. 05-10 10:10:48.781  6321  7578 W System.err:    at com.android.okhttp.Connection.connectAndSetOwner(Connection.java:185)
  3905. 05-10 10:10:48.781  6321  7578 W System.err:    at com.android.okhttp.OkHttpClient$1.connectAndSetOwner(OkHttpClient.java:128)
  3906. 05-10 10:10:48.781  6321  7578 W System.err:    at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:341)
  3907. 05-10 10:10:48.781  6321  7578 W System.err:    at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)
  3908. 05-10 10:10:48.781  6321  7578 W System.err:    at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
  3909. 05-10 10:10:48.781  6321  7578 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437)
  3910. 05-10 10:10:48.781  6321  7578 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114)
  3911. 05-10 10:10:48.781  6321  7578 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245)
  3912. 05-10 10:10:48.781  6321  7578 W System.err:    at ll.c(Unknown Source)
  3913. 05-10 10:10:48.781  6321  7578 W System.err:    at lk.a(Unknown Source)
  3914. 05-10 10:10:48.781  6321  7578 W System.err:    at ko.b(Unknown Source)
  3915. 05-10 10:10:48.781  6321  7578 W System.err:    at ko.b(Unknown Source)
  3916. 05-10 10:10:48.781  6321  7578 W System.err:    at lg.run(Unknown Source)
  3917. 05-10 10:10:48.781  6321  7578 W System.err: Caused by: android.system.ErrnoException: connect failed: ENETUNREACH (Network is unreachable)
  3918. 05-10 10:10:48.782  6321  7578 W System.err:    at libcore.io.Posix.connect(Native Method)
  3919. 05-10 10:10:48.782  6321  7578 W System.err:    at libcore.io.BlockGuardOs.connect(BlockGuardOs.java:111)
  3920. 05-10 10:10:48.782  6321  7578 W System.err:    at libcore.io.IoBridge.connectErrno(IoBridge.java:154)
  3921. 05-10 10:10:48.782  6321  7578 W System.err:    at libcore.io.IoBridge.connect(IoBridge.java:122)
  3922. 05-10 10:10:48.782  6321  7578 W System.err:    ... 20 more
  3923. 05-10 10:10:48.783  6321  7578 I TongJiTest: upload failed and retryTime:1
  3924. 05-10 10:10:48.783  6321  7578 I TongJiTest: quit loop
  3925. 05-10 10:10:48.784 13606 13606 I ChargeLockerService: ??????--->
  3926. 05-10 10:10:48.846  7319  7341 W Gmail   : AccountHistory cannot find the addedEvent of -1569177690 (went back to -1569177690)
  3927. 05-10 10:10:48.891  7602  7602 W art     : Verification of void com.google.android.apps.youtube.app.YouTubeApplication.onCreate() took 226.318ms
  3928. 05-10 10:10:49.013  7602  7602 W art     : Verification of void dx.<clinit>() took 118.835ms
  3929. 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
  3930. 05-10 10:10:49.060  7602  7602 I LoadedApk: No resource references to update in package common
  3931. 05-10 10:10:49.062  7602  7602 I LoadedApk: No resource references to update in package com.Ott.tones
  3932. 05-10 10:10:49.064  7602  7602 I LoadedApk: No resource references to update in package com.Ott.tones
  3933. 05-10 10:10:49.064  7602  7602 I LoadedApk: No resource references to update in package vr.xperia
  3934. 05-10 10:10:49.153  6349  7630 W System.err: java.lang.InterruptedException
  3935. 05-10 10:10:49.154  6349  7630 W System.err:    at java.lang.Object.wait(Native Method)
  3936. 05-10 10:10:49.154  6349  7630 W System.err:    at aux.run(Unknown Source)
  3937. 05-10 10:10:49.182  6349  7632 W ResourceType: No package identifier when getting value for resource number 0x00000000
  3938. 05-10 10:10:49.183  6349  7632 W ResourceType: No package identifier when getting value for resource number 0x00000000
  3939. 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
  3940. 05-10 10:10:49.201  6349  7632 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  3941. 05-10 10:10:49.201  6349  7632 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  3942. 05-10 10:10:49.201  6349  7632 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  3943. 05-10 10:10:49.201  6349  7632 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  3944. 05-10 10:10:49.201  6349  7632 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  3945. 05-10 10:10:49.201  6349  7632 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  3946. 05-10 10:10:49.201  6349  7632 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  3947. 05-10 10:10:49.201  6349  7632 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  3948. 05-10 10:10:49.201  6349  7632 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  3949. 05-10 10:10:49.201  6349  7632 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  3950. 05-10 10:10:49.201  6349  7632 W System.err:    at auk.a(Unknown Source)
  3951. 05-10 10:10:49.201  6349  7632 W System.err:    at auk.run(Unknown Source)
  3952. 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)
  3953. 05-10 10:10:49.202  6349  7632 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  3954. 05-10 10:10:49.202  6349  7632 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  3955. 05-10 10:10:49.202  6349  7632 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  3956. 05-10 10:10:49.202  6349  7632 W System.err:    ... 11 more
  3957. 05-10 10:10:49.259  7602  7602 W art     : Verification of void len.<init>(android.content.Context, java.util.concurrent.Executor, iub) took 124.938ms
  3958. 05-10 10:10:49.334  6414  6414 W System.err: java.lang.IllegalArgumentException: invalid provider: null
  3959. 05-10 10:10:49.335  6414  6414 W System.err:    at android.location.LocationManager.checkProvider(LocationManager.java:1704)
  3960. 05-10 10:10:49.335  6414  6414 W System.err:    at android.location.LocationManager.requestLocationUpdates(LocationManager.java:459)
  3961. 05-10 10:10:49.335  6414  6414 W System.err:    at io.wecloud.message.ClientService.onCreate(Unknown Source)
  3962. 05-10 10:10:49.335  6414  6414 W System.err:    at android.app.ActivityThread.handleCreateService(ActivityThread.java:2921)
  3963. 05-10 10:10:49.335  6414  6414 W System.err:    at android.app.ActivityThread.-wrap4(ActivityThread.java)
  3964. 05-10 10:10:49.335  6414  6414 W System.err:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446)
  3965. 05-10 10:10:49.340  6414  6414 W System.err:    at android.os.Handler.dispatchMessage(Handler.java:102)
  3966. 05-10 10:10:49.340  6414  6414 W System.err:    at android.os.Looper.loop(Looper.java:148)
  3967. 05-10 10:10:49.340  6414  6414 W System.err:    at android.app.ActivityThread.main(ActivityThread.java:5471)
  3968. 05-10 10:10:49.340  6414  6414 W System.err:    at java.lang.reflect.Method.invoke(Native Method)
  3969. 05-10 10:10:49.340  6414  6414 W System.err:    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  3970. 05-10 10:10:49.340  6414  6414 W System.err:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  3971. 05-10 10:10:49.492  6414  7636 W System.err: java.lang.InterruptedException
  3972. 05-10 10:10:49.492  6414  7636 W System.err:    at java.lang.Object.wait(Native Method)
  3973. 05-10 10:10:49.492  6414  7636 W System.err:    at nu.run(Unknown Source)
  3974. 05-10 10:10:49.494  6414  7635 W System.err: java.lang.InterruptedException
  3975. 05-10 10:10:49.494  6414  7635 W System.err:    at java.lang.Object.wait(Native Method)
  3976. 05-10 10:10:49.494  6414  7635 W System.err:    at nv.run(Unknown Source)
  3977. 05-10 10:10:49.597  1034  1296 D WifiStateMachine: Disconnected CMD_START_SCAN source -2 1366, 1367 -> obsolete
  3978. 05-10 10:10:49.828  1034  1845 I ActivityManager: Killing 7229:com.opera.mini.native:turbo/u0a110 (adj 9): empty #17
  3979. 05-10 10:10:49.914  6414  7637 W ResourceType: No package identifier when getting value for resource number 0x00000000
  3980. 05-10 10:10:49.915  6414  7637 W ResourceType: No package identifier when getting value for resource number 0x00000000
  3981. 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
  3982. 05-10 10:10:49.923  6414  7637 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  3983. 05-10 10:10:49.923  6414  7637 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  3984. 05-10 10:10:49.923  6414  7637 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  3985. 05-10 10:10:49.923  6414  7637 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  3986. 05-10 10:10:49.923  6414  7637 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  3987. 05-10 10:10:49.924  6414  7637 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  3988. 05-10 10:10:49.924  6414  7637 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  3989. 05-10 10:10:49.924  6414  7637 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  3990. 05-10 10:10:49.924  6414  7637 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  3991. 05-10 10:10:49.924  6414  7637 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  3992. 05-10 10:10:49.924  6414  7637 W System.err:    at nl.a(Unknown Source)
  3993. 05-10 10:10:49.924  6414  7637 W System.err:    at nl.run(Unknown Source)
  3994. 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)
  3995. 05-10 10:10:49.924  6414  7637 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  3996. 05-10 10:10:49.924  6414  7637 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  3997. 05-10 10:10:49.924  6414  7637 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  3998. 05-10 10:10:49.924  6414  7637 W System.err:    ... 11 more
  3999. 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
  4000. 05-10 10:10:49.991  7602  7641 W art     : Method processed more than once: java.lang.String vmu.c()
  4001. 05-10 10:10:50.021  7319  7584 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  4002. 05-10 10:10:50.021  7602  7638 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  4003. 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
  4004. 05-10 10:10:50.098  7602  7638 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  4005. 05-10 10:10:50.100  7602  7638 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  4006. 05-10 10:10:50.114  7645  7645 I chatty  : uid=10011 com.google.android.gms:snet expire 12 lines
  4007. 05-10 10:10:50.207  7602  7638 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  4008. 05-10 10:10:50.209  7602  7638 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  4009. 05-10 10:10:50.237  7602  7638 V JNIHelp : Registering com/google/android/gms/org/conscrypt/NativeCrypto's 254 native methods...
  4010. 05-10 10:10:50.449  7602  7638 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
  4011. 05-10 10:10:50.462  7602  7641 W art     : Verification of int svk.a() took 428.070ms
  4012. 05-10 10:10:50.473  1882 11511 I chatty  : uid=10011(com.google.android.gms) Binder_6 expire 1 line
  4013. 05-10 10:10:50.609  7319  7584 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  4014. 05-10 10:10:50.611  7319  7584 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  4015. 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.
  4016. 05-10 10:10:50.826 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@7d02b63
  4017. 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 }
  4018. 05-10 10:10:50.826 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  4019. 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 }
  4020. 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 }
  4021. 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 }
  4022. 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 }
  4023. 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
  4024. 05-10 10:10:50.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4025. 05-10 10:10:50.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 21 delayed writes, thread 0x74480000
  4026. 05-10 10:10:50.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4027. 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
  4028. 05-10 10:10:50.998  7602  7602 W art     : Verification of void bzq.onProvideAssistContent(android.app.assist.AssistContent) took 107.727ms
  4029. 05-10 10:10:51.054  7663  7663 I art     : Late-enabling JIT
  4030. 05-10 10:10:51.074  7663  7663 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  4031. 05-10 10:10:51.110  7602  7641 W art     : Verification of boolean syy.equals(java.lang.Object) took 152.984ms
  4032. 05-10 10:10:51.207  7319  7584 W art     : Verification of long com.google.android.gms.common.util.c.a() took 238.555ms
  4033. 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
  4034. 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
  4035. 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]
  4036. 05-10 10:10:51.374  7677  7677 I chatty  : uid=10011 com.google.android.gms.unstable expire 3 lines
  4037. 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.
  4038. 05-10 10:10:51.392 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@7d02b63
  4039. 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 }
  4040. 05-10 10:10:51.392 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  4041. 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 }
  4042. 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 }
  4043. 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 }
  4044. 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 }
  4045. 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 }
  4046. 05-10 10:10:51.435  7602  7602 W art     : Verification of void brp.<init>() took 179.199ms
  4047. 05-10 10:10:51.572  7602  7641 W art     : Verification of int rwd.hashCode() took 200.317ms
  4048. 05-10 10:10:51.609  6349  7692 W System.err: java.lang.InterruptedException
  4049. 05-10 10:10:51.610  6349  7691 W System.err: java.lang.InterruptedException
  4050. 05-10 10:10:51.610  6349  7691 W System.err:    at java.lang.Object.wait(Native Method)
  4051. 05-10 10:10:51.610  6349  7691 W System.err:    at aux.run(Unknown Source)
  4052. 05-10 10:10:51.623  6349  7693 W ResourceType: No package identifier when getting value for resource number 0x00000000
  4053. 05-10 10:10:51.626  6349  7692 W System.err:    at java.lang.Object.wait(Native Method)
  4054. 05-10 10:10:51.627  6349  7692 W System.err:    at auw.run(Unknown Source)
  4055. 05-10 10:10:51.635  7319  7584 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  4056. 05-10 10:10:51.636  7319  7584 W System  : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  4057. 05-10 10:10:51.687  6349  7693 W ResourceType: No package identifier when getting value for resource number 0x00000000
  4058. 05-10 10:10:51.709  7319  7584 V JNIHelp : Registering com/google/android/gms/org/conscrypt/NativeCrypto's 254 native methods...
  4059. 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
  4060. 05-10 10:10:51.799  6349  7693 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  4061. 05-10 10:10:51.799  6349  7693 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  4062. 05-10 10:10:51.799  6349  7693 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  4063. 05-10 10:10:51.799  6349  7693 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  4064. 05-10 10:10:51.799  6349  7693 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  4065. 05-10 10:10:51.799  6349  7693 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  4066. 05-10 10:10:51.800  6349  7693 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  4067. 05-10 10:10:51.800  6349  7693 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  4068. 05-10 10:10:51.800  6349  7693 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  4069. 05-10 10:10:51.800  6349  7693 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  4070. 05-10 10:10:51.800  6349  7693 W System.err:    at auk.a(Unknown Source)
  4071. 05-10 10:10:51.800  6349  7693 W System.err:    at auk.run(Unknown Source)
  4072. 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)
  4073. 05-10 10:10:51.800  6349  7693 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  4074. 05-10 10:10:51.800  6349  7693 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  4075. 05-10 10:10:51.800  6349  7693 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  4076. 05-10 10:10:51.800  6349  7693 W System.err:    ... 11 more
  4077. 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
  4078. 05-10 10:10:51.839  6414  6414 W System.err: java.lang.IllegalArgumentException: invalid provider: null
  4079. 05-10 10:10:51.839  6414  6414 W System.err:    at android.location.LocationManager.checkProvider(LocationManager.java:1704)
  4080. 05-10 10:10:51.839  6414  6414 W System.err:    at android.location.LocationManager.requestLocationUpdates(LocationManager.java:459)
  4081. 05-10 10:10:51.839  6414  6414 W System.err:    at io.wecloud.message.ClientService.onCreate(Unknown Source)
  4082. 05-10 10:10:51.839  6414  6414 W System.err:    at android.app.ActivityThread.handleCreateService(ActivityThread.java:2921)
  4083. 05-10 10:10:51.839  6414  6414 W System.err:    at android.app.ActivityThread.-wrap4(ActivityThread.java)
  4084. 05-10 10:10:51.839  6414  6414 W System.err:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446)
  4085. 05-10 10:10:51.839  6414  6414 W System.err:    at android.os.Handler.dispatchMessage(Handler.java:102)
  4086. 05-10 10:10:51.839  6414  6414 W System.err:    at android.os.Looper.loop(Looper.java:148)
  4087. 05-10 10:10:51.839  6414  6414 W System.err:    at android.app.ActivityThread.main(ActivityThread.java:5471)
  4088. 05-10 10:10:51.839  6414  6414 W System.err:    at java.lang.reflect.Method.invoke(Native Method)
  4089. 05-10 10:10:51.839  6414  6414 W System.err:    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  4090. 05-10 10:10:51.839  6414  6414 W System.err:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  4091. 05-10 10:10:51.902  6414  7701 W System.err: java.lang.InterruptedException
  4092. 05-10 10:10:51.902  6414  7701 W System.err:    at java.lang.Object.wait(Native Method)
  4093. 05-10 10:10:51.902  6414  7701 W System.err:    at nu.run(Unknown Source)
  4094. 05-10 10:10:51.903  6414  7700 W System.err: java.lang.InterruptedException
  4095. 05-10 10:10:51.903  6414  7700 W System.err:    at java.lang.Object.wait(Native Method)
  4096. 05-10 10:10:51.903  6414  7700 W System.err:    at nv.run(Unknown Source)
  4097. 05-10 10:10:51.909  6414  7702 W ResourceType: No package identifier when getting value for resource number 0x00000000
  4098. 05-10 10:10:51.910  6414  7702 W ResourceType: No package identifier when getting value for resource number 0x00000000
  4099. 05-10 10:10:51.925  7602  7641 W art     : Verification of void tak.a(vmv) took 116.058ms
  4100. 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
  4101. 05-10 10:10:51.951  6414  7702 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  4102. 05-10 10:10:51.951  6414  7702 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  4103. 05-10 10:10:51.951  6414  7702 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  4104. 05-10 10:10:51.951  6414  7702 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  4105. 05-10 10:10:51.951  6414  7702 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  4106. 05-10 10:10:51.951  6414  7702 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  4107. 05-10 10:10:51.951  6414  7702 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  4108. 05-10 10:10:51.951  6414  7702 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  4109. 05-10 10:10:51.951  6414  7702 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  4110. 05-10 10:10:51.951  6414  7702 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  4111. 05-10 10:10:51.951  6414  7702 W System.err:    at nl.a(Unknown Source)
  4112. 05-10 10:10:51.951  6414  7702 W System.err:    at nl.run(Unknown Source)
  4113. 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)
  4114. 05-10 10:10:51.952  6414  7702 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  4115. 05-10 10:10:51.952  6414  7702 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  4116. 05-10 10:10:51.952  6414  7702 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  4117. 05-10 10:10:51.952  6414  7702 W System.err:    ... 11 more
  4118. 05-10 10:10:51.984  7663  7663 I LoadedApk: No resource references to update in package common
  4119. 05-10 10:10:51.985  7663  7663 I LoadedApk: No resource references to update in package com.Ott.tones
  4120. 05-10 10:10:51.985  7663  7663 I LoadedApk: No resource references to update in package vr.xperia
  4121. 05-10 10:10:52.087  7602  7641 W art     : Verification of void vmz.c() took 160.095ms
  4122. 05-10 10:10:52.242  7677  7688 I chatty  : uid=10011(com.google.android.gms) HeapTaskDaemon expire 1 line
  4123. 05-10 10:10:52.273  7319  7584 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
  4124. 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.
  4125. 05-10 10:10:52.321 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@7d02b63
  4126. 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 }
  4127. 05-10 10:10:52.321 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  4128. 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 }
  4129. 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 }
  4130. 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 }
  4131. 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 }
  4132. 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 }
  4133. 05-10 10:10:52.344  1882  1882 I chatty  : uid=10011 com.google.android.gms.persistent expire 1 line
  4134. 05-10 10:10:52.373  7602  7641 W art     : Verification of boolean vna.equals(java.lang.Object) took 281.311ms
  4135. 05-10 10:10:52.533  7677  7677 I chatty  : uid=10011 com.google.android.gms.unstable expire 7 lines
  4136. 05-10 10:10:52.572  1882  2290 I chatty  : uid=10011(com.google.android.gms) Binder_3 expire 2 lines
  4137. 05-10 10:10:52.616  7645  7645 I chatty  : uid=10011 com.google.android.gms:snet expire 2 lines
  4138. 05-10 10:10:52.641  7677  7677 I chatty  : uid=10011 com.google.android.gms.unstable expire 6 lines
  4139. 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.
  4140. 05-10 10:10:52.669 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@7d02b63
  4141. 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 }
  4142. 05-10 10:10:52.669 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  4143. 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 }
  4144. 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 }
  4145. 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 }
  4146. 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 }
  4147. 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 }
  4148. 05-10 10:10:52.740  7645  7645 I chatty  : uid=10011 com.google.android.gms:snet expire 4 lines
  4149. 05-10 10:10:52.772  7319  7584 E Gmail   : Exception during sync
  4150. 05-10 10:10:52.772  7319  7584 E Gmail   : java.io.IOException: NetworkError
  4151. 05-10 10:10:52.772  7319  7584 E Gmail   :      at android.accounts.AccountManager.convertErrorToException(AccountManager.java:2135)
  4152. 05-10 10:10:52.772  7319  7584 E Gmail   :      at android.accounts.AccountManager.-wrap0(AccountManager.java)
  4153. 05-10 10:10:52.772  7319  7584 E Gmail   :      at android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:1993)
  4154. 05-10 10:10:52.772  7319  7584 E Gmail   :      at android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse.java:69)
  4155. 05-10 10:10:52.772  7319  7584 E Gmail   :      at android.os.Binder.execTransact(Binder.java:453)
  4156. 05-10 10:10:52.797  7602  7641 W art     : Verification of int rwb.a() took 105.285ms
  4157. 05-10 10:10:52.803  7319  7584 I Gmail   : notifyAccountChanged
  4158. 05-10 10:10:52.818  7319  7384 I Gmail   : getAccountsCursor
  4159. 05-10 10:10:52.860  1882  1882 I chatty  : uid=10011 com.google.android.gms.persistent expire 1 line
  4160. 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.
  4161. 05-10 10:10:52.910 19675 19675 D InputEventConsistencyVerifier:   in android.view.ScaleGestureDetector@7d02b63
  4162. 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 }
  4163. 05-10 10:10:52.910 19675 19675 D InputEventConsistencyVerifier:   -- recent events --
  4164. 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 }
  4165. 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 }
  4166. 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 }
  4167. 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 }
  4168. 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 }
  4169. 05-10 10:10:52.938  7602  7641 W art     : Verification of int rut.hashCode() took 137.512ms
  4170. 05-10 10:10:53.121  7602  7614 W art     : Suspending all threads took: 6.988ms
  4171. 05-10 10:10:53.193  7602  7641 W art     : Verification of int tgl.a() took 104.064ms
  4172. 05-10 10:10:53.304  7645  7710 I chatty  : uid=10011 com.google.android.gms:snet expire 1 line
  4173. 05-10 10:10:53.391  1882  1882 D WearableService: callingUid 10011, callindPid: 1882
  4174. 05-10 10:10:53.420  7602  7602 W art     : Verification of void bqw.<init>(brp) took 120.208ms
  4175. 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}
  4176. 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
  4177. 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
  4178. 05-10 10:10:53.589  7645  7645 W art     : Verification of void android.support.v4.g.t.e(int) took 257.202ms
  4179. 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 }.
  4180. 05-10 10:10:53.619  7319  7384 W Gmail   : AccountHistory cannot find the addedEvent of -1569177690 (went back to -1569177690)
  4181. 05-10 10:10:53.641 21435  7713 D LocationInitializer: Restart initialization of location
  4182. 05-10 10:10:53.816  1882  1882 V GLSActivity: AuthDelegateWrapperCreated with selected intent: Intent { cmp=com.google.android.gms/.auth.DefaultAuthDelegateService }
  4183. 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
  4184. 05-10 10:10:53.852  7319  7584 W art     : Verification of void eju.h() took 523.986ms
  4185. 05-10 10:10:53.906 19675 19675 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
  4186. 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
  4187. 05-10 10:10:53.962  1882  2334 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  4188. 05-10 10:10:53.962  1882  2334 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  4189. 05-10 10:10:53.962  1882  2334 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  4190. 05-10 10:10:53.962  1882  2334 W System.err:    at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29)
  4191. 05-10 10:10:53.962  1882  2334 W System.err:    at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188)
  4192. 05-10 10:10:53.962  1882  2334 W System.err:    at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157)
  4193. 05-10 10:10:53.962  1882  2334 W System.err:    at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100)
  4194. 05-10 10:10:53.962  1882  2334 W System.err:    at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357)
  4195. 05-10 10:10:53.962  1882  2334 W System.err:    at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340)
  4196. 05-10 10:10:53.962  1882  2334 W System.err:    at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)
  4197. 05-10 10:10:53.962  1882  2334 W System.err:    at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
  4198. 05-10 10:10:53.962  1882  2334 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437)
  4199. 05-10 10:10:53.962  1882  2334 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114)
  4200. 05-10 10:10:53.963  1882  2334 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245)
  4201. 05-10 10:10:53.963  1882  2334 W System.err:    at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218)
  4202. 05-10 10:10:53.963  1882  2334 W System.err:    at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java)
  4203. 05-10 10:10:53.963  1882  2334 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948)
  4204. 05-10 10:10:53.963  1882  2334 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766)
  4205. 05-10 10:10:53.963  1882  2334 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674)
  4206. 05-10 10:10:53.963  1882  2334 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658)
  4207. 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)
  4208. 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)
  4209. 05-10 10:10:53.963  1882  2334 W System.err:    at com.google.z.a.d.run(:com.google.android.gms:434)
  4210. 05-10 10:10:53.963  1882  2334 W System.err:    at com.google.z.a.c.c(:com.google.android.gms:230)
  4211. 05-10 10:10:53.963  1882  2334 W System.err:    at com.google.z.a.c.run(:com.google.android.gms:204)
  4212. 05-10 10:10:53.963  1882  2334 W System.err:    at com.google.r.a.c.b.run(:com.google.android.gms:96)
  4213. 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)
  4214. 05-10 10:10:53.964  1882  2334 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  4215. 05-10 10:10:53.964  1882  2334 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  4216. 05-10 10:10:53.964  1882  2334 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  4217. 05-10 10:10:53.964  1882  2334 W System.err:    ... 25 more
  4218. 05-10 10:10:53.978  7319  7584 W art     : Verification of void ekc.a() took 122.528ms
  4219. 05-10 10:10:54.033  1034  1298 D ConnectivityService: handlePromptUnvalidated 206
  4220. 05-10 10:10:54.231  7319  7330 W art     : Suspending all threads took: 10.864ms
  4221. 05-10 10:10:54.243  7677  7711 D NativeLibraryUtils: Install completed successfully. count=14 extracted=0
  4222. 05-10 10:10:54.272 21435  7734 D LocationInitializer: Restart initialization of location
  4223. 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}
  4224. 05-10 10:10:54.638  7319  7736 W art     : Verification of boolean emy.a() took 188.598ms
  4225. 05-10 10:10:54.740 28488  6828 E Drm     : Failed to find drm plugin
  4226. 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 }.
  4227. 05-10 10:10:54.755  7663  7663 W art     : Verification of java.io.File[] chw.a(java.util.regex.Pattern) took 306.671ms
  4228. 05-10 10:10:54.760  7677  7744 W DG.WV   : Widevine DRM not supported on this device
  4229. 05-10 10:10:54.760  7677  7744 W DG.WV   : android.media.UnsupportedSchemeException: Failed to instantiate drm object.
  4230. 05-10 10:10:54.760  7677  7744 W DG.WV   :      at android.media.MediaDrm.native_setup(Native Method)
  4231. 05-10 10:10:54.760  7677  7744 W DG.WV   :      at android.media.MediaDrm.<init>(MediaDrm.java:215)
  4232. 05-10 10:10:54.760  7677  7744 W DG.WV   :      at com.google.android.gms.droidguard.q.run(:com.google.android.gms:99)
  4233. 05-10 10:10:54.760  7677  7744 W DG.WV   :      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
  4234. 05-10 10:10:54.760  7677  7744 W DG.WV   :      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
  4235. 05-10 10:10:54.760  7677  7744 W DG.WV   :      at java.lang.Thread.run(Thread.java:818)
  4236. 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
  4237. 05-10 10:10:54.829  1882  1882 V GLSActivity: AuthDelegateWrapperCreated with selected intent: Intent { cmp=com.google.android.gms/.auth.DefaultAuthDelegateService }
  4238. 05-10 10:10:54.863  7602  7739 W art     : Verification of java.lang.String ila.a(android.content.Context) took 283.538ms
  4239. 05-10 10:10:54.911  7319  7584 W art     : Verification of void ejn.c(ejk) took 158.782ms
  4240. 05-10 10:10:54.981  7602  7745 W art     : Verification of hkw gck.a(gtf) took 185.760ms
  4241. 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
  4242. 05-10 10:10:55.144  1034  2231 I ActivityManager: Killing 7367:com.google.process.gapps/u0a42 (adj 13): empty #17
  4243. 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
  4244. 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
  4245. 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
  4246. 05-10 10:10:55.617 20812 20812 I Tapjoy  : The session ended
  4247. 05-10 10:10:55.664  7677  7690 I GoogleURLConnFactory: Using platform SSLCertificateSocketFactory
  4248. 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
  4249. 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
  4250. 05-10 10:10:55.836  7677  7690 W art     : Method processed more than once: void com.google.android.gms.droidguard.b.m.<clinit>()
  4251. 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
  4252. 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
  4253. 05-10 10:10:55.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4254. 05-10 10:10:55.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4255. 05-10 10:10:55.949  7319  7584 W art     : Verification of java.lang.Object[] ekz.newArray(int) took 318.908ms
  4256. 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
  4257. 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
  4258. 05-10 10:10:55.986  1882  2336 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  4259. 05-10 10:10:55.986  1882  2336 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  4260. 05-10 10:10:55.986  1882  2336 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  4261. 05-10 10:10:55.987  1882  2336 W System.err:    at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29)
  4262. 05-10 10:10:55.987  1882  2336 W System.err:    at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188)
  4263. 05-10 10:10:55.987  1882  2336 W System.err:    at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157)
  4264. 05-10 10:10:55.987  1882  2336 W System.err:    at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100)
  4265. 05-10 10:10:55.987  1882  2336 W System.err:    at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357)
  4266. 05-10 10:10:55.987  1882  2336 W System.err:    at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340)
  4267. 05-10 10:10:55.987  1882  2336 W System.err:    at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)
  4268. 05-10 10:10:55.987  1882  2336 W System.err:    at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
  4269. 05-10 10:10:55.987  1882  2336 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437)
  4270. 05-10 10:10:55.987  1882  2336 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114)
  4271. 05-10 10:10:55.987  1882  2336 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245)
  4272. 05-10 10:10:55.987  1882  2336 W System.err:    at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218)
  4273. 05-10 10:10:55.987  1882  2336 W System.err:    at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java)
  4274. 05-10 10:10:55.987  1882  2336 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948)
  4275. 05-10 10:10:55.987  1882  2336 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766)
  4276. 05-10 10:10:55.987  1882  2336 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674)
  4277. 05-10 10:10:55.987  1882  2336 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658)
  4278. 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)
  4279. 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)
  4280. 05-10 10:10:55.987  1882  2336 W System.err:    at com.google.z.a.d.run(:com.google.android.gms:434)
  4281. 05-10 10:10:55.987  1882  2336 W System.err:    at com.google.z.a.c.c(:com.google.android.gms:230)
  4282. 05-10 10:10:55.987  1882  2336 W System.err:    at com.google.z.a.c.run(:com.google.android.gms:204)
  4283. 05-10 10:10:55.987  1882  2336 W System.err:    at com.google.r.a.c.b.run(:com.google.android.gms:96)
  4284. 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)
  4285. 05-10 10:10:55.988  1882  2336 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  4286. 05-10 10:10:55.988  1882  2336 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  4287. 05-10 10:10:55.988  1882  2336 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  4288. 05-10 10:10:55.988  1882  2336 W System.err:    ... 25 more
  4289. 05-10 10:10:56.026  7677  7690 W System  : ClassLoader referenced unknown path:
  4290. 05-10 10:10:56.088  7677  7690 I Adreno200-EGL: <qeglDrvAPI_eglInitialize:265>: 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)
  4291. 05-10 10:10:56.088  7677  7690 I Adreno200-EGL: Build Date: 06/25/13 Tue
  4292. 05-10 10:10:56.088  7677  7690 I Adreno200-EGL: Local Branch:
  4293. 05-10 10:10:56.088  7677  7690 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5
  4294. 05-10 10:10:56.088  7677  7690 I Adreno200-EGL: Local Patches: NONE
  4295. 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
  4296. 05-10 10:10:56.090  9966  9999 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  4297. 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
  4298. 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
  4299. 05-10 10:10:56.668 28488 28488 E Drm     : Failed to find drm plugin
  4300. 05-10 10:10:56.766 21435  7579 I CheckinRequestBuilder: Classify the device as Tablet.
  4301. 05-10 10:10:56.769  7319  7584 I Gmail   : notifyAccountChanged
  4302. 05-10 10:10:56.777  7602  7739 W art     : Verification of void com.google.android.gms.ads.adshield.a.a.<init>(java.lang.String, android.content.Context, boolean) took 121.337ms
  4303. 05-10 10:10:56.787  7319  7342 I Gmail   : getAccountsCursor
  4304. 05-10 10:10:56.813  1882  1882 V GLSActivity: AuthDelegateWrapperCreated with selected intent: Intent { cmp=com.google.android.gms/.auth.DefaultAuthDelegateService }
  4305. 05-10 10:10:56.817  7319  7584 W Gmail   : Sync complete for account: account:-1569177690
  4306. 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
  4307. 05-10 10:10:57.188  7602  7602 W InstanceID/Rpc: Found 10011
  4308. 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
  4309. 05-10 10:10:57.222  7319  7342 W Gmail   : AccountHistory cannot find the addedEvent of -1569177690 (went back to -1569177690)
  4310. 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]
  4311. 05-10 10:10:57.315  1034  1057 I ActivityManager: Killing 7351:com.google.android.gm.exchange/u0a62 (adj 13): empty #17
  4312. 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
  4313. 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
  4314. 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
  4315. 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
  4316. 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
  4317. 05-10 10:10:58.426  7602  7614 W art     : Suspending all threads took: 24.353ms
  4318. 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
  4319. 05-10 10:10:58.819  7602  7739 W art     : Verification of void com.google.android.gms.ads.internal.i.ac.<init>() took 299.713ms
  4320. 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
  4321. 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)
  4322. 05-10 10:10:58.944  1882  7715 W FusedLocationProvider: I/O error: java.io.IOException: Timed out waiting for response from server
  4323. 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
  4324. 05-10 10:10:59.202  1034  1057 I ActivityManager: Killing 7422:com.google.android.calendar/u0a60 (adj 13): empty #17
  4325. 05-10 10:10:59.253  1034  1057 I ActivityManager: Killing 7446:com.android.providers.calendar/u0a2 (adj 15): empty #18
  4326. 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
  4327. 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
  4328. 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
  4329. 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
  4330. 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
  4331. 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
  4332. 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
  4333. 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
  4334. 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
  4335. 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
  4336. 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
  4337. 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
  4338. 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
  4339. 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.
  4340. 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
  4341. 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
  4342. 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
  4343. 05-10 10:10:59.619  1882  3019 E Auth    : [GoogleAccountDataServiceImpl] getToken() failed. Status NETWORK_ERROR, Account: <ELLIDED:1668106948>, 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
  4344. 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
  4345. 05-10 10:10:59.677 21435  7796 W IcingInternalCorpora: getNumBytesRead when not calculated.
  4346. 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
  4347. 05-10 10:10:59.694  1882  2334 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  4348. 05-10 10:10:59.694  1882  2334 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  4349. 05-10 10:10:59.694  1882  2334 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  4350. 05-10 10:10:59.694  1882  2334 W System.err:    at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29)
  4351. 05-10 10:10:59.694  1882  2334 W System.err:    at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188)
  4352. 05-10 10:10:59.694  1882  2334 W System.err:    at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157)
  4353. 05-10 10:10:59.694  1882  2334 W System.err:    at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100)
  4354. 05-10 10:10:59.694  1882  2334 W System.err:    at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357)
  4355. 05-10 10:10:59.694  1882  2334 W System.err:    at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340)
  4356. 05-10 10:10:59.694  1882  2334 W System.err:    at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)
  4357. 05-10 10:10:59.694  1882  2334 W System.err:    at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
  4358. 05-10 10:10:59.694  1882  2334 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437)
  4359. 05-10 10:10:59.694  1882  2334 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114)
  4360. 05-10 10:10:59.694  1882  2334 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245)
  4361. 05-10 10:10:59.694  1882  2334 W System.err:    at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218)
  4362. 05-10 10:10:59.694  1882  2334 W System.err:    at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java)
  4363. 05-10 10:10:59.694  1882  2334 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948)
  4364. 05-10 10:10:59.694  1882  2334 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766)
  4365. 05-10 10:10:59.694  1882  2334 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674)
  4366. 05-10 10:10:59.694  1882  2334 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658)
  4367. 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)
  4368. 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)
  4369. 05-10 10:10:59.695  1882  2334 W System.err:    at com.google.z.a.d.run(:com.google.android.gms:434)
  4370. 05-10 10:10:59.695  1882  2334 W System.err:    at com.google.z.a.c.c(:com.google.android.gms:230)
  4371. 05-10 10:10:59.695  1882  2334 W System.err:    at com.google.z.a.c.run(:com.google.android.gms:204)
  4372. 05-10 10:10:59.695  1882  2334 W System.err:    at com.google.r.a.c.b.run(:com.google.android.gms:96)
  4373. 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)
  4374. 05-10 10:10:59.695  1882  2334 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  4375. 05-10 10:10:59.695  1882  2334 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  4376. 05-10 10:10:59.695  1882  2334 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  4377. 05-10 10:10:59.695  1882  2334 W System.err:    ... 25 more
  4378. 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
  4379. 05-10 10:10:59.779 21435  7579 V CheckinService: No Subscriptions found on the device
  4380. 05-10 10:10:59.781 21435  7579 I CheckinService: Checking schedule, now: 1462889459781 next: 1462889479661
  4381. 05-10 10:10:59.781 21435  7579 I CheckinService: active receiver: disabled
  4382. 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
  4383. 05-10 10:11:00.007  1882  2335 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:440)
  4384. 05-10 10:11:00.007  1882  2335 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  4385. 05-10 10:11:00.007  1882  2335 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  4386. 05-10 10:11:00.007  1882  2335 W System.err:    at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29)
  4387. 05-10 10:11:00.007  1882  2335 W System.err:    at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188)
  4388. 05-10 10:11:00.007  1882  2335 W System.err:    at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157)
  4389. 05-10 10:11:00.007  1882  2335 W System.err:    at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100)
  4390. 05-10 10:11:00.007  1882  2335 W System.err:    at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357)
  4391. 05-10 10:11:00.008  1882  2335 W System.err:    at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340)
  4392. 05-10 10:11:00.008  1882  2335 W System.err:    at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)
  4393. 05-10 10:11:00.008  1882  2335 W System.err:    at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
  4394. 05-10 10:11:00.008  1882  2335 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437)
  4395. 05-10 10:11:00.008  1882  2335 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114)
  4396. 05-10 10:11:00.008  1882  2335 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245)
  4397. 05-10 10:11:00.008  1882  2335 W System.err:    at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218)
  4398. 05-10 10:11:00.009  1882  2335 W System.err:    at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java)
  4399. 05-10 10:11:00.009  1882  2335 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948)
  4400. 05-10 10:11:00.009  1882  2335 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766)
  4401. 05-10 10:11:00.009  1882  2335 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674)
  4402. 05-10 10:11:00.009  1882  2335 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658)
  4403. 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)
  4404. 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)
  4405. 05-10 10:11:00.009  1882  2335 W System.err:    at com.google.z.a.d.run(:com.google.android.gms:434)
  4406. 05-10 10:11:00.009  1882  2335 W System.err:    at com.google.z.a.c.c(:com.google.android.gms:230)
  4407. 05-10 10:11:00.009  1882  2335 W System.err:    at com.google.z.a.c.run(:com.google.android.gms:204)
  4408. 05-10 10:11:00.009  1882  2335 W System.err:    at com.google.r.a.c.b.run(:com.google.android.gms:96)
  4409. 05-10 10:11:00.165 20812 20812 I Ads     : Ad is not visible. Not refreshing ad.
  4410. 05-10 10:11:00.165 20812 20812 I Ads     : Scheduling ad refresh 60000 milliseconds from now.
  4411. 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
  4412. 05-10 10:11:00.428 21435 21435 W art     : Verification of void com.google.android.gms.cast.media.CastMediaRouteProviderServiceWrapper.<init>() took 632.141ms
  4413. 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
  4414. 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.
  4415. 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
  4416. 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
  4417. 05-10 10:11:00.712 20413 20429 I Adreno200-EGL: <qeglDrvAPI_eglInitialize:265>: 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)
  4418. 05-10 10:11:00.712 20413 20429 I Adreno200-EGL: Build Date: 06/25/13 Tue
  4419. 05-10 10:11:00.712 20413 20429 I Adreno200-EGL: Local Branch:
  4420. 05-10 10:11:00.712 20413 20429 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5
  4421. 05-10 10:11:00.712 20413 20429 I Adreno200-EGL: Local Patches: NONE
  4422. 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
  4423. 05-10 10:11:00.720 20413 20429 I OpenGLRenderer: Initialized EGL, version 1.4
  4424. 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
  4425. 05-10 10:11:00.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4426. 05-10 10:11:00.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 23 delayed writes, thread 0x74480000
  4427. 05-10 10:11:00.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4428. 05-10 10:11:00.865  7645  7737 D com.google.android.snet.Snet: Hello Snet!
  4429. 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.
  4430. 05-10 10:11:01.264 21435 21435 I CastSocket: 23 >= 18. Adding new CastClientAuthKeyManager.
  4431. 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
  4432. 05-10 10:11:01.380 21435  7811 V CheckinService: No Subscriptions found on the device
  4433. 05-10 10:11:01.383 21435  7811 I CheckinService: Checking schedule, now: 1462889461382 next: 1462889479661
  4434. 05-10 10:11:01.383 21435  7811 I CheckinService: active receiver: disabled
  4435. 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
  4436. 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
  4437. 05-10 10:11:01.713  1882  2334 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  4438. 05-10 10:11:01.713  1882  2334 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  4439. 05-10 10:11:01.713  1882  2334 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  4440. 05-10 10:11:01.713  1882  2334 W System.err:    at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29)
  4441. 05-10 10:11:01.713  1882  2334 W System.err:    at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188)
  4442. 05-10 10:11:01.713  1882  2334 W System.err:    at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157)
  4443. 05-10 10:11:01.713  1882  2334 W System.err:    at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100)
  4444. 05-10 10:11:01.713  1882  2334 W System.err:    at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357)
  4445. 05-10 10:11:01.713  1882  2334 W System.err:    at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340)
  4446. 05-10 10:11:01.713  1882  2334 W System.err:    at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)
  4447. 05-10 10:11:01.713  1882  2334 W System.err:    at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
  4448. 05-10 10:11:01.713  1882  2334 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437)
  4449. 05-10 10:11:01.713  1882  2334 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114)
  4450. 05-10 10:11:01.714  1882  2334 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245)
  4451. 05-10 10:11:01.714  1882  2334 W System.err:    at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218)
  4452. 05-10 10:11:01.714  1882  2334 W System.err:    at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java)
  4453. 05-10 10:11:01.714  1882  2334 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948)
  4454. 05-10 10:11:01.714  1882  2334 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766)
  4455. 05-10 10:11:01.714  1882  2334 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674)
  4456. 05-10 10:11:01.714  1882  2334 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658)
  4457. 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)
  4458. 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)
  4459. 05-10 10:11:01.714  1882  2334 W System.err:    at com.google.z.a.d.run(:com.google.android.gms:434)
  4460. 05-10 10:11:01.714  1882  2334 W System.err:    at com.google.z.a.c.c(:com.google.android.gms:230)
  4461. 05-10 10:11:01.714  1882  2334 W System.err:    at com.google.z.a.c.run(:com.google.android.gms:204)
  4462. 05-10 10:11:01.714  1882  2334 W System.err:    at com.google.r.a.c.b.run(:com.google.android.gms:96)
  4463. 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)
  4464. 05-10 10:11:01.714  1882  2334 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  4465. 05-10 10:11:01.715  1882  2334 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  4466. 05-10 10:11:01.715  1882  2334 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  4467. 05-10 10:11:01.715  1882  2334 W System.err:    ... 25 more
  4468. 05-10 10:11:04.039 20413 20413 D DashboardSummary: rebuildUI took: 3180 ms
  4469. 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.
  4470. 05-10 10:11:04.089  1882  1896 E Auth    : [GoogleAccountDataServiceImpl] getToken() failed. Status NETWORK_ERROR, Account: <ELLIDED:1668106948>, 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
  4471. 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
  4472. 05-10 10:11:04.193  7602  7772 E YouTube : HttpPingRequest: AuthFailureErroraub: Please check your network connection
  4473. 05-10 10:11:04.657 20413 20432 D Index   : Deleting data for locale 'en_US' took 17 millis
  4474. 05-10 10:11:04.674  1882  7715 W FusedLocationProvider: I/O error: java.io.IOException: Timed out waiting for response from server
  4475. 05-10 10:11:04.886 20413 20432 D Index   : Indexing locale 'en_US' took 229 millis
  4476. 05-10 10:11:05.006 20413 20432 D Index   : Deleting data for locale 'en_US' took 6 millis
  4477. 05-10 10:11:05.015 20413 20432 D Index   : Indexing locale 'en_US' took 9 millis
  4478. 05-10 10:11:05.081  1034  1060 I ActivityManager: Waited long enough for: ServiceRecord{9656f14 u0 com.google.android.gms/.security.snet.SnetLaunchService}
  4479. 05-10 10:11:05.318 20413 20432 D Index   : Deleting data for locale 'en_US' took 3 millis
  4480. 05-10 10:11:05.327 20413 20432 D Index   : Indexing locale 'en_US' took 9 millis
  4481. 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
  4482. 05-10 10:11:05.732  1882  2336 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  4483. 05-10 10:11:05.732  1882  2336 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  4484. 05-10 10:11:05.732  1882  2336 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  4485. 05-10 10:11:05.732  1882  2336 W System.err:    at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29)
  4486. 05-10 10:11:05.732  1882  2336 W System.err:    at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188)
  4487. 05-10 10:11:05.732  1882  2336 W System.err:    at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157)
  4488. 05-10 10:11:05.732  1882  2336 W System.err:    at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100)
  4489. 05-10 10:11:05.732  1882  2336 W System.err:    at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357)
  4490. 05-10 10:11:05.732  1882  2336 W System.err:    at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340)
  4491. 05-10 10:11:05.732  1882  2336 W System.err:    at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)
  4492. 05-10 10:11:05.732  1882  2336 W System.err:    at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
  4493. 05-10 10:11:05.732  1882  2336 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437)
  4494. 05-10 10:11:05.732  1882  2336 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114)
  4495. 05-10 10:11:05.732  1882  2336 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245)
  4496. 05-10 10:11:05.732  1882  2336 W System.err:    at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218)
  4497. 05-10 10:11:05.732  1882  2336 W System.err:    at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java)
  4498. 05-10 10:11:05.732  1882  2336 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948)
  4499. 05-10 10:11:05.732  1882  2336 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766)
  4500. 05-10 10:11:05.732  1882  2336 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674)
  4501. 05-10 10:11:05.733  1882  2336 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658)
  4502. 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)
  4503. 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)
  4504. 05-10 10:11:05.733  1882  2336 W System.err:    at com.google.z.a.d.run(:com.google.android.gms:434)
  4505. 05-10 10:11:05.733  1882  2336 W System.err:    at com.google.z.a.c.c(:com.google.android.gms:230)
  4506. 05-10 10:11:05.733  1882  2336 W System.err:    at com.google.z.a.c.run(:com.google.android.gms:204)
  4507. 05-10 10:11:05.733  1882  2336 W System.err:    at com.google.r.a.c.b.run(:com.google.android.gms:96)
  4508. 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)
  4509. 05-10 10:11:05.733  1882  2336 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  4510. 05-10 10:11:05.733  1882  2336 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  4511. 05-10 10:11:05.733  1882  2336 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  4512. 05-10 10:11:05.734  1882  2336 W System.err:    ... 25 more
  4513. 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
  4514. 05-10 10:11:05.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4515. 05-10 10:11:05.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4516. 05-10 10:11:05.858  7645  7737 E com.google.android.snet.Snet: Unknown tag: logcat
  4517. 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
  4518. 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
  4519. 05-10 10:11:06.614  7602  7726 W art     : Method processed more than once: java.lang.String pbl.a(byte[], int)
  4520. 05-10 10:11:06.650  1034  1974 I ActivityManager: Killing 7292:com.android.gallery3d/u0a44 (adj 13): empty #17
  4521. 05-10 10:11:06.729  1882 11511 E Auth    : [GoogleAccountDataServiceImpl] getToken() failed. Status NETWORK_ERROR, Account: <ELLIDED:1668106948>, 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
  4522. 05-10 10:11:06.806  1882  1895 E Auth    : [GoogleAccountDataServiceImpl] getToken() failed. Status NETWORK_ERROR, Account: <ELLIDED:1668106948>, 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
  4523. 05-10 10:11:06.813  7602  7787 E YouTube : Failed to fetch settings
  4524. 05-10 10:11:06.813  7602  7787 E YouTube : nqe: java.util.concurrent.ExecutionException: aub: Please check your network connection
  4525. 05-10 10:11:06.813  7602  7787 E YouTube :      at npm.b(SourceFile:102)
  4526. 05-10 10:11:06.813  7602  7787 E YouTube :      at npo.c(SourceFile:171)
  4527. 05-10 10:11:06.813  7602  7787 E YouTube :      at dmm.a(SourceFile:2054)
  4528. 05-10 10:11:06.813  7602  7787 E YouTube :      at com.google.android.libraries.youtube.net.gcm.service.YouTubeGcmTaskService.a(SourceFile:1155)
  4529. 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)
  4530. 05-10 10:11:06.813  7602  7787 E YouTube :      at hez.run(Unknown Source)
  4531. 05-10 10:11:06.813  7602  7787 E YouTube : Caused by: java.util.concurrent.ExecutionException: aub: Please check your network connection
  4532. 05-10 10:11:06.813  7602  7787 E YouTube :      at avt.a(SourceFile:117)
  4533. 05-10 10:11:06.813  7602  7787 E YouTube :      at avt.get(SourceFile:88)
  4534. 05-10 10:11:06.813  7602  7787 E YouTube :      at pfb.get(SourceFile:64)
  4535. 05-10 10:11:06.813  7602  7787 E YouTube :      at npm.b(SourceFile:100)
  4536. 05-10 10:11:06.813  7602  7787 E YouTube :      ... 5 more
  4537. 05-10 10:11:06.813  7602  7787 E YouTube : Caused by: aub: Please check your network connection
  4538. 05-10 10:11:06.813  7602  7787 E YouTube :      at pem.a(SourceFile:2076)
  4539. 05-10 10:11:06.813  7602  7787 E YouTube :      at nno.e(SourceFile:267)
  4540. 05-10 10:11:06.813  7602  7787 E YouTube :      at kzc.i(SourceFile:142)
  4541. 05-10 10:11:06.813  7602  7787 E YouTube :      at kzm.a(SourceFile:84)
  4542. 05-10 10:11:06.813  7602  7787 E YouTube :      at avf.a(SourceFile:96)
  4543. 05-10 10:11:06.813  7602  7787 E YouTube :      at kzq.a(SourceFile:202)
  4544. 05-10 10:11:06.813  7602  7787 E YouTube :      at kzq.a(SourceFile:197)
  4545. 05-10 10:11:06.813  7602  7787 E YouTube :      at kzt.a(SourceFile:168)
  4546. 05-10 10:11:06.813  7602  7787 E YouTube :      at kzt.a(SourceFile:161)
  4547. 05-10 10:11:06.813  7602  7787 E YouTube :      at aul.run(SourceFile:112)
  4548. 05-10 10:11:06.813  7602  7787 E YouTube : Caused by: java.io.IOException: NetworkError
  4549. 05-10 10:11:06.813  7602  7787 E YouTube :      at gje.a(Unknown Source)
  4550. 05-10 10:11:06.813  7602  7787 E YouTube :      at gje.a(Unknown Source)
  4551. 05-10 10:11:06.813  7602  7787 E YouTube :      at inc.a(SourceFile:45)
  4552. 05-10 10:11:06.813  7602  7787 E YouTube :      at jnv.a(SourceFile:1118)
  4553. 05-10 10:11:06.813  7602  7787 E YouTube :      at jnv.b(SourceFile:85)
  4554. 05-10 10:11:06.813  7602  7787 E YouTube :      at jnv.b(SourceFile:6133)
  4555. 05-10 10:11:06.813  7602  7787 E YouTube :      at pem.a(SourceFile:2084)
  4556. 05-10 10:11:06.813  7602  7787 E YouTube :      ... 9 more
  4557. 05-10 10:11:07.064  1882  2290 E Auth    : [GoogleAccountDataServiceImpl] getToken() failed. Status NETWORK_ERROR, Account: <ELLIDED:1668106948>, 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
  4558. 05-10 10:11:07.381  7602  7788 E YouTube : Failed to fetch settings
  4559. 05-10 10:11:07.381  7602  7788 E YouTube : nqe: java.util.concurrent.ExecutionException: aub: Please check your network connection
  4560. 05-10 10:11:07.381  7602  7788 E YouTube :      at npm.b(SourceFile:102)
  4561. 05-10 10:11:07.381  7602  7788 E YouTube :      at npo.c(SourceFile:171)
  4562. 05-10 10:11:07.381  7602  7788 E YouTube :      at dmn.a(SourceFile:3111)
  4563. 05-10 10:11:07.381  7602  7788 E YouTube :      at com.google.android.libraries.youtube.net.gcm.service.YouTubeGcmTaskService.a(SourceFile:1155)
  4564. 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)
  4565. 05-10 10:11:07.381  7602  7788 E YouTube :      at hez.run(Unknown Source)
  4566. 05-10 10:11:07.381  7602  7788 E YouTube : Caused by: java.util.concurrent.ExecutionException: aub: Please check your network connection
  4567. 05-10 10:11:07.381  7602  7788 E YouTube :      at avt.a(SourceFile:117)
  4568. 05-10 10:11:07.381  7602  7788 E YouTube :      at avt.get(SourceFile:88)
  4569. 05-10 10:11:07.381  7602  7788 E YouTube :      at pfb.get(SourceFile:64)
  4570. 05-10 10:11:07.381  7602  7788 E YouTube :      at npm.b(SourceFile:100)
  4571. 05-10 10:11:07.381  7602  7788 E YouTube :      ... 5 more
  4572. 05-10 10:11:07.381  7602  7788 E YouTube : Caused by: aub: Please check your network connection
  4573. 05-10 10:11:07.381  7602  7788 E YouTube :      at pem.a(SourceFile:2076)
  4574. 05-10 10:11:07.381  7602  7788 E YouTube :      at nno.e(SourceFile:267)
  4575. 05-10 10:11:07.381  7602  7788 E YouTube :      at kzc.i(SourceFile:142)
  4576. 05-10 10:11:07.381  7602  7788 E YouTube :      at kzm.a(SourceFile:84)
  4577. 05-10 10:11:07.381  7602  7788 E YouTube :      at avf.a(SourceFile:96)
  4578. 05-10 10:11:07.381  7602  7788 E YouTube :      at kzq.a(SourceFile:202)
  4579. 05-10 10:11:07.381  7602  7788 E YouTube :      at kzq.a(SourceFile:190)
  4580. 05-10 10:11:07.381  7602  7788 E YouTube :      at kzt.a(SourceFile:168)
  4581. 05-10 10:11:07.381  7602  7788 E YouTube :      at kzt.a(SourceFile:161)
  4582. 05-10 10:11:07.381  7602  7788 E YouTube :      at aul.run(SourceFile:112)
  4583. 05-10 10:11:07.381  7602  7788 E YouTube : Caused by: java.io.IOException: NetworkError
  4584. 05-10 10:11:07.381  7602  7788 E YouTube :      at gje.a(Unknown Source)
  4585. 05-10 10:11:07.381  7602  7788 E YouTube :      at gje.a(Unknown Source)
  4586. 05-10 10:11:07.381  7602  7788 E YouTube :      at inc.a(SourceFile:45)
  4587. 05-10 10:11:07.381  7602  7788 E YouTube :      at jnv.a(SourceFile:1118)
  4588. 05-10 10:11:07.381  7602  7788 E YouTube :      at jnv.b(SourceFile:85)
  4589. 05-10 10:11:07.381  7602  7788 E YouTube :      at jnv.b(SourceFile:6133)
  4590. 05-10 10:11:07.381  7602  7788 E YouTube :      at pem.a(SourceFile:2084)
  4591. 05-10 10:11:07.381  7602  7788 E YouTube :      ... 9 more
  4592. 05-10 10:11:07.413  1034  1494 I ActivityManager: Killing 7152:com.google.android.googlequicksearchbox:search/u0a26 (adj 13): empty #17
  4593. 05-10 10:11:07.434  1034  1297 D WifiService: Client connection lost with reason: 4
  4594. 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
  4595. 05-10 10:11:08.036  1882  2336 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  4596. 05-10 10:11:08.036  1882  2336 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  4597. 05-10 10:11:08.036  1882  2336 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  4598. 05-10 10:11:08.036  1882  2336 W System.err:    at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29)
  4599. 05-10 10:11:08.036  1882  2336 W System.err:    at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188)
  4600. 05-10 10:11:08.037  1882  2336 W System.err:    at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157)
  4601. 05-10 10:11:08.037  1882  2336 W System.err:    at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100)
  4602. 05-10 10:11:08.037  1882  2336 W System.err:    at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357)
  4603. 05-10 10:11:08.037  1882  2336 W System.err:    at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340)
  4604. 05-10 10:11:08.037  1882  2336 W System.err:    at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)
  4605. 05-10 10:11:08.037  1882  2336 W System.err:    at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
  4606. 05-10 10:11:08.038  1882  2336 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437)
  4607. 05-10 10:11:08.038  1882  2336 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114)
  4608. 05-10 10:11:08.038  1882  2336 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245)
  4609. 05-10 10:11:08.038  1882  2336 W System.err:    at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218)
  4610. 05-10 10:11:08.038  1882  2336 W System.err:    at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java)
  4611. 05-10 10:11:08.038  1882  2336 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948)
  4612. 05-10 10:11:08.039  1882  2336 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766)
  4613. 05-10 10:11:08.039  1882  2336 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674)
  4614. 05-10 10:11:08.039  1882  2336 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658)
  4615. 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)
  4616. 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)
  4617. 05-10 10:11:08.039  1882  2336 W System.err:    at com.google.z.a.d.run(:com.google.android.gms:434)
  4618. 05-10 10:11:08.039  1882  2336 W System.err:    at com.google.z.a.c.c(:com.google.android.gms:230)
  4619. 05-10 10:11:08.040  1882  2336 W System.err:    at com.google.z.a.c.run(:com.google.android.gms:204)
  4620. 05-10 10:11:08.040  1882  2336 W System.err:    at com.google.r.a.c.b.run(:com.google.android.gms:96)
  4621. 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)
  4622. 05-10 10:11:08.041  1882  2336 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  4623. 05-10 10:11:08.042  1882  2336 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  4624. 05-10 10:11:08.042  1882  2336 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  4625. 05-10 10:11:08.042  1882  2336 W System.err:    ... 25 more
  4626. 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
  4627. 05-10 10:11:09.705 20435 20435 I ToolbarWidgetWrapper: Progress display unsupported
  4628. 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
  4629. 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
  4630. 05-10 10:11:09.984  1034  1252 I InputReader: Reconfiguring input devices.  changes=0x00000010
  4631. 05-10 10:11:09.995  7830  7830 I art     : Late-enabling JIT
  4632. 05-10 10:11:10.030  7830  7830 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  4633. 05-10 10:11:10.720 20435 20449 I Adreno200-EGL: <qeglDrvAPI_eglInitialize:265>: 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)
  4634. 05-10 10:11:10.720 20435 20449 I Adreno200-EGL: Build Date: 06/25/13 Tue
  4635. 05-10 10:11:10.720 20435 20449 I Adreno200-EGL: Local Branch:
  4636. 05-10 10:11:10.720 20435 20449 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5
  4637. 05-10 10:11:10.720 20435 20449 I Adreno200-EGL: Local Patches: NONE
  4638. 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
  4639. 05-10 10:11:10.742 20435 20449 I OpenGLRenderer: Initialized EGL, version 1.4
  4640. 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
  4641. 05-10 10:11:10.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4642. 05-10 10:11:10.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 25 delayed writes, thread 0x74480000
  4643. 05-10 10:11:10.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4644. 05-10 10:11:10.900  7830  7841 W art     : Suspending all threads took: 14.862ms
  4645. 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.
  4646. 05-10 10:11:11.195  1034  1065 I ActivityManager: Displayed com.evervolv.updater/.Updater: +1s611ms
  4647. 05-10 10:11:11.415  7830  7830 W art     : Verification of void com.google.android.apps.gsa.velvet.VelvetApplication.<init>() took 309.692ms
  4648. 05-10 10:11:12.027  7830  7830 I LoadedApk: No resource references to update in package common
  4649. 05-10 10:11:12.042  7830  7830 I LoadedApk: No resource references to update in package com.Ott.tones
  4650. 05-10 10:11:12.047  7830  7830 I LoadedApk: No resource references to update in package vr.xperia
  4651. 05-10 10:11:12.344  1882  1882 I GCoreNlp: !shouldConfirmNlp, ensuring user opted into NLP
  4652. 05-10 10:11:13.237  1882  2339 I GeofencerStateMachine: GPS disabled.
  4653. 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
  4654. 05-10 10:11:13.294  1034  1980 D WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bf4a475}
  4655. 05-10 10:11:13.495  7830  7830 W art     : Verification of void com.google.android.apps.gsa.velvet.c.<init>(com.google.android.apps.gsa.velvet.d) took 198.303ms
  4656. 05-10 10:11:13.526  1882  2339 D LocationFilter: Location jumpped by 5.3486558390608705m. Will ignore change=true
  4657. 05-10 10:11:13.566  1034  1847 D WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bf4a475}
  4658. 05-10 10:11:13.654  1882  3689 W ctxmgr  : [ContextSpecificAclFactory]LocationConsent failed, ULR opt-in status is: false, account=account#-1569177690#
  4659. 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#
  4660. 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
  4661. 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
  4662. 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
  4663. 05-10 10:11:13.764  1882  2335 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  4664. 05-10 10:11:13.764  1882  2335 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  4665. 05-10 10:11:13.764  1882  2335 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  4666. 05-10 10:11:13.764  1882  2335 W System.err:    at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29)
  4667. 05-10 10:11:13.764  1882  2335 W System.err:    at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:188)
  4668. 05-10 10:11:13.764  1882  2335 W System.err:    at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:157)
  4669. 05-10 10:11:13.764  1882  2335 W System.err:    at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:100)
  4670. 05-10 10:11:13.764  1882  2335 W System.err:    at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:357)
  4671. 05-10 10:11:13.764  1882  2335 W System.err:    at com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:340)
  4672. 05-10 10:11:13.764  1882  2335 W System.err:    at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)
  4673. 05-10 10:11:13.764  1882  2335 W System.err:    at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)
  4674. 05-10 10:11:13.764  1882  2335 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437)
  4675. 05-10 10:11:13.764  1882  2335 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:114)
  4676. 05-10 10:11:13.764  1882  2335 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:245)
  4677. 05-10 10:11:13.764  1882  2335 W System.err:    at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218)
  4678. 05-10 10:11:13.764  1882  2335 W System.err:    at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java)
  4679. 05-10 10:11:13.764  1882  2335 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:948)
  4680. 05-10 10:11:13.764  1882  2335 W System.err:    at com.google.android.gms.http.GoogleHttpClient.a(:com.google.android.gms:766)
  4681. 05-10 10:11:13.764  1882  2335 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:674)
  4682. 05-10 10:11:13.764  1882  2335 W System.err:    at com.google.android.gms.http.GoogleHttpClient.execute(:com.google.android.gms:658)
  4683. 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)
  4684. 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)
  4685. 05-10 10:11:13.765  1882  2335 W System.err:    at com.google.z.a.d.run(:com.google.android.gms:434)
  4686. 05-10 10:11:13.765  1882  2335 W System.err:    at com.google.z.a.c.c(:com.google.android.gms:230)
  4687. 05-10 10:11:13.765  1882  2335 W System.err:    at com.google.z.a.c.run(:com.google.android.gms:204)
  4688. 05-10 10:11:13.765  1882  2335 W System.err:    at com.google.r.a.c.b.run(:com.google.android.gms:96)
  4689. 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)
  4690. 05-10 10:11:13.765  1882  2335 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  4691. 05-10 10:11:13.765  1882  2335 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  4692. 05-10 10:11:13.765  1882  2335 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  4693. 05-10 10:11:13.765  1882  2335 W System.err:    ... 25 more
  4694. 05-10 10:11:14.635  7830  7847 I SharedPreferencesProto: load shared preferences: file not found
  4695. 05-10 10:11:14.659  7830  7847 W art     : Method processed more than once: java.lang.String com.google.m.a.a.readString()
  4696. 05-10 10:11:14.668  7830  7848 I SharedPreferencesProto: load shared preferences: file not found
  4697. 05-10 10:11:15.034  1034  1297 D WifiService: New client listening to asynchronous messages
  4698. 05-10 10:11:15.059  1034  1472 I ActivityManager: Start proc 7851:com.android.gallery3d/u0a44 for broadcast com.android.gallery3d/.app.PackagesMonitor
  4699. 05-10 10:11:15.094  7851  7851 I art     : Late-enabling JIT
  4700. 05-10 10:11:15.110  7851  7851 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  4701. 05-10 10:11:15.144 21435  7865 D PkgBroadcastIntentOp: Received broadcast action=android.intent.action.PACKAGE_CHANGED and uri=com.google.android.gms
  4702. 05-10 10:11:15.165 21435  7865 I PkgBroadcastIntentOp: Null package name or gms related package.  Ignoreing.
  4703. 05-10 10:11:15.202 21435  7865 D WearableController: Received broadcast action=android.intent.action.PACKAGE_CHANGED and uri=com.google.android.gms
  4704. 05-10 10:11:15.274  7830  7841 W art     : Suspending all threads took: 13.183ms
  4705. 05-10 10:11:15.375  7830  7849 W art     : Verification of void com.google.common.util.concurrent.c.<clinit>() took 170.745ms
  4706. 05-10 10:11:15.396 21435 22638 I Icing   : updateResources: need to parse f{com.google.android.gms}
  4707. 05-10 10:11:15.544  7851  7851 I LoadedApk: No resource references to update in package common
  4708. 05-10 10:11:15.545  7851  7851 I LoadedApk: No resource references to update in package com.Ott.tones
  4709. 05-10 10:11:15.545  7851  7851 I LoadedApk: No resource references to update in package com.Ott.tones
  4710. 05-10 10:11:15.545  7851  7851 I LoadedApk: No resource references to update in package vr.xperia
  4711. 05-10 10:11:15.810  1034  1980 I ActivityManager: Killing 6601:android.process.media/u0a5 (adj 13): empty #17
  4712. 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
  4713. 05-10 10:11:15.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4714. 05-10 10:11:15.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4715. 05-10 10:11:15.979  7830  7877 I UpdateIcingCorporaServi: Updating corpora: APPS=com.google.android.gms, CONTACTS=MAYBE
  4716. 05-10 10:11:16.137  7830  7841 W art     : Suspending all threads took: 7.629ms
  4717. 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
  4718. 05-10 10:11:16.739  7830  7877 I UpdateIcingCorporaServi: UpdateCorporaTask done [took 574 ms] updated apps [took 574 ms]
  4719. 05-10 10:11:17.032 21435 22638 I Icing   : Indexing EC7B1E18A5B76A389AD5F8FFAA20015984814C0A from com.google.android.gms
  4720. 05-10 10:11:17.105 21435 22638 I Icing   : Indexing done EC7B1E18A5B76A389AD5F8FFAA20015984814C0A
  4721. 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
  4722. 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
  4723. 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[])
  4724. 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
  4725. 05-10 10:11:17.834  7891  7891 I art     : Late-enabling JIT
  4726. 05-10 10:11:17.850  7891  7891 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  4727. 05-10 10:11:17.981  7891  7891 W System  : ClassLoader referenced unknown path: /system/priv-app/GooglePartnerSetup/lib/arm
  4728. 05-10 10:11:17.997  7891  7891 I LoadedApk: No resource references to update in package common
  4729. 05-10 10:11:17.997  7891  7891 I LoadedApk: No resource references to update in package com.Ott.tones
  4730. 05-10 10:11:17.997  7891  7891 I LoadedApk: No resource references to update in package vr.xperia
  4731. 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
  4732. 05-10 10:11:18.424  7830  7830 E LocationReceiver: Received bad location: null
  4733. 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
  4734. 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
  4735. 05-10 10:11:18.495  7909  7909 I art     : Late-enabling JIT
  4736. 05-10 10:11:18.510  7909  7909 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  4737. 05-10 10:11:18.720  7909  7909 W System  : ClassLoader referenced unknown path: /system/priv-app/CalendarProvider/lib/arm
  4738. 05-10 10:11:18.728  7909  7909 I LoadedApk: No resource references to update in package common
  4739. 05-10 10:11:18.730  7909  7909 I LoadedApk: No resource references to update in package com.Ott.tones
  4740. 05-10 10:11:18.731  7909  7909 I LoadedApk: No resource references to update in package vr.xperia
  4741. 05-10 10:11:18.744  7830  7870 W NowCardsDexResources: canvas jar not available
  4742. 05-10 10:11:18.850  7830  7873 W art     : Verification of void com.google.android.gms.wearable.ac.<clinit>() took 164.916ms
  4743. 05-10 10:11:18.896  7830  7870 W art     : Verification of void com.google.android.apps.gsa.extradex.nowcards.a.<init>(com.google.android.apps.gsa.extradex.nowcards.b) took 115.631ms
  4744. 05-10 10:11:19.044  7909  7909 I CalendarProvider2: Created com.android.providers.calendar.CalendarAlarmManager@4cf8ac6(com.android.providers.calendar.CalendarProvider2@3ca9a87)
  4745. 05-10 10:11:19.183  1882  1882 D WearableService: callingUid 10011, callindPid: 1882
  4746. 05-10 10:11:19.222  7830  7830 E CardSyncManagerImpl: onConnectionFailed: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null}
  4747. 05-10 10:11:19.223  7830  7873 E CardSyncManagerImpl: Failed to connect to GoogleApiClient: null
  4748. 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 }
  4749. 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)
  4750. 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
  4751. 05-10 10:11:20.344  1034  1847 I ActivityManager: Killing 7645:com.google.android.gms:snet/u0a11 (adj 13): empty #17
  4752. 05-10 10:11:20.364  7925  7925 I art     : Late-enabling JIT
  4753. 05-10 10:11:20.377  7925  7925 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  4754. 05-10 10:11:20.506  7925  7925 W System  : ClassLoader referenced unknown path: /data/app/com.google.android.calendar-2/lib/arm
  4755. 05-10 10:11:20.590  7925  7936 W art     : Suspending all threads took: 9.674ms
  4756. 05-10 10:11:20.612  7925  7925 I LoadedApk: No resource references to update in package common
  4757. 05-10 10:11:20.612  7925  7925 I LoadedApk: No resource references to update in package com.Ott.tones
  4758. 05-10 10:11:20.612  7925  7925 I LoadedApk: No resource references to update in package vr.xperia
  4759. 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
  4760. 05-10 10:11:20.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4761. 05-10 10:11:20.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 27 delayed writes, thread 0x74480000
  4762. 05-10 10:11:20.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4763. 05-10 10:11:21.295  7830  7871 W CardSyncManagerImpl: Too many retries to wait for connected Wear devices.
  4764. 05-10 10:11:21.639  7925  7925 I AnalyticsLogBase: PlayLogger.onLoggerConnected
  4765. 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
  4766. 05-10 10:11:25.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4767. 05-10 10:11:25.846 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 28 delayed writes, thread 0x74480000
  4768. 05-10 10:11:25.847 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4769. 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()
  4770. 05-10 10:11:26.125  7925  7942 I GAV2    : Thread[GAThread,5,main]: No campaign data found.
  4771. 05-10 10:11:26.762  1034  1946 I ActivityManager: Killing 7012:org.chromium.chrome:privileged_process0/u0a34 (adj 13): empty #17
  4772. 05-10 10:11:26.807  6454  6454 W cr_ChildProcessConnect: onServiceDisconnected (crash or killed by oom): pid=7012
  4773. 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
  4774. 05-10 10:11:29.992  6454  7182 W chromium: [WARNING:server_connection_manager.cc(296)] ServerConnectionManager forcing SYNC_AUTH_ERROR
  4775. 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
  4776. 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
  4777. 05-10 10:11:30.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4778. 05-10 10:11:30.846 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 29 delayed writes, thread 0x74480000
  4779. 05-10 10:11:30.848 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4780. 05-10 10:11:35.641 20435 20446 W art     : Suspending all threads took: 7.232ms
  4781. 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
  4782. 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
  4783. 05-10 10:11:35.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4784. 05-10 10:11:35.846 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 30 delayed writes, thread 0x74480000
  4785. 05-10 10:11:35.847 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4786. 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
  4787. 05-10 10:11:40.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4788. 05-10 10:11:40.847 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4789. 05-10 10:11:41.083 20812 20812 I Ads     : Ad is not visible. Not refreshing ad.
  4790. 05-10 10:11:41.083 20812 20812 I Ads     : Scheduling ad refresh 60000 milliseconds from now.
  4791. 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
  4792. 05-10 10:11:45.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4793. 05-10 10:11:45.846 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 32 delayed writes, thread 0x74480000
  4794. 05-10 10:11:45.847 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4795. 05-10 10:11:48.553  1034  1298 D ConnectivityService: Failed to find a new network - expiring NetTransition Wakelock
  4796. 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
  4797. 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
  4798. 05-10 10:11:50.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4799. 05-10 10:11:50.846 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 33 delayed writes, thread 0x74480000
  4800. 05-10 10:11:50.848 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4801. 05-10 10:11:52.797 21435 22232 I ClearcutLoggerApiImpl: disconnect managed GoogleApiClient
  4802. 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
  4803. 05-10 10:11:55.844 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4804. 05-10 10:11:55.847 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 34 delayed writes, thread 0x74480000
  4805. 05-10 10:11:55.848 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4806. 05-10 10:12:00.036  1034  1034 I ActivityManager: Killing 7663:com.opera.mini.native:turbo/u0a110 (adj 9): empty #17
  4807. 05-10 10:12:00.113  1034  1034 I ActivityManager: Killing 6542:com.hsv.powerbrowser/u0a115 (adj 15): empty #18
  4808. 05-10 10:12:00.182 20812 20812 I Ads     : Ad is not visible. Not refreshing ad.
  4809. 05-10 10:12:00.182 20812 20812 I Ads     : Scheduling ad refresh 60000 milliseconds from now.
  4810. 05-10 10:12:00.193  1034  1034 I ActivityManager: Killing 6454:org.chromium.chrome/u0a34 (adj 15): empty #19
  4811. 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)
  4812. 05-10 10:12:00.240  1034  1298 D ConnectivityService: releasing NetworkRequest NetworkRequest [ id=20, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
  4813. 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] ]
  4814. 05-10 10:12:00.402  1034  1034 E libprocessgroup: failed to kill 1 processes for processgroup 6454
  4815. 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
  4816. 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
  4817. 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
  4818. 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
  4819. 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
  4820. 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
  4821. 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
  4822. 05-10 10:12:00.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4823. 05-10 10:12:00.845 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4824. 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
  4825. 05-10 10:12:01.509  7960  7960 I art     : Late-enabling JIT
  4826. 05-10 10:12:01.555  7960  7960 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  4827. 05-10 10:12:01.754  7960  7960 I LoadedApk: No resource references to update in package common
  4828. 05-10 10:12:01.754  7960  7960 I LoadedApk: No resource references to update in package com.Ott.tones
  4829. 05-10 10:12:01.755  7960  7960 I LoadedApk: No resource references to update in package vr.xperia
  4830. 05-10 10:12:02.181  1034  2321 I ActivityManager: Killing 6766:com.metago.astro/u0a126 (adj 15): empty #17
  4831. 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
  4832. 05-10 10:12:03.147 20413 20413 D DashboardSummary: rebuildUI took: 367 ms
  4833. 05-10 10:12:03.287 20413 20428 D Index   : Deleting data for locale 'en_US' took 21 millis
  4834. 05-10 10:12:03.334  1034  1060 I ActivityManager: Killing 6321:com.kittyplay.ex/u0a95 (adj 15): empty #17
  4835. 05-10 10:12:03.346 20413 20428 D Index   : Indexing locale 'en_US' took 59 millis
  4836. 05-10 10:12:03.475 20413 20428 D Index   : Deleting data for locale 'en_US' took 4 millis
  4837. 05-10 10:12:03.478 20413 20428 D Index   : Indexing locale 'en_US' took 2 millis
  4838. 05-10 10:12:03.525 20413 20428 D Index   : Deleting data for locale 'en_US' took 5 millis
  4839. 05-10 10:12:03.535 20413 20428 D Index   : Indexing locale 'en_US' took 10 millis
  4840. 05-10 10:12:04.842  1882  1882 V GLSActivity: AuthDelegateWrapperCreated with selected intent: Intent { cmp=com.google.android.gms/.auth.DefaultAuthDelegateService }
  4841. 05-10 10:12:04.879  1882  1882 V GLSActivity: AuthDelegateWrapperCreated with selected intent: Intent { cmp=com.google.android.gms/.auth.DefaultAuthDelegateService }
  4842. 05-10 10:12:04.891  1882  1882 V GLSActivity: AuthDelegateWrapperCreated with selected intent: Intent { cmp=com.google.android.gms/.auth.DefaultAuthDelegateService }
  4843. 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
  4844. 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
  4845. 05-10 10:12:05.754  7983  7983 I art     : Late-enabling JIT
  4846. 05-10 10:12:05.758  9013  7988 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
  4847. 05-10 10:12:05.771  7983  7983 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  4848. 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
  4849. 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
  4850. 05-10 10:12:05.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4851. 05-10 10:12:05.845 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 36 delayed writes, thread 0x74480000
  4852. 05-10 10:12:05.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4853. 05-10 10:12:05.875  9013  7988 I Adreno200-EGL: <qeglDrvAPI_eglInitialize:265>: 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)
  4854. 05-10 10:12:05.875  9013  7988 I Adreno200-EGL: Build Date: 06/25/13 Tue
  4855. 05-10 10:12:05.875  9013  7988 I Adreno200-EGL: Local Branch:
  4856. 05-10 10:12:05.875  9013  7988 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5
  4857. 05-10 10:12:05.875  9013  7988 I Adreno200-EGL: Local Patches: NONE
  4858. 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
  4859. 05-10 10:12:05.907  9013  7988 I OpenGLRenderer: Initialized EGL, version 1.4
  4860. 05-10 10:12:05.951  7983  7983 W System  : ClassLoader referenced unknown path: /system/priv-app/ThemesProvider/lib/arm
  4861. 05-10 10:12:05.955  7983  7983 I LoadedApk: No resource references to update in package common
  4862. 05-10 10:12:05.955  7983  7983 I LoadedApk: No resource references to update in package com.Ott.tones
  4863. 05-10 10:12:05.956  7983  7983 I LoadedApk: No resource references to update in package vr.xperia
  4864. 05-10 10:12:06.380  7983  8000 D ThemesProvider: Deleted 0
  4865. 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.
  4866. 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
  4867. 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
  4868. 05-10 10:12:06.771  1034  1065 I ActivityManager: Displayed org.cyanogenmod.theme.chooser/.ChooserActivity: +1s407ms
  4869. 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
  4870. 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 }
  4871. 05-10 10:12:08.920  1863  1863 D EmojiAltPhysicalKeyDetector: onKeyUp() : Not Mapped: 4
  4872. 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
  4873. 05-10 10:12:09.348 20413 20413 D DashboardSummary: rebuildUI took: 333 ms
  4874. 05-10 10:12:09.477 20413 20434 D Index   : Deleting data for locale 'en_US' took 10 millis
  4875. 05-10 10:12:09.504 20413 20434 D Index   : Indexing locale 'en_US' took 27 millis
  4876. 05-10 10:12:09.577 20413 20434 D Index   : Deleting data for locale 'en_US' took 3 millis
  4877. 05-10 10:12:09.588 20413 20434 D Index   : Indexing locale 'en_US' took 11 millis
  4878. 05-10 10:12:09.660 20413 20434 D Index   : Deleting data for locale 'en_US' took 3 millis
  4879. 05-10 10:12:09.671 20413 20434 D Index   : Indexing locale 'en_US' took 10 millis
  4880. 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
  4881. 05-10 10:12:10.842 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4882. 05-10 10:12:10.846 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4883. 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
  4884. 05-10 10:12:10.986  1034  2321 I ActivityManager: Start proc 8007:com.evervolv.toolbox/1000 for activity com.evervolv.toolbox/.Toolbox
  4885. 05-10 10:12:11.054  8007  8007 I art     : Late-enabling JIT
  4886. 05-10 10:12:11.073  8007  8007 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  4887. 05-10 10:12:11.237  8007  8007 W System  : ClassLoader referenced unknown path: /system/priv-app/EVToolbox/lib/arm
  4888. 05-10 10:12:11.254  8007  8007 I LoadedApk: No resource references to update in package common
  4889. 05-10 10:12:11.254  8007  8007 I LoadedApk: No resource references to update in package com.Ott.tones
  4890. 05-10 10:12:11.255  8007  8007 I LoadedApk: No resource references to update in package vr.xperia
  4891. 05-10 10:12:11.425  8007  8007 D Toolbox : Selected item=0
  4892. 05-10 10:12:11.583  8007  8021 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
  4893. 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
  4894. 05-10 10:12:11.779  8007  8021 I Adreno200-EGL: <qeglDrvAPI_eglInitialize:265>: 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)
  4895. 05-10 10:12:11.779  8007  8021 I Adreno200-EGL: Build Date: 06/25/13 Tue
  4896. 05-10 10:12:11.779  8007  8021 I Adreno200-EGL: Local Branch:
  4897. 05-10 10:12:11.779  8007  8021 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5
  4898. 05-10 10:12:11.779  8007  8021 I Adreno200-EGL: Local Patches: NONE
  4899. 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
  4900. 05-10 10:12:11.789  8007  8021 I OpenGLRenderer: Initialized EGL, version 1.4
  4901. 05-10 10:12:12.116  1034  1065 I ActivityManager: Displayed com.evervolv.toolbox/.Toolbox: +1s147ms
  4902. 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
  4903. 05-10 10:12:15.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4904. 05-10 10:12:15.846 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 38 delayed writes, thread 0x74480000
  4905. 05-10 10:12:15.848 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4906. 05-10 10:12:16.537  8007  8007 D Toolbox : Selected item=1
  4907. 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
  4908. 05-10 10:12:20.843 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4909. 05-10 10:12:20.846 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 39 delayed writes, thread 0x74480000
  4910. 05-10 10:12:20.848 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4911. 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
  4912. 05-10 10:12:25.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4913. 05-10 10:12:25.856 28488 28500 W AudioFlinger: write blocked for 5008 msecs, 40 delayed writes, thread 0x74480000
  4914. 05-10 10:12:25.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4915. 05-10 10:12:29.111  8007  8007 D Toolbox : Selected item=2
  4916. 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.
  4917. 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
  4918. 05-10 10:12:30.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4919. 05-10 10:12:30.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4920. 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
  4921. 05-10 10:12:35.852 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4922. 05-10 10:12:35.855 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 42 delayed writes, thread 0x74480000
  4923. 05-10 10:12:35.856 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4924. 05-10 10:12:36.032  8007  8007 D Toolbox : Selected item=3
  4925. 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
  4926. 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
  4927. 05-10 10:12:40.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4928. 05-10 10:12:40.856 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 43 delayed writes, thread 0x74480000
  4929. 05-10 10:12:40.858 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4930. 05-10 10:12:41.116 20812 20812 I Ads     : Ad is not visible. Not refreshing ad.
  4931. 05-10 10:12:41.116 20812 20812 I Ads     : Scheduling ad refresh 60000 milliseconds from now.
  4932. 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
  4933. 05-10 10:12:45.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4934. 05-10 10:12:45.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4935. 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
  4936. 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
  4937. 05-10 10:12:50.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4938. 05-10 10:12:50.856 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 45 delayed writes, thread 0x74480000
  4939. 05-10 10:12:50.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4940. 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.
  4941. 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 }
  4942. 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.
  4943. 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
  4944. 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
  4945. 05-10 10:12:55.852 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4946. 05-10 10:12:55.855 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4947. 05-10 10:12:57.579  8007  8007 D Toolbox : Selected item=4
  4948. 05-10 10:12:59.702  1882  2726 I ClearcutLoggerApiImpl: disconnect managed GoogleApiClient
  4949. 05-10 10:13:00.038  1034  1057 I ActivityManager: Killing 6349:com.kittyplay.ex:pushservice/u0a95 (adj 15): empty #17
  4950. 05-10 10:13:00.194 20812 20812 I Ads     : Ad is not visible. Not refreshing ad.
  4951. 05-10 10:13:00.194 20812 20812 I Ads     : Scheduling ad refresh 60000 milliseconds from now.
  4952. 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
  4953. 05-10 10:13:00.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4954. 05-10 10:13:00.856 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 47 delayed writes, thread 0x74480000
  4955. 05-10 10:13:00.858 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4956. 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
  4957. 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.
  4958. 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
  4959. 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
  4960. 05-10 10:13:05.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4961. 05-10 10:13:05.856 28488 28500 W AudioFlinger: write blocked for 4997 msecs, 48 delayed writes, thread 0x74480000
  4962. 05-10 10:13:05.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4963. 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
  4964. 05-10 10:13:10.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4965. 05-10 10:13:10.856 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 49 delayed writes, thread 0x74480000
  4966. 05-10 10:13:10.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4967. 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.
  4968. 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
  4969. 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
  4970. 05-10 10:13:15.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4971. 05-10 10:13:15.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4972. 05-10 10:13:16.842  8007  8007 D Toolbox : Selected item=5
  4973. 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
  4974. 05-10 10:13:20.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4975. 05-10 10:13:20.856 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 51 delayed writes, thread 0x74480000
  4976. 05-10 10:13:20.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4977. 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
  4978. 05-10 10:13:25.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4979. 05-10 10:13:25.856 28488 28500 W AudioFlinger: write blocked for 4998 msecs, 52 delayed writes, thread 0x74480000
  4980. 05-10 10:13:25.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4981. 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
  4982. 05-10 10:13:30.852 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4983. 05-10 10:13:30.855 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4984. 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
  4985. 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
  4986. 05-10 10:13:35.794  8035  8035 I art     : Late-enabling JIT
  4987. 05-10 10:13:35.824  8035  8035 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  4988. 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
  4989. 05-10 10:13:35.852 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  4990. 05-10 10:13:35.855 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 54 delayed writes, thread 0x74480000
  4991. 05-10 10:13:35.856 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  4992. 05-10 10:13:35.963  8035  8035 W System  : ClassLoader referenced unknown path: /system/priv-app/EVToolbox/lib/arm
  4993. 05-10 10:13:35.971  8035  8035 I LoadedApk: No resource references to update in package common
  4994. 05-10 10:13:35.972  8035  8035 I LoadedApk: No resource references to update in package com.Ott.tones
  4995. 05-10 10:13:35.972  8035  8035 I LoadedApk: No resource references to update in package vr.xperia
  4996. 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
  4997. 05-10 10:13:36.170  8035  8050 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
  4998. 05-10 10:13:36.231  8035  8050 I Adreno200-EGL: <qeglDrvAPI_eglInitialize:265>: 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)
  4999. 05-10 10:13:36.231  8035  8050 I Adreno200-EGL: Build Date: 06/25/13 Tue
  5000. 05-10 10:13:36.231  8035  8050 I Adreno200-EGL: Local Branch:
  5001. 05-10 10:13:36.231  8035  8050 I Adreno200-EGL: Remote Branch: quic/jb_2.5.5
  5002. 05-10 10:13:36.231  8035  8050 I Adreno200-EGL: Local Patches: NONE
  5003. 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
  5004. 05-10 10:13:36.242  8035  8050 I OpenGLRenderer: Initialized EGL, version 1.4
  5005. 05-10 10:13:37.512  8035  8046 W art     : Suspending all threads took: 14.587ms
  5006. 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
  5007. 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());
  5008. 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
  5009. 05-10 10:13:37.654  8035  8049 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  5010. 05-10 10:13:37.654  8035  8049 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  5011. 05-10 10:13:37.654  8035  8049 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  5012. 05-10 10:13:37.654  8035  8049 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  5013. 05-10 10:13:37.654  8035  8049 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  5014. 05-10 10:13:37.654  8035  8049 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  5015. 05-10 10:13:37.654  8035  8049 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  5016. 05-10 10:13:37.655  8035  8049 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  5017. 05-10 10:13:37.655  8035  8049 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  5018. 05-10 10:13:37.655  8035  8049 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  5019. 05-10 10:13:37.655  8035  8049 W System.err:    at com.evervolv.toolbox.services.UploadService$UploadLogcat.doInBackground(UploadService.java:101)
  5020. 05-10 10:13:37.655  8035  8049 W System.err:    at com.evervolv.toolbox.services.UploadService$UploadLogcat.doInBackground(UploadService.java:78)
  5021. 05-10 10:13:37.655  8035  8049 W System.err:    at android.os.AsyncTask$2.call(AsyncTask.java:295)
  5022. 05-10 10:13:37.655  8035  8049 W System.err:    at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  5023. 05-10 10:13:37.655  8035  8049 W System.err:    at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
  5024. 05-10 10:13:37.655  8035  8049 W System.err:    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
  5025. 05-10 10:13:37.655  8035  8049 W System.err:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
  5026. 05-10 10:13:37.655  8035  8049 W System.err:    at java.lang.Thread.run(Thread.java:818)
  5027. 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)
  5028. 05-10 10:13:37.655  8035  8049 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  5029. 05-10 10:13:37.656  8035  8049 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  5030. 05-10 10:13:37.656  8035  8049 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  5031. 05-10 10:13:37.656  8035  8049 W System.err:    ... 17 more
  5032. 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
  5033. 05-10 10:13:40.139  1034  1034 I ActivityManager: Killing 6414:com.mw.uc.i3d:pushservice/u0a134 (adj 15): empty #17
  5034. 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
  5035. 05-10 10:13:40.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  5036. 05-10 10:13:40.856 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 55 delayed writes, thread 0x74480000
  5037. 05-10 10:13:40.858 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  5038. 05-10 10:13:41.160 20812 20812 I Ads     : Ad is not visible. Not refreshing ad.
  5039. 05-10 10:13:41.160 20812 20812 I Ads     : Scheduling ad refresh 60000 milliseconds from now.
  5040. 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)
  5041. 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)
  5042. 05-10 10:13:45.847 13606 13606 I ChargeLockerService: ??????
  5043. 05-10 10:13:45.847 13606 13606 I ChargeLockerService: ?????3==>false
  5044. 05-10 10:13:45.848 13606 13606 I ConfigManager: ?????????,??????true
  5045. 05-10 10:13:45.851 13606 13606 I installTime: ??????1462242841678
  5046. 05-10 10:13:45.851 13606 13606 I installTime: ?????646784173
  5047. 05-10 10:13:45.851 13606 13606 I installTime: ???????true;[????646784173,???0]
  5048. 05-10 10:13:45.851 13606 13606 I ChargeLockerService: --??????
  5049. 05-10 10:13:45.851 13606 13606 I ChargeLockerService: ?USB?1462889625851,???306943?
  5050. 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
  5051. 05-10 10:13:45.852 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  5052. 05-10 10:13:45.856 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  5053. 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 )
  5054. 05-10 10:13:46.045  1034  2230 I ActivityManager: Start proc 8061:com.kittyplay.ex/u0a95 for content provider com.kittyplay.ex/.StaticDataContentProvider
  5055. 05-10 10:13:46.124  8061  8061 I art     : Late-enabling JIT
  5056. 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#
  5057. 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#
  5058. 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}
  5059. 05-10 10:13:46.139  8061  8061 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  5060. 05-10 10:13:46.283  8061  8061 W System  : ClassLoader referenced unknown path: /data/app/com.kittyplay.ex-1/lib/arm
  5061. 05-10 10:13:46.381  8061  8061 I LoadedApk: No resource references to update in package common
  5062. 05-10 10:13:46.381  8061  8061 I LoadedApk: No resource references to update in package com.Ott.tones
  5063. 05-10 10:13:46.382  8061  8061 I LoadedApk: No resource references to update in package vr.xperia
  5064. 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
  5065. 05-10 10:13:46.515  8061  8061 D KittyPlayStatistics: 1459791555503b6e1d24bd309ec87
  5066. 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:
  5067. 05-10 10:13:46.625  8061  8061 I GAv4    :   adb shell setprop log.tag.GAv4 DEBUG
  5068. 05-10 10:13:46.625  8061  8061 I GAv4    :   adb logcat -s GAv4
  5069. 05-10 10:13:46.849  8061  8076 W art     : Method processed more than once: java.lang.String mh.a()
  5070. 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
  5071. 05-10 10:13:47.419 13606 13606 I ChargeLockerService: onStartCommand
  5072. 05-10 10:13:47.420 13606 13606 W Ad_SDK  : [AdSdkApi::setTestServer] isTestServer:false
  5073. 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
  5074. 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
  5075. 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
  5076. 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
  5077. 05-10 10:13:47.462  8061  8095 D BatAdManager: Load Bat AD error
  5078. 05-10 10:13:47.462  8061  8095 D BatAdManager: FETCHING_OFFERS_EXCEPTION
  5079. 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
  5080. 05-10 10:13:50.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  5081. 05-10 10:13:50.855 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 57 delayed writes, thread 0x74480000
  5082. 05-10 10:13:50.857 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  5083. 05-10 10:13:53.769  8007  8007 D Toolbox : Selected item=4
  5084. 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
  5085. 05-10 10:13:55.852 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  5086. 05-10 10:13:55.856 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  5087. 05-10 10:13:56.066  8007  8007 D Toolbox : Selected item=5
  5088. 05-10 10:14:00.212 20812 20812 I Ads     : Ad is not visible. Not refreshing ad.
  5089. 05-10 10:14:00.212 20812 20812 I Ads     : Scheduling ad refresh 60000 milliseconds from now.
  5090. 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
  5091. 05-10 10:14:00.853 28488 28500 W audio_hw_primary: pcm_write: cannot open device '/dev/snd/pcmC0D0p': Out of memory
  5092. 05-10 10:14:00.856 28488 28500 W AudioFlinger: write blocked for 4999 msecs, 59 delayed writes, thread 0x74480000
  5093. 05-10 10:14:00.858 28488 28500 V audio_hw_primary: start_output_stream: CALLED
  5094. 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
  5095. 05-10 10:14:01.614  8102  8102 I art     : Late-enabling JIT
  5096. 05-10 10:14:01.629  8102  8102 I art     : JIT created with code_cache_capacity=2MB compile_threshold=1000
  5097. 05-10 10:14:01.761  8102  8102 W System  : ClassLoader referenced unknown path: /system/priv-app/EVUpdater/lib/arm
  5098. 05-10 10:14:01.763  8102  8102 I LoadedApk: No resource references to update in package common
  5099. 05-10 10:14:01.764  8102  8102 I LoadedApk: No resource references to update in package com.Ott.tones
  5100. 05-10 10:14:01.764  8102  8102 I LoadedApk: No resource references to update in package vr.xperia
  5101. 05-10 10:14:01.820 21435  8118 V CheckinService: No Subscriptions found on the device
  5102. 05-10 10:14:01.822 21435  8118 I CheckinService: Checking schedule, now: 1462889641822 next: 1462889479661
  5103. 05-10 10:14:01.822 21435  8118 I CheckinService: active receiver: enabled
  5104. 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
  5105. 05-10 10:14:01.903  8102  8116 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:470)
  5106. 05-10 10:14:01.903  8102  8116 W System.err:    at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  5107. 05-10 10:14:01.903  8102  8116 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:215)
  5108. 05-10 10:14:01.903  8102  8116 W System.err:    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:142)
  5109. 05-10 10:14:01.903  8102  8116 W System.err:    at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:169)
  5110. 05-10 10:14:01.903  8102  8116 W System.err:    at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
  5111. 05-10 10:14:01.903  8102  8116 W System.err:    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
  5112. 05-10 10:14:01.903  8102  8116 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
  5113. 05-10 10:14:01.903  8102  8116 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
  5114. 05-10 10:14:01.903  8102  8116 W System.err:    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
  5115. 05-10 10:14:01.903  8102  8116 W System.err:    at com.evervolv.updater.services.UpdateManifestService.fetchManifest(UpdateManifestService.java:200)
  5116. 05-10 10:14:01.904  8102  8116 W System.err:    at com.evervolv.updater.services.UpdateManifestService.handleManifest(UpdateManifestService.java:185)
  5117. 05-10 10:14:01.904  8102  8116 W System.err:    at com.evervolv.updater.services.UpdateManifestService.onHandleIntent(UpdateManifestService.java:104)
  5118. 05-10 10:14:01.904  8102  8116 W System.err:    at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:66)
  5119. 05-10 10:14:01.904  8102  8116 W System.err:    at android.os.Handler.dispatchMessage(Handler.java:102)
  5120. 05-10 10:14:01.904  8102  8116 W System.err:    at android.os.Looper.loop(Looper.java:148)
  5121. 05-10 10:14:01.904  8102  8116 W System.err:    at android.os.HandlerThread.run(HandlerThread.java:61)
  5122. 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)
  5123. 05-10 10:14:01.904  8102  8116 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  5124. 05-10 10:14:01.904  8102  8116 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  5125. 05-10 10:14:01.904  8102  8116 W System.err:    at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
  5126. 05-10 10:14:01.904  8102  8116 W System.err:    ... 16 more
  5127. 05-10 10:14:01.911  1034  2230 I ActivityManager: Killing 6482:com.google.android.apps.photos/u0a67 (adj 15): empty #17
  5128. 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
  5129. 05-10 10:14:02.140 21435  8124 I EventLogService: Aggregate from 1462889446956 (log), 1462887743168 (data)
  5130. 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
  5131. 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
  5132. 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
  5133. 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
  5134. [logcat: 0.701s elapsed]
  5135.  
  5136. ------ RADIO LOG (logcat -b radio -d *:v) ------
  5137. 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
  5138. 05-09 08:03:18.283  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5139. 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
  5140. 05-09 08:03:18.301  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5141. 05-09 08:03:18.301  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5142. 05-09 08:03:18.304  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5143. 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
  5144. 05-09 08:08:04.134  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5145. 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
  5146. 05-09 08:08:04.138  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5147. 05-09 08:08:04.138  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5148. 05-09 08:08:04.141  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5149. 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
  5150. 05-09 08:12:51.748  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5151. 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
  5152. 05-09 08:12:51.753  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5153. 05-09 08:12:51.753  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5154. 05-09 08:12:51.767  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5155. 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
  5156. 05-09 08:17:36.830  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5157. 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
  5158. 05-09 08:17:36.845  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5159. 05-09 08:17:36.845  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5160. 05-09 08:17:36.851  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5161. 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
  5162. 05-09 08:22:22.107  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5163. 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
  5164. 05-09 08:22:22.111  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5165. 05-09 08:22:22.111  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5166. 05-09 08:22:22.116  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5167. 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
  5168. 05-09 08:27:07.186  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5169. 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
  5170. 05-09 08:27:07.192  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5171. 05-09 08:27:07.192  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5172. 05-09 08:27:07.200  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5173. 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
  5174. 05-09 08:32:07.574  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5175. 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
  5176. 05-09 08:32:07.579  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5177. 05-09 08:32:07.579  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5178. 05-09 08:32:07.585  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5179. 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
  5180. 05-09 08:36:52.639  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5181. 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
  5182. 05-09 08:36:52.666  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5183. 05-09 08:36:52.666  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5184. 05-09 08:36:52.676  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5185. 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
  5186. 05-09 08:41:38.121  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5187. 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
  5188. 05-09 08:41:38.129  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5189. 05-09 08:41:38.129  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5190. 05-09 08:41:38.175  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5191. 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
  5192. 05-09 08:46:23.300  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5193. 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
  5194. 05-09 08:46:23.309  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5195. 05-09 08:46:23.309  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5196. 05-09 08:46:23.312  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5197. 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
  5198. 05-09 08:51:09.100  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5199. 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
  5200. 05-09 08:51:09.106  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5201. 05-09 08:51:09.106  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5202. 05-09 08:51:09.115  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5203. 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
  5204. 05-09 08:55:55.100  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5205. 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
  5206. 05-09 08:55:55.104  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5207. 05-09 08:55:55.104  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5208. 05-09 08:55:55.108  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5209. 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
  5210. 05-09 09:00:40.188  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5211. 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
  5212. 05-09 09:00:40.200  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5213. 05-09 09:00:40.200  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5214. 05-09 09:00:40.203  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5215. 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
  5216. 05-09 09:05:26.169  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5217. 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
  5218. 05-09 09:05:26.180  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5219. 05-09 09:05:26.180  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5220. 05-09 09:05:26.184  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5221. 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
  5222. 05-09 09:10:12.151  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5223. 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
  5224. 05-09 09:10:12.158  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5225. 05-09 09:10:12.158  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5226. 05-09 09:10:12.163  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5227. 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
  5228. 05-09 09:14:58.106  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5229. 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
  5230. 05-09 09:14:58.112  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5231. 05-09 09:14:58.112  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5232. 05-09 09:14:58.121  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5233. 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
  5234. 05-09 09:19:43.359  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5235. 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
  5236. 05-09 09:19:43.416  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5237. 05-09 09:19:43.416  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5238. 05-09 09:19:43.441  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5239. 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
  5240. 05-09 09:24:29.349  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5241. 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
  5242. 05-09 09:24:29.359  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5243. 05-09 09:24:29.359  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5244. 05-09 09:24:29.363  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5245. 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
  5246. 05-09 09:29:14.458  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5247. 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
  5248. 05-09 09:29:14.473  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5249. 05-09 09:29:14.473  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5250. 05-09 09:29:14.478  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5251. 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
  5252. 05-09 09:33:59.568  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5253. 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
  5254. 05-09 09:33:59.572  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5255. 05-09 09:33:59.572  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5256. 05-09 09:33:59.575  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5257. 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
  5258. 05-09 09:38:44.624  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5259. 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
  5260. 05-09 09:38:44.637  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5261. 05-09 09:38:44.637  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5262. 05-09 09:38:44.647  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5263. 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
  5264. 05-09 09:43:30.148  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5265. 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
  5266. 05-09 09:43:30.153  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5267. 05-09 09:43:30.153  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5268. 05-09 09:43:30.155  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5269. 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
  5270. 05-09 09:48:15.223  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5271. 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
  5272. 05-09 09:48:15.231  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5273. 05-09 09:48:15.231  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5274. 05-09 09:48:15.235  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5275. 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
  5276. 05-09 09:53:01.176  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5277. 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
  5278. 05-09 09:53:01.183  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5279. 05-09 09:53:01.183  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5280. 05-09 09:53:01.186  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5281. 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
  5282. 05-09 09:57:47.093  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5283. 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
  5284. 05-09 09:57:47.101  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5285. 05-09 09:57:47.101  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5286. 05-09 09:57:47.105  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5287. 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
  5288. 05-09 10:02:32.171  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5289. 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
  5290. 05-09 10:02:32.183  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5291. 05-09 10:02:32.183  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5292. 05-09 10:02:32.186  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5293. 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
  5294. 05-09 10:07:17.233  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5295. 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
  5296. 05-09 10:07:17.241  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5297. 05-09 10:07:17.241  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5298. 05-09 10:07:17.243  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5299. 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
  5300. 05-09 10:12:03.080  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5301. 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
  5302. 05-09 10:12:03.085  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5303. 05-09 10:12:03.085  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5304. 05-09 10:12:03.092  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5305. 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
  5306. 05-09 10:16:48.134  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5307. 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
  5308. 05-09 10:16:48.140  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5309. 05-09 10:16:48.140  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5310. 05-09 10:16:48.143  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5311. 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
  5312. 05-09 10:21:34.084  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5313. 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
  5314. 05-09 10:21:34.091  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5315. 05-09 10:21:34.091  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5316. 05-09 10:21:34.094  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5317. 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
  5318. 05-09 10:26:19.262  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5319. 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
  5320. 05-09 10:26:19.271  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5321. 05-09 10:26:19.272  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5322. 05-09 10:26:19.291  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5323. 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
  5324. 05-09 10:31:04.388  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5325. 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
  5326. 05-09 10:31:04.391  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5327. 05-09 10:31:04.392  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5328. 05-09 10:31:04.395  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5329. 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
  5330. 05-09 10:35:49.455  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5331. 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
  5332. 05-09 10:35:49.469  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5333. 05-09 10:35:49.470  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5334. 05-09 10:35:49.475  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5335. 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
  5336. 05-09 10:40:35.130  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5337. 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
  5338. 05-09 10:40:35.133  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5339. 05-09 10:40:35.133  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5340. 05-09 10:40:35.136  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5341. 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
  5342. 05-09 10:45:21.118  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5343. 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
  5344. 05-09 10:45:21.140  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5345. 05-09 10:45:21.141  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5346. 05-09 10:45:21.143  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5347. 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
  5348. 05-09 10:50:06.199  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5349. 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
  5350. 05-09 10:50:06.212  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5351. 05-09 10:50:06.212  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5352. 05-09 10:50:06.214  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5353. 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
  5354. 05-09 10:55:06.532  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5355. 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
  5356. 05-09 10:55:06.540  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5357. 05-09 10:55:06.540  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5358. 05-09 10:55:06.546  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5359. 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
  5360. 05-09 10:59:51.708  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5361. 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
  5362. 05-09 10:59:51.715  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5363. 05-09 10:59:51.715  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5364. 05-09 10:59:51.719  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5365. 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
  5366. 05-09 11:04:37.147  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5367. 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
  5368. 05-09 11:04:37.205  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5369. 05-09 11:04:37.205  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5370. 05-09 11:04:37.209  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5371. 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
  5372. 05-09 11:09:22.209  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5373. 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
  5374. 05-09 11:09:22.213  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5375. 05-09 11:09:22.214  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5376. 05-09 11:09:22.222  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5377. 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
  5378. 05-09 11:14:08.095  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5379. 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
  5380. 05-09 11:14:08.102  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5381. 05-09 11:14:08.102  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5382. 05-09 11:14:08.111  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5383. 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
  5384. 05-09 11:18:54.127  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5385. 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
  5386. 05-09 11:18:54.138  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5387. 05-09 11:18:54.138  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5388. 05-09 11:18:54.145  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5389. 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
  5390. 05-09 11:23:39.205  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5391. 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
  5392. 05-09 11:23:39.211  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5393. 05-09 11:23:39.211  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5394. 05-09 11:23:39.220  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5395. 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
  5396. 05-09 11:28:24.283  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5397. 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
  5398. 05-09 11:28:24.293  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5399. 05-09 11:28:24.293  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5400. 05-09 11:28:24.302  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5401. 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
  5402. 05-09 11:33:10.246  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5403. 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
  5404. 05-09 11:33:10.249  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5405. 05-09 11:33:10.250  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5406. 05-09 11:33:10.254  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5407. 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
  5408. 05-09 11:37:55.397  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5409. 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
  5410. 05-09 11:37:55.401  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5411. 05-09 11:37:55.401  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5412. 05-09 11:37:55.404  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5413. 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
  5414. 05-09 11:42:41.105  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5415. 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
  5416. 05-09 11:42:41.113  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5417. 05-09 11:42:41.113  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5418. 05-09 11:42:41.121  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5419. 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
  5420. 05-09 11:47:27.179  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5421. 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
  5422. 05-09 11:47:27.193  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5423. 05-09 11:47:27.193  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5424. 05-09 11:47:27.196  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5425. 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
  5426. 05-09 11:52:12.253  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5427. 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
  5428. 05-09 11:52:12.256  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5429. 05-09 11:52:12.257  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5430. 05-09 11:52:12.259  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5431. 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
  5432. 05-09 11:56:58.082  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5433. 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
  5434. 05-09 11:56:58.090  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5435. 05-09 11:56:58.090  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5436. 05-09 11:56:58.099  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5437. 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
  5438. 05-09 12:01:44.324  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5439. 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
  5440. 05-09 12:01:44.328  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5441. 05-09 12:01:44.328  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5442. 05-09 12:01:44.336  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5443. 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
  5444. 05-09 12:06:29.511  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5445. 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
  5446. 05-09 12:06:29.515  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5447. 05-09 12:06:29.515  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5448. 05-09 12:06:29.518  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5449. 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
  5450. 05-09 12:11:15.081  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5451. 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
  5452. 05-09 12:11:15.090  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5453. 05-09 12:11:15.090  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5454. 05-09 12:11:15.095  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5455. 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
  5456. 05-09 12:16:01.089  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5457. 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
  5458. 05-09 12:16:01.097  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5459. 05-09 12:16:01.097  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5460. 05-09 12:16:01.108  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5461. 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
  5462. 05-09 12:20:46.115  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5463. 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
  5464. 05-09 12:20:46.119  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5465. 05-09 12:20:46.119  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5466. 05-09 12:20:46.124  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5467. 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
  5468. 05-09 12:25:31.178  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5469. 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
  5470. 05-09 12:25:31.184  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5471. 05-09 12:25:31.184  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5472. 05-09 12:25:31.192  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5473. 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
  5474. 05-09 12:30:35.332  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5475. 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
  5476. 05-09 12:30:35.350  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5477. 05-09 12:30:35.350  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5478. 05-09 12:30:35.361  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5479. 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
  5480. 05-09 12:35:20.590  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5481. 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
  5482. 05-09 12:35:20.593  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5483. 05-09 12:35:20.593  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5484. 05-09 12:35:20.597  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5485. 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
  5486. 05-09 12:40:05.766  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5487. 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
  5488. 05-09 12:40:05.772  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5489. 05-09 12:40:05.772  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5490. 05-09 12:40:05.780  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5491. 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
  5492. 05-09 12:44:51.126  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5493. 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
  5494. 05-09 12:44:51.133  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5495. 05-09 12:44:51.134  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5496. 05-09 12:44:51.137  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5497. 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
  5498. 05-09 12:49:37.085  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5499. 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
  5500. 05-09 12:49:37.106  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5501. 05-09 12:49:37.106  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5502. 05-09 12:49:37.109  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5503. 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
  5504. 05-09 12:54:22.179  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5505. 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
  5506. 05-09 12:54:22.184  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5507. 05-09 12:54:22.184  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5508. 05-09 12:54:22.199  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5509. 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
  5510. 05-09 12:59:08.079  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5511. 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
  5512. 05-09 12:59:08.097  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5513. 05-09 12:59:08.097  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5514. 05-09 12:59:08.101  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5515. 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
  5516. 05-09 13:03:54.130  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5517. 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
  5518. 05-09 13:03:54.154  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5519. 05-09 13:03:54.154  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5520. 05-09 13:03:54.156  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5521. 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
  5522. 05-09 13:08:39.177  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5523. 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
  5524. 05-09 13:08:39.181  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5525. 05-09 13:08:39.181  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5526. 05-09 13:08:39.184  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5527. 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
  5528. 05-09 13:13:25.172  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5529. 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
  5530. 05-09 13:13:25.176  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5531. 05-09 13:13:25.176  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5532. 05-09 13:13:25.179  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5533. 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
  5534. 05-09 13:18:11.106  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5535. 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
  5536. 05-09 13:18:11.110  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5537. 05-09 13:18:11.110  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5538. 05-09 13:18:11.115  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5539. 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
  5540. 05-09 13:22:56.136  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5541. 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
  5542. 05-09 13:22:56.141  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5543. 05-09 13:22:56.141  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5544. 05-09 13:22:56.146  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5545. 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
  5546. 05-09 13:27:41.442  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5547. 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
  5548. 05-09 13:27:41.468  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5549. 05-09 13:27:41.468  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5550. 05-09 13:27:41.473  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5551. 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
  5552. 05-09 13:32:26.502  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5553. 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
  5554. 05-09 13:32:26.542  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5555. 05-09 13:32:26.544  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5556. 05-09 13:32:26.552  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5557. 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
  5558. 05-09 13:34:31.582  1903  2824 D SubscriptionController: [getSlotId]- subId invalid
  5559. 05-09 13:34:31.583  1903  5953 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  5560. 05-09 13:34:31.583 15159 15212 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  5561. 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
  5562. 05-09 13:34:31.585  1903  1930 D SubscriptionController: [getSlotId]- subId invalid
  5563. 05-09 13:34:31.586  1903  2824 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  5564. 05-09 13:34:31.586 15159 15212 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  5565. 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
  5566. 05-09 13:37:12.101  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5567. 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
  5568. 05-09 13:37:12.120  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5569. 05-09 13:37:12.120  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5570. 05-09 13:37:12.129  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5571. 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
  5572. 05-09 13:41:58.107  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5573. 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
  5574. 05-09 13:41:58.117  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5575. 05-09 13:41:58.117  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5576. 05-09 13:41:58.122  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5577. 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
  5578. 05-09 13:46:44.176  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5579. 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
  5580. 05-09 13:46:44.192  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5581. 05-09 13:46:44.192  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5582. 05-09 13:46:44.204  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5583. 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
  5584. 05-09 13:51:29.216  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5585. 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
  5586. 05-09 13:51:29.222  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5587. 05-09 13:51:29.222  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5588. 05-09 13:51:29.228  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5589. 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
  5590. 05-09 13:56:15.159  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5591. 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
  5592. 05-09 13:56:15.176  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5593. 05-09 13:56:15.176  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5594. 05-09 13:56:15.191  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5595. 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
  5596. 05-09 14:01:01.138  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5597. 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
  5598. 05-09 14:01:01.154  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5599. 05-09 14:01:01.154  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5600. 05-09 14:01:01.156  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5601. 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
  5602. 05-09 14:05:46.279  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5603. 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
  5604. 05-09 14:05:46.295  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5605. 05-09 14:05:46.295  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5606. 05-09 14:05:46.310  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5607. 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
  5608. 05-09 14:10:36.080  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5609. 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
  5610. 05-09 14:10:36.100  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5611. 05-09 14:10:36.101  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5612. 05-09 14:10:36.115  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5613. 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
  5614. 05-09 14:15:22.095  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5615. 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
  5616. 05-09 14:15:22.109  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5617. 05-09 14:15:22.109  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5618. 05-09 14:15:22.118  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5619. 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
  5620. 05-09 14:20:08.328  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5621. 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
  5622. 05-09 14:20:08.332  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5623. 05-09 14:20:08.332  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5624. 05-09 14:20:08.335  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5625. 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
  5626. 05-09 14:24:53.355  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5627. 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
  5628. 05-09 14:24:53.362  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5629. 05-09 14:24:53.362  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5630. 05-09 14:24:53.373  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5631. 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
  5632. 05-09 14:29:39.101  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5633. 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
  5634. 05-09 14:29:39.113  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5635. 05-09 14:29:39.113  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5636. 05-09 14:29:39.116  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5637. 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
  5638. 05-09 14:34:25.083  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5639. 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
  5640. 05-09 14:34:25.096  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5641. 05-09 14:34:25.096  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5642. 05-09 14:34:25.100  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5643. 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
  5644. 05-09 14:39:10.137  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5645. 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
  5646. 05-09 14:39:10.144  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5647. 05-09 14:39:10.144  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5648. 05-09 14:39:10.158  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5649. 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
  5650. 05-09 14:43:55.552  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5651. 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
  5652. 05-09 14:43:55.558  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5653. 05-09 14:43:55.558  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5654. 05-09 14:43:55.561  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5655. 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
  5656. 05-09 14:48:41.153  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5657. 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
  5658. 05-09 14:48:41.157  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5659. 05-09 14:48:41.157  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5660. 05-09 14:48:41.161  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5661. 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
  5662. 05-09 14:53:27.203  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5663. 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
  5664. 05-09 14:53:27.207  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5665. 05-09 14:53:27.207  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5666. 05-09 14:53:27.210  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5667. 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
  5668. 05-09 14:58:12.270  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5669. 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
  5670. 05-09 14:58:12.278  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5671. 05-09 14:58:12.278  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5672. 05-09 14:58:12.283  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5673. 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
  5674. 05-09 15:02:58.111  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5675. 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
  5676. 05-09 15:02:58.129  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5677. 05-09 15:02:58.129  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5678. 05-09 15:02:58.134  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5679. 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
  5680. 05-09 15:07:58.643  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5681. 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
  5682. 05-09 15:07:58.649  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5683. 05-09 15:07:58.650  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5684. 05-09 15:07:58.653  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5685. 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
  5686. 05-09 15:12:43.682  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5687. 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
  5688. 05-09 15:12:43.686  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5689. 05-09 15:12:43.686  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5690. 05-09 15:12:43.692  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5691. 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
  5692. 05-09 15:17:29.083  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5693. 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
  5694. 05-09 15:17:29.091  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5695. 05-09 15:17:29.091  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5696. 05-09 15:17:29.097  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5697. 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
  5698. 05-09 15:22:15.093  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5699. 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
  5700. 05-09 15:22:15.101  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5701. 05-09 15:22:15.101  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5702. 05-09 15:22:15.104  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5703. 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
  5704. 05-09 15:27:00.250  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5705. 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
  5706. 05-09 15:27:00.269  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5707. 05-09 15:27:00.269  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5708. 05-09 15:27:00.273  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5709. 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
  5710. 05-09 15:31:46.156  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5711. 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
  5712. 05-09 15:31:46.160  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5713. 05-09 15:31:46.160  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5714. 05-09 15:31:46.163  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5715. 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
  5716. 05-09 15:36:31.287  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5717. 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
  5718. 05-09 15:36:31.291  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5719. 05-09 15:36:31.291  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5720. 05-09 15:36:31.294  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5721. 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
  5722. 05-09 15:41:16.331  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5723. 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
  5724. 05-09 15:41:16.337  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5725. 05-09 15:41:16.337  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5726. 05-09 15:41:16.341  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5727. 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
  5728. 05-09 15:46:01.398  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5729. 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
  5730. 05-09 15:46:01.404  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5731. 05-09 15:46:01.404  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5732. 05-09 15:46:01.408  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5733. 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
  5734. 05-09 15:50:47.114  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5735. 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
  5736. 05-09 15:50:47.120  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5737. 05-09 15:50:47.120  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5738. 05-09 15:50:47.126  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5739. 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
  5740. 05-09 15:55:32.191  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5741. 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
  5742. 05-09 15:55:32.195  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5743. 05-09 15:55:32.195  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5744. 05-09 15:55:32.197  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5745. 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
  5746. 05-09 16:00:35.510  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5747. 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
  5748. 05-09 16:00:35.514  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5749. 05-09 16:00:35.514  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5750. 05-09 16:00:35.518  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5751. 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
  5752. 05-09 16:05:21.080  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5753. 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
  5754. 05-09 16:05:21.092  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5755. 05-09 16:05:21.092  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5756. 05-09 16:05:21.098  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5757. 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
  5758. 05-09 16:10:06.158  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5759. 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
  5760. 05-09 16:10:06.172  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5761. 05-09 16:10:06.172  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5762. 05-09 16:10:06.177  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5763. 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
  5764. 05-09 16:14:51.208  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5765. 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
  5766. 05-09 16:14:51.216  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5767. 05-09 16:14:51.216  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5768. 05-09 16:14:51.225  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5769. 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
  5770. 05-09 16:19:37.149  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5771. 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
  5772. 05-09 16:19:37.157  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5773. 05-09 16:19:37.157  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5774. 05-09 16:19:37.168  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5775. 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
  5776. 05-09 16:24:23.124  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5777. 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
  5778. 05-09 16:24:23.128  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5779. 05-09 16:24:23.128  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5780. 05-09 16:24:23.130  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5781. 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
  5782. 05-09 16:29:08.184  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5783. 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
  5784. 05-09 16:29:08.189  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5785. 05-09 16:29:08.189  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5786. 05-09 16:29:08.198  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5787. 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
  5788. 05-09 16:33:54.085  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5789. 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
  5790. 05-09 16:33:54.094  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5791. 05-09 16:33:54.095  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5792. 05-09 16:33:54.100  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5793. 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
  5794. 05-09 16:38:39.147  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5795. 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
  5796. 05-09 16:38:39.151  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5797. 05-09 16:38:39.151  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5798. 05-09 16:38:39.162  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5799. 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
  5800. 05-09 16:43:24.376  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5801. 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
  5802. 05-09 16:43:24.413  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5803. 05-09 16:43:24.413  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5804. 05-09 16:43:24.416  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5805. 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
  5806. 05-09 16:48:09.433  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5807. 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
  5808. 05-09 16:48:09.452  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5809. 05-09 16:48:09.453  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5810. 05-09 16:48:09.461  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5811. 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
  5812. 05-09 16:52:55.092  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5813. 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
  5814. 05-09 16:52:55.096  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5815. 05-09 16:52:55.096  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5816. 05-09 16:52:55.101  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5817. 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
  5818. 05-09 16:57:40.157  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5819. 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
  5820. 05-09 16:57:40.166  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5821. 05-09 16:57:40.168  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5822. 05-09 16:57:40.174  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5823. 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
  5824. 05-09 17:02:25.280  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5825. 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
  5826. 05-09 17:02:25.285  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5827. 05-09 17:02:25.285  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5828. 05-09 17:02:25.296  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5829. 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
  5830. 05-09 17:07:11.127  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5831. 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
  5832. 05-09 17:07:11.133  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5833. 05-09 17:07:11.133  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5834. 05-09 17:07:11.146  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5835. 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
  5836. 05-09 17:11:56.183  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5837. 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
  5838. 05-09 17:11:56.190  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5839. 05-09 17:11:56.191  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5840. 05-09 17:11:56.199  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5841. 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
  5842. 05-09 17:16:42.207  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5843. 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
  5844. 05-09 17:16:42.219  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5845. 05-09 17:16:42.219  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5846. 05-09 17:16:42.221  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5847. 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
  5848. 05-09 17:21:28.096  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5849. 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
  5850. 05-09 17:21:28.105  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5851. 05-09 17:21:28.105  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5852. 05-09 17:21:28.112  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5853. 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
  5854. 05-09 17:26:13.217  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5855. 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
  5856. 05-09 17:26:13.224  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5857. 05-09 17:26:13.224  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5858. 05-09 17:26:13.236  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5859. 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
  5860. 05-09 17:30:59.123  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5861. 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
  5862. 05-09 17:30:59.128  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5863. 05-09 17:30:59.129  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5864. 05-09 17:30:59.141  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5865. 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
  5866. 05-09 17:35:44.195  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5867. 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
  5868. 05-09 17:35:44.202  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5869. 05-09 17:35:44.202  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5870. 05-09 17:35:44.206  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5871. 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
  5872. 05-09 17:40:30.161  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5873. 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
  5874. 05-09 17:40:30.165  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5875. 05-09 17:40:30.165  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5876. 05-09 17:40:30.167  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5877. 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
  5878. 05-09 17:45:15.212  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5879. 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
  5880. 05-09 17:45:15.233  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5881. 05-09 17:45:15.233  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5882. 05-09 17:45:15.236  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5883. 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
  5884. 05-09 17:50:01.236  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5885. 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
  5886. 05-09 17:50:01.243  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5887. 05-09 17:50:01.243  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5888. 05-09 17:50:01.251  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5889. 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
  5890. 05-09 17:54:47.094  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5891. 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
  5892. 05-09 17:54:47.107  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5893. 05-09 17:54:47.107  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5894. 05-09 17:54:47.109  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5895. 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
  5896. 05-09 17:59:32.117  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5897. 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
  5898. 05-09 17:59:32.123  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5899. 05-09 17:59:32.123  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5900. 05-09 17:59:32.127  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5901. 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
  5902. 05-09 18:04:18.128  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5903. 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
  5904. 05-09 18:04:18.145  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5905. 05-09 18:04:18.145  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5906. 05-09 18:04:18.157  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5907. 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
  5908. 05-09 18:09:04.138  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5909. 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
  5910. 05-09 18:09:04.142  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5911. 05-09 18:09:04.142  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5912. 05-09 18:09:04.145  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5913. 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
  5914. 05-09 18:13:49.175  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5915. 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
  5916. 05-09 18:13:49.182  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5917. 05-09 18:13:49.182  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5918. 05-09 18:13:49.208  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5919. 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
  5920. 05-09 18:18:35.077  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5921. 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
  5922. 05-09 18:18:35.083  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5923. 05-09 18:18:35.083  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5924. 05-09 18:18:35.099  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5925. 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
  5926. 05-09 18:23:21.199  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5927. 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
  5928. 05-09 18:23:21.205  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5929. 05-09 18:23:21.205  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5930. 05-09 18:23:21.208  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5931. 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
  5932. 05-09 18:28:06.278  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5933. 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
  5934. 05-09 18:28:06.287  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5935. 05-09 18:28:06.287  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5936. 05-09 18:28:06.293  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5937. 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
  5938. 05-09 18:32:52.200  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5939. 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
  5940. 05-09 18:32:52.212  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5941. 05-09 18:32:52.212  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5942. 05-09 18:32:52.216  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5943. 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
  5944. 05-09 18:37:37.306  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5945. 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
  5946. 05-09 18:37:37.312  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5947. 05-09 18:37:37.312  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5948. 05-09 18:37:37.322  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5949. 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
  5950. 05-09 18:42:22.396  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5951. 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
  5952. 05-09 18:42:22.401  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5953. 05-09 18:42:22.401  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5954. 05-09 18:42:22.405  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5955. 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
  5956. 05-09 18:47:08.108  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5957. 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
  5958. 05-09 18:47:08.125  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5959. 05-09 18:47:08.125  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5960. 05-09 18:47:08.130  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5961. 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
  5962. 05-09 18:51:54.164  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5963. 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
  5964. 05-09 18:51:54.170  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5965. 05-09 18:51:54.170  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5966. 05-09 18:51:54.173  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5967. 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
  5968. 05-09 18:56:39.179  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5969. 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
  5970. 05-09 18:56:39.182  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5971. 05-09 18:56:39.182  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5972. 05-09 18:56:39.185  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5973. 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
  5974. 05-09 19:01:25.177  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5975. 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
  5976. 05-09 19:01:25.194  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5977. 05-09 19:01:25.194  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5978. 05-09 19:01:25.198  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5979. 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
  5980. 05-09 19:06:11.106  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5981. 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
  5982. 05-09 19:06:11.114  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5983. 05-09 19:06:11.115  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5984. 05-09 19:06:11.122  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5985. 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
  5986. 05-09 19:10:57.168  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5987. 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
  5988. 05-09 19:10:57.182  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5989. 05-09 19:10:57.182  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5990. 05-09 19:10:57.185  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5991. 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
  5992. 05-09 19:15:42.231  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5993. 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
  5994. 05-09 19:15:42.242  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  5995. 05-09 19:15:42.242  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5996. 05-09 19:15:42.249  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5997. 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
  5998. 05-09 19:20:28.236  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  5999. 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
  6000. 05-09 19:20:28.239  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6001. 05-09 19:20:28.239  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6002. 05-09 19:20:28.242  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6003. 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
  6004. 05-09 19:25:14.101  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6005. 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
  6006. 05-09 19:25:14.108  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6007. 05-09 19:25:14.108  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6008. 05-09 19:25:14.114  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6009. 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
  6010. 05-09 19:30:00.183  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6011. 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
  6012. 05-09 19:30:00.188  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6013. 05-09 19:30:00.189  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6014. 05-09 19:30:00.199  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6015. 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
  6016. 05-09 19:34:45.312  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6017. 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
  6018. 05-09 19:34:45.316  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6019. 05-09 19:34:45.316  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6020. 05-09 19:34:45.320  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6021. 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
  6022. 05-09 19:39:30.387  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6023. 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
  6024. 05-09 19:39:30.391  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6025. 05-09 19:39:30.391  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6026. 05-09 19:39:30.398  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6027. 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
  6028. 05-09 19:44:15.558  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6029. 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
  6030. 05-09 19:44:15.570  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6031. 05-09 19:44:15.570  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6032. 05-09 19:44:15.580  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6033. 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
  6034. 05-09 19:49:01.153  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6035. 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
  6036. 05-09 19:49:01.201  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6037. 05-09 19:49:01.201  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6038. 05-09 19:49:01.211  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6039. 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
  6040. 05-09 19:53:47.135  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6041. 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
  6042. 05-09 19:53:47.140  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6043. 05-09 19:53:47.140  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6044. 05-09 19:53:47.147  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6045. 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
  6046. 05-09 19:58:32.152  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6047. 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
  6048. 05-09 19:58:32.159  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6049. 05-09 19:58:32.159  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6050. 05-09 19:58:32.165  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6051. 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
  6052. 05-09 20:03:18.130  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6053. 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
  6054. 05-09 20:03:18.142  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6055. 05-09 20:03:18.142  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6056. 05-09 20:03:18.144  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6057. 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
  6058. 05-09 20:08:04.089  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6059. 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
  6060. 05-09 20:08:04.095  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6061. 05-09 20:08:04.095  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6062. 05-09 20:08:04.102  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6063. 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
  6064. 05-09 20:12:49.358  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6065. 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
  6066. 05-09 20:12:49.373  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6067. 05-09 20:12:49.374  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6068. 05-09 20:12:49.381  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6069. 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
  6070. 05-09 20:17:34.546  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6071. 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
  6072. 05-09 20:17:34.550  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6073. 05-09 20:17:34.550  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6074. 05-09 20:17:34.553  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6075. 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
  6076. 05-09 20:22:20.149  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6077. 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
  6078. 05-09 20:22:20.164  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6079. 05-09 20:22:20.164  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6080. 05-09 20:22:20.172  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6081. 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
  6082. 05-09 20:27:05.184  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6083. 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
  6084. 05-09 20:27:05.189  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6085. 05-09 20:27:05.189  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6086. 05-09 20:27:05.194  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6087. 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
  6088. 05-09 20:31:51.160  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6089. 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
  6090. 05-09 20:31:51.172  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6091. 05-09 20:31:51.173  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6092. 05-09 20:31:51.183  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6093. 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
  6094. 05-09 20:36:36.236  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6095. 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
  6096. 05-09 20:36:36.244  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6097. 05-09 20:36:36.244  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6098. 05-09 20:36:36.253  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6099. 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
  6100. 05-09 20:41:21.274  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6101. 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
  6102. 05-09 20:41:21.278  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6103. 05-09 20:41:21.278  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6104. 05-09 20:41:21.281  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6105. 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
  6106. 05-09 20:46:07.233  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6107. 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
  6108. 05-09 20:46:07.242  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6109. 05-09 20:46:07.242  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6110. 05-09 20:46:07.259  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6111. 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
  6112. 05-09 20:50:53.088  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6113. 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
  6114. 05-09 20:50:53.094  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6115. 05-09 20:50:53.094  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6116. 05-09 20:50:53.112  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6117. 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
  6118. 05-09 20:55:39.122  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6119. 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
  6120. 05-09 20:55:39.134  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6121. 05-09 20:55:39.134  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6122. 05-09 20:55:39.138  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6123. 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
  6124. 05-09 21:00:24.163  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6125. 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
  6126. 05-09 21:00:24.181  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6127. 05-09 21:00:24.182  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6128. 05-09 21:00:24.191  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6129. 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
  6130. 05-09 21:05:10.101  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6131. 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
  6132. 05-09 21:05:10.105  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6133. 05-09 21:05:10.105  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6134. 05-09 21:05:10.107  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6135. 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
  6136. 05-09 21:09:55.155  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6137. 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
  6138. 05-09 21:09:55.162  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6139. 05-09 21:09:55.162  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6140. 05-09 21:09:55.171  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6141. 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
  6142. 05-09 21:14:40.201  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6143. 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
  6144. 05-09 21:14:40.205  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6145. 05-09 21:14:40.205  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6146. 05-09 21:14:40.209  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6147. 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
  6148. 05-09 21:19:26.254  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6149. 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
  6150. 05-09 21:19:26.258  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6151. 05-09 21:19:26.258  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6152. 05-09 21:19:26.260  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6153. 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
  6154. 05-09 21:24:12.095  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6155. 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
  6156. 05-09 21:24:12.106  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6157. 05-09 21:24:12.106  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6158. 05-09 21:24:12.110  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6159. 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
  6160. 05-09 21:28:57.156  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6161. 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
  6162. 05-09 21:28:57.167  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6163. 05-09 21:28:57.167  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6164. 05-09 21:28:57.181  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6165. 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
  6166. 05-09 21:33:43.133  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6167. 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
  6168. 05-09 21:33:43.142  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6169. 05-09 21:33:43.142  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6170. 05-09 21:33:43.152  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6171. 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
  6172. 05-09 21:38:28.212  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6173. 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
  6174. 05-09 21:38:28.226  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6175. 05-09 21:38:28.226  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6176. 05-09 21:38:28.231  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6177. 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
  6178. 05-09 21:43:13.274  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6179. 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
  6180. 05-09 21:43:13.278  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6181. 05-09 21:43:13.278  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6182. 05-09 21:43:13.287  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6183. 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
  6184. 05-09 21:47:59.117  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6185. 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
  6186. 05-09 21:47:59.132  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6187. 05-09 21:47:59.132  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6188. 05-09 21:47:59.143  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6189. 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
  6190. 05-09 21:52:45.104  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6191. 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
  6192. 05-09 21:52:45.116  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6193. 05-09 21:52:45.116  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6194. 05-09 21:52:45.122  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6195. 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
  6196. 05-09 21:57:30.155  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6197. 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
  6198. 05-09 21:57:30.162  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6199. 05-09 21:57:30.162  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6200. 05-09 21:57:30.167  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6201. 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
  6202. 05-09 22:02:15.318  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6203. 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
  6204. 05-09 22:02:15.321  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6205. 05-09 22:02:15.321  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6206. 05-09 22:02:15.324  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6207. 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
  6208. 05-09 22:07:01.221  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6209. 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
  6210. 05-09 22:07:01.227  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6211. 05-09 22:07:01.227  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6212. 05-09 22:07:01.230  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6213. 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
  6214. 05-09 22:11:46.266  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6215. 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
  6216. 05-09 22:11:46.270  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6217. 05-09 22:11:46.270  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6218. 05-09 22:11:46.272  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6219. 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
  6220. 05-09 22:16:32.133  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6221. 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
  6222. 05-09 22:16:32.148  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6223. 05-09 22:16:32.153  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6224. 05-09 22:16:32.158  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6225. 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
  6226. 05-09 22:21:18.131  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6227. 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
  6228. 05-09 22:21:18.139  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6229. 05-09 22:21:18.139  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6230. 05-09 22:21:18.143  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6231. 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
  6232. 05-09 22:26:03.191  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6233. 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
  6234. 05-09 22:26:03.194  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6235. 05-09 22:26:03.194  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6236. 05-09 22:26:03.201  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6237. 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
  6238. 05-09 22:30:48.317  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6239. 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
  6240. 05-09 22:30:48.321  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6241. 05-09 22:30:48.321  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6242. 05-09 22:30:48.324  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6243. 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
  6244. 05-09 22:35:33.355  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6245. 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
  6246. 05-09 22:35:33.365  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6247. 05-09 22:35:33.365  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6248. 05-09 22:35:33.370  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6249. 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
  6250. 05-09 22:40:19.184  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6251. 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
  6252. 05-09 22:40:19.192  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6253. 05-09 22:40:19.192  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6254. 05-09 22:40:19.202  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6255. 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
  6256. 05-09 22:45:04.292  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6257. 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
  6258. 05-09 22:45:04.305  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6259. 05-09 22:45:04.305  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6260. 05-09 22:45:04.312  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6261. 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
  6262. 05-09 22:49:49.360  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6263. 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
  6264. 05-09 22:49:49.374  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6265. 05-09 22:49:49.374  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6266. 05-09 22:49:49.378  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6267. 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
  6268. 05-09 22:54:35.108  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6269. 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
  6270. 05-09 22:54:35.114  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6271. 05-09 22:54:35.114  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6272. 05-09 22:54:35.117  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6273. 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
  6274. 05-09 22:59:20.165  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6275. 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
  6276. 05-09 22:59:20.170  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6277. 05-09 22:59:20.171  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6278. 05-09 22:59:20.177  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6279. 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
  6280. 05-09 23:04:06.145  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6281. 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
  6282. 05-09 23:04:06.154  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6283. 05-09 23:04:06.154  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6284. 05-09 23:04:06.159  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6285. 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
  6286. 05-09 23:08:52.099  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6287. 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
  6288. 05-09 23:08:52.103  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6289. 05-09 23:08:52.103  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6290. 05-09 23:08:52.105  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6291. 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
  6292. 05-09 23:13:37.138  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6293. 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
  6294. 05-09 23:13:37.143  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6295. 05-09 23:13:37.143  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6296. 05-09 23:13:37.155  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6297. 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
  6298. 05-09 23:18:23.205  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6299. 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
  6300. 05-09 23:18:23.211  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6301. 05-09 23:18:23.211  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6302. 05-09 23:18:23.214  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6303. 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
  6304. 05-09 23:23:09.185  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6305. 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
  6306. 05-09 23:23:09.189  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6307. 05-09 23:23:09.189  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6308. 05-09 23:23:09.195  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6309. 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
  6310. 05-09 23:27:54.262  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6311. 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
  6312. 05-09 23:27:54.271  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6313. 05-09 23:27:54.271  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6314. 05-09 23:27:54.277  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6315. 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
  6316. 05-09 23:32:39.366  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6317. 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
  6318. 05-09 23:32:39.373  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6319. 05-09 23:32:39.373  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6320. 05-09 23:32:39.395  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6321. 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
  6322. 05-09 23:37:24.450  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6323. 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
  6324. 05-09 23:37:24.459  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6325. 05-09 23:37:24.459  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6326. 05-09 23:37:24.467  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6327. 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
  6328. 05-09 23:42:09.515  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6329. 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
  6330. 05-09 23:42:09.523  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6331. 05-09 23:42:09.523  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6332. 05-09 23:42:09.527  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6333. 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
  6334. 05-09 23:46:55.146  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6335. 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
  6336. 05-09 23:46:55.158  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6337. 05-09 23:46:55.158  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6338. 05-09 23:46:55.163  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6339. 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
  6340. 05-09 23:51:41.129  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6341. 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
  6342. 05-09 23:51:41.135  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6343. 05-09 23:51:41.135  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6344. 05-09 23:51:41.137  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6345. 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
  6346. 05-09 23:56:27.105  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6347. 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
  6348. 05-09 23:56:27.112  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6349. 05-09 23:56:27.112  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6350. 05-09 23:56:27.116  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6351. 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
  6352. 05-10 00:01:12.334  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6353. 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
  6354. 05-10 00:01:12.354  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6355. 05-10 00:01:12.354  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6356. 05-10 00:01:12.359  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6357. 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
  6358. 05-10 00:05:58.261  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6359. 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
  6360. 05-10 00:05:58.270  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6361. 05-10 00:05:58.271  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6362. 05-10 00:05:58.289  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6363. 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
  6364. 05-10 00:10:57.159  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6365. 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
  6366. 05-10 00:10:57.166  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6367. 05-10 00:10:57.166  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6368. 05-10 00:10:57.177  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6369. 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
  6370. 05-10 00:15:42.261  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6371. 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
  6372. 05-10 00:15:42.264  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6373. 05-10 00:15:42.264  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6374. 05-10 00:15:42.267  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6375. 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
  6376. 05-10 00:20:28.110  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6377. 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
  6378. 05-10 00:20:28.114  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6379. 05-10 00:20:28.115  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6380. 05-10 00:20:28.121  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6381. 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
  6382. 05-10 00:25:14.098  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6383. 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
  6384. 05-10 00:25:14.108  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6385. 05-10 00:25:14.108  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6386. 05-10 00:25:14.114  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6387. 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
  6388. 05-10 00:29:59.208  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6389. 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
  6390. 05-10 00:29:59.216  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6391. 05-10 00:29:59.216  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6392. 05-10 00:29:59.219  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6393. 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
  6394. 05-10 00:34:44.358  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6395. 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
  6396. 05-10 00:34:44.363  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6397. 05-10 00:34:44.363  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6398. 05-10 00:34:44.378  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6399. 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
  6400. 05-10 00:39:30.130  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6401. 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
  6402. 05-10 00:39:30.139  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6403. 05-10 00:39:30.148  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6404. 05-10 00:39:30.162  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6405. 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
  6406. 05-10 00:44:16.116  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6407. 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
  6408. 05-10 00:44:16.123  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6409. 05-10 00:44:16.125  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6410. 05-10 00:44:16.133  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6411. 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
  6412. 05-10 00:49:01.179  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6413. 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
  6414. 05-10 00:49:01.201  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6415. 05-10 00:49:01.201  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6416. 05-10 00:49:01.204  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6417. 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
  6418. 05-10 00:53:47.140  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6419. 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
  6420. 05-10 00:53:47.151  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6421. 05-10 00:53:47.151  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6422. 05-10 00:53:47.154  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6423. 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
  6424. 05-10 00:58:33.108  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6425. 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
  6426. 05-10 00:58:33.112  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6427. 05-10 00:58:33.113  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6428. 05-10 00:58:33.121  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6429. 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
  6430. 05-10 01:03:18.171  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6431. 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
  6432. 05-10 01:03:18.181  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6433. 05-10 01:03:18.181  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6434. 05-10 01:03:18.186  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6435. 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
  6436. 05-10 01:08:04.179  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6437. 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
  6438. 05-10 01:08:04.188  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6439. 05-10 01:08:04.189  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6440. 05-10 01:08:04.195  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6441. 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
  6442. 05-10 01:12:50.100  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6443. 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
  6444. 05-10 01:12:50.108  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6445. 05-10 01:12:50.109  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6446. 05-10 01:12:50.114  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6447. 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
  6448. 05-10 01:17:35.202  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6449. 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
  6450. 05-10 01:17:35.217  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6451. 05-10 01:17:35.217  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6452. 05-10 01:17:35.223  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6453. 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
  6454. 05-10 01:17:35.287  1903  2824 D SubscriptionController: [getActiveSubInfoList]+
  6455. 05-10 01:17:35.295  1903  2824 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready
  6456. 05-10 01:22:21.113  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6457. 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
  6458. 05-10 01:22:21.118  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6459. 05-10 01:22:21.118  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6460. 05-10 01:22:21.124  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6461. 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
  6462. 05-10 01:27:06.204  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6463. 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
  6464. 05-10 01:27:06.212  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6465. 05-10 01:27:06.212  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6466. 05-10 01:27:06.218  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6467. 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
  6468. 05-10 01:31:51.264  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6469. 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
  6470. 05-10 01:31:51.273  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6471. 05-10 01:31:51.273  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6472. 05-10 01:31:51.279  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6473. 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
  6474. 05-10 01:36:36.346  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6475. 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
  6476. 05-10 01:36:36.373  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6477. 05-10 01:36:36.373  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6478. 05-10 01:36:36.392  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6479. 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
  6480. 05-10 01:41:22.225  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6481. 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
  6482. 05-10 01:41:22.231  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6483. 05-10 01:41:22.231  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6484. 05-10 01:41:22.248  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6485. 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
  6486. 05-10 01:46:11.667  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6487. 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
  6488. 05-10 01:46:11.672  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6489. 05-10 01:46:11.672  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6490. 05-10 01:46:11.675  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6491. 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
  6492. 05-10 01:46:16.882  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6493. 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
  6494. 05-10 01:46:16.886  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6495. 05-10 01:46:16.886  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6496. 05-10 01:46:16.889  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6497. 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
  6498. 05-10 01:51:02.265  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6499. 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
  6500. 05-10 01:51:02.279  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6501. 05-10 01:51:02.279  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6502. 05-10 01:51:02.282  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6503. 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
  6504. 05-10 01:55:47.370  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6505. 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
  6506. 05-10 01:55:47.379  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6507. 05-10 01:55:47.379  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6508. 05-10 01:55:47.385  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6509. 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
  6510. 05-10 02:00:35.297  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6511. 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
  6512. 05-10 02:00:35.300  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6513. 05-10 02:00:35.300  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6514. 05-10 02:00:35.305  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6515. 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
  6516. 05-10 02:05:21.166  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6517. 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
  6518. 05-10 02:05:21.169  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6519. 05-10 02:05:21.169  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6520. 05-10 02:05:21.171  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6521. 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
  6522. 05-10 02:10:07.116  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6523. 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
  6524. 05-10 02:10:07.119  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6525. 05-10 02:10:07.119  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6526. 05-10 02:10:07.121  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6527. 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
  6528. 05-10 02:14:53.168  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6529. 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
  6530. 05-10 02:14:53.172  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6531. 05-10 02:14:53.172  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6532. 05-10 02:14:53.186  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6533. 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
  6534. 05-10 02:19:38.428  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6535. 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
  6536. 05-10 02:19:38.432  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6537. 05-10 02:19:38.432  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6538. 05-10 02:19:38.436  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6539. 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
  6540. 05-10 02:24:23.487  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6541. 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
  6542. 05-10 02:24:23.500  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6543. 05-10 02:24:23.500  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6544. 05-10 02:24:23.508  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6545. 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
  6546. 05-10 02:29:09.114  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6547. 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
  6548. 05-10 02:29:09.123  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6549. 05-10 02:29:09.123  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6550. 05-10 02:29:09.125  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6551. 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
  6552. 05-10 02:33:54.253  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6553. 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
  6554. 05-10 02:33:54.257  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6555. 05-10 02:33:54.257  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6556. 05-10 02:33:54.260  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6557. 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
  6558. 05-10 02:38:39.324  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6559. 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
  6560. 05-10 02:38:39.343  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6561. 05-10 02:38:39.348  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6562. 05-10 02:38:39.353  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6563. 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
  6564. 05-10 02:43:25.097  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6565. 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
  6566. 05-10 02:43:25.105  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6567. 05-10 02:43:25.105  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6568. 05-10 02:43:25.114  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6569. 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
  6570. 05-10 02:48:10.131  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6571. 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
  6572. 05-10 02:48:10.139  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6573. 05-10 02:48:10.139  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6574. 05-10 02:48:10.157  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6575. 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
  6576. 05-10 02:52:56.204  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6577. 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
  6578. 05-10 02:52:56.213  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6579. 05-10 02:52:56.213  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6580. 05-10 02:52:56.216  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6581. 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
  6582. 05-10 02:57:42.102  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6583. 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
  6584. 05-10 02:57:42.123  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6585. 05-10 02:57:42.124  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6586. 05-10 02:57:42.126  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6587. 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
  6588. 05-10 03:02:27.279  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6589. 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
  6590. 05-10 03:02:27.286  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6591. 05-10 03:02:27.286  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6592. 05-10 03:02:27.297  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6593. 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
  6594. 05-10 03:07:13.118  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6595. 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
  6596. 05-10 03:07:13.205  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6597. 05-10 03:07:13.205  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6598. 05-10 03:07:13.207  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6599. 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
  6600. 05-10 03:11:58.194  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6601. 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
  6602. 05-10 03:11:58.197  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6603. 05-10 03:11:58.197  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6604. 05-10 03:11:58.199  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6605. 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
  6606. 05-10 03:16:43.281  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6607. 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
  6608. 05-10 03:16:43.290  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6609. 05-10 03:16:43.290  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6610. 05-10 03:16:43.297  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6611. 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
  6612. 05-10 03:21:29.127  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6613. 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
  6614. 05-10 03:21:29.133  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6615. 05-10 03:21:29.133  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6616. 05-10 03:21:29.144  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6617. 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
  6618. 05-10 03:26:14.263  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6619. 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
  6620. 05-10 03:26:14.283  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6621. 05-10 03:26:14.283  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6622. 05-10 03:26:14.286  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6623. 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
  6624. 05-10 03:31:00.231  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6625. 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
  6626. 05-10 03:31:00.250  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6627. 05-10 03:31:00.250  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6628. 05-10 03:31:00.252  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6629. 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
  6630. 05-10 03:35:46.077  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6631. 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
  6632. 05-10 03:35:46.090  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6633. 05-10 03:35:46.090  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6634. 05-10 03:35:46.094  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6635. 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
  6636. 05-10 03:40:32.104  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6637. 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
  6638. 05-10 03:40:32.125  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6639. 05-10 03:40:32.125  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6640. 05-10 03:40:32.131  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6641. 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
  6642. 05-10 03:45:17.279  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6643. 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
  6644. 05-10 03:45:17.287  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6645. 05-10 03:45:17.287  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6646. 05-10 03:45:17.307  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6647. 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
  6648. 05-10 03:50:02.374  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6649. 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
  6650. 05-10 03:50:02.386  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6651. 05-10 03:50:02.387  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6652. 05-10 03:50:02.392  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6653. 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
  6654. 05-10 03:54:48.103  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6655. 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
  6656. 05-10 03:54:48.107  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6657. 05-10 03:54:48.107  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6658. 05-10 03:54:48.114  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6659. 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
  6660. 05-10 03:59:34.077  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6661. 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
  6662. 05-10 03:59:34.086  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6663. 05-10 03:59:34.086  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6664. 05-10 03:59:34.090  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6665. 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
  6666. 05-10 04:04:19.131  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6667. 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
  6668. 05-10 04:04:19.137  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6669. 05-10 04:04:19.137  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6670. 05-10 04:04:19.140  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6671. 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
  6672. 05-10 04:09:05.268  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6673. 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
  6674. 05-10 04:09:05.271  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6675. 05-10 04:09:05.271  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6676. 05-10 04:09:05.274  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6677. 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
  6678. 05-10 04:13:51.093  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6679. 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
  6680. 05-10 04:13:51.104  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6681. 05-10 04:13:51.104  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6682. 05-10 04:13:51.108  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6683. 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
  6684. 05-10 04:18:36.188  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6685. 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
  6686. 05-10 04:18:36.196  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6687. 05-10 04:18:36.196  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6688. 05-10 04:18:36.203  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6689. 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
  6690. 05-10 04:23:22.087  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6691. 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
  6692. 05-10 04:23:22.097  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6693. 05-10 04:23:22.098  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6694. 05-10 04:23:22.107  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6695. 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
  6696. 05-10 04:28:07.151  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6697. 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
  6698. 05-10 04:28:07.155  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6699. 05-10 04:28:07.155  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6700. 05-10 04:28:07.159  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6701. 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
  6702. 05-10 04:32:52.202  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6703. 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
  6704. 05-10 04:32:52.210  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6705. 05-10 04:32:52.210  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6706. 05-10 04:32:52.212  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6707. 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
  6708. 05-10 04:37:37.325  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6709. 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
  6710. 05-10 04:37:37.348  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6711. 05-10 04:37:37.348  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6712. 05-10 04:37:37.358  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6713. 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
  6714. 05-10 04:42:22.512  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6715. 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
  6716. 05-10 04:42:22.518  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6717. 05-10 04:42:22.518  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6718. 05-10 04:42:22.522  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6719. 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
  6720. 05-10 04:47:07.548  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6721. 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
  6722. 05-10 04:47:07.555  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6723. 05-10 04:47:07.555  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6724. 05-10 04:47:07.566  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6725. 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
  6726. 05-10 04:51:53.233  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6727. 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
  6728. 05-10 04:51:53.272  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6729. 05-10 04:51:53.272  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6730. 05-10 04:51:53.279  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6731. 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
  6732. 05-10 04:56:41.115  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6733. 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
  6734. 05-10 04:56:41.118  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6735. 05-10 04:56:41.118  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6736. 05-10 04:56:41.121  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6737. 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
  6738. 05-10 05:01:27.123  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6739. 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
  6740. 05-10 05:01:27.128  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6741. 05-10 05:01:27.128  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6742. 05-10 05:01:27.142  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6743. 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
  6744. 05-10 05:06:12.154  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6745. 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
  6746. 05-10 05:06:12.160  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6747. 05-10 05:06:12.160  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6748. 05-10 05:06:12.164  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6749. 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
  6750. 05-10 05:10:58.120  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6751. 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
  6752. 05-10 05:10:58.124  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6753. 05-10 05:10:58.124  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6754. 05-10 05:10:58.130  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6755. 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
  6756. 05-10 05:15:44.136  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6757. 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
  6758. 05-10 05:15:44.141  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6759. 05-10 05:15:44.141  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6760. 05-10 05:15:44.153  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6761. 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
  6762. 05-10 05:20:29.207  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6763. 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
  6764. 05-10 05:20:29.211  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6765. 05-10 05:20:29.212  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6766. 05-10 05:20:29.219  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6767. 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
  6768. 05-10 05:25:14.269  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6769. 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
  6770. 05-10 05:25:14.276  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6771. 05-10 05:25:14.276  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6772. 05-10 05:25:14.281  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6773. 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
  6774. 05-10 05:30:00.090  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6775. 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
  6776. 05-10 05:30:00.097  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6777. 05-10 05:30:00.098  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6778. 05-10 05:30:00.100  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6779. 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
  6780. 05-10 05:34:45.132  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6781. 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
  6782. 05-10 05:34:45.138  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6783. 05-10 05:34:45.138  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6784. 05-10 05:34:45.140  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6785. 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
  6786. 05-10 05:39:30.209  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6787. 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
  6788. 05-10 05:39:30.220  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6789. 05-10 05:39:30.220  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6790. 05-10 05:39:30.229  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6791. 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
  6792. 05-10 05:44:16.107  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6793. 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
  6794. 05-10 05:44:16.117  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6795. 05-10 05:44:16.117  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6796. 05-10 05:44:16.121  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6797. 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
  6798. 05-10 05:49:02.151  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6799. 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
  6800. 05-10 05:49:02.174  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6801. 05-10 05:49:02.174  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6802. 05-10 05:49:02.181  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6803. 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
  6804. 05-10 05:53:47.189  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6805. 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
  6806. 05-10 05:53:47.193  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6807. 05-10 05:53:47.193  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6808. 05-10 05:53:47.197  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6809. 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
  6810. 05-10 05:58:33.100  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6811. 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
  6812. 05-10 05:58:33.103  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6813. 05-10 05:58:33.103  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6814. 05-10 05:58:33.109  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6815. 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
  6816. 05-10 06:03:19.097  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6817. 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
  6818. 05-10 06:03:19.113  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6819. 05-10 06:03:19.113  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6820. 05-10 06:03:19.122  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6821. 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
  6822. 05-10 06:08:04.173  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6823. 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
  6824. 05-10 06:08:04.181  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6825. 05-10 06:08:04.181  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6826. 05-10 06:08:04.184  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6827. 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
  6828. 05-10 06:12:50.087  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6829. 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
  6830. 05-10 06:12:50.097  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6831. 05-10 06:12:50.097  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6832. 05-10 06:12:50.102  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6833. 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
  6834. 05-10 06:17:36.098  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6835. 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
  6836. 05-10 06:17:36.102  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6837. 05-10 06:17:36.102  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6838. 05-10 06:17:36.109  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6839. 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
  6840. 05-10 06:22:22.186  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6841. 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
  6842. 05-10 06:22:22.197  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6843. 05-10 06:22:22.197  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6844. 05-10 06:22:22.200  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6845. 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
  6846. 05-10 06:27:07.249  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6847. 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
  6848. 05-10 06:27:07.253  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6849. 05-10 06:27:07.253  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6850. 05-10 06:27:07.259  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6851. 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
  6852. 05-10 06:31:52.350  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6853. 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
  6854. 05-10 06:31:52.358  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6855. 05-10 06:31:52.358  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6856. 05-10 06:31:52.361  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6857. 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
  6858. 05-10 06:36:37.427  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6859. 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
  6860. 05-10 06:36:37.433  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6861. 05-10 06:36:37.433  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6862. 05-10 06:36:37.439  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6863. 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
  6864. 05-10 06:41:23.102  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6865. 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
  6866. 05-10 06:41:23.112  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6867. 05-10 06:41:23.112  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6868. 05-10 06:41:23.132  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6869. 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
  6870. 05-10 06:46:09.109  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6871. 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
  6872. 05-10 06:46:09.118  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6873. 05-10 06:46:09.119  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6874. 05-10 06:46:09.124  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6875. 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
  6876. 05-10 06:50:55.181  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6877. 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
  6878. 05-10 06:50:55.184  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6879. 05-10 06:50:55.184  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6880. 05-10 06:50:55.187  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6881. 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
  6882. 05-10 06:55:40.325  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6883. 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
  6884. 05-10 06:55:40.328  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6885. 05-10 06:55:40.328  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6886. 05-10 06:55:40.330  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6887. 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
  6888. 05-10 07:00:35.279  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6889. 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
  6890. 05-10 07:00:35.297  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6891. 05-10 07:00:35.297  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6892. 05-10 07:00:35.300  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6893. 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
  6894. 05-10 07:05:21.153  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6895. 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
  6896. 05-10 07:05:21.160  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6897. 05-10 07:05:21.160  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6898. 05-10 07:05:21.163  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6899. 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
  6900. 05-10 07:10:06.195  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6901. 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
  6902. 05-10 07:10:06.199  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6903. 05-10 07:10:06.199  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6904. 05-10 07:10:06.208  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6905. 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
  6906. 05-10 07:14:52.155  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6907. 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
  6908. 05-10 07:14:52.159  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6909. 05-10 07:14:52.159  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6910. 05-10 07:14:52.165  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6911. 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
  6912. 05-10 07:19:38.081  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6913. 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
  6914. 05-10 07:19:38.093  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6915. 05-10 07:19:38.093  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6916. 05-10 07:19:38.101  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6917. 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
  6918. 05-10 07:24:23.127  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6919. 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
  6920. 05-10 07:24:23.136  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6921. 05-10 07:24:23.136  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6922. 05-10 07:24:23.141  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6923. 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
  6924. 05-10 07:29:08.416  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6925. 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
  6926. 05-10 07:29:08.422  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6927. 05-10 07:29:08.422  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6928. 05-10 07:29:08.431  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6929. 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
  6930. 05-10 07:33:54.079  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6931. 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
  6932. 05-10 07:33:54.088  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6933. 05-10 07:33:54.088  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6934. 05-10 07:33:54.092  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6935. 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
  6936. 05-10 07:38:39.182  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6937. 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
  6938. 05-10 07:38:39.185  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6939. 05-10 07:38:39.185  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6940. 05-10 07:38:39.188  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6941. 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
  6942. 05-10 07:43:25.133  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6943. 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
  6944. 05-10 07:43:25.147  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6945. 05-10 07:43:25.147  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6946. 05-10 07:43:25.151  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6947. 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
  6948. 05-10 07:48:11.121  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6949. 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
  6950. 05-10 07:48:11.133  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6951. 05-10 07:48:11.133  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6952. 05-10 07:48:11.142  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6953. 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
  6954. 05-10 07:52:56.155  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6955. 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
  6956. 05-10 07:52:56.170  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6957. 05-10 07:52:56.170  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6958. 05-10 07:52:56.175  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6959. 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
  6960. 05-10 07:57:42.125  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6961. 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
  6962. 05-10 07:57:42.137  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6963. 05-10 07:57:42.137  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6964. 05-10 07:57:42.142  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6965. 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
  6966. 05-10 08:02:28.232  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6967. 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
  6968. 05-10 08:02:28.238  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6969. 05-10 08:02:28.238  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6970. 05-10 08:02:28.241  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6971. 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
  6972. 05-10 08:07:13.273  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6973. 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
  6974. 05-10 08:07:13.280  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6975. 05-10 08:07:13.280  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6976. 05-10 08:07:13.285  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6977. 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
  6978. 05-10 08:11:59.080  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6979. 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
  6980. 05-10 08:11:59.087  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6981. 05-10 08:11:59.087  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6982. 05-10 08:11:59.094  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6983. 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
  6984. 05-10 08:16:45.099  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6985. 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
  6986. 05-10 08:16:45.114  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6987. 05-10 08:16:45.114  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6988. 05-10 08:16:45.120  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6989. 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
  6990. 05-10 08:21:30.203  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6991. 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
  6992. 05-10 08:21:30.214  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6993. 05-10 08:21:30.214  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6994. 05-10 08:21:30.217  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6995. 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
  6996. 05-10 08:26:15.245  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  6997. 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
  6998. 05-10 08:26:15.251  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  6999. 05-10 08:26:15.251  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7000. 05-10 08:26:15.263  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7001. 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
  7002. 05-10 08:31:01.108  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7003. 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
  7004. 05-10 08:31:01.121  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7005. 05-10 08:31:01.122  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7006. 05-10 08:31:01.126  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7007. 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
  7008. 05-10 08:35:46.474  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7009. 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
  7010. 05-10 08:35:46.485  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7011. 05-10 08:35:46.485  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7012. 05-10 08:35:46.488  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7013. 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
  7014. 05-10 08:40:31.639  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7015. 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
  7016. 05-10 08:40:31.643  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7017. 05-10 08:40:31.643  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7018. 05-10 08:40:31.645  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7019. 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
  7020. 05-10 08:45:16.816  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7021. 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
  7022. 05-10 08:45:16.822  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7023. 05-10 08:45:16.823  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7024. 05-10 08:45:16.825  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7025. 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
  7026. 05-10 08:50:02.152  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7027. 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
  7028. 05-10 08:50:02.160  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7029. 05-10 08:50:02.160  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7030. 05-10 08:50:02.170  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7031. 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
  7032. 05-10 08:54:47.202  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7033. 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
  7034. 05-10 08:54:47.206  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7035. 05-10 08:54:47.206  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7036. 05-10 08:54:47.213  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7037. 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
  7038. 05-10 08:59:33.098  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7039. 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
  7040. 05-10 08:59:33.105  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7041. 05-10 08:59:33.105  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7042. 05-10 08:59:33.111  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7043. 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
  7044. 05-10 09:04:19.164  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7045. 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
  7046. 05-10 09:04:19.167  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7047. 05-10 09:04:19.167  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7048. 05-10 09:04:19.171  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7049. 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
  7050. 05-10 09:09:04.327  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7051. 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
  7052. 05-10 09:09:04.356  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7053. 05-10 09:09:04.356  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7054. 05-10 09:09:04.358  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7055. 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
  7056. 05-10 09:13:50.077  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7057. 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
  7058. 05-10 09:13:50.080  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7059. 05-10 09:13:50.080  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7060. 05-10 09:13:50.083  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7061. 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
  7062. 05-10 09:18:36.078  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7063. 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
  7064. 05-10 09:18:36.094  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7065. 05-10 09:18:36.094  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7066. 05-10 09:18:36.099  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7067. 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
  7068. 05-10 09:23:21.123  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7069. 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
  7070. 05-10 09:23:21.134  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7071. 05-10 09:23:21.134  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7072. 05-10 09:23:21.139  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7073. 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
  7074. 05-10 09:28:06.193  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7075. 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
  7076. 05-10 09:28:06.201  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7077. 05-10 09:28:06.202  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7078. 05-10 09:28:06.206  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7079. 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
  7080. 05-10 09:32:52.117  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7081. 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
  7082. 05-10 09:32:52.138  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7083. 05-10 09:32:52.138  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7084. 05-10 09:32:52.148  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7085. 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
  7086. 05-10 09:37:37.187  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7087. 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
  7088. 05-10 09:37:37.193  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7089. 05-10 09:37:37.193  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7090. 05-10 09:37:37.198  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7091. 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
  7092. 05-10 09:42:23.239  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7093. 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
  7094. 05-10 09:42:23.246  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7095. 05-10 09:42:23.246  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7096. 05-10 09:42:23.254  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7097. 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
  7098. 05-10 09:47:09.139  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7099. 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
  7100. 05-10 09:47:09.143  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7101. 05-10 09:47:09.143  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7102. 05-10 09:47:09.146  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7103. 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
  7104. 05-10 09:51:54.140  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7105. 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
  7106. 05-10 09:51:54.142  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7107. 05-10 09:51:54.142  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7108. 05-10 09:51:54.145  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7109. 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
  7110. 05-10 09:56:40.082  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7111. 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
  7112. 05-10 09:56:40.092  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7113. 05-10 09:56:40.092  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7114. 05-10 09:56:40.104  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7115. 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
  7116. 05-10 10:01:25.239  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7117. 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
  7118. 05-10 10:01:25.243  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7119. 05-10 10:01:25.243  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7120. 05-10 10:01:25.247  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7121. 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
  7122. 05-10 10:06:11.094  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7123. 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
  7124. 05-10 10:06:11.101  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7125. 05-10 10:06:11.101  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7126. 05-10 10:06:11.114  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7127. 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
  7128. 05-10 10:08:57.783  1903  1903 D DCT     : [0]onReceive: action=android.intent.action.SCREEN_ON
  7129. 05-10 10:08:57.783  1903  1903 D DCT     : [0]stopNetStatPoll
  7130. 05-10 10:08:58.113  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7131. 05-10 10:08:58.409  1903  1903 D DCT     : [0]overall state is IDLE
  7132. 05-10 10:08:58.409  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7133. 05-10 10:08:58.479  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7134. 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
  7135. 05-10 10:08:58.483  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7136. 05-10 10:08:58.483  1903  5953 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7137. 05-10 10:08:58.486  1903  1930 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7138. 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
  7139. 05-10 10:09:01.345  1903  1929 D DCT     : [0]hasMatchedTetherApnSetting: APN=null
  7140. 05-10 10:09:04.588  1903  1929 D SubscriptionController: [getActiveSubIdList] simInfoSet=[]
  7141. 05-10 10:09:04.589  1903  1929 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0
  7142. 05-10 10:09:04.603  1903  1930 D SubscriptionController: [getActiveSubIdList] simInfoSet=[]
  7143. 05-10 10:09:04.603  1903  1930 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0
  7144. 05-10 10:09:08.717  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7145. 05-10 10:09:08.853  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7146. 05-10 10:09:08.855  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7147. 05-10 10:09:13.047  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7148. 05-10 10:09:13.047  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7149. 05-10 10:09:13.055  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7150. 05-10 10:09:13.055  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7151. 05-10 10:09:13.077  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7152. 05-10 10:09:13.078  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7153. 05-10 10:09:13.078  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7154. 05-10 10:09:13.078  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7155. 05-10 10:09:13.103  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7156. 05-10 10:09:13.103  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7157. 05-10 10:09:13.107  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7158. 05-10 10:09:13.107  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7159. 05-10 10:09:13.213  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7160. 05-10 10:09:13.214  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7161. 05-10 10:09:14.239  1903  2824 D SubscriptionController: [getSlotId]- subId invalid
  7162. 05-10 10:09:14.240  1903  1930 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7163. 05-10 10:09:14.241 15159 15227 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7164. 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
  7165. 05-10 10:09:14.244  1903  1929 D SubscriptionController: [getSlotId]- subId invalid
  7166. 05-10 10:09:14.244  1903  2824 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7167. 05-10 10:09:14.245 15159 15227 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7168. 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
  7169. 05-10 10:09:15.723  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7170. 05-10 10:09:15.724  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7171. 05-10 10:09:15.731  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7172. 05-10 10:09:15.731  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7173. 05-10 10:09:15.948  1903  1929 D SubscriptionController: [getActiveSubInfoList]+
  7174. 05-10 10:09:16.147  1903  1929 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready
  7175. 05-10 10:09:16.397  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7176. 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] ]
  7177. 05-10 10:09:16.397  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7178. 05-10 10:09:16.397  1903  1903 D DctController: [TNF -2]Sub Info has not been ready, remove request.
  7179. 05-10 10:09:16.520  1903  5953 D SubscriptionController: [getSlotId]- subId invalid
  7180. 05-10 10:09:16.523  1903  2824 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7181. 05-10 10:09:16.523 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7182. 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
  7183. 05-10 10:09:16.534  1903  1930 D SubscriptionController: [getSlotId]- subId invalid
  7184. 05-10 10:09:16.535  1903  5953 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7185. 05-10 10:09:16.536 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7186. 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
  7187. 05-10 10:09:27.307  1903  5953 D SubscriptionController: [getActiveSubInfoList]+
  7188. 05-10 10:09:27.624  1903  5953 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready
  7189. 05-10 10:09:38.447  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7190. 05-10 10:09:38.448  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7191. 05-10 10:09:38.448  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7192. 05-10 10:09:38.449  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7193. 05-10 10:09:38.449  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7194. 05-10 10:09:38.449  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7195. 05-10 10:09:38.450  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7196. 05-10 10:09:38.450  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7197. 05-10 10:09:38.450  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7198. 05-10 10:09:38.450  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7199. 05-10 10:09:38.450  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7200. 05-10 10:09:38.450  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7201. 05-10 10:09:38.450  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7202. 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] ]
  7203. 05-10 10:09:38.454  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7204. 05-10 10:09:38.454  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7205. 05-10 10:09:38.454  1903  1903 D DctController: [TNF -2]Request not useable, pending request.
  7206. 05-10 10:09:38.804  1903  2824 D SubscriptionController: [getActiveSubIdList] simInfoSet=[]
  7207. 05-10 10:09:38.917  1903  2824 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0
  7208. 05-10 10:09:39.195  1903  5953 D SubscriptionController: [getActiveSubIdList] simInfoSet=[]
  7209. 05-10 10:09:39.195  1903  5953 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0
  7210. 05-10 10:10:00.123  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7211. 05-10 10:10:04.155  1903  1930 D SubscriptionController: [getActiveSubInfoList]+
  7212. 05-10 10:10:04.285  1903  1930 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready
  7213. 05-10 10:10:08.791  1903  1929 D SubscriptionController: [getActiveSubInfoList]+
  7214. 05-10 10:10:08.796  1903  1929 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready
  7215. 05-10 10:10:18.326  1903  1929 D SubscriptionController: [getSlotId]- subId invalid
  7216. 05-10 10:10:18.350  1903  1930 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7217. 05-10 10:10:18.351 15159 15227 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7218. 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
  7219. 05-10 10:10:18.361  1903  5953 D SubscriptionController: [getSlotId]- subId invalid
  7220. 05-10 10:10:18.362  1903  1929 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7221. 05-10 10:10:18.363 15159 15227 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7222. 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
  7223. 05-10 10:10:18.983  1903  2824 D SubscriptionController: [getPhoneId] asked for default subId=-1
  7224. 05-10 10:10:18.984  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7225. 05-10 10:10:26.019  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7226. 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
  7227. 05-10 10:10:26.053  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7228. 05-10 10:10:26.053  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7229. 05-10 10:10:26.056  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7230. 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
  7231. 05-10 10:10:26.614  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7232. 05-10 10:10:26.614  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7233. 05-10 10:10:26.621  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7234. 05-10 10:10:26.622  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7235. 05-10 10:10:26.806  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7236. 05-10 10:10:26.806  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7237. 05-10 10:10:26.814  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7238. 05-10 10:10:26.814  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7239. 05-10 10:10:26.890  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7240. 05-10 10:10:26.890  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7241. 05-10 10:10:26.894  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7242. 05-10 10:10:26.894  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7243. 05-10 10:10:26.973  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7244. 05-10 10:10:26.973  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7245. 05-10 10:10:29.428  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7246. 05-10 10:10:29.429  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7247. 05-10 10:10:29.442  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7248. 05-10 10:10:29.443  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7249. 05-10 10:10:29.749  1903  1930 D SubscriptionController: [getActiveSubIdList] simInfoSet=[]
  7250. 05-10 10:10:29.749  1903  1930 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0
  7251. 05-10 10:10:29.942  1903  2824 D SubscriptionController: [getActiveSubIdList] simInfoSet=[]
  7252. 05-10 10:10:29.943  1903  2824 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0
  7253. 05-10 10:10:30.487  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7254. 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] ]
  7255. 05-10 10:10:30.488  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7256. 05-10 10:10:30.488  1903  1903 D DctController: [TNF -2]Sub Info has not been ready, remove request.
  7257. 05-10 10:10:31.120  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7258. 05-10 10:10:31.120  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7259. 05-10 10:10:31.140  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7260. 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] ]
  7261. 05-10 10:10:31.140  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7262. 05-10 10:10:31.140  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7263. 05-10 10:10:31.140  1903  1903 D DctController: [TNF -2]Request not useable, pending request.
  7264. 05-10 10:10:31.140  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7265. 05-10 10:10:31.140  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7266. 05-10 10:10:31.155  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7267. 05-10 10:10:31.155  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7268. 05-10 10:10:31.254  1903  1929 D SubscriptionController: [getActiveSubIdList] simInfoSet=[]
  7269. 05-10 10:10:31.254  1903  1929 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0
  7270. 05-10 10:10:31.304  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7271. 05-10 10:10:31.304  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7272. 05-10 10:10:31.304  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7273. 05-10 10:10:31.304  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7274. 05-10 10:10:31.304  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7275. 05-10 10:10:31.304  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7276. 05-10 10:10:31.351  1903  5953 D SubscriptionController: [getActiveSubIdList] simInfoSet=[]
  7277. 05-10 10:10:31.351  1903  5953 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0
  7278. 05-10 10:10:31.570  1903  1929 D SubscriptionController: [getSlotId]- subId invalid
  7279. 05-10 10:10:31.571  1903  1930 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7280. 05-10 10:10:31.571 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7281. 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
  7282. 05-10 10:10:31.583  1903  2824 D SubscriptionController: [getSlotId]- subId invalid
  7283. 05-10 10:10:31.584  1903  1929 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7284. 05-10 10:10:31.584 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7285. 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
  7286. 05-10 10:10:31.647  1903  5953 D SubscriptionController: [getSlotId]- subId invalid
  7287. 05-10 10:10:31.654  1903  2824 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7288. 05-10 10:10:31.655 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7289. 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
  7290. 05-10 10:10:31.731  1903  1930 D SubscriptionController: [getSlotId]- subId invalid
  7291. 05-10 10:10:31.734  1903  5953 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7292. 05-10 10:10:31.734 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7293. 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
  7294. 05-10 10:10:32.291  1903  5953 D SubscriptionController: [getActiveSubInfoList]+
  7295. 05-10 10:10:32.310  1903  5953 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready
  7296. 05-10 10:10:43.497  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7297. 05-10 10:10:43.497  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7298. 05-10 10:10:43.504  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7299. 05-10 10:10:43.505  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7300. 05-10 10:10:43.664  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7301. 05-10 10:10:43.665  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7302. 05-10 10:10:43.677  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7303. 05-10 10:10:43.677  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7304. 05-10 10:10:43.690  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7305. 05-10 10:10:43.691  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7306. 05-10 10:10:43.715  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7307. 05-10 10:10:43.715  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7308. 05-10 10:10:43.764  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7309. 05-10 10:10:43.765  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7310. 05-10 10:10:44.947  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7311. 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
  7312. 05-10 10:10:44.951  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7313. 05-10 10:10:44.951  1903  2824 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7314. 05-10 10:10:44.963  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7315. 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
  7316. 05-10 10:10:45.821  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7317. 05-10 10:10:45.822  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7318. 05-10 10:10:45.831  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7319. 05-10 10:10:45.831  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7320. 05-10 10:10:46.128  1903  5953 D SubscriptionController: [getActiveSubIdList] simInfoSet=[]
  7321. 05-10 10:10:46.128  1903  5953 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0
  7322. 05-10 10:10:46.135  1903  2824 D SubscriptionController: [getActiveSubIdList] simInfoSet=[]
  7323. 05-10 10:10:46.135  1903  2824 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0
  7324. 05-10 10:10:46.286  1903  1929 D SubscriptionController: [getActiveSubInfoList]+
  7325. 05-10 10:10:46.319  1903  1929 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready
  7326. 05-10 10:10:46.836  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7327. 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] ]
  7328. 05-10 10:10:46.837  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7329. 05-10 10:10:46.837  1903  1903 D DctController: [TNF -2]Sub Info has not been ready, remove request.
  7330. 05-10 10:10:47.964  1903  1930 D SubscriptionController: [getActiveSubInfoList]+
  7331. 05-10 10:10:47.977  1903  1930 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready
  7332. 05-10 10:10:48.518  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7333. 05-10 10:10:48.518  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7334. 05-10 10:10:48.523  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7335. 05-10 10:10:48.523  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7336. 05-10 10:10:48.529  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7337. 05-10 10:10:48.529  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7338. 05-10 10:10:48.547  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7339. 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] ]
  7340. 05-10 10:10:48.547  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7341. 05-10 10:10:48.547  1903  1903 D SubscriptionController: [getSubId]- sSlotIdxToSubId.size == 0, return DummySubIds slotIdx=0
  7342. 05-10 10:10:48.547  1903  1903 D DctController: [TNF -2]Request not useable, pending request.
  7343. 05-10 10:10:48.570  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7344. 05-10 10:10:48.570  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7345. 05-10 10:10:48.640  1903  1930 D SubscriptionController: [getActiveSubIdList] simInfoSet=[]
  7346. 05-10 10:10:48.640  1903  1930 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0
  7347. 05-10 10:10:48.641  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7348. 05-10 10:10:48.641  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7349. 05-10 10:10:48.641  1903  1903 D DCT     : [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7350. 05-10 10:10:48.642  1903  1903 D DCT     : [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7351. 05-10 10:10:48.647  1903  1929 D SubscriptionController: [getActiveSubIdList] simInfoSet=[]
  7352. 05-10 10:10:48.647  1903  1929 D SubscriptionController: [getActiveSubIdList] X subIdArr.length=0
  7353. 05-10 10:10:51.751  1903  5953 D SubscriptionController: [getSlotId]- subId invalid
  7354. 05-10 10:10:51.751  1903  1929 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7355. 05-10 10:10:51.751 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7356. 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
  7357. 05-10 10:10:51.755  1903  1930 D SubscriptionController: [getSlotId]- subId invalid
  7358. 05-10 10:10:51.756  1903  5953 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7359. 05-10 10:10:51.756 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7360. 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
  7361. 05-10 10:10:51.774  1903  2824 D SubscriptionController: [getSlotId]- subId invalid
  7362. 05-10 10:10:51.775  1903  1930 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7363. 05-10 10:10:51.775 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7364. 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
  7365. 05-10 10:10:51.782  1903  1929 D SubscriptionController: [getSlotId]- subId invalid
  7366. 05-10 10:10:51.786  1903  2824 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7367. 05-10 10:10:51.787 15159 15159 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7368. 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
  7369. 05-10 10:10:54.453  1903  1930 D SubscriptionController: [getSlotId]- subId invalid
  7370. 05-10 10:10:54.473  1903  5953 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7371. 05-10 10:10:54.473  7602  7602 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7372. 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
  7373. 05-10 10:10:55.247  1903  1930 D SubscriptionController: [getSlotId]- subId invalid
  7374. 05-10 10:10:55.268  1903  5953 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7375. 05-10 10:10:55.269 15159 15212 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7376. 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
  7377. 05-10 10:10:55.275  1903  2824 D SubscriptionController: [getSlotId]- subId invalid
  7378. 05-10 10:10:55.293  1903  1930 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7379. 05-10 10:10:55.304 15159 15212 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7380. 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
  7381. 05-10 10:10:55.908  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7382. 05-10 10:10:55.908  1903  1929 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7383. 05-10 10:10:55.919  1903  1930 D SubscriptionController: [getSlotId]- subId invalid
  7384. 05-10 10:10:55.920  1903  5953 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7385. 05-10 10:10:55.920  1882  7748 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7386. 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
  7387. 05-10 10:10:56.050  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7388. 05-10 10:10:58.393  1903  2824 D SubscriptionController: [getSlotId]- subId invalid
  7389. 05-10 10:10:58.394  1903  1930 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7390. 05-10 10:10:58.394  7602  7602 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7391. 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
  7392. 05-10 10:10:59.752  1903  2824 D SubscriptionController: [getActiveSubInfoList]+
  7393. 05-10 10:10:59.776  1903  2824 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready
  7394. 05-10 10:11:01.373  1903  5953 D SubscriptionController: [getActiveSubInfoList]+
  7395. 05-10 10:11:01.379  1903  5953 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready
  7396. 05-10 10:11:13.310  1903  2824 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7397. 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
  7398. 05-10 10:11:13.324  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): not implemented
  7399. 05-10 10:11:13.324  1903  1930 D GsmSST  : [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7400. 05-10 10:11:13.343  1903  5953 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7401. 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
  7402. 05-10 10:11:15.166  1903  1929 D SubscriptionController: [getPhoneId] asked for default subId=-1
  7403. 05-10 10:11:15.166  1903  1929 D SubscriptionController: [getPhoneId]- invalid subId return=-1
  7404. 05-10 10:12:02.187  1903  1930 D SubscriptionController: [getSlotId]- subId invalid
  7405. 05-10 10:12:02.191  1903  5953 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7406. 05-10 10:12:02.196 15159 15227 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7407. 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
  7408. 05-10 10:12:02.203  1903  2824 D SubscriptionController: [getSlotId]- subId invalid
  7409. 05-10 10:12:02.204  1903  1930 D SubscriptionController: getSimStateForSlotIdx:  simState=NOT_READY ordinal=6
  7410. 05-10 10:12:02.204 15159 15227 D SubscriptionManager: getSimStateForSubscriber: simState=6 slotIdx=0
  7411. 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
  7412. 05-10 10:14:01.818  1903  1929 D SubscriptionController: [getActiveSubInfoList]+
  7413. 05-10 10:14:01.820  1903  1929 D SubscriptionController: [getActiveSubInfoList] Sub Controller not ready
  7414. [logcat: 0.301s elapsed]
  7415.  
  7416. ------ KERNEL LOG (dmesg) ------
  7417. ume of devices complete after 2.288 msecs
  7418. <4>[40184.596555] max8903b_resume: resume
  7419. <3>[40184.598356] msm_wm8958_setup_power: codec power setup
  7420. <3>[40184.598478] wm8994_ldo_power: Power up the WM8994 LDOs
  7421. <7>[40184.665281] lm8502_mod_brightness: set LED1 brightness (0) percent
  7422. <7>[40184.667173] lm8502_mod_brightness: set LED2 brightness (0) percent
  7423. <7>[40184.669065] lm8502_mod_brightness: set LED1 brightness (0) percent
  7424. <7>[40184.670591] lm8502_mod_brightness: set LED2 brightness (0) percent
  7425. <6>[40184.670713] PM: resume of devices complete after 85.663 msecs
  7426. <4>[40184.672605] Restarting tasks ... done.
  7427. <6>[40184.681974] suspend: exit suspend, ret = 0 (2016-05-10 12:36:22.013357827 UTC)
  7428. <4>[40185.075925] Freezing user space processes ... (elapsed 0.002 seconds) done.
  7429. <4>[40185.123288] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  7430. <4>[40185.125760] Suspending console(s) (use no_console_suspend to debug)
  7431. <7>[40185.305967] lm8502_mod_brightness: set LED2 brightness (0) percent
  7432. <7>[40185.306394] lm8502_mod_brightness: set LED1 brightness (0) percent
  7433. <7>[40185.315976] lm8502_mod_brightness: set LED1 brightness (0) percent
  7434. <7>[40185.316922] lm8502_mod_brightness: set LED2 brightness (0) percent
  7435. <3>[40185.319700] msm_wm8958_shutdown_power: codec power shutdown
  7436. <3>[40185.319730] wm8994_ldo_power: Power down the WM8994 LDOs
  7437. <4>[40185.321164] max8903b_suspend: suspend
  7438. <6>[40185.343259] PM: suspend of devices complete after 214.908 msecs
  7439. <6>[40185.345762] PM: late suspend of devices complete after 2.440 msecs
  7440. <6>[40185.349302] PM: noirq suspend of devices complete after 3.507 msecs
  7441. <4>[40185.349332] Disabling non-boot CPUs ...
  7442. <6>[40185.369596] msm_pm_enter
  7443. <6>[40185.369596] msm_pm_enter: power collapse
  7444. <6>[40185.369596] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7445. <6>[40185.369596] msm_pm_enter: return
  7446. <6>[40185.370237] Enabling non-boot CPUs ...
  7447. <6>[40185.374570] CPU1 is up
  7448. <6>[40185.377134] PM: noirq resume of devices complete after 2.531 msecs
  7449. <6>[40185.378873] wakeup wake lock: alarm_rtc
  7450. <6>[40185.381498] PM: early resume of devices complete after 2.470 msecs
  7451. <4>[40185.393033] max8903b_resume: resume
  7452. <3>[40185.394834] msm_wm8958_setup_power: codec power setup
  7453. <3>[40185.394956] wm8994_ldo_power: Power up the WM8994 LDOs
  7454. <7>[40185.531247] lm8502_mod_brightness: set LED1 brightness (0) percent
  7455. <7>[40185.532224] lm8502_mod_brightness: set LED2 brightness (0) percent
  7456. <7>[40185.536130] lm8502_mod_brightness: set LED1 brightness (0) percent
  7457. <7>[40185.536588] lm8502_mod_brightness: set LED2 brightness (0) percent
  7458. <6>[40185.536710] PM: resume of devices complete after 155.042 msecs
  7459. <4>[40185.539151] Restarting tasks ... done.
  7460. <6>[40185.560148] suspend: exit suspend, ret = 0 (2016-05-10 12:40:31.024976979 UTC)
  7461. <6>[40186.050443] lsm303dlh_acc_sysfs: hw init start
  7462. <6>[40186.051725] lsm303dlh_acc_sysfs: hw init done
  7463. <4>[40186.677152] Freezing user space processes ... (elapsed 0.002 seconds) done.
  7464. <4>[40187.045347] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  7465. <4>[40187.047300] Suspending console(s) (use no_console_suspend to debug)
  7466. <7>[40187.226743] lm8502_mod_brightness: set LED2 brightness (0) percent
  7467. <7>[40187.227201] lm8502_mod_brightness: set LED1 brightness (0) percent
  7468. <7>[40187.236753] lm8502_mod_brightness: set LED1 brightness (0) percent
  7469. <7>[40187.237729] lm8502_mod_brightness: set LED2 brightness (0) percent
  7470. <3>[40187.240445] msm_wm8958_shutdown_power: codec power shutdown
  7471. <3>[40187.240506] wm8994_ldo_power: Power down the WM8994 LDOs
  7472. <4>[40187.241941] max8903b_suspend: suspend
  7473. <6>[40187.264005] PM: suspend of devices complete after 215.306 msecs
  7474. <6>[40187.266507] PM: late suspend of devices complete after 2.441 msecs
  7475. <6>[40187.270047] PM: noirq suspend of devices complete after 3.509 msecs
  7476. <4>[40187.270292] Disabling non-boot CPUs ...
  7477. <6>[40187.290494] msm_pm_enter
  7478. <6>[40187.290494] msm_pm_enter: power collapse
  7479. <6>[40187.290494] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7480. <6>[40187.290494] msm_pm_enter: return
  7481. <6>[40187.291013] Enabling non-boot CPUs ...
  7482. <6>[40187.295347] CPU1 is up
  7483. <6>[40187.297910] PM: noirq resume of devices complete after 2.502 msecs
  7484. <6>[40187.299650] wakeup wake lock: alarm_rtc
  7485. <6>[40187.302366] PM: early resume of devices complete after 2.532 msecs
  7486. <4>[40187.313840] max8903b_resume: resume
  7487. <3>[40187.315641] msm_wm8958_setup_power: codec power setup
  7488. <3>[40187.315763] wm8994_ldo_power: Power up the WM8994 LDOs
  7489. <7>[40187.426084] lm8502_mod_brightness: set LED1 brightness (0) percent
  7490. <7>[40187.427030] lm8502_mod_brightness: set LED2 brightness (0) percent
  7491. <7>[40187.431211] lm8502_mod_brightness: set LED1 brightness (0) percent
  7492. <7>[40187.431577] lm8502_mod_brightness: set LED2 brightness (0) percent
  7493. <6>[40187.431730] PM: resume of devices complete after 129.248 msecs
  7494. <4>[40187.434232] Restarting tasks ... done.
  7495. <6>[40187.454496] suspend: exit suspend, ret = 0 (2016-05-10 12:45:16.024304449 UTC)
  7496. <6>[40188.166379] lsm303dlh_acc_sysfs: hw init start
  7497. <6>[40188.167264] lsm303dlh_acc_sysfs: hw init done
  7498. <4>[40188.938443] Freezing user space processes ... (elapsed 0.002 seconds) done.
  7499. <4>[40189.147794] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  7500. <4>[40189.149686] Suspending console(s) (use no_console_suspend to debug)
  7501. <7>[40189.344999] lm8502_mod_brightness: set LED2 brightness (0) percent
  7502. <7>[40189.345426] lm8502_mod_brightness: set LED1 brightness (0) percent
  7503. <7>[40189.355161] lm8502_mod_brightness: set LED1 brightness (0) percent
  7504. <7>[40189.356107] lm8502_mod_brightness: set LED2 brightness (0) percent
  7505. <3>[40189.358793] msm_wm8958_shutdown_power: codec power shutdown
  7506. <3>[40189.358823] wm8994_ldo_power: Power down the WM8994 LDOs
  7507. <4>[40189.360044] max8903b_suspend: suspend
  7508. <6>[40189.389554] PM: suspend of devices complete after 238.444 msecs
  7509. <6>[40189.392209] PM: late suspend of devices complete after 2.593 msecs
  7510. <6>[40189.395810] PM: noirq suspend of devices complete after 3.539 msecs
  7511. <4>[40189.395841] Disabling non-boot CPUs ...
  7512. <6>[40189.415799] msm_pm_enter
  7513. <6>[40189.415799] msm_pm_enter: power collapse
  7514. <6>[40189.415799] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7515. <6>[40189.415799] msm_pm_enter: return
  7516. <6>[40189.416318] Enabling non-boot CPUs ...
  7517. <6>[40189.420774] CPU1 is up
  7518. <6>[40189.423520] PM: noirq resume of devices complete after 2.563 msecs
  7519. <6>[40189.425260] wakeup wake lock: alarm_rtc
  7520. <6>[40189.427701] PM: early resume of devices complete after 2.288 msecs
  7521. <4>[40189.439298] max8903b_resume: resume
  7522. <3>[40189.441343] msm_wm8958_setup_power: codec power setup
  7523. <3>[40189.441465] wm8994_ldo_power: Power up the WM8994 LDOs
  7524. <7>[40189.552854] lm8502_mod_brightness: set LED1 brightness (0) percent
  7525. <7>[40189.553861] lm8502_mod_brightness: set LED2 brightness (0) percent
  7526. <7>[40189.557706] lm8502_mod_brightness: set LED1 brightness (0) percent
  7527. <7>[40189.558103] lm8502_mod_brightness: set LED2 brightness (0) percent
  7528. <6>[40189.558408] PM: resume of devices complete after 130.590 msecs
  7529. <4>[40189.561002] Restarting tasks ... done.
  7530. <6>[40189.581083] suspend: exit suspend, ret = 0 (2016-05-10 12:50:02.024395456 UTC)
  7531. <6>[40189.652158] lsm303dlh_acc_sysfs: hw init start
  7532. <6>[40189.653165] lsm303dlh_acc_sysfs: hw init done
  7533. <4>[40190.429014] Freezing user space processes ... (elapsed 0.001 seconds) done.
  7534. <4>[40190.505765] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  7535. <4>[40190.507840] Suspending console(s) (use no_console_suspend to debug)
  7536. <7>[40190.687925] lm8502_mod_brightness: set LED2 brightness (0) percent
  7537. <7>[40190.688352] lm8502_mod_brightness: set LED1 brightness (0) percent
  7538. <7>[40190.698148] lm8502_mod_brightness: set LED1 brightness (0) percent
  7539. <7>[40190.699552] lm8502_mod_brightness: set LED2 brightness (0) percent
  7540. <3>[40190.705747] msm_wm8958_shutdown_power: codec power shutdown
  7541. <3>[40190.705777] wm8994_ldo_power: Power down the WM8994 LDOs
  7542. <4>[40190.707731] max8903b_suspend: suspend
  7543. <6>[40190.729184] PM: suspend of devices complete after 219.935 msecs
  7544. <6>[40190.731778] PM: late suspend of devices complete after 2.532 msecs
  7545. <6>[40190.735379] PM: noirq suspend of devices complete after 3.539 msecs
  7546. <4>[40190.735410] Disabling non-boot CPUs ...
  7547. <6>[40190.755521] msm_pm_enter
  7548. <6>[40190.755521] msm_pm_enter: power collapse
  7549. <6>[40190.755521] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7550. <6>[40190.755521] msm_pm_enter: return
  7551. <6>[40190.756070] Enabling non-boot CPUs ...
  7552. <6>[40190.760495] CPU1 is up
  7553. <6>[40190.763150] PM: noirq resume of devices complete after 2.654 msecs
  7554. <6>[40190.764890] wakeup wake lock: alarm_rtc
  7555. <6>[40190.767362] PM: early resume of devices complete after 2.288 msecs
  7556. <4>[40190.778837] max8903b_resume: resume
  7557. <3>[40190.780668] msm_wm8958_setup_power: codec power setup
  7558. <3>[40190.780759] wm8994_ldo_power: Power up the WM8994 LDOs
  7559. <7>[40190.894498] lm8502_mod_brightness: set LED1 brightness (0) percent
  7560. <7>[40190.896390] lm8502_mod_brightness: set LED2 brightness (0) percent
  7561. <7>[40190.898313] lm8502_mod_brightness: set LED1 brightness (0) percent
  7562. <7>[40190.898710] lm8502_mod_brightness: set LED2 brightness (0) percent
  7563. <6>[40190.898771] PM: resume of devices complete after 131.318 msecs
  7564. <4>[40190.900693] Restarting tasks ... done.
  7565. <6>[40190.903104] suspend: exit suspend, ret = 0 (2016-05-10 12:51:23.005245318 UTC)
  7566. <4>[40191.037351] Freezing user space processes ... (elapsed 0.002 seconds) done.
  7567. <4>[40191.058622] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  7568. <4>[40191.060697] Suspending console(s) (use no_console_suspend to debug)
  7569. <7>[40191.238248] lm8502_mod_brightness: set LED2 brightness (0) percent
  7570. <7>[40191.238675] lm8502_mod_brightness: set LED1 brightness (0) percent
  7571. <7>[40191.248258] lm8502_mod_brightness: set LED1 brightness (0) percent
  7572. <7>[40191.249234] lm8502_mod_brightness: set LED2 brightness (0) percent
  7573. <3>[40191.252012] msm_wm8958_shutdown_power: codec power shutdown
  7574. <3>[40191.252042] wm8994_ldo_power: Power down the WM8994 LDOs
  7575. <4>[40191.253476] max8903b_suspend: suspend
  7576. <6>[40191.275602] PM: suspend of devices complete after 213.396 msecs
  7577. <6>[40191.278074] PM: late suspend of devices complete after 2.440 msecs
  7578. <6>[40191.281644] PM: noirq suspend of devices complete after 3.508 msecs
  7579. <4>[40191.281675] Disabling non-boot CPUs ...
  7580. <6>[40191.301023] msm_pm_enter
  7581. <6>[40191.301023] msm_pm_enter: power collapse
  7582. <6>[40191.301023] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7583. <6>[40191.301023] msm_pm_enter: return
  7584. <6>[40191.301542] Enabling non-boot CPUs ...
  7585. <6>[40191.306028] CPU1 is up
  7586. <6>[40191.308591] PM: noirq resume of devices complete after 2.501 msecs
  7587. <6>[40191.310331] wakeup wake lock: alarm_rtc
  7588. <6>[40191.312894] PM: early resume of devices complete after 2.409 msecs
  7589. <4>[40191.324399] max8903b_resume: resume
  7590. <3>[40191.326230] msm_wm8958_setup_power: codec power setup
  7591. <3>[40191.326352] wm8994_ldo_power: Power up the WM8994 LDOs
  7592. <7>[40191.456907] lm8502_mod_brightness: set LED1 brightness (0) percent
  7593. <7>[40191.457883] lm8502_mod_brightness: set LED2 brightness (0) percent
  7594. <7>[40191.462003] lm8502_mod_brightness: set LED1 brightness (0) percent
  7595. <7>[40191.462339] lm8502_mod_brightness: set LED2 brightness (0) percent
  7596. <6>[40191.462461] PM: resume of devices complete after 149.433 msecs
  7597. <4>[40191.464689] Restarting tasks ... done.
  7598. <6>[40191.489103] suspend: exit suspend, ret = 0 (2016-05-10 12:54:47.028177812 UTC)
  7599. <6>[40191.618161] lsm303dlh_acc_sysfs: hw init start
  7600. <6>[40191.619046] lsm303dlh_acc_sysfs: hw init done
  7601. <4>[40192.306028] Freezing user space processes ... (elapsed 0.002 seconds) done.
  7602. <4>[40192.337217] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  7603. <4>[40192.339139] Suspending console(s) (use no_console_suspend to debug)
  7604. <7>[40192.516050] lm8502_mod_brightness: set LED2 brightness (0) percent
  7605. <7>[40192.516446] lm8502_mod_brightness: set LED1 brightness (0) percent
  7606. <7>[40192.526059] lm8502_mod_brightness: set LED1 brightness (0) percent
  7607. <7>[40192.527036] lm8502_mod_brightness: set LED2 brightness (0) percent
  7608. <3>[40192.529722] msm_wm8958_shutdown_power: codec power shutdown
  7609. <3>[40192.529752] wm8994_ldo_power: Power down the WM8994 LDOs
  7610. <4>[40192.531003] max8903b_suspend: suspend
  7611. <6>[40192.554441] PM: suspend of devices complete after 213.825 msecs
  7612. <6>[40192.556913] PM: late suspend of devices complete after 2.440 msecs
  7613. <6>[40192.560453] PM: noirq suspend of devices complete after 3.508 msecs
  7614. <4>[40192.560483] Disabling non-boot CPUs ...
  7615. <6>[40192.571866] msm_pm_enter
  7616. <6>[40192.571866] msm_pm_enter: power collapse
  7617. <6>[40192.571866] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7618. <6>[40192.571866] msm_pm_enter: return
  7619. <6>[40192.572477] Enabling non-boot CPUs ...
  7620. <6>[40192.576932] CPU1 is up
  7621. <6>[40192.579496] PM: noirq resume of devices complete after 2.532 msecs
  7622. <6>[40192.581235] wakeup wake lock: alarm_rtc
  7623. <6>[40192.583890] PM: early resume of devices complete after 2.470 msecs
  7624. <4>[40192.595395] max8903b_resume: resume
  7625. <3>[40192.597196] msm_wm8958_setup_power: codec power setup
  7626. <3>[40192.597318] wm8994_ldo_power: Power up the WM8994 LDOs
  7627. <7>[40192.731168] lm8502_mod_brightness: set LED1 brightness (0) percent
  7628. <7>[40192.732114] lm8502_mod_brightness: set LED2 brightness (0) percent
  7629. <7>[40192.736448] lm8502_mod_brightness: set LED1 brightness (0) percent
  7630. <7>[40192.736844] lm8502_mod_brightness: set LED2 brightness (0) percent
  7631. <6>[40192.737027] PM: resume of devices complete after 153.001 msecs
  7632. <4>[40192.739499] Restarting tasks ... done.
  7633. <6>[40192.752561] suspend: exit suspend, ret = 0 (2016-05-10 12:59:33.017018022 UTC)
  7634. <6>[40192.783780] lsm303dlh_acc_sysfs: hw init start
  7635. <6>[40192.784818] lsm303dlh_acc_sysfs: hw init done
  7636. <4>[40193.486081] Freezing user space processes ... (elapsed 0.001 seconds) done.
  7637. <4>[40193.551420] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  7638. <4>[40193.553067] Suspending console(s) (use no_console_suspend to debug)
  7639. <7>[40193.726590] lm8502_mod_brightness: set LED2 brightness (0) percent
  7640. <7>[40193.726987] lm8502_mod_brightness: set LED1 brightness (0) percent
  7641. <7>[40193.737485] lm8502_mod_brightness: set LED1 brightness (0) percent
  7642. <7>[40193.738889] lm8502_mod_brightness: set LED2 brightness (0) percent
  7643. <3>[40193.741666] msm_wm8958_shutdown_power: codec power shutdown
  7644. <3>[40193.741727] wm8994_ldo_power: Power down the WM8994 LDOs
  7645. <4>[40193.743070] max8903b_suspend: suspend
  7646. <6>[40193.764249] PM: suspend of devices complete after 209.728 msecs
  7647. <6>[40193.766752] PM: late suspend of devices complete after 2.440 msecs
  7648. <6>[40193.770292] PM: noirq suspend of devices complete after 3.508 msecs
  7649. <4>[40193.770322] Disabling non-boot CPUs ...
  7650. <6>[40193.790464] msm_pm_enter
  7651. <6>[40193.790464] msm_pm_enter: power collapse
  7652. <6>[40193.790464] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7653. <6>[40193.790464] msm_pm_enter: return
  7654. <6>[40193.790983] Enabling non-boot CPUs ...
  7655. <6>[40193.795438] CPU1 is up
  7656. <6>[40193.798032] PM: noirq resume of devices complete after 2.593 msecs
  7657. <6>[40193.799772] wakeup wake lock: alarm_rtc
  7658. <6>[40193.802243] PM: early resume of devices complete after 2.288 msecs
  7659. <4>[40193.813840] max8903b_resume: resume
  7660. <3>[40193.815671] msm_wm8958_setup_power: codec power setup
  7661. <3>[40193.815763] wm8994_ldo_power: Power up the WM8994 LDOs
  7662. <7>[40193.909940] lm8502_mod_brightness: set LED1 brightness (0) percent
  7663. <7>[40193.910611] lm8502_mod_brightness: set LED2 brightness (0) percent
  7664. <7>[40193.912504] lm8502_mod_brightness: set LED1 brightness (0) percent
  7665. <7>[40193.913999] lm8502_mod_brightness: set LED2 brightness (0) percent
  7666. <6>[40193.914182] PM: resume of devices complete after 111.830 msecs
  7667. <4>[40193.916044] Restarting tasks ... done.
  7668. <6>[40193.928403] suspend: exit suspend, ret = 0 (2016-05-10 13:04:19.016375457 UTC)
  7669. <6>[40194.016416] lsm303dlh_acc_sysfs: hw init start
  7670. <6>[40194.017301] lsm303dlh_acc_sysfs: hw init done
  7671. <4>[40194.638913] Freezing user space processes ... (elapsed 0.002 seconds) done.
  7672. <4>[40194.664975] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  7673. <4>[40194.667112] Suspending console(s) (use no_console_suspend to debug)
  7674. <7>[40194.841184] lm8502_mod_brightness: set LED2 brightness (0) percent
  7675. <7>[40194.841642] lm8502_mod_brightness: set LED1 brightness (0) percent
  7676. <7>[40194.851285] lm8502_mod_brightness: set LED1 brightness (0) percent
  7677. <7>[40194.852262] lm8502_mod_brightness: set LED2 brightness (0) percent
  7678. <3>[40194.855039] msm_wm8958_shutdown_power: codec power shutdown
  7679. <3>[40194.855069] wm8994_ldo_power: Power down the WM8994 LDOs
  7680. <4>[40194.856290] max8903b_suspend: suspend
  7681. <6>[40194.879728] PM: suspend of devices complete after 211.155 msecs
  7682. <6>[40194.882200] PM: late suspend of devices complete after 2.440 msecs
  7683. <6>[40194.885892] PM: noirq suspend of devices complete after 3.660 msecs
  7684. <4>[40194.885923] Disabling non-boot CPUs ...
  7685. <6>[40194.906217] msm_pm_enter
  7686. <6>[40194.906217] msm_pm_enter: power collapse
  7687. <6>[40194.906217] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7688. <6>[40194.906217] msm_pm_enter: return
  7689. <6>[40194.906736] Enabling non-boot CPUs ...
  7690. <6>[40194.911069] CPU1 is up
  7691. <6>[40194.913724] PM: noirq resume of devices complete after 2.623 msecs
  7692. <6>[40194.915464] wakeup wake lock: alarm_rtc
  7693. <6>[40194.917936] PM: early resume of devices complete after 2.349 msecs
  7694. <4>[40194.929471] max8903b_resume: resume
  7695. <3>[40194.931302] msm_wm8958_setup_power: codec power setup
  7696. <3>[40194.931394] wm8994_ldo_power: Power up the WM8994 LDOs
  7697. <7>[40195.026609] lm8502_mod_brightness: set LED1 brightness (0) percent
  7698. <7>[40195.027555] lm8502_mod_brightness: set LED2 brightness (0) percent
  7699. <7>[40195.031705] lm8502_mod_brightness: set LED1 brightness (0) percent
  7700. <7>[40195.032071] lm8502_mod_brightness: set LED2 brightness (0) percent
  7701. <6>[40195.032316] PM: resume of devices complete after 114.240 msecs
  7702. <4>[40195.034818] Restarting tasks ... done.
  7703. <6>[40195.052213] suspend: exit suspend, ret = 0 (2016-05-10 13:06:24.021620709 UTC)
  7704. <4>[40195.238736] Freezing user space processes ... (elapsed 0.001 seconds) done.
  7705. <4>[40195.291135] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  7706. <4>[40195.293882] Suspending console(s) (use no_console_suspend to debug)
  7707. <7>[40195.477445] lm8502_mod_brightness: set LED2 brightness (0) percent
  7708. <7>[40195.477872] lm8502_mod_brightness: set LED1 brightness (0) percent
  7709. <7>[40195.488309] lm8502_mod_brightness: set LED1 brightness (0) percent
  7710. <7>[40195.489682] lm8502_mod_brightness: set LED2 brightness (0) percent
  7711. <3>[40195.497007] msm_wm8958_shutdown_power: codec power shutdown
  7712. <3>[40195.497037] wm8994_ldo_power: Power down the WM8994 LDOs
  7713. <4>[40195.499357] max8903b_suspend: suspend
  7714. <6>[40195.520200] PM: suspend of devices complete after 223.647 msecs
  7715. <6>[40195.522672] PM: late suspend of devices complete after 2.440 msecs
  7716. <6>[40195.526548] PM: noirq suspend of devices complete after 3.844 msecs
  7717. <4>[40195.526578] Disabling non-boot CPUs ...
  7718. <6>[40195.546720] msm_pm_enter
  7719. <6>[40195.546720] msm_pm_enter: power collapse
  7720. <6>[40195.546720] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7721. <6>[40195.546720] msm_pm_enter: return
  7722. <6>[40195.547269] Enabling non-boot CPUs ...
  7723. <6>[40195.551572] CPU1 is up
  7724. <6>[40195.554288] PM: noirq resume of devices complete after 2.654 msecs
  7725. <6>[40195.555997] wakeup wake lock: alarm_rtc
  7726. <6>[40195.558500] PM: early resume of devices complete after 2.318 msecs
  7727. <4>[40195.569944] max8903b_resume: resume
  7728. <3>[40195.571744] msm_wm8958_setup_power: codec power setup
  7729. <3>[40195.571866] wm8994_ldo_power: Power up the WM8994 LDOs
  7730. <7>[40195.638974] lm8502_mod_brightness: set LED1 brightness (0) percent
  7731. <7>[40195.639951] lm8502_mod_brightness: set LED2 brightness (0) percent
  7732. <7>[40195.643857] lm8502_mod_brightness: set LED1 brightness (0) percent
  7733. <7>[40195.644254] lm8502_mod_brightness: set LED2 brightness (0) percent
  7734. <6>[40195.644437] PM: resume of devices complete after 85.846 msecs
  7735. <4>[40195.646879] Restarting tasks ... done.
  7736. <6>[40195.660184] suspend: exit suspend, ret = 0 (2016-05-10 13:09:04.017322474 UTC)
  7737. <6>[40195.909879] lsm303dlh_acc_sysfs: hw init start
  7738. <6>[40195.910856] lsm303dlh_acc_sysfs: hw init done
  7739. <4>[40196.624936] Freezing user space processes ... (elapsed 0.002 seconds) done.
  7740. <4>[40196.688047] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  7741. <4>[40196.689908] Suspending console(s) (use no_console_suspend to debug)
  7742. <7>[40196.870816] lm8502_mod_brightness: set LED2 brightness (0) percent
  7743. <7>[40196.871244] lm8502_mod_brightness: set LED1 brightness (0) percent
  7744. <7>[40196.880826] lm8502_mod_brightness: set LED1 brightness (0) percent
  7745. <7>[40196.881772] lm8502_mod_brightness: set LED2 brightness (0) percent
  7746. <3>[40196.884519] msm_wm8958_shutdown_power: codec power shutdown
  7747. <3>[40196.884549] wm8994_ldo_power: Power down the WM8994 LDOs
  7748. <4>[40196.885984] max8903b_suspend: suspend
  7749. <6>[40196.908139] PM: suspend of devices complete after 216.801 msecs
  7750. <6>[40196.910642] PM: late suspend of devices complete after 2.440 msecs
  7751. <6>[40196.914182] PM: noirq suspend of devices complete after 3.508 msecs
  7752. <4>[40196.914396] Disabling non-boot CPUs ...
  7753. <6>[40196.922696] msm_pm_enter
  7754. <6>[40196.922696] msm_pm_enter: power collapse
  7755. <6>[40196.922696] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7756. <6>[40196.922696] msm_pm_enter: return
  7757. <6>[40196.923215] Enabling non-boot CPUs ...
  7758. <6>[40196.927732] CPU1 is up
  7759. <6>[40196.930265] PM: noirq resume of devices complete after 2.532 msecs
  7760. <6>[40196.932004] wakeup wake lock: alarm_rtc
  7761. <6>[40196.934598] PM: early resume of devices complete after 2.410 msecs
  7762. <4>[40196.946103] max8903b_resume: resume
  7763. <3>[40196.947934] msm_wm8958_setup_power: codec power setup
  7764. <3>[40196.948056] wm8994_ldo_power: Power up the WM8994 LDOs
  7765. <7>[40197.079191] lm8502_mod_brightness: set LED1 brightness (0) percent
  7766. <7>[40197.080137] lm8502_mod_brightness: set LED2 brightness (0) percent
  7767. <7>[40197.084256] lm8502_mod_brightness: set LED1 brightness (0) percent
  7768. <7>[40197.084714] lm8502_mod_brightness: set LED2 brightness (0) percent
  7769. <6>[40197.084958] PM: resume of devices complete after 150.195 msecs
  7770. <4>[40197.087400] Restarting tasks ... done.
  7771. <6>[40197.101438] suspend: exit suspend, ret = 0 (2016-05-10 13:13:50.018267286 UTC)
  7772. <6>[40197.124265] lsm303dlh_acc_sysfs: hw init start
  7773. <6>[40197.125913] lsm303dlh_acc_sysfs: hw init done
  7774. <4>[40197.799619] Freezing user space processes ... (elapsed 0.002 seconds) done.
  7775. <4>[40197.831418] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  7776. <4>[40197.833524] Suspending console(s) (use no_console_suspend to debug)
  7777. <7>[40198.017148] lm8502_mod_brightness: set LED2 brightness (0) percent
  7778. <7>[40198.017545] lm8502_mod_brightness: set LED1 brightness (0) percent
  7779. <7>[40198.027738] lm8502_mod_brightness: set LED1 brightness (0) percent
  7780. <7>[40198.029081] lm8502_mod_brightness: set LED2 brightness (0) percent
  7781. <3>[40198.032132] msm_wm8958_shutdown_power: codec power shutdown
  7782. <3>[40198.032193] wm8994_ldo_power: Power down the WM8994 LDOs
  7783. <4>[40198.033445] max8903b_suspend: suspend
  7784. <6>[40198.054258] PM: suspend of devices complete after 219.026 msecs
  7785. <6>[40198.056882] PM: late suspend of devices complete after 2.593 msecs
  7786. <6>[40198.060453] PM: noirq suspend of devices complete after 3.508 msecs
  7787. <4>[40198.060483] Disabling non-boot CPUs ...
  7788. <6>[40198.080381] msm_pm_enter
  7789. <6>[40198.080381] msm_pm_enter: power collapse
  7790. <6>[40198.080381] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7791. <6>[40198.080381] msm_pm_enter: return
  7792. <6>[40198.080930] Enabling non-boot CPUs ...
  7793. <6>[40198.085416] CPU1 is up
  7794. <6>[40198.087949] PM: noirq resume of devices complete after 2.532 msecs
  7795. <6>[40198.089689] wakeup wake lock: alarm_rtc
  7796. <6>[40198.092160] PM: early resume of devices complete after 2.288 msecs
  7797. <4>[40198.103605] max8903b_resume: resume
  7798. <3>[40198.105680] msm_wm8958_setup_power: codec power setup
  7799. <3>[40198.105771] wm8994_ldo_power: Power up the WM8994 LDOs
  7800. <7>[40198.221738] lm8502_mod_brightness: set LED1 brightness (0) percent
  7801. <7>[40198.223630] lm8502_mod_brightness: set LED2 brightness (0) percent
  7802. <7>[40198.225675] lm8502_mod_brightness: set LED1 brightness (0) percent
  7803. <7>[40198.226072] lm8502_mod_brightness: set LED2 brightness (0) percent
  7804. <6>[40198.226163] PM: resume of devices complete after 133.909 msecs
  7805. <4>[40198.228025] Restarting tasks ... done.
  7806. <6>[40198.231412] suspend: exit suspend, ret = 0 (2016-05-10 13:18:36.006282361 UTC)
  7807. <6>[40198.269834] lsm303dlh_acc_sysfs: hw init start
  7808. <6>[40198.270688] lsm303dlh_acc_sysfs: hw init done
  7809. <4>[40198.994626] Freezing user space processes ... (elapsed 0.001 seconds) done.
  7810. <4>[40199.022428] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  7811. <4>[40199.024320] Suspending console(s) (use no_console_suspend to debug)
  7812. <7>[40199.207761] lm8502_mod_brightness: set LED2 brightness (0) percent
  7813. <7>[40199.208188] lm8502_mod_brightness: set LED1 brightness (0) percent
  7814. <7>[40199.218381] lm8502_mod_brightness: set LED1 brightness (0) percent
  7815. <7>[40199.219571] lm8502_mod_brightness: set LED2 brightness (0) percent
  7816. <3>[40199.222654] msm_wm8958_shutdown_power: codec power shutdown
  7817. <3>[40199.222684] wm8994_ldo_power: Power down the WM8994 LDOs
  7818. <4>[40199.223966] max8903b_suspend: suspend
  7819. <6>[40199.244993] PM: suspend of devices complete after 219.156 msecs
  7820. <6>[40199.247617] PM: late suspend of devices complete after 2.562 msecs
  7821. <6>[40199.251157] PM: noirq suspend of devices complete after 3.508 msecs
  7822. <4>[40199.251188] Disabling non-boot CPUs ...
  7823. <6>[40199.271207] msm_pm_enter
  7824. <6>[40199.271207] msm_pm_enter: power collapse
  7825. <6>[40199.271207] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7826. <6>[40199.271207] msm_pm_enter: return
  7827. <6>[40199.271756] Enabling non-boot CPUs ...
  7828. <6>[40199.276273] CPU1 is up
  7829. <6>[40199.278837] PM: noirq resume of devices complete after 2.532 msecs
  7830. <6>[40199.280545] wakeup wake lock: alarm_rtc
  7831. <6>[40199.283017] PM: early resume of devices complete after 2.288 msecs
  7832. <4>[40199.294492] max8903b_resume: resume
  7833. <3>[40199.296384] msm_wm8958_setup_power: codec power setup
  7834. <3>[40199.296506] wm8994_ldo_power: Power up the WM8994 LDOs
  7835. <7>[40199.421994] lm8502_mod_brightness: set LED1 brightness (0) percent
  7836. <7>[40199.422941] lm8502_mod_brightness: set LED2 brightness (0) percent
  7837. <7>[40199.427060] lm8502_mod_brightness: set LED1 brightness (0) percent
  7838. <7>[40199.427488] lm8502_mod_brightness: set LED2 brightness (0) percent
  7839. <6>[40199.427732] PM: resume of devices complete after 144.583 msecs
  7840. <4>[40199.430173] Restarting tasks ... done.
  7841. <6>[40199.449125] suspend: exit suspend, ret = 0 (2016-05-10 13:21:25.023086276 UTC)
  7842. <4>[40199.574949] Freezing user space processes ... (elapsed 0.001 seconds) done.
  7843. <4>[40199.600095] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  7844. <4>[40199.602079] Suspending console(s) (use no_console_suspend to debug)
  7845. <7>[40199.782254] lm8502_mod_brightness: set LED2 brightness (0) percent
  7846. <7>[40199.782682] lm8502_mod_brightness: set LED1 brightness (0) percent
  7847. <7>[40199.792417] lm8502_mod_brightness: set LED1 brightness (0) percent
  7848. <7>[40199.793393] lm8502_mod_brightness: set LED2 brightness (0) percent
  7849. <3>[40199.796079] msm_wm8958_shutdown_power: codec power shutdown
  7850. <3>[40199.796201] wm8994_ldo_power: Power down the WM8994 LDOs
  7851. <4>[40199.797635] max8903b_suspend: suspend
  7852. <6>[40199.819394] PM: suspend of devices complete after 215.842 msecs
  7853. <6>[40199.821866] PM: late suspend of devices complete after 2.440 msecs
  7854. <6>[40199.825406] PM: noirq suspend of devices complete after 3.508 msecs
  7855. <4>[40199.825437] Disabling non-boot CPUs ...
  7856. <6>[40199.845304] msm_pm_enter
  7857. <6>[40199.845304] msm_pm_enter: power collapse
  7858. <6>[40199.845304] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7859. <6>[40199.845304] msm_pm_enter: return
  7860. <6>[40199.845975] Enabling non-boot CPUs ...
  7861. <6>[40199.850339] CPU1 is up
  7862. <6>[40199.852903] PM: noirq resume of devices complete after 2.532 msecs
  7863. <6>[40199.854612] wakeup wake lock: alarm_rtc
  7864. <6>[40199.857206] PM: early resume of devices complete after 2.409 msecs
  7865. <4>[40199.868680] max8903b_resume: resume
  7866. <3>[40199.870511] msm_wm8958_setup_power: codec power setup
  7867. <3>[40199.870603] wm8994_ldo_power: Power up the WM8994 LDOs
  7868. <7>[40199.970273] lm8502_mod_brightness: set LED1 brightness (0) percent
  7869. <7>[40199.971219] lm8502_mod_brightness: set LED2 brightness (0) percent
  7870. <7>[40199.974912] lm8502_mod_brightness: set LED1 brightness (0) percent
  7871. <7>[40199.975248] lm8502_mod_brightness: set LED2 brightness (0) percent
  7872. <6>[40199.975278] PM: resume of devices complete after 117.990 msecs
  7873. <4>[40199.977567] Restarting tasks ... done.
  7874. <6>[40200.003537] suspend: exit suspend, ret = 0 (2016-05-10 13:23:21.029090564 UTC)
  7875. <6>[40200.066434] lsm303dlh_acc_sysfs: hw init start
  7876. <6>[40200.067380] lsm303dlh_acc_sysfs: hw init done
  7877. <4>[40200.825406] Freezing user space processes ... (elapsed 0.001 seconds) done.
  7878. <4>[40200.853299] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  7879. <4>[40200.855344] Suspending console(s) (use no_console_suspend to debug)
  7880. <7>[40201.032773] lm8502_mod_brightness: set LED2 brightness (0) percent
  7881. <7>[40201.033201] lm8502_mod_brightness: set LED1 brightness (0) percent
  7882. <7>[40201.042875] lm8502_mod_brightness: set LED1 brightness (0) percent
  7883. <7>[40201.043821] lm8502_mod_brightness: set LED2 brightness (0) percent
  7884. <3>[40201.046537] msm_wm8958_shutdown_power: codec power shutdown
  7885. <3>[40201.046567] wm8994_ldo_power: Power down the WM8994 LDOs
  7886. <4>[40201.048002] max8903b_suspend: suspend
  7887. <6>[40201.070493] PM: suspend of devices complete after 213.704 msecs
  7888. <6>[40201.072995] PM: late suspend of devices complete after 2.440 msecs
  7889. <6>[40201.076780] PM: noirq suspend of devices complete after 3.752 msecs
  7890. <4>[40201.076810] Disabling non-boot CPUs ...
  7891. <6>[40201.096097] msm_pm_enter
  7892. <6>[40201.096097] msm_pm_enter: power collapse
  7893. <6>[40201.096097] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7894. <6>[40201.096097] msm_pm_enter: return
  7895. <6>[40201.096708] Enabling non-boot CPUs ...
  7896. <6>[40201.101163] CPU1 is up
  7897. <6>[40201.103727] PM: noirq resume of devices complete after 2.532 msecs
  7898. <6>[40201.105466] wakeup wake lock: alarm_rtc
  7899. <6>[40201.108121] PM: early resume of devices complete after 2.470 msecs
  7900. <4>[40201.119565] max8903b_resume: resume
  7901. <3>[40201.121396] msm_wm8958_setup_power: codec power setup
  7902. <3>[40201.121518] wm8994_ldo_power: Power up the WM8994 LDOs
  7903. <7>[40201.256925] lm8502_mod_brightness: set LED1 brightness (0) percent
  7904. <7>[40201.257901] lm8502_mod_brightness: set LED2 brightness (0) percent
  7905. <7>[40201.261991] lm8502_mod_brightness: set LED1 brightness (0) percent
  7906. <7>[40201.262418] lm8502_mod_brightness: set LED2 brightness (0) percent
  7907. <6>[40201.262662] PM: resume of devices complete after 154.434 msecs
  7908. <4>[40201.265134] Restarting tasks ... done.
  7909. <6>[40201.291013] suspend: exit suspend, ret = 0 (2016-05-10 13:25:56.030100028 UTC)
  7910. <4>[40201.398435] Freezing user space processes ... (elapsed 0.001 seconds) done.
  7911. <4>[40201.400663] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  7912. <4>[40201.402829] Suspending console(s) (use no_console_suspend to debug)
  7913. <7>[40201.583066] lm8502_mod_brightness: set LED2 brightness (0) percent
  7914. <7>[40201.583493] lm8502_mod_brightness: set LED1 brightness (0) percent
  7915. <7>[40201.593045] lm8502_mod_brightness: set LED1 brightness (0) percent
  7916. <7>[40201.594022] lm8502_mod_brightness: set LED2 brightness (0) percent
  7917. <3>[40201.596860] msm_wm8958_shutdown_power: codec power shutdown
  7918. <3>[40201.596891] wm8994_ldo_power: Power down the WM8994 LDOs
  7919. <4>[40201.598508] max8903b_suspend: suspend
  7920. <6>[40201.620298] PM: suspend of devices complete after 216.017 msecs
  7921. <6>[40201.622800] PM: late suspend of devices complete after 2.440 msecs
  7922. <6>[40201.626340] PM: noirq suspend of devices complete after 3.508 msecs
  7923. <4>[40201.626371] Disabling non-boot CPUs ...
  7924. <6>[40201.645566] msm_pm_enter
  7925. <6>[40201.645566] msm_pm_enter: power collapse
  7926. <6>[40201.645566] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7927. <6>[40201.645566] msm_pm_enter: return
  7928. <6>[40201.646085] Enabling non-boot CPUs ...
  7929. <6>[40201.650663] CPU1 is up
  7930. <6>[40201.653226] PM: noirq resume of devices complete after 2.532 msecs
  7931. <6>[40201.654935] wakeup wake lock: alarm_rtc
  7932. <6>[40201.657529] PM: early resume of devices complete after 2.409 msecs
  7933. <4>[40201.669004] max8903b_resume: resume
  7934. <3>[40201.670804] msm_wm8958_setup_power: codec power setup
  7935. <3>[40201.670926] wm8994_ldo_power: Power up the WM8994 LDOs
  7936. <7>[40201.803464] lm8502_mod_brightness: set LED1 brightness (0) percent
  7937. <7>[40201.804441] lm8502_mod_brightness: set LED2 brightness (0) percent
  7938. <7>[40201.808378] lm8502_mod_brightness: set LED1 brightness (0) percent
  7939. <7>[40201.808744] lm8502_mod_brightness: set LED2 brightness (0) percent
  7940. <6>[40201.809018] PM: resume of devices complete after 151.384 msecs
  7941. <4>[40201.811460] Restarting tasks ... done.
  7942. <6>[40201.829282] suspend: exit suspend, ret = 0 (2016-05-10 13:28:06.021745056 UTC)
  7943. <6>[40201.966977] lsm303dlh_acc_sysfs: hw init start
  7944. <6>[40201.976865] lsm303dlh_acc_sysfs: hw init done
  7945. <4>[40202.693998] Freezing user space processes ... (elapsed 0.001 seconds) done.
  7946. <4>[40202.741056] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  7947. <4>[40202.742978] Suspending console(s) (use no_console_suspend to debug)
  7948. <7>[40202.920865] lm8502_mod_brightness: set LED2 brightness (0) percent
  7949. <7>[40202.921293] lm8502_mod_brightness: set LED1 brightness (0) percent
  7950. <7>[40202.930936] lm8502_mod_brightness: set LED1 brightness (0) percent
  7951. <7>[40202.931882] lm8502_mod_brightness: set LED2 brightness (0) percent
  7952. <3>[40202.934598] msm_wm8958_shutdown_power: codec power shutdown
  7953. <3>[40202.934629] wm8994_ldo_power: Power down the WM8994 LDOs
  7954. <4>[40202.935849] max8903b_suspend: suspend
  7955. <6>[40202.959806] PM: suspend of devices complete after 215.449 msecs
  7956. <6>[40202.962308] PM: late suspend of devices complete after 2.440 msecs
  7957. <6>[40202.965848] PM: noirq suspend of devices complete after 3.508 msecs
  7958. <4>[40202.965879] Disabling non-boot CPUs ...
  7959. <6>[40202.986173] msm_pm_enter
  7960. <6>[40202.986173] msm_pm_enter: power collapse
  7961. <6>[40202.986173] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7962. <6>[40202.986173] msm_pm_enter: return
  7963. <6>[40202.986692] Enabling non-boot CPUs ...
  7964. <6>[40202.991239] CPU1 is up
  7965. <6>[40202.993802] PM: noirq resume of devices complete after 2.532 msecs
  7966. <6>[40202.995542] wakeup wake lock: alarm_rtc
  7967. <6>[40202.998166] PM: early resume of devices complete after 2.440 msecs
  7968. <4>[40203.009641] max8903b_resume: resume
  7969. <3>[40203.011472] msm_wm8958_setup_power: codec power setup
  7970. <3>[40203.011594] wm8994_ldo_power: Power up the WM8994 LDOs
  7971. <7>[40203.145444] lm8502_mod_brightness: set LED1 brightness (0) percent
  7972. <7>[40203.146390] lm8502_mod_brightness: set LED2 brightness (0) percent
  7973. <7>[40203.150663] lm8502_mod_brightness: set LED1 brightness (0) percent
  7974. <7>[40203.151090] lm8502_mod_brightness: set LED2 brightness (0) percent
  7975. <6>[40203.151304] PM: resume of devices complete after 153.000 msecs
  7976. <4>[40203.153837] Restarting tasks ... done.
  7977. <6>[40203.164762] suspend: exit suspend, ret = 0 (2016-05-10 13:32:52.015035741 UTC)
  7978. <6>[40203.227720] lsm303dlh_acc_sysfs: hw init start
  7979. <6>[40203.228635] lsm303dlh_acc_sysfs: hw init done
  7980. <4>[40203.908658] Freezing user space processes ... (elapsed 0.001 seconds) done.
  7981. <4>[40203.966367] Freezing remaining freezable tasks ... (elapsed 0.003 seconds) done.
  7982. <4>[40203.970304] Suspending console(s) (use no_console_suspend to debug)
  7983. <7>[40204.151456] lm8502_mod_brightness: set LED2 brightness (0) percent
  7984. <7>[40204.151883] lm8502_mod_brightness: set LED1 brightness (0) percent
  7985. <7>[40204.162351] lm8502_mod_brightness: set LED1 brightness (0) percent
  7986. <7>[40204.163755] lm8502_mod_brightness: set LED2 brightness (0) percent
  7987. <3>[40204.171048] msm_wm8958_shutdown_power: codec power shutdown
  7988. <3>[40204.171109] wm8994_ldo_power: Power down the WM8994 LDOs
  7989. <4>[40204.173368] max8903b_suspend: suspend
  7990. <6>[40204.194181] PM: suspend of devices complete after 222.420 msecs
  7991. <6>[40204.196653] PM: late suspend of devices complete after 2.440 msecs
  7992. <6>[40204.200559] PM: noirq suspend of devices complete after 3.844 msecs
  7993. <4>[40204.200589] Disabling non-boot CPUs ...
  7994. <6>[40204.208493] msm_pm_enter
  7995. <6>[40204.208493] msm_pm_enter: power collapse
  7996. <6>[40204.208493] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  7997. <6>[40204.208493] msm_pm_enter: return
  7998. <6>[40204.209043] Enabling non-boot CPUs ...
  7999. <6>[40204.213468] CPU1 is up
  8000. <6>[40204.216092] PM: noirq resume of devices complete after 2.562 msecs
  8001. <6>[40204.217984] wakeup wake lock: alarm_rtc
  8002. <6>[40204.220487] PM: early resume of devices complete after 2.349 msecs
  8003. <4>[40204.232023] max8903b_resume: resume
  8004. <3>[40204.233823] msm_wm8958_setup_power: codec power setup
  8005. <3>[40204.233945] wm8994_ldo_power: Power up the WM8994 LDOs
  8006. <7>[40204.320340] lm8502_mod_brightness: set LED1 brightness (0) percent
  8007. <7>[40204.321286] lm8502_mod_brightness: set LED2 brightness (0) percent
  8008. <7>[40204.325437] lm8502_mod_brightness: set LED1 brightness (0) percent
  8009. <7>[40204.325895] lm8502_mod_brightness: set LED2 brightness (0) percent
  8010. <6>[40204.326078] PM: resume of devices complete after 105.457 msecs
  8011. <4>[40204.328519] Restarting tasks ... done.
  8012. <6>[40204.348111] suspend: exit suspend, ret = 0 (2016-05-10 13:33:52.023785333 UTC)
  8013. <4>[40204.498288] Freezing user space processes ... (elapsed 0.004 seconds) done.
  8014. <4>[40204.520902] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  8015. <4>[40204.523130] Suspending console(s) (use no_console_suspend to debug)
  8016. <7>[40204.704526] lm8502_mod_brightness: set LED2 brightness (0) percent
  8017. <7>[40204.704953] lm8502_mod_brightness: set LED1 brightness (0) percent
  8018. <7>[40204.714566] lm8502_mod_brightness: set LED1 brightness (0) percent
  8019. <7>[40204.715543] lm8502_mod_brightness: set LED2 brightness (0) percent
  8020. <3>[40204.718259] msm_wm8958_shutdown_power: codec power shutdown
  8021. <3>[40204.718290] wm8994_ldo_power: Power down the WM8994 LDOs
  8022. <4>[40204.719693] max8903b_suspend: suspend
  8023. <6>[40204.741727] PM: suspend of devices complete after 217.163 msecs
  8024. <6>[40204.744230] PM: late suspend of devices complete after 2.440 msecs
  8025. <6>[40204.747770] PM: noirq suspend of devices complete after 3.508 msecs
  8026. <4>[40204.747800] Disabling non-boot CPUs ...
  8027. <6>[40204.767240] msm_pm_enter
  8028. <6>[40204.767240] msm_pm_enter: power collapse
  8029. <6>[40204.767240] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  8030. <6>[40204.767240] msm_pm_enter: return
  8031. <6>[40204.767789] Enabling non-boot CPUs ...
  8032. <6>[40204.772275] CPU1 is up
  8033. <6>[40204.774839] PM: noirq resume of devices complete after 2.532 msecs
  8034. <6>[40204.776578] wakeup wake lock: alarm_rtc
  8035. <6>[40204.779142] PM: early resume of devices complete after 2.409 msecs
  8036. <4>[40204.790616] max8903b_resume: resume
  8037. <3>[40204.792447] msm_wm8958_setup_power: codec power setup
  8038. <3>[40204.792539] wm8994_ldo_power: Power up the WM8994 LDOs
  8039. <7>[40204.921964] lm8502_mod_brightness: set LED1 brightness (0) percent
  8040. <7>[40204.922971] lm8502_mod_brightness: set LED2 brightness (0) percent
  8041. <7>[40204.926847] lm8502_mod_brightness: set LED1 brightness (0) percent
  8042. <7>[40204.927213] lm8502_mod_brightness: set LED2 brightness (0) percent
  8043. <6>[40204.927549] PM: resume of devices complete after 148.273 msecs
  8044. <4>[40204.930112] Restarting tasks ... done.
  8045. <6>[40204.944272] suspend: exit suspend, ret = 0 (2016-05-10 13:34:37.018511408 UTC)
  8046. <4>[40205.166593] Freezing user space processes ... (elapsed 0.001 seconds) done.
  8047. <4>[40205.175901] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  8048. <4>[40205.177610] Suspending console(s) (use no_console_suspend to debug)
  8049. <7>[40205.354917] lm8502_mod_brightness: set LED2 brightness (0) percent
  8050. <7>[40205.355344] lm8502_mod_brightness: set LED1 brightness (0) percent
  8051. <7>[40205.364896] lm8502_mod_brightness: set LED1 brightness (0) percent
  8052. <7>[40205.365873] lm8502_mod_brightness: set LED2 brightness (0) percent
  8053. <3>[40205.368650] msm_wm8958_shutdown_power: codec power shutdown
  8054. <3>[40205.368680] wm8994_ldo_power: Power down the WM8994 LDOs
  8055. <4>[40205.370206] max8903b_suspend: suspend
  8056. <6>[40205.392179] PM: suspend of devices complete after 213.087 msecs
  8057. <6>[40205.394651] PM: late suspend of devices complete after 2.440 msecs
  8058. <6>[40205.398221] PM: noirq suspend of devices complete after 3.508 msecs
  8059. <4>[40205.398221] Disabling non-boot CPUs ...
  8060. <6>[40205.418302] msm_pm_enter
  8061. <6>[40205.418302] msm_pm_enter: power collapse
  8062. <6>[40205.418302] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  8063. <6>[40205.418302] msm_pm_enter: return
  8064. <6>[40205.418912] Enabling non-boot CPUs ...
  8065. <6>[40205.423246] CPU1 is up
  8066. <6>[40205.425809] PM: noirq resume of devices complete after 2.501 msecs
  8067. <6>[40205.427549] wakeup wake lock: alarm_rtc
  8068. <6>[40205.430173] PM: early resume of devices complete after 2.439 msecs
  8069. <4>[40205.441678] max8903b_resume: resume
  8070. <3>[40205.443479] msm_wm8958_setup_power: codec power setup
  8071. <3>[40205.443601] wm8994_ldo_power: Power up the WM8994 LDOs
  8072. <7>[40205.568815] lm8502_mod_brightness: set LED1 brightness (0) percent
  8073. <7>[40205.569791] lm8502_mod_brightness: set LED2 brightness (0) percent
  8074. <7>[40205.573667] lm8502_mod_brightness: set LED1 brightness (0) percent
  8075. <7>[40205.574094] lm8502_mod_brightness: set LED2 brightness (0) percent
  8076. <6>[40205.574216] PM: resume of devices complete after 143.911 msecs
  8077. <4>[40205.576658] Restarting tasks ... done.
  8078. <6>[40205.590024] suspend: exit suspend, ret = 0 (2016-05-10 13:36:25.017353095 UTC)
  8079. <4>[40205.963529] Freezing user space processes ... (elapsed 0.002 seconds) done.
  8080. <4>[40205.965574] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  8081. <4>[40205.967466] Suspending console(s) (use no_console_suspend to debug)
  8082. <7>[40206.142667] lm8502_mod_brightness: set LED2 brightness (0) percent
  8083. <7>[40206.143155] lm8502_mod_brightness: set LED1 brightness (0) percent
  8084. <7>[40206.152860] lm8502_mod_brightness: set LED1 brightness (0) percent
  8085. <7>[40206.153806] lm8502_mod_brightness: set LED2 brightness (0) percent
  8086. <3>[40206.156492] msm_wm8958_shutdown_power: codec power shutdown
  8087. <3>[40206.156553] wm8994_ldo_power: Power down the WM8994 LDOs
  8088. <4>[40206.157834] max8903b_suspend: suspend
  8089. <6>[40206.180997] PM: suspend of devices complete after 211.956 msecs
  8090. <6>[40206.183469] PM: late suspend of devices complete after 2.441 msecs
  8091. <6>[40206.187009] PM: noirq suspend of devices complete after 3.509 msecs
  8092. <4>[40206.187040] Disabling non-boot CPUs ...
  8093. <6>[40206.207120] msm_pm_enter
  8094. <6>[40206.207120] msm_pm_enter: power collapse
  8095. <6>[40206.207120] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  8096. <6>[40206.207120] msm_pm_enter: return
  8097. <6>[40206.207639] Enabling non-boot CPUs ...
  8098. <6>[40206.211972] CPU1 is up
  8099. <6>[40206.214536] PM: noirq resume of devices complete after 2.501 msecs
  8100. <6>[40206.216275] wakeup wake lock: alarm_rtc
  8101. <6>[40206.218717] PM: early resume of devices complete after 2.287 msecs
  8102. <4>[40206.230405] max8903b_resume: resume
  8103. <3>[40206.232236] msm_wm8958_setup_power: codec power setup
  8104. <3>[40206.232328] wm8994_ldo_power: Power up the WM8994 LDOs
  8105. <7>[40206.338804] lm8502_mod_brightness: set LED1 brightness (0) percent
  8106. <7>[40206.339780] lm8502_mod_brightness: set LED2 brightness (0) percent
  8107. <7>[40206.343931] lm8502_mod_brightness: set LED1 brightness (0) percent
  8108. <7>[40206.344327] lm8502_mod_brightness: set LED2 brightness (0) percent
  8109. <6>[40206.344602] PM: resume of devices complete after 125.673 msecs
  8110. <4>[40206.347074] Restarting tasks ... done.
  8111. <6>[40206.359006] suspend: exit suspend, ret = 0 (2016-05-10 13:37:37.016163203 UTC)
  8112. <6>[40206.485715] lsm303dlh_acc_sysfs: hw init start
  8113. <6>[40206.487058] lsm303dlh_acc_sysfs: hw init done
  8114. <4>[40207.109006] Freezing user space processes ... (elapsed 0.001 seconds) done.
  8115. <4>[40207.167203] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  8116. <4>[40207.168973] Suspending console(s) (use no_console_suspend to debug)
  8117. <7>[40207.345884] lm8502_mod_brightness: set LED2 brightness (0) percent
  8118. <7>[40207.346311] lm8502_mod_brightness: set LED1 brightness (0) percent
  8119. <7>[40207.355893] lm8502_mod_brightness: set LED1 brightness (0) percent
  8120. <7>[40207.356839] lm8502_mod_brightness: set LED2 brightness (0) percent
  8121. <3>[40207.359586] msm_wm8958_shutdown_power: codec power shutdown
  8122. <3>[40207.359617] wm8994_ldo_power: Power down the WM8994 LDOs
  8123. <4>[40207.361081] max8903b_suspend: suspend
  8124. <6>[40207.383573] PM: suspend of devices complete after 213.084 msecs
  8125. <6>[40207.386045] PM: late suspend of devices complete after 2.440 msecs
  8126. <6>[40207.389615] PM: noirq suspend of devices complete after 3.508 msecs
  8127. <4>[40207.389646] Disabling non-boot CPUs ...
  8128. <6>[40207.400998] msm_pm_enter
  8129. <6>[40207.400998] msm_pm_enter: power collapse
  8130. <6>[40207.400998] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  8131. <6>[40207.400998] msm_pm_enter: return
  8132. <6>[40207.401548] Enabling non-boot CPUs ...
  8133. <6>[40207.405973] CPU1 is up
  8134. <6>[40207.408506] PM: noirq resume of devices complete after 2.532 msecs
  8135. <6>[40207.410398] wakeup wake lock: alarm_rtc
  8136. <6>[40207.412900] PM: early resume of devices complete after 2.349 msecs
  8137. <4>[40207.424436] max8903b_resume: resume
  8138. <3>[40207.426236] msm_wm8958_setup_power: codec power setup
  8139. <3>[40207.426358] wm8994_ldo_power: Power up the WM8994 LDOs
  8140. <7>[40207.490354] lm8502_mod_brightness: set LED1 brightness (0) percent
  8141. <7>[40207.491147] lm8502_mod_brightness: set LED2 brightness (0) percent
  8142. <7>[40207.495206] lm8502_mod_brightness: set LED1 brightness (0) percent
  8143. <7>[40207.496915] lm8502_mod_brightness: set LED2 brightness (0) percent
  8144. <6>[40207.497098] PM: resume of devices complete after 84.111 msecs
  8145. <4>[40207.499692] Restarting tasks ... done.
  8146. <6>[40207.519498] suspend: exit suspend, ret = 0 (2016-05-10 13:42:23.025342553 UTC)
  8147. <6>[40207.696134] lsm303dlh_acc_sysfs: hw init start
  8148. <6>[40207.697019] lsm303dlh_acc_sysfs: hw init done
  8149. <4>[40208.395627] Freezing user space processes ... (elapsed 0.002 seconds) done.
  8150. <4>[40208.458402] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  8151. <4>[40208.460233] Suspending console(s) (use no_console_suspend to debug)
  8152. <7>[40208.643979] lm8502_mod_brightness: set LED2 brightness (0) percent
  8153. <7>[40208.644407] lm8502_mod_brightness: set LED1 brightness (0) percent
  8154. <7>[40208.654294] lm8502_mod_brightness: set LED1 brightness (0) percent
  8155. <7>[40208.655362] lm8502_mod_brightness: set LED2 brightness (0) percent
  8156. <3>[40208.658139] msm_wm8958_shutdown_power: codec power shutdown
  8157. <3>[40208.658201] wm8994_ldo_power: Power down the WM8994 LDOs
  8158. <4>[40208.659452] max8903b_suspend: suspend
  8159. <6>[40208.680265] PM: suspend of devices complete after 218.655 msecs
  8160. <6>[40208.682767] PM: late suspend of devices complete after 2.440 msecs
  8161. <6>[40208.686307] PM: noirq suspend of devices complete after 3.508 msecs
  8162. <4>[40208.686338] Disabling non-boot CPUs ...
  8163. <6>[40208.706418] msm_pm_enter
  8164. <6>[40208.706418] msm_pm_enter: power collapse
  8165. <6>[40208.706418] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  8166. <6>[40208.706418] msm_pm_enter: return
  8167. <6>[40208.706937] Enabling non-boot CPUs ...
  8168. <6>[40208.711484] CPU1 is up
  8169. <6>[40208.714048] PM: noirq resume of devices complete after 2.501 msecs
  8170. <6>[40208.715787] wakeup wake lock: alarm_rtc
  8171. <6>[40208.718229] PM: early resume of devices complete after 2.257 msecs
  8172. <4>[40208.729764] max8903b_resume: resume
  8173. <3>[40208.732084] msm_wm8958_setup_power: codec power setup
  8174. <3>[40208.732206] wm8994_ldo_power: Power up the WM8994 LDOs
  8175. <7>[40208.862973] lm8502_mod_brightness: set LED1 brightness (0) percent
  8176. <7>[40208.863920] lm8502_mod_brightness: set LED2 brightness (0) percent
  8177. <7>[40208.868039] lm8502_mod_brightness: set LED1 brightness (0) percent
  8178. <7>[40208.868436] lm8502_mod_brightness: set LED2 brightness (0) percent
  8179. <6>[40208.868772] PM: resume of devices complete after 150.408 msecs
  8180. <4>[40208.871305] Restarting tasks ... done.
  8181. <6>[40208.892118] suspend: exit suspend, ret = 0 (2016-05-10 13:47:09.025128529 UTC)
  8182. <6>[40208.912442] lsm303dlh_acc_sysfs: hw init start
  8183. <6>[40208.914548] lsm303dlh_acc_sysfs: hw init done
  8184. <4>[40209.633634] Freezing user space processes ... (elapsed 0.002 seconds) done.
  8185. <4>[40209.661466] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  8186. <4>[40209.663511] Suspending console(s) (use no_console_suspend to debug)
  8187. <7>[40209.846891] lm8502_mod_brightness: set LED2 brightness (0) percent
  8188. <7>[40209.847348] lm8502_mod_brightness: set LED1 brightness (0) percent
  8189. <7>[40209.857053] lm8502_mod_brightness: set LED1 brightness (0) percent
  8190. <7>[40209.857999] lm8502_mod_brightness: set LED2 brightness (0) percent
  8191. <3>[40209.860685] msm_wm8958_shutdown_power: codec power shutdown
  8192. <3>[40209.860715] wm8994_ldo_power: Power down the WM8994 LDOs
  8193. <4>[40209.862088] max8903b_suspend: suspend
  8194. <6>[40209.884153] PM: suspend of devices complete after 219.184 msecs
  8195. <6>[40209.886625] PM: late suspend of devices complete after 2.440 msecs
  8196. <6>[40209.890165] PM: noirq suspend of devices complete after 3.508 msecs
  8197. <4>[40209.890195] Disabling non-boot CPUs ...
  8198. <6>[40209.900968] msm_pm_enter
  8199. <6>[40209.900968] msm_pm_enter: power collapse
  8200. <6>[40209.900968] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  8201. <6>[40209.900968] msm_pm_enter: return
  8202. <6>[40209.901487] Enabling non-boot CPUs ...
  8203. <6>[40209.905973] CPU1 is up
  8204. <6>[40209.908536] PM: noirq resume of devices complete after 2.532 msecs
  8205. <6>[40209.910245] wakeup wake lock: alarm_rtc
  8206. <6>[40209.912961] PM: early resume of devices complete after 2.379 msecs
  8207. <4>[40209.924497] max8903b_resume: resume
  8208. <3>[40209.926297] msm_wm8958_setup_power: codec power setup
  8209. <3>[40209.926420] wm8994_ldo_power: Power up the WM8994 LDOs
  8210. <7>[40210.044156] lm8502_mod_brightness: set LED1 brightness (0) percent
  8211. <7>[40210.045133] lm8502_mod_brightness: set LED2 brightness (0) percent
  8212. <7>[40210.049222] lm8502_mod_brightness: set LED1 brightness (0) percent
  8213. <7>[40210.049588] lm8502_mod_brightness: set LED2 brightness (0) percent
  8214. <6>[40210.049924] PM: resume of devices complete after 136.870 msecs
  8215. <4>[40210.052488] Restarting tasks ... done.
  8216. <6>[40210.065519] suspend: exit suspend, ret = 0 (2016-05-10 13:51:26.017382088 UTC)
  8217. <4>[40210.196317] Freezing user space processes ... (elapsed 0.002 seconds) done.
  8218. <4>[40210.235746] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  8219. <4>[40210.238462] Suspending console(s) (use no_console_suspend to debug)
  8220. <7>[40210.417295] lm8502_mod_brightness: set LED2 brightness (0) percent
  8221. <7>[40210.417722] lm8502_mod_brightness: set LED1 brightness (0) percent
  8222. <7>[40210.427243] lm8502_mod_brightness: set LED1 brightness (0) percent
  8223. <7>[40210.428190] lm8502_mod_brightness: set LED2 brightness (0) percent
  8224. <3>[40210.430997] msm_wm8958_shutdown_power: codec power shutdown
  8225. <3>[40210.431028] wm8994_ldo_power: Power down the WM8994 LDOs
  8226. <4>[40210.432462] max8903b_suspend: suspend
  8227. <6>[40210.454557] PM: suspend of devices complete after 213.255 msecs
  8228. <6>[40210.457029] PM: late suspend of devices complete after 2.440 msecs
  8229. <6>[40210.460569] PM: noirq suspend of devices complete after 3.508 msecs
  8230. <4>[40210.460599] Disabling non-boot CPUs ...
  8231. <6>[40210.480893] msm_pm_enter
  8232. <6>[40210.480893] msm_pm_enter: power collapse
  8233. <6>[40210.480893] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  8234. <6>[40210.480893] msm_pm_enter: return
  8235. <6>[40210.481504] Enabling non-boot CPUs ...
  8236. <6>[40210.485837] CPU1 is up
  8237. <6>[40210.488401] PM: noirq resume of devices complete after 2.532 msecs
  8238. <6>[40210.490140] wakeup wake lock: alarm_rtc
  8239. <6>[40210.492704] PM: early resume of devices complete after 2.410 msecs
  8240. <4>[40210.504117] max8903b_resume: resume
  8241. <3>[40210.505918] msm_wm8958_setup_power: codec power setup
  8242. <3>[40210.506040] wm8994_ldo_power: Power up the WM8994 LDOs
  8243. <7>[40210.610685] lm8502_mod_brightness: set LED1 brightness (0) percent
  8244. <7>[40210.612577] lm8502_mod_brightness: set LED2 brightness (0) percent
  8245. <7>[40210.614591] lm8502_mod_brightness: set LED1 brightness (0) percent
  8246. <7>[40210.614927] lm8502_mod_brightness: set LED2 brightness (0) percent
  8247. <6>[40210.615018] PM: resume of devices complete after 122.203 msecs
  8248. <4>[40210.616971] Restarting tasks ... done.
  8249. <6>[40210.620755] suspend: exit suspend, ret = 0 (2016-05-10 13:51:54.006617643 UTC)
  8250. <6>[40210.719968] lsm303dlh_acc_sysfs: hw init start
  8251. <6>[40210.720945] lsm303dlh_acc_sysfs: hw init done
  8252. <4>[40211.434568] Freezing user space processes ... (elapsed 0.002 seconds) done.
  8253. <4>[40211.458158] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  8254. <4>[40211.459958] Suspending console(s) (use no_console_suspend to debug)
  8255. <7>[40211.637723] lm8502_mod_brightness: set LED2 brightness (0) percent
  8256. <7>[40211.638181] lm8502_mod_brightness: set LED1 brightness (0) percent
  8257. <7>[40211.648221] lm8502_mod_brightness: set LED1 brightness (0) percent
  8258. <7>[40211.649198] lm8502_mod_brightness: set LED2 brightness (0) percent
  8259. <3>[40211.652097] msm_wm8958_shutdown_power: codec power shutdown
  8260. <3>[40211.652189] wm8994_ldo_power: Power down the WM8994 LDOs
  8261. <4>[40211.653623] max8903b_suspend: suspend
  8262. <6>[40211.675290] PM: suspend of devices complete after 213.821 msecs
  8263. <6>[40211.677762] PM: late suspend of devices complete after 2.440 msecs
  8264. <6>[40211.681333] PM: noirq suspend of devices complete after 3.508 msecs
  8265. <4>[40211.681363] Disabling non-boot CPUs ...
  8266. <6>[40211.696622] msm_pm_enter
  8267. <6>[40211.696622] msm_pm_enter: power collapse
  8268. <6>[40211.696622] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  8269. <6>[40211.696622] msm_pm_enter: return
  8270. <6>[40211.697141] Enabling non-boot CPUs ...
  8271. <6>[40211.701597] CPU1 is up
  8272. <6>[40211.704160] PM: noirq resume of devices complete after 2.532 msecs
  8273. <6>[40211.705899] wakeup wake lock: alarm_rtc
  8274. <6>[40211.708341] PM: early resume of devices complete after 2.288 msecs
  8275. <4>[40211.719816] max8903b_resume: resume
  8276. <3>[40211.721769] msm_wm8958_setup_power: codec power setup
  8277. <3>[40211.721860] wm8994_ldo_power: Power up the WM8994 LDOs
  8278. <7>[40211.845945] lm8502_mod_brightness: set LED1 brightness (0) percent
  8279. <7>[40211.846891] lm8502_mod_brightness: set LED2 brightness (0) percent
  8280. <7>[40211.851011] lm8502_mod_brightness: set LED1 brightness (0) percent
  8281. <7>[40211.851499] lm8502_mod_brightness: set LED2 brightness (0) percent
  8282. <6>[40211.851896] PM: resume of devices complete after 143.394 msecs
  8283. <4>[40211.854368] Restarting tasks ... done.
  8284. <6>[40211.862424] suspend: exit suspend, ret = 0 (2016-05-10 13:56:40.012503670 UTC)
  8285. <6>[40211.894071] lsm303dlh_acc_sysfs: hw init start
  8286. <6>[40211.894986] lsm303dlh_acc_sysfs: hw init done
  8287. <4>[40212.600614] Freezing user space processes ... (elapsed 0.001 seconds) done.
  8288. <4>[40212.623410] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  8289. <4>[40212.625669] Suspending console(s) (use no_console_suspend to debug)
  8290. <7>[40212.808347] lm8502_mod_brightness: set LED2 brightness (0) percent
  8291. <7>[40212.808774] lm8502_mod_brightness: set LED1 brightness (0) percent
  8292. <7>[40212.818326] lm8502_mod_brightness: set LED1 brightness (0) percent
  8293. <7>[40212.819303] lm8502_mod_brightness: set LED2 brightness (0) percent
  8294. <3>[40212.822049] msm_wm8958_shutdown_power: codec power shutdown
  8295. <3>[40212.822080] wm8994_ldo_power: Power down the WM8994 LDOs
  8296. <4>[40212.823545] max8903b_suspend: suspend
  8297. <6>[40212.845548] PM: suspend of devices complete after 218.420 msecs
  8298. <6>[40212.848050] PM: late suspend of devices complete after 2.440 msecs
  8299. <6>[40212.851590] PM: noirq suspend of devices complete after 3.508 msecs
  8300. <4>[40212.851621] Disabling non-boot CPUs ...
  8301. <6>[40212.871854] msm_pm_enter
  8302. <6>[40212.871854] msm_pm_enter: power collapse
  8303. <6>[40212.871854] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  8304. <6>[40212.871854] msm_pm_enter: return
  8305. <6>[40212.872495] Enabling non-boot CPUs ...
  8306. <6>[40212.876981] CPU1 is up
  8307. <6>[40212.879545] PM: noirq resume of devices complete after 2.532 msecs
  8308. <6>[40212.881284] wakeup wake lock: alarm_rtc
  8309. <6>[40212.883878] PM: early resume of devices complete after 2.440 msecs
  8310. <4>[40212.895322] max8903b_resume: resume
  8311. <3>[40212.897153] msm_wm8958_setup_power: codec power setup
  8312. <3>[40212.897275] wm8994_ldo_power: Power up the WM8994 LDOs
  8313. <7>[40213.034086] lm8502_mod_brightness: set LED1 brightness (0) percent
  8314. <7>[40213.035032] lm8502_mod_brightness: set LED2 brightness (0) percent
  8315. <7>[40213.039151] lm8502_mod_brightness: set LED1 brightness (0) percent
  8316. <7>[40213.039548] lm8502_mod_brightness: set LED2 brightness (0) percent
  8317. <6>[40213.039823] PM: resume of devices complete after 155.838 msecs
  8318. <4>[40213.042356] Restarting tasks ... done.
  8319. <6>[40213.056913] suspend: exit suspend, ret = 0 (2016-05-10 14:00:01.018816755 UTC)
  8320. <4>[40213.195005] Freezing user space processes ... (elapsed 0.002 seconds) done.
  8321. <4>[40213.197110] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  8322. <4>[40213.199186] Suspending console(s) (use no_console_suspend to debug)
  8323. <7>[40213.378690] lm8502_mod_brightness: set LED2 brightness (0) percent
  8324. <7>[40213.379117] lm8502_mod_brightness: set LED1 brightness (0) percent
  8325. <7>[40213.388669] lm8502_mod_brightness: set LED1 brightness (0) percent
  8326. <7>[40213.389646] lm8502_mod_brightness: set LED2 brightness (0) percent
  8327. <3>[40213.392392] msm_wm8958_shutdown_power: codec power shutdown
  8328. <3>[40213.392423] wm8994_ldo_power: Power down the WM8994 LDOs
  8329. <4>[40213.393857] max8903b_suspend: suspend
  8330. <6>[40213.414609] PM: suspend of devices complete after 213.978 msecs
  8331. <6>[40213.417112] PM: late suspend of devices complete after 2.440 msecs
  8332. <6>[40213.420652] PM: noirq suspend of devices complete after 3.508 msecs
  8333. <4>[40213.420682] Disabling non-boot CPUs ...
  8334. <6>[40213.439908] msm_pm_enter
  8335. <6>[40213.439908] msm_pm_enter: power collapse
  8336. <6>[40213.439908] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  8337. <6>[40213.439908] msm_pm_enter: return
  8338. <6>[40213.440427] Enabling non-boot CPUs ...
  8339. <6>[40213.444761] CPU1 is up
  8340. <6>[40213.447324] PM: noirq resume of devices complete after 2.532 msecs
  8341. <6>[40213.449064] wakeup wake lock: alarm_rtc
  8342. <6>[40213.451505] PM: early resume of devices complete after 2.288 msecs
  8343. <4>[40213.463041] max8903b_resume: resume
  8344. <3>[40213.464841] msm_wm8958_setup_power: codec power setup
  8345. <3>[40213.464963] wm8994_ldo_power: Power up the WM8994 LDOs
  8346. <7>[40213.583219] lm8502_mod_brightness: set LED1 brightness (0) percent
  8347. <7>[40213.584226] lm8502_mod_brightness: set LED2 brightness (0) percent
  8348. <7>[40213.588102] lm8502_mod_brightness: set LED1 brightness (0) percent
  8349. <7>[40213.588468] lm8502_mod_brightness: set LED2 brightness (0) percent
  8350. <6>[40213.588743] PM: resume of devices complete after 137.142 msecs
  8351. <4>[40213.591214] Restarting tasks ... done.
  8352. <6>[40213.602628] suspend: exit suspend, ret = 0 (2016-05-10 14:01:25.015553537 UTC)
  8353. <6>[40213.767301] lsm303dlh_acc_sysfs: hw init start
  8354. <6>[40213.768399] lsm303dlh_acc_sysfs: hw init done
  8355. <4>[40214.455350] Freezing user space processes ... (elapsed 0.001 seconds) done.
  8356. <4>[40214.501493] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  8357. <4>[40214.503690] Suspending console(s) (use no_console_suspend to debug)
  8358. <7>[40214.686490] lm8502_mod_brightness: set LED2 brightness (0) percent
  8359. <7>[40214.686918] lm8502_mod_brightness: set LED1 brightness (0) percent
  8360. <7>[40214.697324] lm8502_mod_brightness: set LED1 brightness (0) percent
  8361. <7>[40214.698728] lm8502_mod_brightness: set LED2 brightness (0) percent
  8362. <3>[40214.706022] msm_wm8958_shutdown_power: codec power shutdown
  8363. <3>[40214.706083] wm8994_ldo_power: Power down the WM8994 LDOs
  8364. <4>[40214.708341] max8903b_suspend: suspend
  8365. <6>[40214.729093] PM: suspend of devices complete after 223.959 msecs
  8366. <6>[40214.731565] PM: late suspend of devices complete after 2.440 msecs
  8367. <6>[40214.735471] PM: noirq suspend of devices complete after 3.874 msecs
  8368. <4>[40214.735502] Disabling non-boot CPUs ...
  8369. <6>[40214.755491] msm_pm_enter
  8370. <6>[40214.755491] msm_pm_enter: power collapse
  8371. <6>[40214.755491] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  8372. <6>[40214.755491] msm_pm_enter: return
  8373. <6>[40214.756009] Enabling non-boot CPUs ...
  8374. <6>[40214.760343] CPU1 is up
  8375. <6>[40214.763028] PM: noirq resume of devices complete after 2.684 msecs
  8376. <6>[40214.764768] wakeup wake lock: alarm_rtc
  8377. <6>[40214.767270] PM: early resume of devices complete after 2.349 msecs
  8378. <4>[40214.778684] max8903b_resume: resume
  8379. <3>[40214.780515] msm_wm8958_setup_power: codec power setup
  8380. <3>[40214.780607] wm8994_ldo_power: Power up the WM8994 LDOs
  8381. <7>[40214.844541] lm8502_mod_brightness: set LED1 brightness (0) percent
  8382. <7>[40214.845517] lm8502_mod_brightness: set LED2 brightness (0) percent
  8383. <7>[40214.849424] lm8502_mod_brightness: set LED1 brightness (0) percent
  8384. <7>[40214.849851] lm8502_mod_brightness: set LED2 brightness (0) percent
  8385. <6>[40214.850034] PM: resume of devices complete after 82.706 msecs
  8386. <4>[40214.852597] Restarting tasks ... done.
  8387. <6>[40214.866178] suspend: exit suspend, ret = 0 (2016-05-10 14:06:11.017749780 UTC)
  8388. <6>[40214.903531] lsm303dlh_acc_sysfs: hw init start
  8389. <6>[40214.905545] lsm303dlh_acc_sysfs: hw init done
  8390. <4>[40215.590116] Freezing user space processes ... (elapsed 0.004 seconds) done.
  8391. <4>[40215.616452] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  8392. <4>[40215.618467] Suspending console(s) (use no_console_suspend to debug)
  8393. <7>[40215.799802] lm8502_mod_brightness: set LED2 brightness (0) percent
  8394. <7>[40215.800229] lm8502_mod_brightness: set LED1 brightness (0) percent
  8395. <7>[40215.809751] lm8502_mod_brightness: set LED1 brightness (0) percent
  8396. <7>[40215.810697] lm8502_mod_brightness: set LED2 brightness (0) percent
  8397. <3>[40215.813535] msm_wm8958_shutdown_power: codec power shutdown
  8398. <3>[40215.813566] wm8994_ldo_power: Power down the WM8994 LDOs
  8399. <4>[40215.815030] max8903b_suspend: suspend
  8400. <6>[40215.837339] PM: suspend of devices complete after 217.411 msecs
  8401. <6>[40215.839811] PM: late suspend of devices complete after 2.440 msecs
  8402. <6>[40215.843595] PM: noirq suspend of devices complete after 3.752 msecs
  8403. <4>[40215.843625] Disabling non-boot CPUs ...
  8404. <6>[40215.863736] msm_pm_enter
  8405. <6>[40215.863736] msm_pm_enter: power collapse
  8406. <6>[40215.863736] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  8407. <6>[40215.863736] msm_pm_enter: return
  8408. <6>[40215.864255] Enabling non-boot CPUs ...
  8409. <6>[40215.868558] CPU1 is up
  8410. <6>[40215.871122] PM: noirq resume of devices complete after 2.501 msecs
  8411. <6>[40215.872861] wakeup wake lock: alarm_rtc
  8412. <6>[40215.875577] PM: early resume of devices complete after 2.532 msecs
  8413. <4>[40215.886991] max8903b_resume: resume
  8414. <3>[40215.888822] msm_wm8958_setup_power: codec power setup
  8415. <3>[40215.888944] wm8994_ldo_power: Power up the WM8994 LDOs
  8416. <7>[40216.000638] lm8502_mod_brightness: set LED1 brightness (0) percent
  8417. <7>[40216.001584] lm8502_mod_brightness: set LED2 brightness (0) percent
  8418. <7>[40216.005338] lm8502_mod_brightness: set LED1 brightness (0) percent
  8419. <7>[40216.005704] lm8502_mod_brightness: set LED2 brightness (0) percent
  8420. <6>[40216.005948] PM: resume of devices complete after 130.221 msecs
  8421. <4>[40216.008329] Restarting tasks ... done.
  8422. <6>[40216.020841] suspend: exit suspend, ret = 0 (2016-05-10 14:06:27.016040986 UTC)
  8423. <4>[40216.069181] Freezing user space processes ... (elapsed 0.039 seconds) done.
  8424. <4>[40216.144651] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  8425. <4>[40216.147214] Suspending console(s) (use no_console_suspend to debug)
  8426. <7>[40216.340085] lm8502_mod_brightness: set LED2 brightness (0) percent
  8427. <7>[40216.340513] lm8502_mod_brightness: set LED1 brightness (0) percent
  8428. <7>[40216.350278] lm8502_mod_brightness: set LED1 brightness (0) percent
  8429. <7>[40216.351651] lm8502_mod_brightness: set LED2 brightness (0) percent
  8430. <3>[40216.358945] msm_wm8958_shutdown_power: codec power shutdown
  8431. <3>[40216.359006] wm8994_ldo_power: Power down the WM8994 LDOs
  8432. <4>[40216.361295] max8903b_suspend: suspend
  8433. <6>[40216.382169] PM: suspend of devices complete after 232.638 msecs
  8434. <6>[40216.384855] PM: late suspend of devices complete after 2.654 msecs
  8435. <6>[40216.388456] PM: noirq suspend of devices complete after 3.569 msecs
  8436. <4>[40216.388486] Disabling non-boot CPUs ...
  8437. <6>[40216.407712] msm_pm_enter
  8438. <6>[40216.407712] msm_pm_enter: power collapse
  8439. <6>[40216.407712] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  8440. <6>[40216.407712] msm_pm_enter: return
  8441. <6>[40216.408231] Enabling non-boot CPUs ...
  8442. <6>[40216.412565] CPU1 is up
  8443. <6>[40216.415311] PM: noirq resume of devices complete after 2.684 msecs
  8444. <6>[40216.416929] wakeup wake lock: event0-1034
  8445. <6>[40216.419309] PM: early resume of devices complete after 1.800 msecs
  8446. <4>[40216.429349] max8903b_resume: resume
  8447. <3>[40216.430600] msm_wm8958_setup_power: codec power setup
  8448. <3>[40216.430661] wm8994_ldo_power: Power up the WM8994 LDOs
  8449. <7>[40216.516477] lm8502_mod_brightness: set LED1 brightness (0) percent
  8450. <7>[40216.518583] lm8502_mod_brightness: set LED2 brightness (0) percent
  8451. <7>[40216.522825] lm8502_mod_brightness: set LED1 brightness (0) percent
  8452. <7>[40216.523191] lm8502_mod_brightness: set LED2 brightness (0) percent
  8453. <6>[40216.523435] PM: resume of devices complete after 104.024 msecs
  8454. <4>[40216.526731] Restarting tasks ... done.
  8455. <6>[40216.531675] suspend: exit suspend, ret = 0 (2016-05-10 14:08:57.010704068 UTC)
  8456. <6>[40217.306180] request_suspend_state: wakeup (3->0) at 40215372258459 (2016-05-10 14:08:57.784908882 UTC)
  8457. <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
  8458. <3>[40217.417295] [DISP] lcdc_panel_power: ++ 1
  8459. <4>[40217.471952] mdp4_csc_config: Block type 10 isn't supported by CSC.
  8460. <4>[40217.471982] mdp4_csc_config: Block type 8 isn't supported by CSC.
  8461. <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
  8462. <6>[40217.780912] mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 200000000
  8463. <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
  8464. <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
  8465. <6>[40218.209958] lsm303dlh_acc_sysfs: hw init start
  8466. <6>[40218.210843] lsm303dlh_acc_sysfs: hw init done
  8467. <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
  8468. <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
  8469. <3>[40218.454252] [DISP] lcdc_tenderloin_panel_set_backlight: 256
  8470. <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
  8471. <6>[40221.679715] msm_otg_resume: usb exited from low power mode
  8472. <6>[40221.681943] android_work: android_work: did not send uevent (0 0   (null))
  8473. <6>[40221.707029] a6_update_connected_ps: ac=0 usb=0 dock=0
  8474. <6>[40221.707029] max8903b_current_setup: ### CHARGE_DISABLE
  8475. <6>[40221.722959] a6_update_connected_ps: ac=0 usb=0 dock=0
  8476. <6>[40221.722989] max8903b_current_setup: ### CHARGE_DISABLE
  8477. <6>[40221.935239] msm_otg_suspend: usb in low power mode
  8478. <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
  8479. <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
  8480. <6>[40232.444120] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  8481. <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
  8482. <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
  8483. <3>[40236.054532] apr_tal:TIMEOUT for OPEN event
  8484. <3>[40236.054563] APR: Unable to open handle
  8485. <3>[40236.054563] q6asm_audio_client_alloc Registration with APR failed
  8486. <3>[40236.054563] q6asm_audio_client_free: APR Common Port Already Closed
  8487. <3>[40236.054593] asoc: can't open platform msm-dsp-audio.0
  8488. <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
  8489. <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
  8490. <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
  8491. <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
  8492. <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
  8493. <3>[40241.084928] apr_tal:TIMEOUT for OPEN event
  8494. <3>[40241.084958] APR: Unable to open handle
  8495. <3>[40241.084958] q6asm_audio_client_alloc Registration with APR failed
  8496. <3>[40241.084958] q6asm_audio_client_free: APR Common Port Already Closed
  8497. <3>[40241.084989] asoc: can't open platform msm-dsp-audio.0
  8498. <7>[40242.844877] wlan0: no IPv6 routers present
  8499. <3>[40246.084897] apr_tal:TIMEOUT for OPEN event
  8500. <3>[40246.084928] APR: Unable to open handle
  8501. <3>[40246.084928] q6asm_audio_client_alloc Registration with APR failed
  8502. <3>[40246.084958] q6asm_audio_client_free: APR Common Port Already Closed
  8503. <3>[40246.084958] asoc: can't open platform msm-dsp-audio.0
  8504. <3>[40251.084897] apr_tal:TIMEOUT for OPEN event
  8505. <3>[40251.084928] APR: Unable to open handle
  8506. <3>[40251.084928] q6asm_audio_client_alloc Registration with APR failed
  8507. <3>[40251.084958] q6asm_audio_client_free: APR Common Port Already Closed
  8508. <3>[40251.084958] asoc: can't open platform msm-dsp-audio.0
  8509. <3>[40256.094877] apr_tal:TIMEOUT for OPEN event
  8510. <3>[40256.094907] APR: Unable to open handle
  8511. <3>[40256.094907] q6asm_audio_client_alloc Registration with APR failed
  8512. <3>[40256.094938] q6asm_audio_client_free: APR Common Port Already Closed
  8513. <3>[40256.094938] asoc: can't open platform msm-dsp-audio.0
  8514. <6>[40260.192563] lowmemorykiller: Killing 'tPreloadService' (32223), adj 1000,
  8515. <6>[40260.192594]    to free 33120kB on behalf of 'chromium.chrome' (6454) because
  8516. <6>[40260.192594]    cache 122752kB is below limit 122880kB for oom_score_adj 1000
  8517. <6>[40260.192594]    Free memory is -11128kB above reserved
  8518. <6>[40260.211484] binder: release 32223:6637 transaction 3895844 out, still active
  8519. <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
  8520. <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
  8521. <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
  8522. <3>[40261.104947] apr_tal:TIMEOUT for OPEN event
  8523. <3>[40261.104978] APR: Unable to open handle
  8524. <3>[40261.104978] q6asm_audio_client_alloc Registration with APR failed
  8525. <3>[40261.105008] q6asm_audio_client_free: APR Common Port Already Closed
  8526. <3>[40261.105008] asoc: can't open platform msm-dsp-audio.0
  8527. <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
  8528. <6>[40265.766904] binder: 1034:1830 transaction failed 29189, size 496-0
  8529. <6>[40265.766935] binder: send failed reply for transaction 3895844, target dead
  8530. <6>[40267.276029] cfg80211: Calling CRDA for country: US
  8531. <3>[40272.194883] apr_tal:TIMEOUT for OPEN event
  8532. <3>[40272.194913] APR: Unable to open handle
  8533. <3>[40272.194913] q6asm_audio_client_alloc Registration with APR failed
  8534. <3>[40272.194944] q6asm_audio_client_free: APR Common Port Already Closed
  8535. <3>[40272.194944] asoc: can't open platform msm-dsp-audio.0
  8536. <3>[40277.194913] apr_tal:TIMEOUT for OPEN event
  8537. <3>[40277.194944] APR: Unable to open handle
  8538. <3>[40277.194944] q6asm_audio_client_alloc Registration with APR failed
  8539. <3>[40277.194944] q6asm_audio_client_free: APR Common Port Already Closed
  8540. <3>[40277.194974] asoc: can't open platform msm-dsp-audio.0
  8541. <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
  8542. <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
  8543. <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
  8544. <3>[40282.194883] apr_tal:TIMEOUT for OPEN event
  8545. <3>[40282.194913] APR: Unable to open handle
  8546. <3>[40282.194913] q6asm_audio_client_alloc Registration with APR failed
  8547. <3>[40282.194944] q6asm_audio_client_free: APR Common Port Already Closed
  8548. <3>[40282.194944] asoc: can't open platform msm-dsp-audio.0
  8549. <6>[40282.346616] lowmemorykiller: Killing 'oid.gm.exchange' (4574), adj 1000,
  8550. <6>[40282.346616]    to free 23856kB on behalf of 'main' (213) because
  8551. <6>[40282.346616]    cache 122612kB is below limit 122880kB for oom_score_adj 1000
  8552. <6>[40282.346616]    Free memory is -8724kB above reserved
  8553. <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
  8554. <3>[40287.204892] apr_tal:TIMEOUT for OPEN event
  8555. <3>[40287.204892] APR: Unable to open handle
  8556. <3>[40287.204923] q6asm_audio_client_alloc Registration with APR failed
  8557. <3>[40287.204923] q6asm_audio_client_free: APR Common Port Already Closed
  8558. <3>[40287.204953] asoc: can't open platform msm-dsp-audio.0
  8559. <6>[40287.595731] lowmemorykiller: Killing 'ndroid.gms:snet' (25866), adj 1000,
  8560. <6>[40287.595731]    to free 178548kB on behalf of 'chromium.chrome' (6454) because
  8561. <6>[40287.595762]    cache 114696kB is below limit 122880kB for oom_score_adj 1000
  8562. <6>[40287.595762]    Free memory is -11160kB above reserved
  8563. <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
  8564. <3>[40292.204923] apr_tal:TIMEOUT for OPEN event
  8565. <3>[40292.204953] APR: Unable to open handle
  8566. <3>[40292.204953] q6asm_audio_client_alloc Registration with APR failed
  8567. <3>[40292.204953] q6asm_audio_client_free: APR Common Port Already Closed
  8568. <3>[40292.204984] asoc: can't open platform msm-dsp-audio.0
  8569. <6>[40296.746091] binder: 1034:1298 transaction failed 29189, size 320-0
  8570. <6>[40297.055692] msm_vidc_venc: Inside vid_enc_open()
  8571. <6>[40297.055722]
  8572. <6>[40297.055722]  msm_vidc_enc: Inside vid_enc_open_client()
  8573. <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
  8574. <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
  8575. <4>[40297.057004]
  8576. <4>[40297.057004] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8577. <6>[40297.075437] fw_version 2:28:2013
  8578. <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
  8579. <6>[40297.079587]
  8580. <6>[40297.079587]  msm_vidc_enc: Inside vid_enc_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  8581. <4>[40297.079618] vidc_cleanup_addr_table(): buffer = INPUT
  8582. <6>[40297.079618]
  8583. <6>[40297.079618]  msm_vidc_enc: Inside vid_enc_close_client()
  8584. <6>[40297.098874]
  8585. <6>[40297.098874]  msm_vidc_enc: Return from vid_enc_release()
  8586. <6>[40297.100309] msm_vidc_venc: Inside vid_enc_open()
  8587. <6>[40297.100309]
  8588. <6>[40297.100309]  msm_vidc_enc: Inside vid_enc_open_client()
  8589. <4>[40297.101590]
  8590. <4>[40297.101590] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8591. <6>[40297.125180] fw_version 2:28:2013
  8592. <6>[40297.126310]
  8593. <6>[40297.126310]  msm_vidc_enc: Inside vid_enc_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  8594. <4>[40297.126340] vidc_cleanup_addr_table(): buffer = INPUT
  8595. <6>[40297.126340]
  8596. <6>[40297.126340]  msm_vidc_enc: Inside vid_enc_close_client()
  8597. <6>[40297.148740]
  8598. <6>[40297.148771]  msm_vidc_enc: Return from vid_enc_release()
  8599. <6>[40297.150022] msm_vidc_venc: Inside vid_enc_open()
  8600. <6>[40297.150022]
  8601. <6>[40297.150052]  msm_vidc_enc: Inside vid_enc_open_client()
  8602. <4>[40297.151334]
  8603. <4>[40297.151365] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8604. <6>[40297.175199] fw_version 2:28:2013
  8605. <6>[40297.176694]
  8606. <6>[40297.176694]  msm_vidc_enc: Inside vid_enc_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  8607. <4>[40297.176725] vidc_cleanup_addr_table(): buffer = INPUT
  8608. <6>[40297.176725]
  8609. <6>[40297.176725]  msm_vidc_enc: Inside vid_enc_close_client()
  8610. <6>[40297.198972]
  8611. <6>[40297.198972]  msm_vidc_enc: Return from vid_enc_release()
  8612. <3>[40297.204923] apr_tal:TIMEOUT for OPEN event
  8613. <3>[40297.204953] APR: Unable to open handle
  8614. <3>[40297.204953] q6asm_audio_client_alloc Registration with APR failed
  8615. <3>[40297.204953] q6asm_audio_client_free: APR Common Port Already Closed
  8616. <3>[40297.204984] asoc: can't open platform msm-dsp-audio.0
  8617. <6>[40297.233182] msm_vidc_dec: Inside vid_dec_open()
  8618. <4>[40297.234494]
  8619. <4>[40297.234494] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8620. <6>[40297.255246] fw_version 2:28:2013
  8621. <6>[40297.257108] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  8622. <4>[40297.257139] vidc_cleanup_addr_table(): buffer = INPUT
  8623. <6>[40297.288968] msm_vidc_dec: Return from vid_dec_release()
  8624. <6>[40297.289792] msm_vidc_dec: Inside vid_dec_open()
  8625. <4>[40297.291105]
  8626. <4>[40297.291105] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8627. <6>[40297.318021] fw_version 2:28:2013
  8628. <6>[40297.325193] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  8629. <4>[40297.325223] vidc_cleanup_addr_table(): buffer = INPUT
  8630. <6>[40297.348874] msm_vidc_dec: Return from vid_dec_release()
  8631. <6>[40297.350095] msm_vidc_dec: Inside vid_dec_open()
  8632. <4>[40297.351407]
  8633. <4>[40297.351407] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8634. <6>[40297.375699] fw_version 2:28:2013
  8635. <6>[40297.380399] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  8636. <4>[40297.380430] vidc_cleanup_addr_table(): buffer = INPUT
  8637. <6>[40297.398923] msm_vidc_dec: Return from vid_dec_release()
  8638. <6>[40297.399778] msm_vidc_dec: Inside vid_dec_open()
  8639. <4>[40297.401181]
  8640. <4>[40297.401212] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8641. <6>[40297.425473] fw_version 2:28:2013
  8642. <6>[40297.431485] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  8643. <4>[40297.431516] vidc_cleanup_addr_table(): buffer = INPUT
  8644. <6>[40297.449003] msm_vidc_dec: Return from vid_dec_release()
  8645. <6>[40297.449979] msm_vidc_dec: Inside vid_dec_open()
  8646. <4>[40297.451352]
  8647. <4>[40297.451352] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8648. <6>[40297.475614] fw_version 2:28:2013
  8649. <6>[40297.477933] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  8650. <4>[40297.477933] vidc_cleanup_addr_table(): buffer = INPUT
  8651. <6>[40297.499845] msm_vidc_dec: Return from vid_dec_release()
  8652. <4>[40297.504026]
  8653. <4>[40297.504026] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8654. <6>[40297.525205] fw_version 2:28:2013
  8655. <3>[40297.525296] Securing...
  8656. <3>[40297.525388] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0
  8657. <3>[40297.525388] ION heap secure failed heap id 8 rc -22
  8658. <3>[40297.525419] Secure session operation failure
  8659. <3>[40297.545041] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8660. <4>[40297.650449]
  8661. <4>[40297.650449] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8662. <6>[40297.665403] fw_version 2:28:2013
  8663. <3>[40297.665525] Securing...
  8664. <3>[40297.665586] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0
  8665. <3>[40297.665616] ION heap secure failed heap id 8 rc -22
  8666. <3>[40297.665616] Secure session operation failure
  8667. <3>[40297.685025] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8668. <4>[40297.790403]
  8669. <4>[40297.790403] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8670. <6>[40297.805265] fw_version 2:28:2013
  8671. <3>[40297.805356] Securing...
  8672. <3>[40297.805448] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0
  8673. <3>[40297.805448] ION heap secure failed heap id 8 rc -22
  8674. <3>[40297.805478] Secure session operation failure
  8675. <3>[40297.825010] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8676. <4>[40297.930570]
  8677. <4>[40297.930570] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8678. <6>[40297.956266] fw_version 2:28:2013
  8679. <3>[40297.956357] Securing...
  8680. <3>[40297.956449] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0
  8681. <3>[40297.956449] ION heap secure failed heap id 8 rc -22
  8682. <3>[40297.956479] Secure session operation failure
  8683. <3>[40297.975400] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8684. <4>[40298.080991]
  8685. <4>[40298.080991] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8686. <6>[40298.115628] fw_version 2:28:2013
  8687. <3>[40298.115751] Securing...
  8688. <3>[40298.115812] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0
  8689. <3>[40298.115842] ION heap secure failed heap id 8 rc -22
  8690. <3>[40298.115842] Secure session operation failure
  8691. <3>[40298.135007] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8692. <4>[40298.243406]
  8693. <4>[40298.243436] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8694. <6>[40298.265439] fw_version 2:28:2013
  8695. <3>[40298.265561] Securing...
  8696. <3>[40298.265622] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0
  8697. <3>[40298.265653] ION heap secure failed heap id 8 rc -22
  8698. <3>[40298.265653] Secure session operation failure
  8699. <3>[40298.285032] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8700. <4>[40298.390775]
  8701. <4>[40298.390805] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8702. <6>[40298.409940] fw_version 2:28:2013
  8703. <3>[40298.410062] Securing...
  8704. <3>[40298.410154] ION cannot secure heap with outstanding mappings: User space: 4294967146, kernel space (cached): 0
  8705. <3>[40298.410154] ION heap secure failed heap id 8 rc -22
  8706. <3>[40298.410184] Secure session operation failure
  8707. <3>[40298.425016] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8708. <4>[40298.531919]
  8709. <4>[40298.531919] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8710. <6>[40298.555722] fw_version 2:28:2013
  8711. <3>[40298.555845] Securing...
  8712. <3>[40298.555967] ION cannot secure heap with outstanding mappings: User space: 4294967147, kernel space (cached): 0
  8713. <3>[40298.555997] ION heap secure failed heap id 8 rc -22
  8714. <3>[40298.555997] Secure session operation failure
  8715. <3>[40298.575101] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8716. <4>[40298.680753]
  8717. <4>[40298.680753] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8718. <6>[40298.705228] fw_version 2:28:2013
  8719. <3>[40298.705350] Securing...
  8720. <3>[40298.705411] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8721. <3>[40298.705411] ION heap secure failed heap id 8 rc -22
  8722. <3>[40298.705442] Secure session operation failure
  8723. <3>[40298.725400] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8724. <4>[40298.830777]
  8725. <4>[40298.830777] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8726. <6>[40298.855191] fw_version 2:28:2013
  8727. <3>[40298.855283] Securing...
  8728. <3>[40298.855375] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8729. <3>[40298.855375] ION heap secure failed heap id 8 rc -22
  8730. <3>[40298.855405] Secure session operation failure
  8731. <3>[40298.875028] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8732. <4>[40298.980283]
  8733. <4>[40298.980283] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8734. <6>[40299.005216] fw_version 2:28:2013
  8735. <3>[40299.005338] Securing...
  8736. <3>[40299.005399] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8737. <3>[40299.005430] ION heap secure failed heap id 8 rc -22
  8738. <3>[40299.005430] Secure session operation failure
  8739. <3>[40299.024991] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8740. <4>[40299.130368]
  8741. <4>[40299.130368] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8742. <6>[40299.165189] fw_version 2:28:2013
  8743. <3>[40299.165311] Securing...
  8744. <3>[40299.165403] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8745. <3>[40299.165403] ION heap secure failed heap id 8 rc -22
  8746. <3>[40299.165433] Secure session operation failure
  8747. <3>[40299.185056] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8748. <4>[40299.290403]
  8749. <4>[40299.290403] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8750. <6>[40299.305539] fw_version 2:28:2013
  8751. <3>[40299.305661] Securing...
  8752. <3>[40299.305722] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8753. <3>[40299.305722] ION heap secure failed heap id 8 rc -22
  8754. <3>[40299.305753] Secure session operation failure
  8755. <3>[40299.324979] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8756. <4>[40299.431241]
  8757. <4>[40299.431241] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8758. <6>[40299.455777] fw_version 2:28:2013
  8759. <3>[40299.455869] Securing...
  8760. <3>[40299.455961] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8761. <3>[40299.455961] ION heap secure failed heap id 8 rc -22
  8762. <3>[40299.455991] Secure session operation failure
  8763. <3>[40299.475400] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8764. <4>[40299.581998]
  8765. <4>[40299.581998] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8766. <6>[40299.605161] fw_version 2:28:2013
  8767. <3>[40299.605253] Securing...
  8768. <3>[40299.605344] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8769. <3>[40299.605344] ION heap secure failed heap id 8 rc -22
  8770. <3>[40299.605344] Secure session operation failure
  8771. <3>[40299.625943] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8772. <4>[40299.733274]
  8773. <4>[40299.733274] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8774. <6>[40299.755246] fw_version 2:28:2013
  8775. <3>[40299.755338] Securing...
  8776. <3>[40299.755430] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8777. <3>[40299.755430] ION heap secure failed heap id 8 rc -22
  8778. <3>[40299.755460] Secure session operation failure
  8779. <3>[40299.774991] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8780. <4>[40299.880246]
  8781. <4>[40299.880246] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8782. <6>[40299.895200] fw_version 2:28:2013
  8783. <3>[40299.895322] Securing...
  8784. <3>[40299.895414] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8785. <3>[40299.895414] ION heap secure failed heap id 8 rc -22
  8786. <3>[40299.895444] Secure session operation failure
  8787. <3>[40299.914975] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8788. <4>[40300.020444]
  8789. <4>[40300.020444] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8790. <6>[40300.035245] fw_version 2:28:2013
  8791. <3>[40300.035367] Securing...
  8792. <3>[40300.035428] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8793. <3>[40300.035459] ION heap secure failed heap id 8 rc -22
  8794. <3>[40300.035459] Secure session operation failure
  8795. <3>[40300.054990] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8796. <4>[40300.160215]
  8797. <4>[40300.160215] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8798. <6>[40300.177305] fw_version 2:28:2013
  8799. <3>[40300.177427] Securing...
  8800. <3>[40300.177488] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8801. <3>[40300.177488] ION heap secure failed heap id 8 rc -22
  8802. <3>[40300.177518] Secure session operation failure
  8803. <3>[40300.195096] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8804. <4>[40300.301023]
  8805. <4>[40300.301023] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8806. <6>[40300.325193] fw_version 2:28:2013
  8807. <3>[40300.325315] Securing...
  8808. <3>[40300.325376] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8809. <3>[40300.325406] ION heap secure failed heap id 8 rc -22
  8810. <3>[40300.325406] Secure session operation failure
  8811. <3>[40300.344999] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8812. <4>[40300.450986]
  8813. <4>[40300.451017] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8814. <6>[40300.475614] fw_version 2:28:2013
  8815. <3>[40300.475705] Securing...
  8816. <3>[40300.475797] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8817. <3>[40300.475797] ION heap secure failed heap id 8 rc -22
  8818. <3>[40300.475827] Secure session operation failure
  8819. <3>[40300.494993] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8820. <4>[40300.602018]
  8821. <4>[40300.602018] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8822. <6>[40300.625242] fw_version 2:28:2013
  8823. <3>[40300.625333] Securing...
  8824. <3>[40300.625425] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8825. <3>[40300.625425] ION heap secure failed heap id 8 rc -22
  8826. <3>[40300.625455] Secure session operation failure
  8827. <3>[40300.645047] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8828. <4>[40300.751279]
  8829. <4>[40300.751310] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8830. <6>[40300.775205] fw_version 2:28:2013
  8831. <3>[40300.775296] Securing...
  8832. <3>[40300.775388] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8833. <3>[40300.775388] ION heap secure failed heap id 8 rc -22
  8834. <3>[40300.775419] Secure session operation failure
  8835. <3>[40300.795011] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8836. <4>[40300.900907]
  8837. <4>[40300.900937] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8838. <6>[40300.917051] fw_version 2:28:2013
  8839. <3>[40300.917173] Securing...
  8840. <3>[40300.917234] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8841. <3>[40300.917264] ION heap secure failed heap id 8 rc -22
  8842. <3>[40300.917264] Secure session operation failure
  8843. <3>[40300.935025] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8844. <4>[40301.040311]
  8845. <4>[40301.040311] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8846. <6>[40301.055234] fw_version 2:28:2013
  8847. <3>[40301.055356] Securing...
  8848. <3>[40301.055417] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8849. <3>[40301.055448] ION heap secure failed heap id 8 rc -22
  8850. <3>[40301.055448] Secure session operation failure
  8851. <3>[40301.074979] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8852. <4>[40301.180875]
  8853. <4>[40301.180875] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8854. <6>[40301.195310] fw_version 2:28:2013
  8855. <3>[40301.195401] Securing...
  8856. <3>[40301.195493] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8857. <3>[40301.195493] ION heap secure failed heap id 8 rc -22
  8858. <3>[40301.195524] Secure session operation failure
  8859. <3>[40301.214963] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8860. <4>[40301.320127]
  8861. <4>[40301.320127] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8862. <6>[40301.345426] fw_version 2:28:2013
  8863. <3>[40301.345548] Securing...
  8864. <3>[40301.345609] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8865. <3>[40301.345609] ION heap secure failed heap id 8 rc -22
  8866. <3>[40301.345639] Secure session operation failure
  8867. <3>[40301.364988] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8868. <4>[40301.470334]
  8869. <4>[40301.470334] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8870. <6>[40301.489347] fw_version 2:28:2013
  8871. <3>[40301.489469] Securing...
  8872. <3>[40301.489560] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8873. <3>[40301.489560] ION heap secure failed heap id 8 rc -22
  8874. <3>[40301.489591] Secure session operation failure
  8875. <3>[40301.505002] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8876. <4>[40301.610349]
  8877. <4>[40301.610349] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8878. <6>[40301.625455] fw_version 2:28:2013
  8879. <3>[40301.625547] Securing...
  8880. <3>[40301.625638] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8881. <3>[40301.625638] ION heap secure failed heap id 8 rc -22
  8882. <3>[40301.625669] Secure session operation failure
  8883. <3>[40301.645017] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8884. <4>[40301.750242]
  8885. <4>[40301.750242] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8886. <6>[40301.765317] fw_version 2:28:2013
  8887. <3>[40301.765439] Securing...
  8888. <3>[40301.765500] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8889. <3>[40301.765531] ION heap secure failed heap id 8 rc -22
  8890. <3>[40301.765531] Secure session operation failure
  8891. <3>[40301.785001] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8892. <4>[40301.890378]
  8893. <4>[40301.890378] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8894. <6>[40301.905301] fw_version 2:28:2013
  8895. <3>[40301.905393] Securing...
  8896. <3>[40301.905484] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8897. <3>[40301.905515] ION heap secure failed heap id 8 rc -22
  8898. <3>[40301.905515] Secure session operation failure
  8899. <3>[40301.924955] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8900. <4>[40302.030240]
  8901. <4>[40302.030240] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8902. <6>[40302.045438] fw_version 2:28:2013
  8903. <3>[40302.045530] Securing...
  8904. <3>[40302.045621] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8905. <3>[40302.045621] ION heap secure failed heap id 8 rc -22
  8906. <3>[40302.045652] Secure session operation failure
  8907. <3>[40302.065213] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8908. <4>[40302.170438]
  8909. <4>[40302.170438] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8910. <6>[40302.185270] fw_version 2:28:2013
  8911. <3>[40302.185453] Securing...
  8912. <3>[40302.185514] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8913. <3>[40302.185544] ION heap secure failed heap id 8 rc -22
  8914. <3>[40302.185544] Secure session operation failure
  8915. <3>[40302.204892] apr_tal:TIMEOUT for OPEN event
  8916. <3>[40302.204923] APR: Unable to open handle
  8917. <3>[40302.204923] q6asm_audio_client_alloc Registration with APR failed
  8918. <3>[40302.204953] q6asm_audio_client_free: APR Common Port Already Closed
  8919. <3>[40302.204953] asoc: can't open platform msm-dsp-audio.0
  8920. <3>[40302.215024] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8921. <4>[40302.320371]
  8922. <4>[40302.320371] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8923. <6>[40302.335325] fw_version 2:28:2013
  8924. <3>[40302.335447] Securing...
  8925. <3>[40302.335538] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8926. <3>[40302.335538] ION heap secure failed heap id 8 rc -22
  8927. <3>[40302.335569] Secure session operation failure
  8928. <3>[40302.355008] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8929. <4>[40302.460386]
  8930. <4>[40302.460386] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8931. <6>[40302.475644] fw_version 2:28:2013
  8932. <3>[40302.475736] Securing...
  8933. <3>[40302.475827] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8934. <3>[40302.475827] ION heap secure failed heap id 8 rc -22
  8935. <3>[40302.475858] Secure session operation failure
  8936. <3>[40302.495023] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8937. <4>[40302.601316]
  8938. <4>[40302.601316] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8939. <6>[40302.625272] fw_version 2:28:2013
  8940. <3>[40302.625364] Securing...
  8941. <3>[40302.625455] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8942. <3>[40302.625455] ION heap secure failed heap id 8 rc -22
  8943. <3>[40302.625486] Secure session operation failure
  8944. <3>[40302.644986] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8945. <4>[40302.750303]
  8946. <4>[40302.750303] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8947. <6>[40302.775205] fw_version 2:28:2013
  8948. <3>[40302.775327] Securing...
  8949. <3>[40302.775388] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8950. <3>[40302.775419] ION heap secure failed heap id 8 rc -22
  8951. <3>[40302.775419] Secure session operation failure
  8952. <3>[40302.794980] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8953. <4>[40302.900571]
  8954. <4>[40302.900602] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8955. <6>[40302.925168] fw_version 2:28:2013
  8956. <3>[40302.925290] Securing...
  8957. <3>[40302.925351] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8958. <3>[40302.925351] ION heap secure failed heap id 8 rc -22
  8959. <3>[40302.925382] Secure session operation failure
  8960. <3>[40302.945005] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8961. <4>[40303.050351]
  8962. <4>[40303.050351] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8963. <6>[40303.075284] fw_version 2:28:2013
  8964. <3>[40303.075376] Securing...
  8965. <3>[40303.075467] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8966. <3>[40303.075467] ION heap secure failed heap id 8 rc -22
  8967. <3>[40303.075498] Secure session operation failure
  8968. <3>[40303.095060] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8969. <4>[40303.202237]
  8970. <4>[40303.202237] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8971. <6>[40303.225583] fw_version 2:28:2013
  8972. <3>[40303.225675] Securing...
  8973. <3>[40303.225766] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8974. <3>[40303.225766] ION heap secure failed heap id 8 rc -22
  8975. <3>[40303.225797] Secure session operation failure
  8976. <3>[40303.245023] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8977. <4>[40303.350339]
  8978. <4>[40303.350339] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8979. <6>[40303.366086] fw_version 2:28:2013
  8980. <3>[40303.366208] Securing...
  8981. <3>[40303.366300] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8982. <3>[40303.366300] ION heap secure failed heap id 8 rc -22
  8983. <3>[40303.366330] Secure session operation failure
  8984. <3>[40303.385190] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8985. <4>[40303.490812]
  8986. <4>[40303.490812] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8987. <6>[40303.505277] fw_version 2:28:2013
  8988. <3>[40303.505368] Securing...
  8989. <3>[40303.505460] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8990. <3>[40303.505460] ION heap secure failed heap id 8 rc -22
  8991. <3>[40303.505491] Secure session operation failure
  8992. <3>[40303.524991] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  8993. <4>[40303.630338]
  8994. <4>[40303.630338] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  8995. <6>[40303.655454] fw_version 2:28:2013
  8996. <3>[40303.655576] Securing...
  8997. <3>[40303.655668] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  8998. <3>[40303.655668] ION heap secure failed heap id 8 rc -22
  8999. <3>[40303.655698] Secure session operation failure
  9000. <3>[40303.675138] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  9001. <4>[40303.780515]
  9002. <4>[40303.780545] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  9003. <6>[40303.795438] fw_version 2:28:2013
  9004. <3>[40303.795530] Securing...
  9005. <3>[40303.795957] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  9006. <3>[40303.795987] ION heap secure failed heap id 8 rc -22
  9007. <3>[40303.795987] Secure session operation failure
  9008. <3>[40303.815854] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  9009. <4>[40303.921445]
  9010. <4>[40303.921445] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  9011. <6>[40303.945157] fw_version 2:28:2013
  9012. <3>[40303.945279] Securing...
  9013. <3>[40303.945432] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  9014. <3>[40303.945432] ION heap secure failed heap id 8 rc -22
  9015. <3>[40303.945462] Secure session operation failure
  9016. <3>[40303.965329] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  9017. <4>[40304.070798]
  9018. <4>[40304.070798] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  9019. <6>[40304.095212] fw_version 2:28:2013
  9020. <3>[40304.095334] Securing...
  9021. <3>[40304.095395] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  9022. <3>[40304.095426] ION heap secure failed heap id 8 rc -22
  9023. <3>[40304.095426] Secure session operation failure
  9024. <3>[40304.115476] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  9025. <4>[40304.220884]
  9026. <4>[40304.220884] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  9027. <6>[40304.245206] fw_version 2:28:2013
  9028. <3>[40304.245298] Securing...
  9029. <3>[40304.245389] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  9030. <3>[40304.245389] ION heap secure failed heap id 8 rc -22
  9031. <3>[40304.245420] Secure session operation failure
  9032. <3>[40304.264951] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  9033. <4>[40304.370481]
  9034. <4>[40304.370481] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  9035. <6>[40304.385831] fw_version 2:28:2013
  9036. <3>[40304.385953] Securing...
  9037. <3>[40304.386014] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  9038. <3>[40304.386045] ION heap secure failed heap id 8 rc -22
  9039. <3>[40304.386045] Secure session operation failure
  9040. <3>[40304.405057] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  9041. <4>[40304.510526]
  9042. <4>[40304.510556] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  9043. <6>[40304.525266] fw_version 2:28:2013
  9044. <3>[40304.525388] Securing...
  9045. <3>[40304.525449] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  9046. <3>[40304.525449] ION heap secure failed heap id 8 rc -22
  9047. <3>[40304.525480] Secure session operation failure
  9048. <3>[40304.544980] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  9049. <4>[40304.652189]
  9050. <4>[40304.652189] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  9051. <6>[40304.675321] fw_version 2:28:2013
  9052. <3>[40304.675443] Securing...
  9053. <3>[40304.675504] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  9054. <3>[40304.675534] ION heap secure failed heap id 8 rc -22
  9055. <3>[40304.675534] Secure session operation failure
  9056. <3>[40304.694974] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  9057. <4>[40304.802274]
  9058. <4>[40304.802274] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  9059. <6>[40304.825315] fw_version 2:28:2013
  9060. <3>[40304.825437] Securing...
  9061. <3>[40304.825498] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  9062. <3>[40304.825498] ION heap secure failed heap id 8 rc -22
  9063. <3>[40304.825528] Secure session operation failure
  9064. <3>[40304.845151] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  9065. <4>[40304.952787]
  9066. <4>[40304.952787] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  9067. <6>[40304.975950] fw_version 2:28:2013
  9068. <3>[40304.976072] Securing...
  9069. <3>[40304.976133] ION cannot secure heap with outstanding mappings: User space: 4294967148, kernel space (cached): 0
  9070. <3>[40304.976163] ION heap secure failed heap id 8 rc -22
  9071. <3>[40304.976163] Secure session operation failure
  9072. <3>[40304.995023] ion_iommu_delayed_unmap: Virtual memory address leak in domain 0, partition 0
  9073. <6>[40305.001920] msm_vidc_dec: Inside vid_dec_open()
  9074. <4>[40305.003263]
  9075. <4>[40305.003263] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  9076. <6>[40305.025235] fw_version 2:28:2013
  9077. <6>[40305.026792] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  9078. <4>[40305.026822] vidc_cleanup_addr_table(): buffer = INPUT
  9079. <6>[40305.048764] msm_vidc_dec: Return from vid_dec_release()
  9080. <6>[40305.049680] msm_vidc_dec: Inside vid_dec_open()
  9081. <4>[40305.051084]
  9082. <4>[40305.051084] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  9083. <6>[40305.075376] fw_version 2:28:2013
  9084. <6>[40305.076871] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  9085. <4>[40305.076871] vidc_cleanup_addr_table(): buffer = INPUT
  9086. <6>[40305.098783] msm_vidc_dec: Return from vid_dec_release()
  9087. <6>[40305.101102] msm_vidc_dec: Inside vid_dec_open()
  9088. <4>[40305.102445]
  9089. <4>[40305.102445] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  9090. <6>[40305.125303] fw_version 2:28:2013
  9091. <6>[40305.127286] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  9092. <4>[40305.127317] vidc_cleanup_addr_table(): buffer = INPUT
  9093. <6>[40305.148832] msm_vidc_dec: Return from vid_dec_release()
  9094. <3>[40307.204923] apr_tal:TIMEOUT for OPEN event
  9095. <3>[40307.204953] APR: Unable to open handle
  9096. <3>[40307.204953] q6asm_audio_client_alloc Registration with APR failed
  9097. <3>[40307.204953] q6asm_audio_client_free: APR Common Port Already Closed
  9098. <3>[40307.204984] asoc: can't open platform msm-dsp-audio.0
  9099. <3>[40312.204892] apr_tal:TIMEOUT for OPEN event
  9100. <3>[40312.204923] APR: Unable to open handle
  9101. <3>[40312.204923] q6asm_audio_client_alloc Registration with APR failed
  9102. <3>[40312.204953] q6asm_audio_client_free: APR Common Port Already Closed
  9103. <3>[40312.204953] asoc: can't open platform msm-dsp-audio.0
  9104. <3>[40317.204892] apr_tal:TIMEOUT for OPEN event
  9105. <3>[40317.204892] APR: Unable to open handle
  9106. <3>[40317.204923] q6asm_audio_client_alloc Registration with APR failed
  9107. <3>[40317.204923] q6asm_audio_client_free: APR Common Port Already Closed
  9108. <3>[40317.204923] asoc: can't open platform msm-dsp-audio.0
  9109. <6>[40318.160337] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  9110. <3>[40322.204892] apr_tal:TIMEOUT for OPEN event
  9111. <3>[40322.204923] APR: Unable to open handle
  9112. <3>[40322.204923] q6asm_audio_client_alloc Registration with APR failed
  9113. <3>[40322.204953] q6asm_audio_client_free: APR Common Port Already Closed
  9114. <3>[40322.204953] asoc: can't open platform msm-dsp-audio.0
  9115. <6>[40322.289090] cfg80211: Calling CRDA to update world regulatory domain
  9116. <3>[40327.204923] apr_tal:TIMEOUT for OPEN event
  9117. <3>[40327.204923] APR: Unable to open handle
  9118. <3>[40327.204953] q6asm_audio_client_alloc Registration with APR failed
  9119. <3>[40327.204953] q6asm_audio_client_free: APR Common Port Already Closed
  9120. <3>[40327.204984] asoc: can't open platform msm-dsp-audio.0
  9121. <3>[40332.204892] apr_tal:TIMEOUT for OPEN event
  9122. <3>[40332.204923] APR: Unable to open handle
  9123. <3>[40332.204923] q6asm_audio_client_alloc Registration with APR failed
  9124. <3>[40332.204923] q6asm_audio_client_free: APR Common Port Already Closed
  9125. <3>[40332.204953] asoc: can't open platform msm-dsp-audio.0
  9126. <6>[40335.012265] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  9127. <3>[40337.204892] apr_tal:TIMEOUT for OPEN event
  9128. <3>[40337.204923] APR: Unable to open handle
  9129. <3>[40337.204923] q6asm_audio_client_alloc Registration with APR failed
  9130. <3>[40337.204953] q6asm_audio_client_free: APR Common Port Already Closed
  9131. <3>[40337.204953] asoc: can't open platform msm-dsp-audio.0
  9132. <6>[40339.709531] cfg80211: Calling CRDA to update world regulatory domain
  9133. <3>[40342.204923] apr_tal:TIMEOUT for OPEN event
  9134. <3>[40342.204923] APR: Unable to open handle
  9135. <3>[40342.204953] q6asm_audio_client_alloc Registration with APR failed
  9136. <3>[40342.204953] q6asm_audio_client_free: APR Common Port Already Closed
  9137. <3>[40342.204953] asoc: can't open platform msm-dsp-audio.0
  9138. <3>[40347.204892] apr_tal:TIMEOUT for OPEN event
  9139. <3>[40347.204892] APR: Unable to open handle
  9140. <3>[40347.204923] q6asm_audio_client_alloc Registration with APR failed
  9141. <3>[40347.204923] q6asm_audio_client_free: APR Common Port Already Closed
  9142. <3>[40347.204923] asoc: can't open platform msm-dsp-audio.0
  9143. <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
  9144. <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
  9145. <3>[40352.204923] apr_tal:TIMEOUT for OPEN event
  9146. <3>[40352.204923] APR: Unable to open handle
  9147. <3>[40352.204953] q6asm_audio_client_alloc Registration with APR failed
  9148. <3>[40352.204953] q6asm_audio_client_free: APR Common Port Already Closed
  9149. <3>[40352.204953] asoc: can't open platform msm-dsp-audio.0
  9150. <3>[40357.204892] apr_tal:TIMEOUT for OPEN event
  9151. <3>[40357.204923] APR: Unable to open handle
  9152. <3>[40357.204923] q6asm_audio_client_alloc Registration with APR failed
  9153. <3>[40357.204923] q6asm_audio_client_free: APR Common Port Already Closed
  9154. <3>[40357.204953] asoc: can't open platform msm-dsp-audio.0
  9155. <3>[40362.204923] apr_tal:TIMEOUT for OPEN event
  9156. <3>[40362.204923] APR: Unable to open handle
  9157. <3>[40362.204923] q6asm_audio_client_alloc Registration with APR failed
  9158. <3>[40362.204953] q6asm_audio_client_free: APR Common Port Already Closed
  9159. <3>[40362.204953] asoc: can't open platform msm-dsp-audio.0
  9160. <3>[40367.204862] apr_tal:TIMEOUT for OPEN event
  9161. <3>[40367.204892] APR: Unable to open handle
  9162. <3>[40367.204892] q6asm_audio_client_alloc Registration with APR failed
  9163. <3>[40367.204923] q6asm_audio_client_free: APR Common Port Already Closed
  9164. <3>[40367.204923] asoc: can't open platform msm-dsp-audio.0
  9165. <3>[40372.204953] apr_tal:TIMEOUT for OPEN event
  9166. <3>[40372.204953] APR: Unable to open handle
  9167. <3>[40372.204984] q6asm_audio_client_alloc Registration with APR failed
  9168. <3>[40372.204984] q6asm_audio_client_free: APR Common Port Already Closed
  9169. <3>[40372.204984] asoc: can't open platform msm-dsp-audio.0
  9170. <3>[40377.204984] apr_tal:TIMEOUT for OPEN event
  9171. <3>[40377.205014] APR: Unable to open handle
  9172. <3>[40377.205045] q6asm_audio_client_alloc Registration with APR failed
  9173. <3>[40377.205076] q6asm_audio_client_free: APR Common Port Already Closed
  9174. <3>[40377.205106] asoc: can't open platform msm-dsp-audio.0
  9175. <3>[40379.719541] [DISP] lcdc_tenderloin_panel_set_backlight: 253
  9176. <3>[40382.205014] apr_tal:TIMEOUT for OPEN event
  9177. <3>[40382.205076] APR: Unable to open handle
  9178. <3>[40382.205106] q6asm_audio_client_alloc Registration with APR failed
  9179. <3>[40382.205137] q6asm_audio_client_free: APR Common Port Already Closed
  9180. <3>[40382.205167] asoc: can't open platform msm-dsp-audio.0
  9181. <3>[40383.635221] [DISP] lcdc_tenderloin_panel_set_backlight: 256
  9182. <3>[40387.204953] apr_tal:TIMEOUT for OPEN event
  9183. <3>[40387.204984] APR: Unable to open handle
  9184. <3>[40387.205014] q6asm_audio_client_alloc Registration with APR failed
  9185. <3>[40387.205045] q6asm_audio_client_free: APR Common Port Already Closed
  9186. <3>[40387.205076] asoc: can't open platform msm-dsp-audio.0
  9187. <3>[40392.204923] apr_tal:TIMEOUT for OPEN event
  9188. <3>[40392.204984] APR: Unable to open handle
  9189. <3>[40392.205014] q6asm_audio_client_alloc Registration with APR failed
  9190. <3>[40392.205045] q6asm_audio_client_free: APR Common Port Already Closed
  9191. <3>[40392.205076] asoc: can't open platform msm-dsp-audio.0
  9192. <3>[40397.204984] apr_tal:TIMEOUT for OPEN event
  9193. <3>[40397.205014] APR: Unable to open handle
  9194. <3>[40397.205045] q6asm_audio_client_alloc Registration with APR failed
  9195. <3>[40397.205076] q6asm_audio_client_free: APR Common Port Already Closed
  9196. <3>[40397.205106] asoc: can't open platform msm-dsp-audio.0
  9197. <3>[40402.205076] apr_tal:TIMEOUT for OPEN event
  9198. <3>[40402.205137] APR: Unable to open handle
  9199. <3>[40402.205167] q6asm_audio_client_alloc Registration with APR failed
  9200. <3>[40402.205198] q6asm_audio_client_free: APR Common Port Already Closed
  9201. <3>[40402.205228] asoc: can't open platform msm-dsp-audio.0
  9202. <3>[40407.206205] apr_tal:TIMEOUT for OPEN event
  9203. <3>[40407.206266] APR: Unable to open handle
  9204. <3>[40407.206296] q6asm_audio_client_alloc Registration with APR failed
  9205. <3>[40407.206327] q6asm_audio_client_free: APR Common Port Already Closed
  9206. <3>[40407.206357] asoc: can't open platform msm-dsp-audio.0
  9207. <6>[40411.604184] binder: 1034:1298 transaction failed 29189, size 320-0
  9208. <3>[40412.204892] apr_tal:TIMEOUT for OPEN event
  9209. <3>[40412.204892] APR: Unable to open handle
  9210. <3>[40412.204923] q6asm_audio_client_alloc Registration with APR failed
  9211. <3>[40412.204923] q6asm_audio_client_free: APR Common Port Already Closed
  9212. <3>[40412.204923] asoc: can't open platform msm-dsp-audio.0
  9213. <3>[40417.204923] apr_tal:TIMEOUT for OPEN event
  9214. <3>[40417.204923] APR: Unable to open handle
  9215. <3>[40417.204953] q6asm_audio_client_alloc Registration with APR failed
  9216. <3>[40417.204953] q6asm_audio_client_free: APR Common Port Already Closed
  9217. <3>[40417.204953] asoc: can't open platform msm-dsp-audio.0
  9218. <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
  9219. <3>[40422.204892] apr_tal:TIMEOUT for OPEN event
  9220. <3>[40422.204892] APR: Unable to open handle
  9221. <3>[40422.204923] q6asm_audio_client_alloc Registration with APR failed
  9222. <3>[40422.204923] q6asm_audio_client_free: APR Common Port Already Closed
  9223. <3>[40422.204923] asoc: can't open platform msm-dsp-audio.0
  9224. <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
  9225. <3>[40427.204953] apr_tal:TIMEOUT for OPEN event
  9226. <3>[40427.205014] APR: Unable to open handle
  9227. <3>[40427.205045] q6asm_audio_client_alloc Registration with APR failed
  9228. <3>[40427.205076] q6asm_audio_client_free: APR Common Port Already Closed
  9229. <3>[40427.205106] asoc: can't open platform msm-dsp-audio.0
  9230. <3>[40432.205076] apr_tal:TIMEOUT for OPEN event
  9231. <3>[40432.205137] APR: Unable to open handle
  9232. <3>[40432.205198] q6asm_audio_client_alloc Registration with APR failed
  9233. <3>[40432.205228] q6asm_audio_client_free: APR Common Port Already Closed
  9234. <3>[40432.205259] asoc: can't open platform msm-dsp-audio.0
  9235. <3>[40437.215024] apr_tal:TIMEOUT for OPEN event
  9236. <3>[40437.215085] APR: Unable to open handle
  9237. <3>[40437.215116] q6asm_audio_client_alloc Registration with APR failed
  9238. <3>[40437.215146] q6asm_audio_client_free: APR Common Port Already Closed
  9239. <3>[40437.215177] asoc: can't open platform msm-dsp-audio.0
  9240. <3>[40442.214963] apr_tal:TIMEOUT for OPEN event
  9241. <3>[40442.214994] APR: Unable to open handle
  9242. <3>[40442.215055] q6asm_audio_client_alloc Registration with APR failed
  9243. <3>[40442.215085] q6asm_audio_client_free: APR Common Port Already Closed
  9244. <3>[40442.215116] asoc: can't open platform msm-dsp-audio.0
  9245. <3>[40447.214902] apr_tal:TIMEOUT for OPEN event
  9246. <3>[40447.214933] APR: Unable to open handle
  9247. <3>[40447.214933] q6asm_audio_client_alloc Registration with APR failed
  9248. <3>[40447.214933] q6asm_audio_client_free: APR Common Port Already Closed
  9249. <3>[40447.214963] asoc: can't open platform msm-dsp-audio.0
  9250. <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
  9251. <3>[40452.215055] apr_tal:TIMEOUT for OPEN event
  9252. <3>[40452.215116] APR: Unable to open handle
  9253. <3>[40452.215146] q6asm_audio_client_alloc Registration with APR failed
  9254. <3>[40452.215177] q6asm_audio_client_free: APR Common Port Already Closed
  9255. <3>[40452.215207] asoc: can't open platform msm-dsp-audio.0
  9256. <3>[40457.214994] apr_tal:TIMEOUT for OPEN event
  9257. <3>[40457.215024] APR: Unable to open handle
  9258. <3>[40457.215055] q6asm_audio_client_alloc Registration with APR failed
  9259. <3>[40457.215085] q6asm_audio_client_free: APR Common Port Already Closed
  9260. <3>[40457.215146] asoc: can't open platform msm-dsp-audio.0
  9261. <3>[40462.214994] apr_tal:TIMEOUT for OPEN event
  9262. <3>[40462.215024] APR: Unable to open handle
  9263. <3>[40462.215055] q6asm_audio_client_alloc Registration with APR failed
  9264. <3>[40462.215116] q6asm_audio_client_free: APR Common Port Already Closed
  9265. <3>[40462.215146] asoc: can't open platform msm-dsp-audio.0
  9266. <3>[40467.214933] apr_tal:TIMEOUT for OPEN event
  9267. <3>[40467.214963] APR: Unable to open handle
  9268. <3>[40467.214963] q6asm_audio_client_alloc Registration with APR failed
  9269. <3>[40467.214994] q6asm_audio_client_free: APR Common Port Already Closed
  9270. <3>[40467.214994] asoc: can't open platform msm-dsp-audio.0
  9271. <3>[40472.214963] apr_tal:TIMEOUT for OPEN event
  9272. <3>[40472.215024] APR: Unable to open handle
  9273. <3>[40472.215055] q6asm_audio_client_alloc Registration with APR failed
  9274. <3>[40472.215085] q6asm_audio_client_free: APR Common Port Already Closed
  9275. <3>[40472.215116] asoc: can't open platform msm-dsp-audio.0
  9276. <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
  9277. <3>[40477.214963] apr_tal:TIMEOUT for OPEN event
  9278. <3>[40477.214994] APR: Unable to open handle
  9279. <3>[40477.215024] q6asm_audio_client_alloc Registration with APR failed
  9280. <3>[40477.215055] q6asm_audio_client_free: APR Common Port Already Closed
  9281. <3>[40477.215116] asoc: can't open platform msm-dsp-audio.0
  9282. <3>[40482.214963] apr_tal:TIMEOUT for OPEN event
  9283. <3>[40482.215024] APR: Unable to open handle
  9284. <3>[40482.215055] q6asm_audio_client_alloc Registration with APR failed
  9285. <3>[40482.215085] q6asm_audio_client_free: APR Common Port Already Closed
  9286. <3>[40482.215116] asoc: can't open platform msm-dsp-audio.0
  9287. <3>[40487.214963] apr_tal:TIMEOUT for OPEN event
  9288. <3>[40487.214994] APR: Unable to open handle
  9289. <3>[40487.215024] q6asm_audio_client_alloc Registration with APR failed
  9290. <3>[40487.215055] q6asm_audio_client_free: APR Common Port Already Closed
  9291. <3>[40487.215085] asoc: can't open platform msm-dsp-audio.0
  9292. <3>[40492.214963] apr_tal:TIMEOUT for OPEN event
  9293. <3>[40492.214994] APR: Unable to open handle
  9294. <3>[40492.215024] q6asm_audio_client_alloc Registration with APR failed
  9295. <3>[40492.215055] q6asm_audio_client_free: APR Common Port Already Closed
  9296. <3>[40492.215116] asoc: can't open platform msm-dsp-audio.0
  9297. <3>[40497.215085] apr_tal:TIMEOUT for OPEN event
  9298. <3>[40497.215146] APR: Unable to open handle
  9299. <3>[40497.215177] q6asm_audio_client_alloc Registration with APR failed
  9300. <3>[40497.215207] q6asm_audio_client_free: APR Common Port Already Closed
  9301. <3>[40497.215238] asoc: can't open platform msm-dsp-audio.0
  9302. <3>[40502.214902] apr_tal:TIMEOUT for OPEN event
  9303. <3>[40502.214902] APR: Unable to open handle
  9304. <3>[40502.214933] q6asm_audio_client_alloc Registration with APR failed
  9305. <3>[40502.214933] q6asm_audio_client_free: APR Common Port Already Closed
  9306. <3>[40502.214963] asoc: can't open platform msm-dsp-audio.0
  9307. <3>[40507.214902] apr_tal:TIMEOUT for OPEN event
  9308. <3>[40507.214933] APR: Unable to open handle
  9309. <3>[40507.214933] q6asm_audio_client_alloc Registration with APR failed
  9310. <3>[40507.214933] q6asm_audio_client_free: APR Common Port Already Closed
  9311. <3>[40507.214963] asoc: can't open platform msm-dsp-audio.0
  9312. <3>[40512.215024] apr_tal:TIMEOUT for OPEN event
  9313. <3>[40512.215055] APR: Unable to open handle
  9314. <3>[40512.215085] q6asm_audio_client_alloc Registration with APR failed
  9315. <3>[40512.215116] q6asm_audio_client_free: APR Common Port Already Closed
  9316. <3>[40512.215177] asoc: can't open platform msm-dsp-audio.0
  9317. <7>[40517.116300] lm8502_mod_brightness: set LED1 brightness (0) percent
  9318. <7>[40517.116819] lm8502_mod_brightness: set LED2 brightness (0) percent
  9319. <3>[40517.214933] apr_tal:TIMEOUT for OPEN event
  9320. <3>[40517.214963] APR: Unable to open handle
  9321. <3>[40517.214963] q6asm_audio_client_alloc Registration with APR failed
  9322. <3>[40517.214994] q6asm_audio_client_free: APR Common Port Already Closed
  9323. <3>[40517.214994] asoc: can't open platform msm-dsp-audio.0
  9324. <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
  9325. <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
  9326. <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
  9327. <3>[40522.214994] apr_tal:TIMEOUT for OPEN event
  9328. <3>[40522.215024] APR: Unable to open handle
  9329. <3>[40522.215055] q6asm_audio_client_alloc Registration with APR failed
  9330. <3>[40522.215085] q6asm_audio_client_free: APR Common Port Already Closed
  9331. <3>[40522.215116] asoc: can't open platform msm-dsp-audio.0
  9332. <3>[40527.214933] apr_tal:TIMEOUT for OPEN event
  9333. <3>[40527.214963] APR: Unable to open handle
  9334. <3>[40527.214963] q6asm_audio_client_alloc Registration with APR failed
  9335. <3>[40527.214963] q6asm_audio_client_free: APR Common Port Already Closed
  9336. <3>[40527.214994] asoc: can't open platform msm-dsp-audio.0
  9337. <3>[40532.215055] apr_tal:TIMEOUT for OPEN event
  9338. <3>[40532.215085] APR: Unable to open handle
  9339. <3>[40532.215116] q6asm_audio_client_alloc Registration with APR failed
  9340. <3>[40532.215146] q6asm_audio_client_free: APR Common Port Already Closed
  9341. <3>[40532.215207] asoc: can't open platform msm-dsp-audio.0
  9342. <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
  9343. <3>[40533.629239] init: Warning!  Service dumplogcat needs a SELinux domain defined; please fix!
  9344. <5>[40533.629270] init: Starting service 'dumplogcat'...
  9345. <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
  9346. <4>[40533.674283] dumplogcat (8126): /proc/8126/oom_adj is deprecated, please use /proc/8126/oom_score_adj instead.
  9347. <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
  9348. <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
  9349.  
  9350.  
  9351. ------ LAST KMSG (/proc/last_klog) ------
  9352. platform_init_mmu_mappings: entry
  9353. platform_init_mmu_mappings:57: mapping shared ram as uncached at 0x40000000
  9354. platform_init_mmu_mappings: exit
  9355. platform_init_timer: entry
  9356. platform_init_timer: exit
  9357. platform_set_periodic_timer:39: cb 0x4010c6bd, arg 0x0, interval 10
  9358. ******************************************
  9359. * Welcome to bootie!
  9360. *   Version: 468
  9361. ******************************************
  9362. mmch_init: entry
  9363. mmch_init: exit
  9364. usbc: initialized (rc=0)
  9365. target_init_buttonscan: entry
  9366. target_init_board_id: emu=0, product=0x1, hwbuild=1
  9367. boardtype=topaz-Wifi-pvt
  9368. Memory bank 0 -> address: 0x40200000-0x46700000 size:0x06500000
  9369. Memory bank 1 -> address: 0x48000000-0x7ff00000 size:0x37F00000
  9370. i2c_init: Register GSBI 3 as i2c bus 0
  9371. i2c_init_clock: The i2c clock rate is 19200000
  9372. i2c_init: Register GSBI 4 as i2c bus 1
  9373. i2c_init_clock: The i2c clock rate is 19200000
  9374. i2c_init: Register GSBI 9 as i2c bus 2
  9375. i2c_init_clock: The i2c clock rate is 19200000
  9376. i2c_init: Register GSBI 8 as i2c bus 3
  9377. i2c_init_clock: The i2c clock rate is 19200000
  9378. i2c_init: Register GSBI 7 as i2c bus 4
  9379. i2c_init_clock: The i2c clock rate is 19200000
  9380. a6_init_sbw_pins: TCK: 157, TDIO; 158, WKUP: 155
  9381. max8903b_gpio_init
  9382. Starting battery authentication...
  9383. Battery auth succeeded
  9384. sys_init: entry
  9385. Wall message(Boot reason) = 0x77665502 ("recovery")
  9386. sys_init: booted because 'recovery'
  9387. mmch_reset: entry
  9388. Bus(0) Primecell ID regs:
  9389. 0x80 0x11 0x4 0x0
  9390. 0xd 0xf0 0x5 0xb1
  9391. sdc1_clk_set 400000
  9392. mmch_set_active:727: bus 0, active 1
  9393. sdc1_clk_set 400000
  9394. mmch_reset: exit
  9395. mmch_set_active:727: bus 0, active 1
  9396. sdc1_clk_set 400000
  9397. cid: 0x2010053 0x454d3136 0x47900400 0x4e3b5e36
  9398.         mfg id: 0x2
  9399.         oem id: 0x100
  9400.         name: 'SEM16G'
  9401.         rev: 0x90
  9402.         sn: 0x4004e3b
  9403.         date: 5.2011
  9404. sdc1_clk_set 50000000
  9405. token section is 4096 bytes long
  9406. target_check_boot_condition: entry
  9407. Wall message(Boot reason) = 0x77665502 ("recovery")
  9408. display_init: displayWidth: 1024, displayHeight: 768
  9409. Wall message(Boot reason) = 0x77665502 ("recovery")
  9410. p=100 ca=5499200 v=4182160 i=88125
  9411. autobooting with 'fsboot' command
  9412. loading file '/boot/uImage' to address 0x41000000
  9413. parse_uimage:241: uimage 0x41000000
  9414. <6>[    0.000000] Booting Linux on physical CPU 0
  9415. <6>[    0.000000] Initializing cgroup subsys cpu
  9416. <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
  9417. <4>[    0.000000] CPU: ARMv7 Processor [510f02d2] revision 2 (ARMv7), cr=10c5387d
  9418. <4>[    0.000000] CPU: VIPT nonaliasing data cache, VIVT ASID tagged instruction cache
  9419. <4>[    0.000000] Machine: TENDERLOIN
  9420. <6>[    0.000000] memory pool 0 (start 38000000 size 600000) initialized
  9421. <6>[    0.000000] memory pool 1 (start 38600000 size 3802000) initialized
  9422. <6>[    0.000000] memory pool 3 (start 75e00000 size 9800000) initialized
  9423. <4>[    0.000000] Memory policy: ECC disabled, Data cache writealloc
  9424. <3>[    0.000000] smem_find(137, 72): wrong size 64
  9425. <6>[    0.000000] socinfo_init: v5, id=86, ver=2.0, raw_id=1696, raw_ver=1696, hw_plat=0,  hw_plat_ver=65536
  9426. <6>[    0.000000]  accessory_chip=0
  9427. <7>[    0.000000] On node 0 totalpages: 213760
  9428. <7>[    0.000000] free_area_init_node: node 0, pgdat 80c94720, node_mem_map 81113000
  9429. <7>[    0.000000]   Normal zone: 2024 pages used for memmap
  9430. <7>[    0.000000]   Normal zone: 0 pages reserved
  9431. <7>[    0.000000]   Normal zone: 211736 pages, LIFO batch:31
  9432. <6>[    0.000000] passing from bootie 6291456 bytes at 7f600000 physical for fb
  9433. <6>[    0.000000] PERCPU: Embedded 8 pages/cpu @81905000 s9600 r8192 d14976 u32768
  9434. <7>[    0.000000] pcpu-alloc: s9600 r8192 d14976 u32768 alloc=8*4096
  9435. <7>[    0.000000] pcpu-alloc: [0] 0 [0] 1
  9436. <4>[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 211736
  9437. <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
  9438. <4>[    0.000000] boardtype_setup: boardtype_str = topaz-Wifi-pvt
  9439. <4>[    0.000000] boardtype_setup: boardtype = topaz_wifi
  9440. <6>[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  9441. <6>[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  9442. <6>[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  9443. <6>[    0.000000] allocated 4145152 bytes of page_cgroup
  9444. <6>[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  9445. <6>[    0.000000] Memory: 101MB 734MB = 835MB total
  9446. <5>[    0.000000] Memory: 822288k/822288k available, 188400k reserved, 0K highmem
  9447. <5>[    0.000000] Virtual kernel memory layout:
  9448. <5>[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
  9449. <5>[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
  9450. <5>[    0.000000]     DMA     : 0xff000000 - 0xffe00000   (  14 MB)
  9451. <5>[    0.000000]     vmalloc : 0xbf800000 - 0xfa000000   ( 936 MB)
  9452. <5>[    0.000000]     lowmem  : 0x80000000 - 0xbf400000   (1012 MB)
  9453. <5>[    0.000000]     pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)
  9454. <5>[    0.000000]     modules : 0x7f000000 - 0x7fe00000   (  14 MB)
  9455. <5>[    0.000000]       .init : 0x80008000 - 0x80055000   ( 308 kB)
  9456. <5>[    0.000000]       .text : 0x80100000 - 0x80b73658   (10702 kB)
  9457. <5>[    0.000000]       .data : 0x80c00000 - 0x80c96e40   ( 604 kB)
  9458. <5>[    0.000000]        .bss : 0x80c96e64 - 0x8110e6e4   (4575 kB)
  9459. <6>[    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  9460. <6>[    0.000000] Preemptible hierarchical RCU implementation.
  9461. <6>[    0.000000] NR_IRQS:855
  9462. <6>[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  9463. <6>[    0.000000] Console: colour dummy device 80x30
  9464. <6>[    0.150177] Calibrating delay using timer specific routine.. 13.52 BogoMIPS (lpj=67647)
  9465. <6>[    0.150268] pid_max: default: 32768 minimum: 301
  9466. <6>[    0.150756] Mount-cache hash table entries: 512
  9467. <6>[    0.151947] Initializing cgroup subsys cpuacct
  9468. <6>[    0.152069] Initializing cgroup subsys memory
  9469. <6>[    0.152160] Initializing cgroup subsys freezer
  9470. <6>[    0.152282] CPU: Testing write buffer coherency: ok
  9471. <6>[    0.152648] hw perfevents: enabled with ARMv7 Scorpion-MP PMU driver, 5 counters available
  9472. <4>[    0.184082] CPU1: Booted secondary processor
  9473. <6>[    0.193969] Brought up 2 CPUs
  9474. <6>[    0.194030] SMP: Total of 2 processors activated (27.05 BogoMIPS).
  9475. <6>[    0.206359] print_constraints: dummy:
  9476. <3>[    0.206451] rdev_init_debugfs: Error-Bad Function Input
  9477. <6>[    0.206787] NET: Registered protocol family 16
  9478. <3>[    0.207000] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver
  9479. <6>[    0.208557] msm_rpm_init: RPM firmware 2.0.67653
  9480. <6>[    0.209106] topaz_detect_board_type: emu=0 product=1 hwbuild=1 sku=0
  9481. <6>[    0.209197] topaz_detect_board_type: detected topaz-Wifi-pvt
  9482. <4>[    0.209259] tenderloin_setup_pin_table: using tenderloin_pins_wifi
  9483. <6>[    0.209625] saw_probe: id=0, name=8901_s0
  9484. <6>[    0.209960] saw_probe: id=1, name=8901_s1
  9485. <6>[    0.211395] rcg_clk_handoff: gsbi12_uart_clk rate=7372800
  9486. <6>[    0.211456] rcg_clk_handoff: gsbi3_qup_clk rate=24000000
  9487. <6>[    0.211517] rcg_clk_handoff: gsbi4_qup_clk rate=24000000
  9488. <6>[    0.211608] rcg_clk_handoff: gsbi7_qup_clk rate=24000000
  9489. <6>[    0.211669] rcg_clk_handoff: gsbi8_qup_clk rate=24000000
  9490. <6>[    0.211730] rcg_clk_handoff: gsbi9_qup_clk rate=24000000
  9491. <6>[    0.211822] rcg_clk_handoff: sdc1_clk rate=48000000
  9492. <6>[    0.211883] rcg_clk_handoff: usb_hs1_xcvr_clk rate=60000000
  9493. <6>[    0.211975] rcg_clk_handoff: dsi_byte_clk rate=1
  9494. <6>[    0.212066] rcg_clk_handoff: mdp_clk rate=200000000
  9495. <6>[    0.212219] rcg_clk_handoff: pixel_mdp_clk rate=96000000
  9496. <6>[    0.213714] Max ACPU freq: 1782000 KHz
  9497. <6>[    0.213836] Initial ACPU freq: 1512000 KHz
  9498. <6>[    0.221466] CPU0: 28 scaling frequencies supported.
  9499. <6>[    0.221496] CPU1: 28 scaling frequencies supported.
  9500. <6>[    0.222747] pm8058_probe: PMIC revision: E3
  9501. <6>[    0.223785] pm_gpio_probe: OK: base=173, ngpio=40
  9502. <6>[    0.223999] pm8xxx_mpp_probe: OK: base=213, ngpio=12
  9503. <6>[    0.224853] pm8901_probe: PMIC REVISION = F4
  9504. <6>[    0.225189] pm8xxx_mpp_probe: OK: base=225, ngpio=4
  9505. <3>[    0.538299] msm_snddev_init
  9506. <3>[    0.538909] Registering a6_0 device.
  9507. <6>[    0.552978] bio: create slab <bio-0> at 0
  9508. <6>[    0.554351] ION heap vmalloc created
  9509. <6>[    0.554412] ION heap mm created at 38800000 with size 3600000
  9510. <6>[    0.554443] ION heap mm_fw created at 38600000 with size 200000
  9511. <6>[    0.554504] ION heap mfc created at 3be00000 with size 2000
  9512. <6>[    0.554565] ION heap sf created at 75e00000 with size 4000000
  9513. <6>[    0.554626] ION heap camera_preview created at 79e00000 with size 4000000
  9514. <6>[    0.554718] ION heap wb created at 7de00000 with size 600000
  9515. <6>[    0.554779] ION heap qsecom created at 7e400000 with size 600000
  9516. <6>[    0.554809] ION heap audio created at 7ea00000 with size 28b000
  9517. <5>[    0.554931] pmic8058_pwm_probe: OK
  9518. <6>[    0.555023] klog_init: phys buffer at 0x7ff00000
  9519. <6>[    0.555084] klog_init: virt address at 0xbfe00000
  9520. <6>[    0.555114] klog_init: found valid klog, len 1048576
  9521. <6>[    0.555175] klog_init: using buffer 3 at 0xbfec0000, length 262116
  9522. <5>[    0.557403] SCSI subsystem initialized
  9523. <6>[    0.557617] usbcore: registered new interface driver usbfs
  9524. <6>[    0.557739] usbcore: registered new interface driver hub
  9525. <6>[    0.557952] usbcore: registered new device driver usb
  9526. <6>[    0.558227] Advanced Linux Sound Architecture Driver Version 1.0.24.
  9527. <6>[    0.558685] Bluetooth: Core ver 2.16
  9528. <6>[    0.558776] NET: Registered protocol family 31
  9529. <6>[    0.558807] Bluetooth: HCI device and connection manager initialized
  9530. <6>[    0.558898] Bluetooth: HCI socket layer initialized
  9531. <6>[    0.559051] Switching to clocksource gp_timer
  9532. <6>[    0.573028] NET: Registered protocol family 2
  9533. <6>[    0.573211] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
  9534. <6>[    0.573608] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  9535. <6>[    0.574859] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
  9536. <6>[    0.575561] TCP: Hash tables configured (established 131072 bind 65536)
  9537. <6>[    0.575622] TCP reno registered
  9538. <6>[    0.575683] UDP hash table entries: 512 (order: 2, 16384 bytes)
  9539. <6>[    0.575775] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  9540. <6>[    0.576202] NET: Registered protocol family 1
  9541. <6>[    0.576629] RPC: Registered named UNIX socket transport module.
  9542. <6>[    0.576721] RPC: Registered udp transport module.
  9543. <6>[    0.576782] RPC: Registered tcp transport module.
  9544. <6>[    0.576843] RPC: Registered tcp NFSv4.1 backchannel transport module.
  9545. <6>[    0.577087] Trying to unpack rootfs image as initramfs...
  9546. <6>[    1.195495] Freeing initrd memory: 2404K
  9547. <6>[    1.195739] PMU: registered new PMU device of type 0
  9548. <6>[    1.195922] PMU: registered new PMU device of type 1
  9549. <6>[    1.196350] ETM/ETB intialized.
  9550. <6>[    1.196533] pil_qdsp6v3 pil_qdsp6v3: using non-secure boot
  9551. <3>[    1.197235] smd_channel_probe_worker: allocation table not initialized
  9552. <7>[    1.201782] gpio_request: gpio-229 (msm_icodec_speaker_right) status -22
  9553. <3>[    1.201873] initialize_msm_icodec_gpios: icodec gpio 229 request failed
  9554. <3>[    1.201965] msm_icodec_gpio_probe: GPIO configuration failed
  9555. <6>[    1.204498] Powering off BT - ignored
  9556. <5>[    1.205566] msm_rpm_log_probe: OK
  9557. <6>[    1.205932] audit: initializing netlink socket (disabled)
  9558. <5>[    1.206024] type=2000 audit(1.170:1): initialized
  9559. <6>[    1.283996] ashmem: initialized
  9560. <6>[    1.289978] fuse init (API version 7.16)
  9561. <6>[    1.290222] msgmni has been set to 1610
  9562. <6>[    1.291625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  9563. <6>[    1.291717] io scheduler noop registered
  9564. <6>[    1.291778] io scheduler deadline registered
  9565. <6>[    1.291809] io scheduler row registered (default)
  9566. <6>[    1.291900] io scheduler cfq registered
  9567. <4>[    1.294036] mdp4_csc_config: Block type 10 isn't supported by CSC.
  9568. <4>[    1.294128] mdp4_csc_config: Block type 8 isn't supported by CSC.
  9569. <3>[    1.297363] lcdc_lg_panel_init: called
  9570. <6>[    1.297760] Lcdc_lg_probe: bl_pwm0=b575a800 LPG_chan0=0
  9571. <6>[    1.301818] mdp4_lcdc_vsync_init: ndx=0
  9572. <6>[    1.306243] FrameBuffer[0] 1024x768 size=6291456 bytes is registered successfully!
  9573. <3>[    1.306335] pm_runtime: fail to wake up
  9574. <3>[    1.306396] lcdc_common_panel_power: on=1 isOn=0
  9575. <4>[    1.328369] mdp4_csc_config: Block type 10 isn't supported by CSC.
  9576. <4>[    1.328430] mdp4_csc_config: Block type 8 isn't supported by CSC.
  9577. <4>[    1.331390] load_565rle_image: Can not open /initlogo.rle
  9578. <7>[    1.331695] Registered led device: lcd-backlight
  9579. <6>[    1.331756] mdp4_lcdc_vsync_init: ndx=0
  9580. <6>[    1.332580]
  9581. <6>[    1.332611]  msm_vidc_enc: Inside vid_enc_init()
  9582. <6>[    1.332824]
  9583. <6>[    1.332855]  msm_vidc_enc: Inside vid_enc_vcd_init()
  9584. <3>[    1.400787] msm_serial_hs_init failed to load
  9585. <6>[    1.400970] msm_serial_hsl: detected port #0
  9586. <6>[    1.401092] msm_serial_hsl.0: ttyHSL0 at MMIO 0x19c40000 (irq = 227) is a MSM
  9587. <6>[    1.401702] msm_serial_hsl: driver initialized
  9588. <6>[    1.402954] msm_rotator_probe: rotator_hw_revision=1
  9589. <6>[    1.409240] kgsl kgsl-3d0: |kgsl_gpummu_init| MMU type set for device is GPUMMU
  9590. <6>[    1.410766] kgsl kgsl-2d0: |kgsl_gpummu_init| MMU type set for device is GPUMMU
  9591. <6>[    1.411956] kgsl kgsl-2d1: |kgsl_gpummu_init| MMU type set for device is GPUMMU
  9592. <6>[    1.416839] brd: module loaded
  9593. <6>[    1.418853] loop: module loaded
  9594. <6>[    1.419067] pmem: Initializing pmem_adsp (user-space) as non-cached
  9595. <6>[    1.419464] allocating 6291456 bytes at   (null) (7ec8b000 physical) for pmem_adsp
  9596. <6>[    1.419677] pmem: Initializing pmem_audio (user-space) as non-cached
  9597. <6>[    1.419921] allocating 2666496 bytes at   (null) (7f28b000 physical) for pmem_audio
  9598. <5>[    1.420318] pm8xxx_upl_probe: OK
  9599. <4>[    1.421783] hsuart_tty:created 'ttyHS0' device on UART 0
  9600. <4>[    1.421966] user-pins: configuring irq for gpio 129
  9601. <6>[    1.422363] Initialize hres_counter device
  9602. <4>[    1.422485] mdmgpio_init
  9603. <6>[    1.422607] Before a6 call to i2c_add_driver.
  9604. <3>[    1.423767] a6_init_state: enabling A6 internal wake.
  9605. <3>[    1.423828] a6_init_state: TS2_I2C_WAKEUP_PERIOD = 0x1b
  9606. <6>[    1.475494] A6 Version: HW: 255, FW (M.m.B): 2.13.25, ManID: 28769, ProdTyp: 1281
  9607. <5>[    1.504699] A6 driver initialized successfully!
  9608. <3>[    1.505889] a6_init_state: enabling A6 internal wake.
  9609. <3>[    1.505950] a6_init_state: TS2_I2C_WAKEUP_PERIOD = 0x1b
  9610. <6>[    1.553039] A6 Version: HW: 255, FW (M.m.B): 2.7.29, ManID: 28769, ProdTyp: 1793
  9611. <5>[    1.556518] A6 driver initialized successfully!
  9612. <4>[    1.556610] i2c-core: driver [a6] using legacy suspend method
  9613. <4>[    1.556671] i2c-core: driver [a6] using legacy resume method
  9614. <3>[    1.557098] msm_wm8958_setup_power: codec power setup
  9615. <3>[    1.557189] wm8994_ldo_power: Power up the WM8994 LDOs
  9616. <6>[    1.588531] wm8994 4-001a: WM8958 revision B
  9617. <4>[    1.603942] wm8994 4-001a: No interrupt specified, no interrupts
  9618. <7>[    1.604217] gpiochip_find_base: found new base at 501
  9619. <3>[    1.608673] msm_wm8958_shutdown_power: codec power shutdown
  9620. <3>[    1.608764] wm8994_ldo_power: Power down the WM8994 LDOs
  9621. <6>[    1.609954] SCSI Media Changer driver v0.25
  9622. <6>[    1.610748] PPP generic driver version 2.4.2
  9623. <6>[    1.611114] PPP Deflate Compression module registered
  9624. <6>[    1.611175] PPP BSD Compression module registered
  9625. <6>[    1.612884] PPP MPPE Compression module registered
  9626. <6>[    1.612945] NET: Registered protocol family 24
  9627. <6>[    1.613037] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
  9628. <6>[    1.613159] CSLIP: code copyright 1989 Regents of the University of California.
  9629. <6>[    1.613586] tun: Universal TUN/TAP device driver, 1.6
  9630. <6>[    1.613647] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  9631. <6>[    1.614105] usbcore: registered new interface driver asix
  9632. <6>[    1.614196] usbcore: registered new interface driver cdc_ether
  9633. <6>[    1.614318] usbcore: registered new interface driver net1080
  9634. <6>[    1.614410] usbcore: registered new interface driver cdc_subset
  9635. <6>[    1.614501] usbcore: registered new interface driver zaurus
  9636. <6>[    1.614624] usbcore: registered new interface driver sierra_net
  9637. <6>[    1.614715] cdc_ncm: 14-Mar-2012-mbm
  9638. <6>[    1.614776] usbcore: registered new interface driver cdc_ncm
  9639. <6>[    1.614868] rmnet_init: SMD devices[8]
  9640. <3>[    1.620819] Error: Driver 'msm_otg' is already registered, aborting...
  9641. <3>[    1.621063] pehci: Host Driver has not been Registered with errors : ffffffea
  9642. <4>[    1.621154] Register Char Driver for HCD
  9643. <6>[    1.621215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  9644. <6>[    1.621429] host driver registered w/ tranceiver
  9645. <6>[    1.621582] usbcore: registered new interface driver cdc_acm
  9646. <6>[    1.621643] cdc_acm: v0.26-mbm_2:USB Abstract Control Model driver for USB modems and ISDN adapters
  9647. <6>[    1.621795] usbcore: registered new interface driver cdc_wdm
  9648. <6>[    1.621856] Initializing USB Mass Storage driver...
  9649. <6>[    1.621978] usbcore: registered new interface driver usb-storage
  9650. <6>[    1.622039] USB Mass Storage support registered.
  9651. <6>[    1.622192] usbcore: registered new interface driver usbserial
  9652. <6>[    1.622253] usbserial: USB Serial Driver core
  9653. <6>[    1.622344] USB Serial support registered for Sierra USB modem
  9654. <6>[    1.622467] usbcore: registered new interface driver sierra
  9655. <6>[    1.622528] sierra: v.1.7.16:USB Driver for Sierra Wireless USB modems
  9656. <6>[    1.622650] usbcore: registered new interface driver usb_ehset_test
  9657. <6>[    1.622955] peripheral driver registered w/ tranceiver
  9658. <4>[    1.623046] msm_otg_sm_work 1816 id=0 OTG_STATE_UNDEFINED
  9659. <6>[    1.625213] android_usb gadget: Mass Storage Function, version: 2009/09/11
  9660. <6>[    1.625274] android_usb gadget: Number of LUNs=2
  9661. <6>[    1.625335]  lun0: LUN: removable file: (no medium)
  9662. <6>[    1.625396]  lun1: LUN: removable file: (no medium)
  9663. <6>[    1.625732] android_usb gadget: android_usb ready
  9664. <4>[    1.626037] mousedev: could not register psaux device, error: -16
  9665. <6>[    1.626098] mousedev: PS/2 mouse device common for all mice
  9666. <6>[    1.626739] input: gpio-keys as /devices/platform/gpio-keys/input/input0
  9667. <3>[    1.628814] board_cy8ctma395_vdd_enable: enable=1 isPowerOn=0
  9668. <6>[    1.639862] input: pmic8xxx_pwrkey as /devices/platform/msm_ssbi.0/pm8058-core/pm8xxx-pwrkey/input/input1
  9669. <6>[    1.640686] <6>lsm303dlh magnetometer driver
  9670. <3>[    1.640777] lsm303dlh_mag_sysfs: probe start
  9671. <6>[    1.641357] input: lsm303dlh_mag_sysfs as /devices/i2c-0/0-001e/input/input2
  9672. <6>[    1.641754] lsm303dlh_mag_sysfs 0-001e: lsm303dlh_mag probed
  9673. <7>[    1.641876] lsm303dlh_acc_sysfs accelerometer driver: init
  9674. <6>[    1.641967] lsm303dlh_acc_sysfs: probe start.
  9675. <6>[    1.642028] lsm303dlh_acc_sysfs: hw init start
  9676. <6>[    1.642883] lsm303dlh_acc_sysfs: hw init done
  9677. <6>[    1.643371] input: lsm303dlh_acc_sysfs as /devices/i2c-0/0-0018/input/input3
  9678. <6>[    1.643737] lsm303dlh_acc_sysfs 0-0018: lsm303dlh_acc_sysfs: probed
  9679. <4>[    1.643859] i2c-core: driver [lsm303dlh_acc_sysfs] using legacy suspend method
  9680. <4>[    1.643951] i2c-core: driver [lsm303dlh_acc_sysfs] using legacy resume method
  9681. <6>[    1.646118] input: isl29023 light sensor as /devices/virtual/input/input4
  9682. <6>[    1.646453] isl29023 0-0044: driver version 1.0 enabled
  9683. <4>[    1.646575] i2c-core: driver [isl29023] using legacy suspend method
  9684. <4>[    1.646636] i2c-core: driver [isl29023] using legacy resume method
  9685. <6>[    1.646759] i2c i2c-0: mpu3050: +lsm303dlha
  9686. <6>[    1.646820] i2c i2c-0: mpu3050: +lsm303dlhm
  9687. <4>[    1.646881] i2c i2c-0: WARNING: Compass irq not assigned
  9688. <4>[    1.646942] i2c i2c-0: mpu3050: No Pressure Present
  9689. <6>[    1.661132] i2c i2c-0: Installing irq using 381
  9690. <6>[    1.661193] i2c i2c-0: Module Param interface = mpuirq
  9691. <4>[    1.661651] i2c-core: driver [mpu3050] using legacy suspend method
  9692. <4>[    1.661743] i2c-core: driver [mpu3050] using legacy resume method
  9693. <7>[    1.661804] mpu_init
  9694. <6>[    1.662902] using rtc device, pm8xxx_rtc, for alarms
  9695. <6>[    1.662994] rtc-pm8xxx rtc-pm8xxx: rtc core: registered pm8xxx_rtc as rtc0
  9696. <6>[    1.663330] i2c /dev entries driver
  9697. <6>[    1.664428] Linux video capture interface: v2.00
  9698. <6>[    1.664581] usbcore: registered new interface driver uvcvideo
  9699. <6>[    1.664672] USB Video Class driver (v1.1.0)
  9700. <4>[    1.665100] +++ config_camera_on_gpios_web_cam_mt9m113
  9701. <4>[    1.665496] config_camera_on_gpios_web_cam_mt9m113:enable the regulator votg_lvs0 succeed
  9702. <4>[    1.666168] config_camera_on_gpios_web_cam_mt9m113:enable the regulator votg_vreg_l11 succeed
  9703. <4>[    1.666290] --- config_camera_on_gpios_web_cam_mt9m113
  9704. <4>[    1.849700] msm_otg_sm_work 1819 id=1 OTG_STATE_UNDEFINED
  9705. <6>[    1.890899] a6_update_connected_ps: ac=0 usb=0 dock=0
  9706. <3>[    1.969696] qup_i2c qup_i2c.1: Transaction timed out, SL-AD = 0x3c
  9707. <3>[    1.969757] qup_i2c qup_i2c.1: I2C Status: 132100
  9708. <3>[    1.969818] qup_i2c qup_i2c.1: QUP Status: 0
  9709. <3>[    1.969879] qup_i2c qup_i2c.1: OP Flags: 10
  9710. <4>[    1.969940] mt9m113_i2c_rxdata Addr:0x3c failed 0 times!
  9711. <6>[    1.991058] msm_hsusb_host msm_hsusb_host.0: Qualcomm On-Chip EHCI Host Controller
  9712. <6>[    1.991180] msm_hsusb_host msm_hsusb_host.0: new USB bus registered, assigned bus number 1
  9713. <6>[    1.991363] msm_hsusb_host msm_hsusb_host.0: irq 132, io base 0x12500000
  9714. <6>[    1.991516] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  9715. <6>[    1.991607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  9716. <6>[    1.991699] usb usb1: Product: Qualcomm On-Chip EHCI Host Controller
  9717. <6>[    1.991760] usb usb1: Manufacturer: Linux 3.0.101-cyanogenmod-g93560a0 ehci_hcd
  9718. <6>[    1.991851] usb usb1: SerialNumber: msm_hsusb_host.0
  9719. <6>[    1.992462] hub 1-0:1.0: USB hub found
  9720. <6>[    1.992523] hub 1-0:1.0: 1 port detected
  9721. <3>[    2.240112] qup_i2c qup_i2c.1: Transaction timed out, SL-AD = 0x3c
  9722. <3>[    2.240173] qup_i2c qup_i2c.1: I2C Status: 132100
  9723. <3>[    2.240234] qup_i2c qup_i2c.1: QUP Status: 0
  9724. <3>[    2.240295] qup_i2c qup_i2c.1: OP Flags: 10
  9725. <4>[    2.240356] mt9m113_i2c_rxdata Addr:0x3c failed 1 times!
  9726. <3>[    2.510131] qup_i2c qup_i2c.1: Transaction timed out, SL-AD = 0x3c
  9727. <3>[    2.510192] qup_i2c qup_i2c.1: I2C Status: 132100
  9728. <3>[    2.510253] qup_i2c qup_i2c.1: QUP Status: 0
  9729. <3>[    2.510314] qup_i2c qup_i2c.1: OP Flags: 10
  9730. <4>[    2.510375] mt9m113_i2c_rxdata Addr:0x3c failed 2 times!
  9731. <3>[    2.780151] qup_i2c qup_i2c.1: Transaction timed out, SL-AD = 0x3c
  9732. <3>[    2.780212] qup_i2c qup_i2c.1: I2C Status: 132100
  9733. <3>[    2.780273] qup_i2c qup_i2c.1: QUP Status: 0
  9734. <3>[    2.780334] qup_i2c qup_i2c.1: OP Flags: 10
  9735. <4>[    2.780395] mt9m113_i2c_rxdata Addr:0x3c failed 3 times!
  9736. <3>[    3.050140] qup_i2c qup_i2c.1: Transaction timed out, SL-AD = 0x3c
  9737. <3>[    3.050231] qup_i2c qup_i2c.1: I2C Status: 132100
  9738. <3>[    3.050292] qup_i2c qup_i2c.1: QUP Status: 0
  9739. <3>[    3.050354] qup_i2c qup_i2c.1: OP Flags: 10
  9740. <4>[    3.050415] mt9m113_i2c_rxdata Addr:0x3c failed 4 times!
  9741. <4>[    3.050476] mt9m113_i2c_rxdata failed!
  9742. <4>[    3.050537] mt9m113_sensor_probe mt9m113_i2c_read failed
  9743. <4>[    3.050598] ../../../../../../../../../dev3/cm/repo11/kernel/hp/tenderloin/drivers/media/video/msm/mt9m113.c mt9m113_sensor_probe:878 failed
  9744. <4>[    3.051300] +++ config_camera_off_gpios_web_cam_mt9m113
  9745. <4>[    3.051666] config_camera_off_gpios_web_cam_mt9m113:disable the regulator: votg_lvs0 succeed
  9746. <4>[    3.052062] config_camera_off_gpios_web_cam_mt9m113:disable the regulator: votg_vreg_l11 succeed
  9747. <4>[    3.052185] --- config_camera_off_gpios_web_cam_mt9m113
  9748. <3>[    3.052246] msm_sync_init: failed to initialize mt9m113
  9749. <4>[    3.052337] msm_camera_mt9m113: probe of msm_camera_mt9m113.0 failed with error -5
  9750. <6>[    3.052978] msm_gemini_init gemini: success
  9751. <6>[    3.053253] max8903b driver registeration! rc = 0
  9752. <5>[    3.069946] tsens_tm_probe: OK
  9753. <6>[    3.070373] device-mapper: uevent: version 1.0.3
  9754. <6>[    3.070831] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
  9755. <6>[    3.071044] Bluetooth: MSM Sleep Mode Driver Ver 1.1
  9756. <6>[    3.071655] cpuidle: using governor ladder
  9757. <6>[    3.071716] cpuidle: using governor menu
  9758. <6>[    3.072113] mmc0: mci-version: 0
  9759. <3>[    3.072265] mmc0: No card detect facilities available
  9760. <6>[    3.072509] mmc0: Qualcomm MSM SDCC-core at 0x0000000012400000 irq 136,0 dma 18 dmacrcri 1
  9761. <6>[    3.072601] mmc0: 8 bit data mode enabled
  9762. <6>[    3.072662] mmc0: 4 bit data mode disabled
  9763. <6>[    3.072723] mmc0: polling status mode disabled
  9764. <6>[    3.072784] mmc0: MMC clock 400000 -> 48000000 Hz, PCLK 0 Hz
  9765. <6>[    3.072845] mmc0: Slot eject status = 0
  9766. <6>[    3.072906] mmc0: Power save feature enable = 1
  9767. <6>[    3.072967] mmc0: DM non-cached buffer at ffda0000, dma_addr 0x74060000
  9768. <6>[    3.073059] mmc0: DM cmd busaddr 0x74060000, cmdptr busaddr 0x74077f40
  9769. <6>[    3.073394] mmc1: mci-version: 0
  9770. <3>[    3.075103] mmc1: No card detect facilities available
  9771. <6>[    3.075347] mmc1: Qualcomm MSM SDCC-core at 0x00000000121c0000 irq 133,0 dma 21 dmacrcri 5
  9772. <6>[    3.075469] mmc1: 8 bit data mode disabled
  9773. <6>[    3.075531] mmc1: 4 bit data mode enabled
  9774. <6>[    3.075561] mmc1: polling status mode disabled
  9775. <6>[    3.075622] mmc1: MMC clock 400000 -> 48000000 Hz, PCLK 0 Hz
  9776. <6>[    3.075714] mmc1: Slot eject status = 0
  9777. <6>[    3.075744] mmc1: Power save feature enable = 1
  9778. <6>[    3.075805] mmc1: DM non-cached buffer at ffd80000, dma_addr 0x74080000
  9779. <6>[    3.075897] mmc1: DM cmd busaddr 0x74080000, cmdptr busaddr 0x74097f40
  9780. <4>[    3.076019] tenderloin_probe_wifi: id 4 mmc b4cdf000
  9781. <7>[    3.076477] LM8502 module init called
  9782. <7>[    3.076538] LM8502 probe called
  9783. <3>[    3.176910] qup_i2c qup_i2c.3: QUP: I2C status flags :0x1343c8, irq:193
  9784. <3>[    3.177032] qup_i2c qup_i2c.3: I2C slave addr:0x33 not connected
  9785. <3>[    3.177093] Unable to read LM8502 registers
  9786. <7>[    3.179595] Registered led device: core_navi_left
  9787. <7>[    3.180419] Registered led device: core_navi_right
  9788. <4>[    3.181945] i2c-core: driver [LM8502] using legacy suspend method
  9789. <4>[    3.182037] i2c-core: driver [LM8502] using legacy resume method
  9790. <6>[    3.183532] usbcore: registered new interface driver usbhid
  9791. <6>[    3.183593] usbhid: USB HID core driver
  9792. <6>[    3.184234] logger: created 512K log 'log_main'
  9793. <6>[    3.184387] logger: created 256K log 'log_events'
  9794. <6>[    3.184570] logger: created 512K log 'log_radio'
  9795. <6>[    3.184753] logger: created 256K log 'log_system'
  9796. <6>[    3.185394] zram: Created 1 device(s) ...
  9797. <6>[    3.185913] usbcore: registered new interface driver snd-usb-audio
  9798. <6>[    3.186767] msm-cpu-dai msm-cpu-dai.0: asoc_msm_cpu_probe: dev name msm-cpu-dai.0
  9799. <6>[    3.187011] msm-codec-dai msm-codec-dai.0: asoc_msm_codec_probe: dev name msm-codec-dai.0
  9800. <6>[    3.187225] msm-dsp-audio msm-dsp-audio.0: msm_pcm_probe: dev name msm-dsp-audio.0
  9801. <3>[    3.187713] msm_wm8958_setup_power: codec power setup
  9802. <3>[    3.187805] wm8994_ldo_power: Power up the WM8994 LDOs
  9803. <6>[    3.192352] mmc0: new high speed MMC card at address 0001
  9804. <6>[    3.192840] mmcblk0: mmc0:0001 SEM16G 14.8 GiB
  9805. <6>[    3.193084] mmcblk0boot0: mmc0:0001 SEM16G partition 1 1.00 MiB
  9806. <6>[    3.193298] mmcblk0boot1: mmc0:0001 SEM16G partition 2 1.00 MiB
  9807. <6>[    3.200195]  mmcblk0: p1 p2 p3 p4 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 >
  9808. <6>[    3.206390]  mmcblk0boot1: unknown partition table
  9809. <6>[    3.208892]  mmcblk0boot0: unknown partition table
  9810. <6>[    3.456390] Headphone switch initialized, plugged=0
  9811. <6>[    3.459808] asoc: wm8994-aif1 <-> msm-cpu-dai.0 mapping ok
  9812. <6>[    3.460968] asoc: wm8994-aif2 <-> msm-cpu-dai.0 mapping ok
  9813. <6>[    3.461914] input: msm-audio headset as /devices/platform/soc-audio/sound/card0/input5
  9814. <6>[    3.462463] mvs-cpu-dai mvs-cpu-dai.0: asoc_mvs_cpu_probe: dev name mvs-cpu-dai.0
  9815. <6>[    3.462707] mvs-codec-dai mvs-codec-dai.0: asoc_mvs_codec_probe: dev name mvs-codec-dai.0
  9816. <6>[    3.462951] msm-mvs-audio msm-mvs-audio.0: msm_pcm_probe: dev name msm-mvs-audio.0
  9817. <6>[    3.464050] ALSA device list:
  9818. <6>[    3.464080]   #0: msm-audio
  9819. <6>[    3.464416] oprofile: using arm/armv7-scorpionmp
  9820. <6>[    3.464599] GACT probability NOT on
  9821. <6>[    3.464660] Mirror/redirect action on
  9822. <6>[    3.464691] u32 classifier
  9823. <6>[    3.464721]     Actions configured
  9824. <6>[    3.464782] Netfilter messages via NETLINK v0.30.
  9825. <6>[    3.464904] nf_conntrack version 0.5.0 (12885 buckets, 51540 max)
  9826. <6>[    3.465362] ctnetlink v0.93: registering with nfnetlink.
  9827. <6>[    3.465484] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
  9828. <6>[    3.465576] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
  9829. <6>[    3.466186] xt_time: kernel timezone is -0000
  9830. <6>[    3.466400] ip_tables: (C) 2000-2006 Netfilter Core Team
  9831. <6>[    3.466644] arp_tables: (C) 2002 David S. Miller
  9832. <6>[    3.466735] TCP cubic registered
  9833. <6>[    3.466796] Initializing XFRM netlink socket
  9834. <6>[    3.467315] NET: Registered protocol family 10
  9835. <6>[    3.468353] Mobile IPv6
  9836. <6>[    3.468414] ip6_tables: (C) 2000-2006 Netfilter Core Team
  9837. <6>[    3.468597] IPv6 over IPv4 tunneling driver
  9838. <6>[    3.469390] NET: Registered protocol family 17
  9839. <6>[    3.469482] NET: Registered protocol family 15
  9840. <6>[    3.469573] L2TP core driver, V2.0
  9841. <6>[    3.469604] PPPoL2TP kernel driver, V2.0
  9842. <6>[    3.469665] L2TP IP encapsulation support (L2TPv3)
  9843. <6>[    3.469909] L2TP netlink interface
  9844. <6>[    3.470001] NET: Registered protocol family 35
  9845. <5>[    3.470123] Registering the dns_resolver key type
  9846. <6>[    3.470214] VFP support v0.3: implementor 51 architecture 64 part 2d variant 0 rev 0
  9847. <5>[    3.470336] Registering SWP/SWPB emulation handler
  9848. <6>[    3.477447] clock_late_init() disabled 201 unused clocks
  9849. <6>[    3.478179] cpufreq: cpu0 init at 1512000 switching to 1188000
  9850. <6>[    3.479064] cpufreq: cpu1 init at 1512000 switching to 1188000
  9851. <6>[    3.479461] [MPDEC]: msm_mpdec_init init complete.
  9852. <6>[    3.484222] MSM Watchdog Initialized
  9853. <3>[    3.484832] set_dload_mode <0> ( 8001584C )
  9854. <6>[    3.485992] rtc-pm8xxx rtc-pm8xxx: setting system clock to 2016-05-03 17:18:51 UTC (1462295931)
  9855. <6>[    3.486114] msm_v4l2: msm_v4l2_init
  9856. <4>[    3.486297] Warning: unable to open an initial console.
  9857. <6>[    3.486724] Freeing init memory: 308K
  9858. <3>[    3.492858] healthd: wakealarm_init: timerfd_create failed
  9859. <3>[    3.819702] init: cannot open '/initlogo.rle'
  9860. <3>[    3.824401] android_usb: already disabled
  9861. <6>[    3.835540] kjournald starting.  Commit interval 5 seconds
  9862. <6>[    3.841430] EXT3-fs (mmcblk0p13): using internal journal
  9863. <6>[    3.841674] EXT3-fs (mmcblk0p13): mounted filesystem with writeback data mode
  9864. <6>[    4.091094] msm_otg_suspend: usb in low power mode
  9865. <3>[    4.343353] init: Unable to open persistent property directory /data/property errno: 2
  9866. <3>[    4.363983] fs_mgr: Cannot open file /etc/extra.fstab
  9867. <3>[    4.374023] board_cy8ctma395_vdd_enable: enable=1 isPowerOn=1
  9868. <7>[    4.383575] EXT4-fs (dm-9): ext4_orphan_cleanup: deleting unreferenced inode 290256
  9869. <7>[    4.387115] EXT4-fs (dm-9): ext4_orphan_cleanup: deleting unreferenced inode 32818
  9870. <6>[    4.388031] EXT4-fs (dm-9): 2 orphan inodes deleted
  9871. <6>[    4.388092] EXT4-fs (dm-9): recovery complete
  9872. <4>[    4.462646] CPU1: Booted secondary processor
  9873. <6>[    4.548767] input: HPTouchpad as /devices/virtual/input/input6
  9874. <6>[    4.721038] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts:
  9875. <3>[    4.761566] android_usb: already disabled
  9876. <6>[    4.768157] adb_open
  9877. <6>[    4.768249] adb_bind_config
  9878. <6>[    5.389129] lsm303dlh_acc_sysfs: hw init start
  9879. <6>[    5.397033] lsm303dlh_acc_sysfs: hw init done
  9880. <3>[    5.765136] fs_mgr: Cannot open file /etc/extra.fstab
  9881. <6>[    5.782257] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts:
  9882. <6>[    6.784454] EXT4-fs (dm-8): recovery complete
  9883. <6>[    6.786071] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts:
  9884. <6>[    6.814025] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts:
  9885. <3>[    6.827026] lcdc_common_panel_power: on=1 isOn=1
  9886. <6>[    8.313629] msmsdcc_runtime_suspend: Enter WIFI suspend
  9887. <6>[   12.320343] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts:
  9888. <4>[   20.212219] CPU1: Booted secondary processor
  9889. <6>[   20.212890] [MPDEC]: CPU[1] off->on
  9890. <6>[   20.425415] [MPDEC]: CPU[1] on->off | time online: 213
  9891. <4>[   33.232177] CPU1: Booted secondary processor
  9892. <6>[   33.245880] [MPDEC]: CPU[1] off->on
  9893. <6>[   33.457061] [MPDEC]: CPU[1] on->off | time online: 211
  9894. <6>[   35.417633] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts:
  9895. <4>[   35.482238] CPU1: Booted secondary processor
  9896. <6>[   35.483001] [MPDEC]: CPU[1] off->on
  9897. <6>[   35.906677] [MPDEC]: CPU[1] on->off | time online: 424
  9898. <4>[   36.252258] CPU1: Booted secondary processor
  9899. <6>[   36.254486] [MPDEC]: CPU[1] off->on
  9900. <6>[   36.467254] [MPDEC]: CPU[1] on->off | time online: 212
  9901. <4>[   36.743957] CPU1: Booted secondary processor
  9902. <6>[   36.744659] [MPDEC]: CPU[1] off->on
  9903. <6>[   36.955444] [MPDEC]: CPU[1] on->off | time online: 211
  9904. <4>[   37.306488] CPU1: Booted secondary processor
  9905. <6>[   37.308044] [MPDEC]: CPU[1] off->on
  9906. <6>[   37.513885] [MPDEC]: CPU[1] on->off | time online: 206
  9907. <4>[   37.792236] CPU1: Booted secondary processor
  9908. <6>[   37.792907] [MPDEC]: CPU[1] off->on
  9909. <6>[   38.019622] [MPDEC]: CPU[1] on->off | time online: 227
  9910. <4>[   38.153717] CPU1: Booted secondary processor
  9911. <6>[   38.154449] [MPDEC]: CPU[1] off->on
  9912. <6>[   38.365814] [MPDEC]: CPU[1] on->off | time online: 211
  9913. <4>[   43.752624] CPU1: Booted secondary processor
  9914. <6>[   43.753295] [MPDEC]: CPU[1] off->on
  9915. <6>[   43.965698] [MPDEC]: CPU[1] on->off | time online: 213
  9916. <6>[   61.662261] a6_update_connected_ps: ac=0 usb=0 dock=0
  9917. <6>[   61.662414] max8903b_current_setup: ### CHARGE_DISABLE
  9918. <4>[   76.092193] CPU1: Booted secondary processor
  9919. <6>[   76.092895] [MPDEC]: CPU[1] off->on
  9920. <6>[   76.307342] [MPDEC]: CPU[1] on->off | time online: 214
  9921. <4>[   92.122344] CPU1: Booted secondary processor
  9922. <6>[   92.123352] [MPDEC]: CPU[1] off->on
  9923. <6>[   92.335540] [MPDEC]: CPU[1] on->off | time online: 213
  9924. <4>[   97.235504] CPU1: Booted secondary processor
  9925. <6>[   97.236724] [MPDEC]: CPU[1] off->on
  9926. <6>[   97.445404] [MPDEC]: CPU[1] on->off | time online: 209
  9927. <4>[   97.652862] CPU1: Booted secondary processor
  9928. <6>[   97.661254] [MPDEC]: CPU[1] off->on
  9929. <6>[   97.873626] [MPDEC]: CPU[1] on->off | time online: 213
  9930. <3>[  241.280578] INFO: task dbs_sync/0:85 blocked for more than 120 seconds.
  9931. <3>[  241.280731] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  9932. <6>[  241.280944] dbs_sync/0      D 807f1878     0    85      2 0x00000000
  9933. <4>[  241.281219] [<807f1878>] (__schedule+0x79c/0xa9c) from [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8)
  9934. <4>[  241.281463] [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8) from [<801a81b4>] (kthread+0x80/0x8c)
  9935. <4>[  241.281738] [<801a81b4>] (kthread+0x80/0x8c) from [<80105f88>] (kernel_thread_exit+0x0/0x8)
  9936. <3>[  241.281951] INFO: task dbs_sync/1:86 blocked for more than 120 seconds.
  9937. <3>[  241.282135] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  9938. <6>[  241.282318] dbs_sync/1      D 807f1878     0    86      2 0x00000000
  9939. <4>[  241.282531] [<807f1878>] (__schedule+0x79c/0xa9c) from [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8)
  9940. <4>[  241.282775] [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8) from [<801a81b4>] (kthread+0x80/0x8c)
  9941. <4>[  241.283020] [<801a81b4>] (kthread+0x80/0x8c) from [<80105f88>] (kernel_thread_exit+0x0/0x8)
  9942. <4>[  315.454315] CPU1: Booted secondary processor
  9943. <6>[  315.455078] [MPDEC]: CPU[1] off->on
  9944. <6>[  315.665344] [MPDEC]: CPU[1] on->off | time online: 210
  9945. <4>[  357.762176] CPU1: Booted secondary processor
  9946. <6>[  357.762847] [MPDEC]: CPU[1] off->on
  9947. <6>[  358.325408] [MPDEC]: CPU[1] on->off | time online: 563
  9948. <3>[  361.280487] INFO: task dbs_sync/0:85 blocked for more than 120 seconds.
  9949. <3>[  361.280609] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  9950. <6>[  361.280700] dbs_sync/0      D 807f1878     0    85      2 0x00000000
  9951. <4>[  361.280853] [<807f1878>] (__schedule+0x79c/0xa9c) from [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8)
  9952. <4>[  361.280975] [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8) from [<801a81b4>] (kthread+0x80/0x8c)
  9953. <4>[  361.281127] [<801a81b4>] (kthread+0x80/0x8c) from [<80105f88>] (kernel_thread_exit+0x0/0x8)
  9954. <3>[  361.281219] INFO: task dbs_sync/1:86 blocked for more than 120 seconds.
  9955. <3>[  361.281402] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  9956. <6>[  361.281524] dbs_sync/1      D 807f1878     0    86      2 0x00000000
  9957. <4>[  361.281616] [<807f1878>] (__schedule+0x79c/0xa9c) from [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8)
  9958. <4>[  361.281738] [<805dcf54>] (dbs_sync_thread+0x9c/0x1e8) from [<801a81b4>] (kthread+0x80/0x8c)
  9959. <4>[  361.281860] [<801a81b4>] (kthread+0x80/0x8c) from [<80105f88>] (kernel_thread_exit+0x0/0x8)
  9960. <6>[  380.077453] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts:
  9961. <4>[  380.163269] CPU1: Booted secondary processor
  9962. <6>[  380.171020] [MPDEC]: CPU[1] off->on
  9963. <6>[  380.523559] [MPDEC]: CPU[1] on->off | time online: 353
  9964. <4>[  380.872222] CPU1: Booted secondary processor
  9965. <6>[  380.873138] [MPDEC]: CPU[1] off->on
  9966. <6>[  381.083587] [MPDEC]: CPU[1] on->off | time online: 211
  9967. <4>[  381.222625] CPU1: Booted secondary processor
  9968. <6>[  381.223327] [MPDEC]: CPU[1] off->on
  9969. <6>[  381.436279] [MPDEC]: CPU[1] on->off | time online: 213
  9970. <4>[  381.782196] CPU1: Booted secondary processor
  9971. <6>[  381.783996] [MPDEC]: CPU[1] off->on
  9972. <6>[  381.999114] [MPDEC]: CPU[1] on->off | time online: 215
  9973. <4>[  383.042236] CPU1: Booted secondary processor
  9974. <6>[  383.042816] [MPDEC]: CPU[1] off->on
  9975. <6>[  383.257659] [MPDEC]: CPU[1] on->off | time online: 215
  9976. <4>[  383.673675] CPU1: Booted secondary processor
  9977. <6>[  383.674346] [MPDEC]: CPU[1] off->on
  9978. <6>[  383.883544] [MPDEC]: CPU[1] on->off | time online: 210
  9979. <4>[  384.932220] CPU1: Booted secondary processor
  9980. <6>[  384.932891] [MPDEC]: CPU[1] off->on
  9981. <6>[  385.143554] [MPDEC]: CPU[1] on->off | time online: 211
  9982. <4>[  387.383056] CPU1: Booted secondary processor
  9983. <6>[  387.383728] [MPDEC]: CPU[1] off->on
  9984. <6>[  387.595458] [MPDEC]: CPU[1] on->off | time online: 212
  9985. <4>[  391.232330] CPU1: Booted secondary processor
  9986. <6>[  391.233032] [MPDEC]: CPU[1] off->on
  9987. <6>[  391.445556] [MPDEC]: CPU[1] on->off | time online: 213
  9988. <4>[  415.592346] CPU1: Booted secondary processor
  9989. <6>[  415.593048] [MPDEC]: CPU[1] off->on
  9990. <6>[  415.805877] [MPDEC]: CPU[1] on->off | time online: 213
  9991. <4>[  425.676666] CPU1: Booted secondary processor
  9992. <6>[  425.678009] [MPDEC]: CPU[1] off->on
  9993. <6>[  425.885986] [MPDEC]: CPU[1] on->off | time online: 208
  9994. <4>[  434.844390] CPU1: Booted secondary processor
  9995. <6>[  434.845092] [MPDEC]: CPU[1] off->on
  9996. <6>[  435.065399] [MPDEC]: CPU[1] on->off | time online: 221
  9997. <4>[  443.042358] CPU1: Booted secondary processor
  9998. <6>[  443.043426] [MPDEC]: CPU[1] off->on
  9999. <6>[  443.255645] [MPDEC]: CPU[1] on->off | time online: 212
  10000. <6>[  446.913177] EXT3-fs: barriers not enabled
  10001. <6>[  446.913848] kjournald starting.  Commit interval 5 seconds
  10002. <6>[  446.921722] EXT3-fs (mmcblk0p13): using internal journal
  10003. <6>[  446.921813] EXT3-fs (mmcblk0p13): mounted filesystem with writeback data mode
  10004. <4>[  447.042327] CPU1: Booted secondary processor
  10005. <6>[  447.043029] [MPDEC]: CPU[1] off->on
  10006. <6>[  447.253784] [MPDEC]: CPU[1] on->off | time online: 211
  10007. <4>[  448.796722] CPU1: Booted secondary processor
  10008. <6>[  448.797760] [MPDEC]: CPU[1] off->on
  10009. <6>[  449.004974] [MPDEC]: CPU[1] on->off | time online: 207
  10010. <6>[  464.962219] msm_otg_resume: usb exited from low power mode
  10011. <6>[  465.010803] a6_update_connected_ps: ac=0 usb=0 dock=0
  10012. <6>[  465.010955] max8903b_current_setup: ### CHARGE_DISABLE
  10013. <6>[  467.021728] msm_otg_suspend: usb in low power mode
  10014. <4>[  467.072235] CPU1: Booted secondary processor
  10015. <6>[  467.072967] [MPDEC]: CPU[1] off->on
  10016. <6>[  467.285034] [MPDEC]: CPU[1] on->off | time online: 212
  10017. <6>[  470.372161] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts:
  10018. <6>[  470.460296] SysRq : Emergency Remount R/O
  10019. <4>[  470.467803] Disabling non-boot CPUs ...
  10020. <0>[  470.467926] Restarting system.
  10021. <4>[  470.468017]
  10022. <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
  10023. <0>[  470.468444]
  10024. <3>[  470.469268] set_dload_mode <0> ( 80168F58 )
  10025. <3>[  470.469512] set_dload_mode <0> ( 80168F60 )
  10026. <5>[  470.469757] Going down for restart now
  10027. <3>[  470.469970] pm8xxx_reset_pwr_off, [1]
  10028. <3>[  470.470184] pm8xxx_reset_pwr_off, [2]
  10029. <3>[  470.470367] pm8xxx_reset_pwr_off, [3]
  10030. <3>[  470.470642] pm8xxx_reset_pwr_off, [4]
  10031. <3>[  470.470855] pm8xxx_reset_pwr_off, [5]
  10032. <3>[  470.479064] pm8xxx_reset_pwr_off, [6]
  10033. <3>[  470.479278] pm8xxx_reset_pwr_off, [7]
  10034. <3>[  470.479492] pm8xxx_reset_pwr_off, [8]
  10035. <6>[  470.479705] arch_reset: Initiating reboot via bootloader
  10036.  
  10037. Broadcasting: Intent { act=com.evervolv.toolbox.action.DUMPLOGCAT_FINISHED (has extras) }
  10038. Broadcast completed: result=0
  10039.  

Reply to "Logcat: ev_tenderloin-6.0.1-testing-2016.04.15"

Here you can reply to the paste above