------ SYSTEM LOG (logcat -d *:v) ------ --------- beginning of crash E/AndroidRuntime(25832): FATAL EXCEPTION: main E/AndroidRuntime(25832): Process: com.svox.pico, PID: 25832 E/AndroidRuntime(25832): java.lang.RuntimeException: Unable to start receiver com.svox.pico.LangPackUninstaller: java.lang.SecurityException: Neither user 10052 nor current process has android.permission.DELETE_PACKAGES. E/AndroidRuntime(25832): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2602) E/AndroidRuntime(25832): at android.app.ActivityThread.access$1700(ActivityThread.java:147) E/AndroidRuntime(25832): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1358) E/AndroidRuntime(25832): at android.os.Handler.dispatchMessage(Handler.java:102) E/AndroidRuntime(25832): at android.os.Looper.loop(Looper.java:135) E/AndroidRuntime(25832): at android.app.ActivityThread.main(ActivityThread.java:5241) E/AndroidRuntime(25832): at java.lang.reflect.Method.invoke(Native Method) E/AndroidRuntime(25832): at java.lang.reflect.Method.invoke(Method.java:372) E/AndroidRuntime(25832): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) E/AndroidRuntime(25832): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) E/AndroidRuntime(25832): Caused by: java.lang.SecurityException: Neither user 10052 nor current process has android.permission.DELETE_PACKAGES. E/AndroidRuntime(25832): at android.os.Parcel.readException(Parcel.java:1540) E/AndroidRuntime(25832): at android.os.Parcel.readException(Parcel.java:1493) E/AndroidRuntime(25832): at android.content.pm.IPackageManager$Stub$Proxy.deletePackageAsUser(IPackageManager.java:3004) E/AndroidRuntime(25832): at android.app.ApplicationPackageManager.deletePackage(ApplicationPackageManager.java:1379) E/AndroidRuntime(25832): at com.svox.pico.LangPackUninstaller.onReceive(LangPackUninstaller.java:35) E/AndroidRuntime(25832): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2595) E/AndroidRuntime(25832): ... 9 more F/libc ( 7481): Fatal signal 6 (SIGABRT), code -6 in tid 7488 (Signal Catcher) I/DEBUG ( 150): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** I/DEBUG ( 150): Build fingerprint: 'hp/hp_tenderloin/tenderloin:5.0.2/LRX22G/1649326:user/release-keys' I/DEBUG ( 150): Revision: '3' I/DEBUG ( 150): ABI: 'arm' I/DEBUG ( 150): pid: 7481, tid: 7488, name: Signal Catcher >>> com.google.android.gms.persistent <<< I/DEBUG ( 150): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- I/DEBUG ( 150): Abort message: 'art/runtime/thread_list.cc:170] Thread suspend timeout' I/DEBUG ( 150): r0 00000000 r1 00001d40 r2 00000006 r3 00000000 I/DEBUG ( 150): r4 74924db8 r5 00000006 r6 00000002 r7 0000010c I/DEBUG ( 150): r8 00000000 r9 7514f520 sl 70f0e400 fp 000028eb I/DEBUG ( 150): ip 00001d40 sp 74924a28 lr 76f6d8c5 pc 76f90cf0 cpsr 600f0010 I/DEBUG ( 150): I/DEBUG ( 150): backtrace: I/DEBUG ( 150): #00 pc 00037cf0 /system/lib/libc.so (tgkill+12) I/DEBUG ( 150): #01 pc 000148c1 /system/lib/libc.so (pthread_kill+52) I/DEBUG ( 150): #02 pc 000154df /system/lib/libc.so (raise+10) I/DEBUG ( 150): #03 pc 00011d35 /system/lib/libc.so (__libc_android_abort+36) I/DEBUG ( 150): #04 pc 0000fc7c /system/lib/libc.so (abort+4) I/DEBUG ( 150): #05 pc 00214d7d /system/lib/libart.so (art::Runtime::Abort()+160) I/DEBUG ( 150): #06 pc 000a63d3 /system/lib/libart.so (art::LogMessage::~LogMessage()+1322) I/DEBUG ( 150): #07 pc 0022d0f9 /system/lib/libart.so (art::UnsafeLogFatalForThreadSuspendAllTimeout()+228) I/DEBUG ( 150): #08 pc 0022d41d /system/lib/libart.so (art::ThreadList::SuspendAll()+748) I/DEBUG ( 150): #09 pc 00219029 /system/lib/libart.so (art::SignalCatcher::HandleSigQuit()+48) I/DEBUG ( 150): #10 pc 002199b7 /system/lib/libart.so (art::SignalCatcher::Run(void*)+322) I/DEBUG ( 150): #11 pc 000140ab /system/lib/libc.so (__pthread_start(void*)+30) I/DEBUG ( 150): #12 pc 0001209f /system/lib/libc.so (__start_thread+6) E/AndroidRuntime( 7630): FATAL EXCEPTION: main E/AndroidRuntime( 7630): Process: com.android.launcher3, PID: 7630 E/AndroidRuntime( 7630): java.lang.RuntimeException: Package manager has died E/AndroidRuntime( 7630): at android.app.ApplicationPackageManager.isSafeMode(ApplicationPackageManager.java:1020) E/AndroidRuntime( 7630): at android.app.ResourcesManager.getTopLevelResources(ResourcesManager.java:254) E/AndroidRuntime( 7630): at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1628) E/AndroidRuntime( 7630): at android.app.LoadedApk.getResources(LoadedApk.java:533) E/AndroidRuntime( 7630): at android.app.ContextImpl.(ContextImpl.java:2283) E/AndroidRuntime( 7630): at android.app.ContextImpl.createAppContext(ContextImpl.java:2234) E/AndroidRuntime( 7630): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4349) E/AndroidRuntime( 7630): at android.app.ActivityThread.access$1500(ActivityThread.java:147) E/AndroidRuntime( 7630): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1342) E/AndroidRuntime( 7630): at android.os.Handler.dispatchMessage(Handler.java:102) E/AndroidRuntime( 7630): at android.os.Looper.loop(Looper.java:135) E/AndroidRuntime( 7630): at android.app.ActivityThread.main(ActivityThread.java:5241) E/AndroidRuntime( 7630): at java.lang.reflect.Method.invoke(Native Method) E/AndroidRuntime( 7630): at java.lang.reflect.Method.invoke(Method.java:372) E/AndroidRuntime( 7630): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) E/AndroidRuntime( 7630): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) E/AndroidRuntime( 7630): Caused by: android.os.DeadObjectException E/AndroidRuntime( 7630): at android.os.BinderProxy.transactNative(Native Method) E/AndroidRuntime( 7630): at android.os.BinderProxy.transact(Binder.java:496) E/AndroidRuntime( 7630): at android.content.pm.IPackageManager$Stub$Proxy.isSafeMode(IPackageManager.java:3749) E/AndroidRuntime( 7630): at android.app.ApplicationPackageManager.isSafeMode(ApplicationPackageManager.java:1016) E/AndroidRuntime( 7630): ... 15 more E/AndroidRuntime( 7630): Error reporting crash E/AndroidRuntime( 7630): android.os.DeadObjectException E/AndroidRuntime( 7630): at android.os.BinderProxy.transactNative(Native Method) E/AndroidRuntime( 7630): at android.os.BinderProxy.transact(Binder.java:496) E/AndroidRuntime( 7630): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4111) E/AndroidRuntime( 7630): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:89) E/AndroidRuntime( 7630): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693) E/AndroidRuntime( 7630): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690) E/AndroidRuntime( 7617): FATAL EXCEPTION: main E/AndroidRuntime( 7617): Process: com.android.calendar, PID: 7617 E/AndroidRuntime( 7617): java.lang.RuntimeException: Package manager has died E/AndroidRuntime( 7617): at android.app.ApplicationPackageManager.isSafeMode(ApplicationPackageManager.java:1020) E/AndroidRuntime( 7617): at android.app.ResourcesManager.getTopLevelResources(ResourcesManager.java:254) E/AndroidRuntime( 7617): at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1628) E/AndroidRuntime( 7617): at android.app.LoadedApk.getResources(LoadedApk.java:533) E/AndroidRuntime( 7617): at android.app.ContextImpl.(ContextImpl.java:2283) E/AndroidRuntime( 7617): at android.app.ContextImpl.createAppContext(ContextImpl.java:2234) E/AndroidRuntime( 7617): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4349) E/AndroidRuntime( 7617): at android.app.ActivityThread.access$1500(ActivityThread.java:147) E/AndroidRuntime( 7617): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1342) E/AndroidRuntime( 7617): at android.os.Handler.dispatchMessage(Handler.java:102) E/AndroidRuntime( 7617): at android.os.Looper.loop(Looper.java:135) E/AndroidRuntime( 7617): at android.app.ActivityThread.main(ActivityThread.java:5241) E/AndroidRuntime( 7617): at java.lang.reflect.Method.invoke(Native Method) E/AndroidRuntime( 7617): at java.lang.reflect.Method.invoke(Method.java:372) E/AndroidRuntime( 7617): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) E/AndroidRuntime( 7617): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) E/AndroidRuntime( 7617): Caused by: android.os.DeadObjectException E/AndroidRuntime( 7617): at android.os.BinderProxy.transactNative(Native Method) E/AndroidRuntime( 7617): at android.os.BinderProxy.transact(Binder.java:496) E/AndroidRuntime( 7617): at android.content.pm.IPackageManager$Stub$Proxy.isSafeMode(IPackageManager.java:3749) E/AndroidRuntime( 7617): at android.app.ApplicationPackageManager.isSafeMode(ApplicationPackageManager.java:1016) E/AndroidRuntime( 7617): ... 15 more E/AndroidRuntime( 7617): Error reporting crash E/AndroidRuntime( 7617): android.os.DeadObjectException E/AndroidRuntime( 7617): at android.os.BinderProxy.transactNative(Native Method) E/AndroidRuntime( 7617): at android.os.BinderProxy.transact(Binder.java:496) E/AndroidRuntime( 7617): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4111) E/AndroidRuntime( 7617): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:89) E/AndroidRuntime( 7617): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693) E/AndroidRuntime( 7617): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690) E/AndroidRuntime( 559): FATAL EXCEPTION: main E/AndroidRuntime( 559): Process: com.android.systemui, PID: 559 E/AndroidRuntime( 559): java.lang.NullPointerException: Attempt to invoke interface method 'boolean java.util.List.isEmpty()' on a null object reference E/AndroidRuntime( 559): at com.android.systemui.recents.AlternateRecentsComponent.getTopMostTask(AlternateRecentsComponent.java:300) E/AndroidRuntime( 559): at com.android.systemui.recents.AlternateRecentsComponent.onHideRecents(AlternateRecentsComponent.java:156) E/AndroidRuntime( 559): at com.android.systemui.recent.Recents.hideRecents(Recents.java:82) E/AndroidRuntime( 559): at com.android.systemui.statusbar.BaseStatusBar.hideRecents(BaseStatusBar.java:1063) E/AndroidRuntime( 559): at com.android.systemui.statusbar.phone.PhoneStatusBar.hideRecents(PhoneStatusBar.java:4323) E/AndroidRuntime( 559): at com.android.systemui.statusbar.BaseStatusBar$H.handleMessage(BaseStatusBar.java:1175) E/AndroidRuntime( 559): at com.android.systemui.statusbar.phone.PhoneStatusBar$H.handleMessage(PhoneStatusBar.java:2334) E/AndroidRuntime( 559): at android.os.Handler.dispatchMessage(Handler.java:102) E/AndroidRuntime( 559): at android.os.Looper.loop(Looper.java:135) E/AndroidRuntime( 559): at android.app.ActivityThread.main(ActivityThread.java:5241) E/AndroidRuntime( 559): at java.lang.reflect.Method.invoke(Native Method) E/AndroidRuntime( 559): at java.lang.reflect.Method.invoke(Method.java:372) E/AndroidRuntime( 559): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) E/AndroidRuntime( 559): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) E/AndroidRuntime( 559): Error reporting crash E/AndroidRuntime( 559): android.os.DeadObjectException E/AndroidRuntime( 559): at android.os.BinderProxy.transactNative(Native Method) E/AndroidRuntime( 559): at android.os.BinderProxy.transact(Binder.java:496) E/AndroidRuntime( 559): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4111) E/AndroidRuntime( 559): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:89) E/AndroidRuntime( 559): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693) E/AndroidRuntime( 559): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690) E/AndroidRuntime( 7623): FATAL EXCEPTION: main E/AndroidRuntime( 7623): Process: com.google.android.gms.persistent, PID: 7623 E/AndroidRuntime( 7623): java.lang.RuntimeException: Package manager has died E/AndroidRuntime( 7623): at android.app.ApplicationPackageManager.isSafeMode(ApplicationPackageManager.java:1020) E/AndroidRuntime( 7623): at android.app.ResourcesManager.getTopLevelResources(ResourcesManager.java:254) E/AndroidRuntime( 7623): at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1628) E/AndroidRuntime( 7623): at android.app.LoadedApk.getResources(LoadedApk.java:533) E/AndroidRuntime( 7623): at android.app.ContextImpl.(ContextImpl.java:2283) E/AndroidRuntime( 7623): at android.app.ContextImpl.createAppContext(ContextImpl.java:2234) E/AndroidRuntime( 7623): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4349) E/AndroidRuntime( 7623): at android.app.ActivityThread.access$1500(ActivityThread.java:147) E/AndroidRuntime( 7623): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1342) E/AndroidRuntime( 7623): at android.os.Handler.dispatchMessage(Handler.java:102) E/AndroidRuntime( 7623): at android.os.Looper.loop(Looper.java:135) E/AndroidRuntime( 7623): at android.app.ActivityThread.main(ActivityThread.java:5241) E/AndroidRuntime( 7623): at java.lang.reflect.Method.invoke(Native Method) E/AndroidRuntime( 7623): at java.lang.reflect.Method.invoke(Method.java:372) E/AndroidRuntime( 7623): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) E/AndroidRuntime( 7623): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) E/AndroidRuntime( 7623): Caused by: android.os.DeadObjectException E/AndroidRuntime( 7623): at android.os.BinderProxy.transactNative(Native Method) E/AndroidRuntime( 7623): at android.os.BinderProxy.transact(Binder.java:496) E/AndroidRuntime( 7623): at android.content.pm.IPackageManager$Stub$Proxy.isSafeMode(IPackageManager.java:3749) E/AndroidRuntime( 7623): at android.app.ApplicationPackageManager.isSafeMode(ApplicationPackageManager.java:1016) E/AndroidRuntime( 7623): ... 15 more E/AndroidRuntime( 7623): Error reporting crash E/AndroidRuntime( 7623): android.os.DeadObjectException E/AndroidRuntime( 7623): at android.os.BinderProxy.transactNative(Native Method) E/AndroidRuntime( 7623): at android.os.BinderProxy.transact(Binder.java:496) E/AndroidRuntime( 7623): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4111) E/AndroidRuntime( 7623): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:89) E/AndroidRuntime( 7623): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693) E/AndroidRuntime( 7623): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690) --------- beginning of system D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@25c7dd96} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@25c7dd96} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@25c7dd96} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@25c7dd96} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@195d6ce} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@195d6ce} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2a8b8f7e} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2a8b8f7e} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24c2053a} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24c2053a} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@95a358d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@95a358d} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@95a358d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@95a358d} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29448333} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29448333} W/ActivityManager( 7914): SLOW OOM ADJ: 4512ms for pid 13662 = 2 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2861734f} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2861734f} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34efcb28} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34efcb28} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3fc2c17} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3fc2c17} W/ActivityManager( 7914): SLOW OOM ADJ: 52862ms for pid 8599 = 1 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3fc2c17} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3fc2c17} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@36316f82} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@36316f82} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ca439} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32ca439} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e427248} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e427248} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e427248} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e427248} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e427248} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e427248} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3cf5856d} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16faf59d} D/ConnectivityService( 7914): reportBadNetwork(NetworkAgentInfo [WIFI () - 101]) by 10016 D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16faf59d} D/ConnectivityService( 7914): Validated NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16faf59d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16faf59d} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16faf59d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16faf59d} I/PowerManagerService( 7914): Waking up from sleep (uid 1000)... I/DisplayPowerController( 7914): Blocking screen on until initial contents have been drawn. I/DisplayManagerService( 7914): Display device changed: DisplayDeviceInfo{"Schermo incorporato": 1024 x 768, 59.0 fps, supportedRefreshRates [59.0], density 160, 159.568 x 159.895 dpi, appVsyncOff 0, presDeadline 17949152, touch INTERNAL, rotation 0, type BUILT_IN, state ON, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} V/ActivityManager( 7914): Display changed displayId=0 I/DisplayPowerController( 7914): Unblocked screen on after 171 ms I/ActivityManager( 7914): Process android.process.acore (pid 32095) has died I/ActivityManager( 7914): Process com.android.calendar (pid 32245) has died I/ActivityManager( 7914): Process com.google.android.apps.maps (pid 32163) has died I/ActivityManager( 7914): Process com.google.android.talk (pid 32281) has died I/ActivityManager( 7914): Process com.android.providers.calendar (pid 32221) has died D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.android.deskclock (pid 31483) has died I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 31414) has died I/ActivityManager( 7914): Process com.google.android.apps.plus (pid 32070) has died I/ActivityManager( 7914): Process android.process.media (pid 32111) has died V/ActivityManager( 7914): Display changed displayId=0 I/ActivityManager( 7914): Config changes=480 {0.85 ?mcc?mnc it_IT ldltr sw768dp w1024dp h695dp 160dpi xlrg land finger -keyb/v/h -nav/h s.11 themeResource=null} I/UsageStatsService( 7914): User[0] Rolling over usage stats I/UsageStatsService( 7914): User[0] Flushing usage stats to disk I/UsageStatsService( 7914): User[0] Rollover scheduled @ 2015-04-28 02:00:00(1430179200000) I/UsageStatsService( 7914): User[0] Rolling over usage stats complete. Took 714 milliseconds I/ActivityManager( 7914): START u0 {flg=0x14880000 cmp=com.tapsarena.words/com.startapp.android.publish.AppWallActivity (has extras)} from uid 10095 on display 0 I/WindowManager( 7914): Screen frozen for +1s337ms due to AppWindowToken{78e5fe9 token=Token{170f6070 ActivityRecord{3ff82b3 u0 com.tapsarena.words/.GameActivity t180}}} I/ActivityManager( 7914): Config changes=480 {0.85 ?mcc?mnc it_IT ldltr sw768dp w768dp h951dp 160dpi xlrg port finger -keyb/v/h -nav/h s.12 themeResource=null} V/ActivityManager( 7914): Display changed displayId=0 W/BroadcastQueue( 7914): Permission Denial: broadcasting Intent { act=android.intent.action.USER_PRESENT flg=0x24000010 } from com.android.systemui (pid=8062, uid=10012) is not exported from uid 10086 due to receiver jp.naver.line.android/.service.push.SystemBroadcastReceiver I/WindowManager( 7914): Screen frozen for +1s204ms due to Window{35011c84 u0 com.tapsarena.words/com.tapsarena.words.GameActivity} I/ActivityManager( 7914): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher3/.Launcher} from uid 1000 on display 0 I/ActivityManager( 7914): Config changes=480 {0.85 ?mcc?mnc it_IT ldltr sw768dp w1024dp h695dp 160dpi xlrg land finger -keyb/v/h -nav/h s.13 themeResource=null} V/ActivityManager( 7914): Display changed displayId=0 I/WindowManager( 7914): Screen frozen for +293ms due to Window{3028da08 u0 NavigationBar} W/ResourcesManager(25344): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. W/ResourcesManager(25344): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. W/ResourcesManager(25344): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 I/ActivityManager( 7914): Start proc com.android.deskclock for service com.android.deskclock/com.android.alarmclock.DigitalAppWidgetService: pid=480 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 I/ActivityManager( 7914): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 pkg=com.nenoff.followthelinefree cmp=com.nenoff.followthelinefree/com.unity3d.player.UnityPlayerNativeActivity bnds=[812,303][962,402] (has extras)} from uid 10043 on display 0 W/BroadcastQueue( 7914): Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=25344, uid=10043) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.googlequicksearchbox/com.google.android.search.core.icingsync.ApplicationLaunchReceiver W/BroadcastQueue( 7914): Permission Denial: receiving Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.search.core.icingsync.ApplicationLaunchReceiver requires com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS due to sender com.android.launcher3 (uid 10043) I/ActivityManager( 7914): Config changes=480 {0.85 ?mcc?mnc it_IT ldltr sw768dp w768dp h951dp 160dpi xlrg port finger -keyb/v/h -nav/h s.14 themeResource=null} V/ActivityManager( 7914): Display changed displayId=0 I/WindowManager( 7914): Screen frozen for +2s145ms due to Window{49d6d36 u0 com.nenoff.followthelinefree/com.unity3d.player.UnityPlayerNativeActivity} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] I/ActivityManager( 7914): Process boss.game.hangman (pid 31194) has died D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] W/ResourcesManager(27290): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(27290): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityManager( 7914): Process com.android.deskclock (pid 480) has died I/WindowState( 7914): WIN DEATH: Window{23c2bf5e u0 com.mangoogames.emojiquiz/com.ansca.corona.CoronaActivity} W/WindowManager( 7914): Force-removing child win Window{1cc46fff u0 SurfaceView} from container Window{23c2bf5e u0 com.mangoogames.emojiquiz/com.ansca.corona.CoronaActivity} W/WindowManager( 7914): Failed looking up window W/WindowManager( 7914): java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@30ee4f3f does not exist W/WindowManager( 7914): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8491) W/WindowManager( 7914): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8482) W/WindowManager( 7914): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1111) W/WindowManager( 7914): at android.os.BinderProxy.sendDeathNotice(Binder.java:551) I/WindowState( 7914): WIN DEATH: null E/libprocessgroup( 7914): failed to kill 1 processes for processgroup 19506 I/ActivityManager( 7914): Process com.mangoogames.emojiquiz (pid 19506) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService in 1000ms I/ActivityManager( 7914): Start proc com.mangoogames.emojiquiz for service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService: pid=684 uid=10094 gids={50094, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.android.deskclock for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider: pid=693 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a I/ActivityManager( 7914): Low on memory: I/ActivityManager( 7914): ntv N 16196 kB: surfaceflinger (144) native I/ActivityManager( 7914): ntv N 8380 kB: mediaserver (7688) native I/ActivityManager( 7914): ntv N 3789 kB: logd (138) native I/ActivityManager( 7914): ntv N 3166 kB: zygote (7687) native I/ActivityManager( 7914): ntv N 2324 kB: sdcard (128) native I/ActivityManager( 7914): ntv N 1221 kB: netd (7686) native I/ActivityManager( 7914): ntv N 1042 kB: wpa_supplicant (8043) native I/ActivityManager( 7914): ntv N 1012 kB: drmserver (151) native I/ActivityManager( 7914): ntv N 808 kB: vold (143) native I/ActivityManager( 7914): ntv N 757 kB: /init (1) native I/ActivityManager( 7914): ntv N 757 kB: debuggerd (150) native I/ActivityManager( 7914): ntv N 567 kB: keystore (157) native I/ActivityManager( 7914): ntv N 448 kB: ueventd (104) native I/ActivityManager( 7914): ntv N 428 kB: adbd (162) native I/ActivityManager( 7914): ntv N 394 kB: sdcard (611) native I/ActivityManager( 7914): ntv N 352 kB: dhcpcd (29575) native I/ActivityManager( 7914): ntv N 344 kB: healthd (139) native I/ActivityManager( 7914): ntv N 323 kB: lmkd (140) native I/ActivityManager( 7914): ntv N 280 kB: servicemanager (142) native I/ActivityManager( 7914): ntv N 248 kB: installd (156) native I/ActivityManager( 7914): ntv N 207 kB: ts_srv (145) native I/ActivityManager( 7914): ntv N 196 kB: auditd (148) native I/ActivityManager( 7914): ntv N 76 kB: su (161) native I/ActivityManager( 7914): sys P 65483 kB: system (7914) fixed I/ActivityManager( 7914): pers P 55124 kB: com.android.systemui (8062) fixed I/ActivityManager( 7914): pers P 10718 kB: com.android.phone (8351) fixed I/ActivityManager( 7914): pers P 4603 kB: com.android.server.telecom (8323) fixed I/ActivityManager( 7914): fore T 166914 kB: com.nenoff.followthelinefree (27290) top-activity I/ActivityManager( 7914): vis T 42468 kB: com.google.android.gms (29994) service I/ActivityManager( 7914): com.google.android.gms/.ads.identifier.service.AdvertisingIdService<=Proc{27290:com.nenoff.followthelinefree/u0a100} I/ActivityManager( 7914): vis IF 33895 kB: com.google.android.gms.persistent (8499) service I/ActivityManager( 7914): com.google.android.gms/com.google.android.location.geocode.GeocodeService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 27820 kB: com.google.process.gapps (8599) service I/ActivityManager( 7914): com.google.android.gms/.gcm.http.GoogleHttpService<=Proc{29994:com.google.android.gms/u0a16} I/ActivityManager( 7914): vis IF 4789 kB: org.cyanogenmod.theme.chooser (8188) service I/ActivityManager( 7914): org.cyanogenmod.theme.chooser/.NotificationHijackingService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 4384 kB: com.google.android.googlequicksearchbox:interactor (8210) service I/ActivityManager( 7914): com.google.android.googlequicksearchbox/com.google.android.voiceinteraction.GsaVoiceInteractionService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 3759 kB: com.android.smspush (9324) service I/ActivityManager( 7914): com.android.smspush/.WapPushManager<=Proc{8351:com.android.phone/1001} I/ActivityManager( 7914): prcp IB 7895 kB: com.android.inputmethod.latin (13662) service I/ActivityManager( 7914): com.android.inputmethod.latin/.LatinIME<=Proc{7914:system/1000} I/ActivityManager( 7914): svc S 22397 kB: com.viber.voip (19647) started-services I/ActivityManager( 7914): home HO 23043 kB: com.android.launcher3 (25344) home I/ActivityManager( 7914): prev LA 102511 kB: com.tapsarena.words (26355) previous I/ActivityManager( 7914): svcb S 8418 kB: com.emoji.ikeyboard:umengService_v1 (28489) started-services I/ActivityManager( 7914): cch S 19341 kB: com.android.vending (25915) cch-bound-ui-services I/ActivityManager( 7914): com.android.vending/com.google.android.finsky.billing.iab.InAppBillingService<=Proc{26355:com.tapsarena.words/u0a95} I/ActivityManager( 7914): cch+2 S 0 kB: com.mangoogames.emojiquiz (19506) cch-started-ui-services I/ActivityManager( 7914): 646877 kB: TOTAL I/ActivityManager( 7914): MemInfo: 32100 kB slab, 6556 kB shmem, 2260 kB buffers, 235728 kB cached, 52060 kB free I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=728 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.ActivityDetectionReceiver: pid=779 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/UsageStatsService( 7914): User[0] Flushing usage stats to disk I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=799 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Process boss.game.hangman (pid 728) has died I/ActivityManager( 7914): Process com.android.deskclock (pid 693) has died I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 779) has died I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 799) has died I/ActivityManager( 7914): START u0 {flg=0x14880000 cmp=com.nenoff.followthelinefree/com.startapp.android.publish.AppWallActivity (has extras)} from uid 10100 on display 0 W/ActivityManager( 7914): Duplicate finish request for ActivityRecord{2e4afba9 u0 com.nenoff.followthelinefree/com.startapp.android.publish.AppWallActivity t184 f} D/TaskPersister( 7914): removeObsoleteFile: deleting file=184_task_thumbnail.png I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=856 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.ActivityDetectionReceiver: pid=885 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=904 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a D/WifiService( 7914): New client listening to asynchronous messages D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@82fd6c0} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@82fd6c0} I/ActivityManager( 7914): START u0 {cmp=com.nenoff.followthelinefree/com.google.android.gms.ads.AdActivity (has extras)} from uid 10100 on display 0 W/ResourcesManager(27290): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(27290): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 904) has died W/ActivityManager( 7914): Duplicate finish request for ActivityRecord{3d09936d u0 com.nenoff.followthelinefree/com.google.android.gms.ads.AdActivity t178 f} D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 885) has died I/ActivityManager( 7914): Process boss.game.hangman (pid 856) has died I/ActivityManager( 7914): Process com.android.vending (pid 25915) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.android.vending/com.google.android.finsky.billing.iab.InAppBillingService in 1000ms I/ActivityManager( 7914): Start proc com.android.vending for service com.android.vending/com.google.android.finsky.billing.iab.InAppBillingService: pid=991 uid=10020 gids={50020, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.sidekick.main.calendar.CalendarIntentService$CalendarReceiver: pid=1010 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.gms:car for service com.google.android.gms/.car.CarService: pid=1045 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=1062 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a W/ResourcesManager( 1045): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 1045): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. D/WifiService( 7914): New client listening to asynchronous messages I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=1100 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 1062) has died W/ResourcesManager( 1100): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.google.android.gms.wearable for service com.google.android.gms/.wearable.service.WearableService: pid=1121 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.downloads/.DownloadProvider: pid=1138 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a W/ResourcesManager( 1121): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 1121): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityThread( 1010): Removing dead content provider:android.content.ContentProviderProxy@3021bebc I/ActivityManager( 7914): Process com.android.providers.calendar (pid 1100) has died I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=1162 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 1162): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityThread( 1010): Removing dead content provider:android.content.ContentProviderProxy@28538566 I/ActivityManager( 7914): Process com.android.providers.calendar (pid 1162) has died I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=1185 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 1185): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Process android.process.media (pid 1138) has died I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=1206 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 1010) has died D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@86c839d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@86c839d} I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.LocationReceiver: pid=1234 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=1254 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Process com.google.android.gms:car (pid 1045) has died D/WifiService( 7914): New client listening to asynchronous messages I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=1289 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Process com.android.calendar (pid 1206) has died I/ActivityManager( 7914): Process com.google.android.gms.wearable (pid 1121) has died I/ActivityManager( 7914): START u0 {cmp=com.nenoff.followthelinefree/com.google.android.gms.ads.AdActivity (has extras)} from uid 10100 on display 0 I/ActivityManager( 7914): Process com.android.providers.calendar (pid 1185) has died I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 1254) has died W/ActivityManager( 7914): Duplicate finish request for ActivityRecord{18124428 u0 com.nenoff.followthelinefree/com.google.android.gms.ads.AdActivity t178 f} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cbd4104} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cbd4104} I/PowerManagerService( 7914): Going to sleep due to power button (uid 1000)... I/PowerManagerService( 7914): Sleeping (uid 1000)... I/DisplayManagerService( 7914): Display device changed: DisplayDeviceInfo{"Schermo incorporato": 1024 x 768, 59.0 fps, supportedRefreshRates [59.0], density 160, 159.568 x 159.895 dpi, appVsyncOff 0, presDeadline 17949152, touch INTERNAL, rotation 0, type BUILT_IN, state OFF, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} V/ActivityManager( 7914): Display changed displayId=0 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7f7fdda} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7f7fdda} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7f7fdda} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7f7fdda} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7f7fdda} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7f7fdda} W/ActivityManager( 7914): SLOW OOM ADJ: 670ms for pid 25344 = 6 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7f7fdda} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7f7fdda} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33ff3678} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33ff3678} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33ff3678} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33ff3678} D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 1234) has died D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33ff3678} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33ff3678} I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.ActivityDetectionReceiver: pid=1428 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=1447 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a W/ActivityManager( 7914): SLOW OOM ADJ: 54401ms for pid 8599 = 1 D/WifiService( 7914): New client listening to asynchronous messages D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33ff3678} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33ff3678} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33ff3678} I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 1447) has died D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33ff3678} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33ff3678} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33ff3678} D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 1428) has died I/ActivityManager( 7914): Process boss.game.hangman (pid 1289) has died I/ActivityManager( 7914): Low on memory: I/ActivityManager( 7914): ntv N 16223 kB: surfaceflinger (144) native I/ActivityManager( 7914): ntv N 8095 kB: mediaserver (7688) native I/ActivityManager( 7914): ntv N 3797 kB: logd (138) native I/ActivityManager( 7914): ntv N 3065 kB: zygote (7687) native I/ActivityManager( 7914): ntv N 2324 kB: sdcard (128) native I/ActivityManager( 7914): ntv N 1241 kB: netd (7686) native I/ActivityManager( 7914): ntv N 1040 kB: wpa_supplicant (8043) native I/ActivityManager( 7914): ntv N 1012 kB: drmserver (151) native I/ActivityManager( 7914): ntv N 808 kB: vold (143) native I/ActivityManager( 7914): ntv N 757 kB: /init (1) native I/ActivityManager( 7914): ntv N 757 kB: debuggerd (150) native I/ActivityManager( 7914): ntv N 567 kB: keystore (157) native I/ActivityManager( 7914): ntv N 448 kB: ueventd (104) native I/ActivityManager( 7914): ntv N 428 kB: adbd (162) native I/ActivityManager( 7914): ntv N 394 kB: sdcard (611) native I/ActivityManager( 7914): ntv N 344 kB: healthd (139) native I/ActivityManager( 7914): ntv N 323 kB: lmkd (140) native I/ActivityManager( 7914): ntv N 296 kB: dhcpcd (29575) native I/ActivityManager( 7914): ntv N 280 kB: servicemanager (142) native I/ActivityManager( 7914): ntv N 248 kB: installd (156) native I/ActivityManager( 7914): ntv N 208 kB: ts_srv (145) native I/ActivityManager( 7914): ntv N 196 kB: auditd (148) native I/ActivityManager( 7914): ntv N 80 kB: su (161) native I/ActivityManager( 7914): sys P 71250 kB: system (7914) fixed I/ActivityManager( 7914): pers P 57183 kB: com.android.systemui (8062) fixed I/ActivityManager( 7914): pers P 9869 kB: com.android.phone (8351) fixed I/ActivityManager( 7914): pers P 4646 kB: com.android.server.telecom (8323) fixed I/ActivityManager( 7914): fore T 202275 kB: com.nenoff.followthelinefree (27290) top-activity I/ActivityManager( 7914): vis IF 39015 kB: com.google.android.gms (29994) service I/ActivityManager( 7914): com.google.android.gms/.usagereporting.service.UsageReportingService<=Proc{8599:com.google.process.gapps/u0a16} I/ActivityManager( 7914): vis IF 34268 kB: com.google.android.gms.persistent (8499) service I/ActivityManager( 7914): com.google.android.gms/com.google.android.location.geocode.GeocodeService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 28770 kB: com.google.process.gapps (8599) service I/ActivityManager( 7914): com.google.android.gms/.gcm.http.GoogleHttpService<=Proc{8499:com.google.android.gms.persistent/u0a16} I/ActivityManager( 7914): vis IF 4809 kB: org.cyanogenmod.theme.chooser (8188) service I/ActivityManager( 7914): org.cyanogenmod.theme.chooser/.NotificationHijackingService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 4435 kB: com.google.android.googlequicksearchbox:interactor (8210) service I/ActivityManager( 7914): com.google.android.googlequicksearchbox/com.google.android.voiceinteraction.GsaVoiceInteractionService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 3814 kB: com.android.smspush (9324) service I/ActivityManager( 7914): com.android.smspush/.WapPushManager<=Proc{8351:com.android.phone/1001} I/ActivityManager( 7914): prcp IB 7641 kB: com.android.inputmethod.latin (13662) service I/ActivityManager( 7914): com.android.inputmethod.latin/.LatinIME<=Proc{7914:system/1000} I/ActivityManager( 7914): svc S 21681 kB: com.viber.voip (19647) started-services I/ActivityManager( 7914): svc S 6883 kB: com.mangoogames.emojiquiz (684) started-services I/ActivityManager( 7914): home HO 22210 kB: com.android.launcher3 (25344) home I/ActivityManager( 7914): prev LA 98733 kB: com.tapsarena.words (26355) previous I/ActivityManager( 7914): prev LA 15632 kB: com.android.vending (991) service I/ActivityManager( 7914): com.android.vending/com.google.android.finsky.billing.iab.InAppBillingService<=Proc{26355:com.tapsarena.words/u0a95} I/ActivityManager( 7914): svcb S 8173 kB: com.emoji.ikeyboard:umengService_v1 (28489) started-services I/ActivityManager( 7914): 684218 kB: TOTAL I/ActivityManager( 7914): MemInfo: 32124 kB slab, 8332 kB shmem, 2420 kB buffers, 194800 kB cached, 65164 kB free I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.ActivityDetectionReceiver: pid=1502 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=1522 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=1556 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.android.deskclock for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider: pid=1573 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2c98865e} D/WifiService( 7914): New client listening to asynchronous messages D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2c98865e} I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=1608 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 1608): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=1629 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2c98865e} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2c98865e} W/ActivityManager( 7914): SLOW OOM ADJ: 2694ms for pid 25344 = 6 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f814988} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f814988} W/ActivityManager( 7914): SLOW OOM ADJ: 442ms for pid 28489 = 8 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2da516cd} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2da516cd} I/PowerManagerService( 7914): Waking up from sleep (uid 1000)... I/DisplayPowerController( 7914): Blocking screen on until initial contents have been drawn. I/DisplayManagerService( 7914): Display device changed: DisplayDeviceInfo{"Schermo incorporato": 1024 x 768, 59.0 fps, supportedRefreshRates [59.0], density 160, 159.568 x 159.895 dpi, appVsyncOff 0, presDeadline 17949152, touch INTERNAL, rotation 0, type BUILT_IN, state ON, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} V/ActivityManager( 7914): Display changed displayId=0 I/DisplayPowerController( 7914): Unblocked screen on after 134 ms I/DockObserver( 7914): Dock state changed from 0 to 1 I/ActivityManager( 7914): Start proc com.android.settings for broadcast com.android.settings/.bluetooth.DockEventReceiver: pid=1760 uid=1000 gids={41000, 9997, 1028, 3003, 1015, 3002, 3001} abi=armeabi-v7a I/ActivityManager( 7914): Config changes=200 {0.85 ?mcc?mnc it_IT ldltr sw768dp w768dp h951dp 160dpi xlrg port desk finger -keyb/v/h -nav/h s.15 themeResource=null} I/EntropyMixer( 7914): Writing entropy... I/ActivityManager( 7914): Start proc com.google.android.apps.plus for broadcast com.google.android.apps.plus/.service.BatteryReceiver: pid=1779 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a I/Sandman ( 7914): Activating dream while docked. I/PowerManagerService( 7914): Nap time (uid 1000)... I/DreamManagerService( 7914): Entering dreamland. I/PowerManagerService( 7914): Dreaming... I/DreamController( 7914): Starting dream: name=ComponentInfo{com.android.deskclock/com.android.deskclock.Screensaver}, isTest=false, canDoze=false, userId=0 W/ResourcesManager( 1779): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 1522) has died I/ActivityManager( 7914): Process com.android.calendar (pid 1629) has died D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 1502) has died I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=1811 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a I/ActivityManager( 7914): Process com.android.providers.calendar (pid 1608) has died I/ActivityManager( 7914): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=1832 uid=10002 gids={50002, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Process boss.game.hangman (pid 1556) has died I/ActivityManager( 7914): Process com.android.settings (pid 1760) has died I/ActivityManager( 7914): Start proc jp.naver.line.android for broadcast jp.naver.line.android/.service.push.SystemBroadcastReceiver: pid=1861 uid=10086 gids={50086, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager( 1861): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Process android.process.media (pid 1811) has died D/WifiService( 7914): New client listening to asynchronous messages I/ActivityManager( 7914): Process android.process.acore (pid 1832) has died I/ActivityManager( 7914): Start proc com.android.chrome for broadcast com.android.chrome/com.google.android.apps.chrome.precache.PrecacheServiceLauncher: pid=1909 uid=10080 gids={50080, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Process com.google.android.apps.plus (pid 1779) has died I/ActivityManager( 7914): Start proc com.google.android.apps.maps for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.iamhere.ble.StartBleServiceReceiver: pid=1935 uid=10065 gids={50065, 9997, 3003, 1028, 1015, 3002, 3001} abi=armeabi-v7a W/ActivityManager( 7914): getTasks: caller 10086 does not hold GET_TASKS; limiting output W/ActivityManager( 7914): getTasks: caller 10086 does not hold GET_TASKS; limiting output D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process jp.naver.line.android (pid 1861) has died I/ActivityManager( 7914): Process com.android.chrome (pid 1909) has died I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver: pid=1972 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a W/ActivityThread( 1935): 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()); I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=1995 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a W/ActivityManager( 7914): Failure sending service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService to connection android.os.BinderProxy@3f3c5a4d (in com.google.android.apps.maps) W/ActivityManager( 7914): android.os.DeadObjectException W/ActivityManager( 7914): at android.os.BinderProxy.transactNative(Native Method) W/ActivityManager( 7914): at android.os.BinderProxy.transact(Binder.java:496) W/ActivityManager( 7914): at android.app.IServiceConnection$Stub$Proxy.connected(IServiceConnection.java:92) W/ActivityManager( 7914): at com.android.server.am.ActiveServices.bindServiceLocked(ActiveServices.java:812) W/ActivityManager( 7914): at com.android.server.am.ActivityManagerService.bindService(ActivityManagerService.java:15026) W/ActivityManager( 7914): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:951) W/ActivityManager( 7914): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2420) W/ActivityManager( 7914): at android.os.Binder.execTransact(Binder.java:446) I/ActivityManager( 7914): Process com.google.android.apps.maps (pid 1935) has died W/BroadcastQueue( 7914): Failure sending broadcast Intent { act=jp.naver.line.android.legy.SpdyHeartbeatChecker.sendPing flg=0x14 (has extras) } W/BroadcastQueue( 7914): android.os.RemoteException: app.thread must not be null W/BroadcastQueue( 7914): at com.android.server.am.BroadcastQueue.performReceiveLocked(BroadcastQueue.java:437) W/BroadcastQueue( 7914): at com.android.server.am.BroadcastQueue.deliverToRegisteredReceiverLocked(BroadcastQueue.java:523) W/BroadcastQueue( 7914): at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:731) W/BroadcastQueue( 7914): at com.android.server.am.ActivityManagerService.finishReceiver(ActivityManagerService.java:16116) W/BroadcastQueue( 7914): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:471) W/BroadcastQueue( 7914): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2420) W/BroadcastQueue( 7914): at android.os.Binder.execTransact(Binder.java:446) I/ActivityManager( 7914): Start proc jp.naver.line.android for broadcast jp.naver.line.android/.service.push.C2DMReceiver: pid=2018 uid=10086 gids={50086, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager( 2018): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. D/WifiService( 7914): New client listening to asynchronous messages D/WifiService( 7914): Client connection lost with reason: 4 E/libprocessgroup( 7914): failed to kill 1 processes for processgroup 29994 I/ActivityManager( 7914): Process com.google.android.gms (pid 29994) has died D/WifiService( 7914): New client listening to asynchronous messages W/ActivityManager( 7914): getTasks: caller 10086 does not hold GET_TASKS; limiting output W/ActivityManager( 7914): getTasks: caller 10086 does not hold GET_TASKS; limiting output I/ActivityManager( 7914): Start proc com.google.android.talk for broadcast com.google.android.talk/com.google.android.apps.hangouts.phone.PackageReplacedReceiver: pid=2103 uid=10064 gids={50064, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager( 2103): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. D/BackupManagerService( 7914): Received broadcast Intent { act=android.intent.action.PACKAGE_CHANGED dat=package:com.google.android.gms flg=0x4000010 (has extras) } I/BackupManagerService( 7914): Unbinding ComponentInfo{com.google.android.gms/com.google.android.gms.backup.BackupTransportService} I/BackupManagerService( 7914): Binding to transport host ComponentInfo{com.google.android.gms/com.google.android.gms.backup.BackupTransportService} V/BackupManagerService( 7914): Connected to transport ComponentInfo{com.google.android.gms/com.google.android.gms.backup.BackupTransportService} V/BackupManagerService( 7914): Registering transport com.google.android.gms/.backup.BackupTransportService::com.google.android.gms/.backup.BackupTransportService = com.android.internal.backup.IBackupTransport$Stub$Proxy@334945d0 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@385849c9} I/ActivityManager( 7914): Start proc com.google.android.gms for service com.google.android.gms/.analytics.service.AnalyticsService: pid=2137 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@385849c9} W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/ResourcesManager( 2137): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 2137): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc android.process.acore for broadcast com.android.providers.contacts/.PackageIntentReceiver: pid=2153 uid=10002 gids={50002, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 1995) has died W/ResourcesManager(25344): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. D/WifiService( 7914): Client connection lost with reason: 4 W/ResourcesManager(25344): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. W/ResourcesManager(25344): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Process jp.naver.line.android (pid 2018) has died I/ActivityManager( 7914): Start proc com.android.gallery3d for broadcast com.android.gallery3d/.app.PackagesMonitor: pid=2173 uid=10039 gids={50039, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 2173): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. I/ActivityManager( 7914): Process com.google.android.talk (pid 2103) has died I/ActivityManager( 7914): Start proc com.google.android.apps.plus for broadcast com.google.android.apps.plus/.service.PackagesMediaMonitor: pid=2196 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 2196): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. D/WifiService( 7914): Client connection lost with reason: 4 E/libprocessgroup( 7914): failed to kill 1 processes for processgroup 1972 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 1972) has died I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=2225 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.icingsync.IcingCorporaChangedReceiver: pid=2248 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/ActivityManager( 7914): Process com.google.android.gms (pid 2137) has died I/ActivityManager( 7914): Start proc com.google.android.gms for service com.google.android.gms/.app.service.PackageBroadcastService: pid=2266 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a W/BroadcastQueue( 7914): Failure sending broadcast Intent { act=jp.naver.line.android.legy.SpdyHeartbeatChecker.sendPing flg=0x14 (has extras) } W/BroadcastQueue( 7914): android.os.RemoteException: app.thread must not be null W/BroadcastQueue( 7914): at com.android.server.am.BroadcastQueue.performReceiveLocked(BroadcastQueue.java:437) W/BroadcastQueue( 7914): at com.android.server.am.BroadcastQueue.deliverToRegisteredReceiverLocked(BroadcastQueue.java:523) W/BroadcastQueue( 7914): at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:731) W/BroadcastQueue( 7914): at com.android.server.am.ActivityManagerService.finishReceiver(ActivityManagerService.java:16116) W/BroadcastQueue( 7914): at android.content.BroadcastReceiver$PendingResult.sendFinished(BroadcastReceiver.java:419) W/BroadcastQueue( 7914): at android.content.BroadcastReceiver$PendingResult.finish(BroadcastReceiver.java:395) W/BroadcastQueue( 7914): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:879) W/BroadcastQueue( 7914): at android.os.Handler.handleCallback(Handler.java:739) W/BroadcastQueue( 7914): at android.os.Handler.dispatchMessage(Handler.java:95) W/BroadcastQueue( 7914): at android.os.Looper.loop(Looper.java:135) W/BroadcastQueue( 7914): at com.android.server.SystemServer.run(SystemServer.java:279) W/BroadcastQueue( 7914): at com.android.server.SystemServer.main(SystemServer.java:180) W/BroadcastQueue( 7914): at java.lang.reflect.Method.invoke(Native Method) W/BroadcastQueue( 7914): at java.lang.reflect.Method.invoke(Method.java:372) W/BroadcastQueue( 7914): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) W/BroadcastQueue( 7914): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) W/ResourcesManager( 2266): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 2266): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=2292 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Process com.android.gallery3d (pid 2173) has died I/ActivityManager( 7914): Process android.process.media (pid 2225) has died I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=2326 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a D/WifiService( 7914): New client listening to asynchronous messages I/ActivityManager( 7914): Process android.process.acore (pid 2153) has died I/ActivityManager( 7914): Start proc com.google.android.gms.wearable for service com.google.android.gms/.wearable.service.WearableService: pid=2356 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a I/ActivityManager( 7914): Start proc jp.naver.line.android for broadcast jp.naver.line.android/.service.push.C2DMReceiver: pid=2369 uid=10086 gids={50086, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager( 2356): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 2356): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. W/ResourcesManager( 2369): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. D/WifiService( 7914): New client listening to asynchronous messages I/ActivityManager( 7914): Process com.google.android.apps.plus (pid 2196) has died I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 2292) has died D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 2248) has died I/ActivityManager( 7914): Process boss.game.hangman (pid 2326) has died D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process jp.naver.line.android (pid 2369) has died I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.apps.sidekick.widget.PredictiveCardsWidgetProvider: pid=2425 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a W/ResourcesManager( 2266): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 2266): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=2444 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a W/ResourcesManager( 2266): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 2266): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. D/WifiService( 7914): New client listening to asynchronous messages W/ProcessCpuTracker( 7914): Skipping unknown process pid 2511 W/ProcessCpuTracker( 7914): Skipping unknown process pid 2512 W/ProcessCpuTracker( 7914): Skipping unknown process pid 2514 W/ProcessCpuTracker( 7914): Skipping unknown process pid 2515 I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=2559 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=2702 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 2702): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=2725 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Process com.google.android.gms.wearable (pid 2356) has died I/ActivityManager( 7914): Start proc com.google.android.apps.plus for service com.google.android.apps.plus/com.google.android.apps.moviemaker.service.PluggedInAnalyzerService: pid=2937 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 2937): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=2960 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a I/ActivityManager( 7914): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=2981 uid=10002 gids={50002, 9997, 3003, 1028, 1015} abi=armeabi-v7a D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17c0317b} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17c0317b} I/DreamManagerService( 7914): Gently waking up from dream. I/ActivityManager( 7914): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher3/.Launcher} from uid 1000 on display 0 I/PowerManagerService( 7914): Waking up from dream (uid 1000)... I/DreamManagerService( 7914): Leaving dreamland. I/DreamController( 7914): Stopping dream: name=ComponentInfo{com.android.deskclock/com.android.deskclock.Screensaver}, isTest=false, canDoze=false, userId=0 W/ResourcesManager(25344): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. W/ResourcesManager(25344): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. W/ResourcesManager(25344): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 2444) has died W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/BroadcastQueue( 7914): Permission Denial: broadcasting Intent { act=android.intent.action.USER_PRESENT flg=0x24000010 } from com.android.systemui (pid=8062, uid=10012) is not exported from uid 10086 due to receiver jp.naver.line.android/.service.push.SystemBroadcastReceiver I/ActivityManager( 7914): Process com.android.calendar (pid 2725) has died I/ActivityManager( 7914): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 pkg=com.viber.voip cmp=com.viber.voip/.WelcomeActivity bnds=[256,105][384,256] (has extras)} from uid 10043 on display 0 W/ResourcesManager( 7914): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. W/BroadcastQueue( 7914): Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=25344, uid=10043) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.googlequicksearchbox/com.google.android.search.core.icingsync.ApplicationLaunchReceiver W/BroadcastQueue( 7914): Permission Denial: receiving Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.search.core.icingsync.ApplicationLaunchReceiver requires com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS due to sender com.android.launcher3 (uid 10043) W/ResourcesManager(19647): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Process com.android.providers.calendar (pid 2702) has died I/ActivityManager( 7914): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] pkg=com.viber.voip cmp=com.viber.voip/.HomeActivity bnds=[256,105][384,256] (has extras)} from uid 10087 on display 0 I/ActivityManager( 7914): Process android.process.acore (pid 2981) has died I/ActivityManager( 7914): Process com.google.android.apps.plus (pid 2937) has died D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@39ed4001} E/ActivityThread(19647): Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@39ed4001} D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 2425) has died I/ActivityManager( 7914): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=3303 uid=10002 gids={50002, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Process android.process.media (pid 2960) has died I/ActivityManager( 7914): Process boss.game.hangman (pid 2559) has died I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=3363 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Process com.android.deskclock (pid 1573) has died I/ActivityManager( 7914): Process boss.game.hangman (pid 3363) has died I/ActivityManager( 7914): Process com.google.android.gms (pid 2266) has died W/InputMethodManagerService( 7914): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3ab28166 attribute=null, token = android.os.BinderProxy@17402494 I/WindowState( 7914): WIN DEATH: Window{1287fa08 u0 com.tapsarena.words/com.tapsarena.words.GameActivity} I/WindowState( 7914): WIN DEATH: Window{3d737135 u0 com.tapsarena.words/com.tapsarena.words.SelectLevelActivity} I/WindowState( 7914): WIN DEATH: Window{4b30c19 u0 com.tapsarena.words/com.tapsarena.words.MainActivity} E/libprocessgroup( 7914): failed to kill 1 processes for processgroup 26355 I/ActivityManager( 7914): Process com.tapsarena.words (pid 26355) has died W/ActivityManager( 7914): Exception when unbinding service com.android.vending/com.google.android.finsky.billing.iab.InAppBillingService W/ActivityManager( 7914): android.os.DeadObjectException W/ActivityManager( 7914): at android.os.BinderProxy.transactNative(Native Method) W/ActivityManager( 7914): at android.os.BinderProxy.transact(Binder.java:496) W/ActivityManager( 7914): at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:917) W/ActivityManager( 7914): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1772) W/ActivityManager( 7914): at com.android.server.am.ActiveServices.killServicesLocked(ActiveServices.java:2156) W/ActivityManager( 7914): at com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked(ActivityManagerService.java:14602) W/ActivityManager( 7914): at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:4761) W/ActivityManager( 7914): at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:4924) W/ActivityManager( 7914): at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1175) W/ActivityManager( 7914): at android.os.BinderProxy.sendDeathNotice(Binder.java:551) I/ActivityManager( 7914): Process com.android.vending (pid 991) has died W/ProcessCpuTracker( 7914): Skipping unknown process pid 3450 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@370d2aec} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@370d2aec} I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=3575 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.gms for service com.google.android.gms/.ads.identifier.service.AdvertisingIdService: pid=3600 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a W/ResourcesManager( 3600): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 3600): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.google.android.gms.wearable for service com.google.android.gms/.wearable.service.WearableService: pid=3632 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a W/ResourcesManager( 3632): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 3632): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. E/ActivityThread(19647): Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@370d2aec} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@370d2aec} I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.ActivityDetectionReceiver: pid=3911 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=3931 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a W/ActivityManager( 7914): getTasks: caller 10087 does not hold GET_TASKS; limiting output D/WifiService( 7914): New client listening to asynchronous messages D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9033cb2} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9033cb2} W/ProcessCpuTracker( 7914): Skipping unknown process pid 4402 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9033cb2} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@9033cb2} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@301a7e61} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@301a7e61} I/PowerManagerService( 7914): Going to sleep due to power button (uid 1000)... I/PowerManagerService( 7914): Sleeping (uid 1000)... D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@301a7e61} I/DisplayManagerService( 7914): Display device changed: DisplayDeviceInfo{"Schermo incorporato": 1024 x 768, 59.0 fps, supportedRefreshRates [59.0], density 160, 159.568 x 159.895 dpi, appVsyncOff 0, presDeadline 17949152, touch INTERNAL, rotation 0, type BUILT_IN, state OFF, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} V/ActivityManager( 7914): Display changed displayId=0 D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@301a7e61} W/ActivityManager( 7914): getTasks: caller 10087 does not hold GET_TASKS; limiting output D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@301a7e61} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@301a7e61} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@301a7e61} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@301a7e61} W/ActivityManager( 7914): SLOW OOM ADJ: 690ms for pid 25344 = 6 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@301a7e61} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@301a7e61} I/ActivityManager( 7914): Process com.emoji.ikeyboard:umengService_v1 (pid 28489) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.emoji.ikeyboard/com.umeng.message.UmengService in 1000ms I/ActivityManager( 7914): Start proc com.google.android.apps.plus for service com.google.android.apps.plus/com.google.android.apps.moviemaker.service.PluggedInAnalyzerService: pid=4670 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 4670): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.emoji.ikeyboard:umengService_v1 for service com.emoji.ikeyboard/com.umeng.message.UmengService: pid=4688 uid=10084 gids={50084, 9997, 1028, 1015, 3003} abi=armeabi D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@301a7e61} I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=4706 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@301a7e61} I/ActivityManager( 7914): Start proc com.android.deskclock for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider: pid=4742 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a I/ActivityManager( 7914): Process com.google.android.gms.wearable (pid 3632) has died W/ActivityManager( 7914): SLOW OOM ADJ: 7724ms for pid 25344 = 6 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17d2d52c} I/ActivityManager( 7914): Process com.google.android.apps.plus (pid 4670) has died I/ActivityManager( 7914): Process android.process.acore (pid 3303) has died I/ActivityManager( 7914): Process android.process.media (pid 4706) has died D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 3931) has died I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 3911) has died I/ActivityManager( 7914): Process boss.game.hangman (pid 3575) has died I/ActivityManager( 7914): Process com.google.android.gms (pid 3600) has died I/ActivityManager( 7914): Process com.android.deskclock (pid 4742) has died I/ActivityManager( 7914): Low on memory: I/ActivityManager( 7914): ntv N 19212 kB: surfaceflinger (144) native I/ActivityManager( 7914): ntv N 8024 kB: mediaserver (7688) native I/ActivityManager( 7914): ntv N 3803 kB: logd (138) native I/ActivityManager( 7914): ntv N 3048 kB: zygote (7687) native I/ActivityManager( 7914): ntv N 2324 kB: sdcard (128) native I/ActivityManager( 7914): ntv N 1259 kB: netd (7686) native I/ActivityManager( 7914): ntv N 1012 kB: drmserver (151) native I/ActivityManager( 7914): ntv N 970 kB: wpa_supplicant (8043) native I/ActivityManager( 7914): ntv N 808 kB: vold (143) native I/ActivityManager( 7914): ntv N 757 kB: /init (1) native I/ActivityManager( 7914): ntv N 757 kB: debuggerd (150) native I/ActivityManager( 7914): ntv N 567 kB: keystore (157) native I/ActivityManager( 7914): ntv N 448 kB: ueventd (104) native I/ActivityManager( 7914): ntv N 428 kB: adbd (162) native I/ActivityManager( 7914): ntv N 394 kB: sdcard (611) native I/ActivityManager( 7914): ntv N 344 kB: healthd (139) native I/ActivityManager( 7914): ntv N 323 kB: lmkd (140) native I/ActivityManager( 7914): ntv N 299 kB: dhcpcd (29575) native I/ActivityManager( 7914): ntv N 280 kB: servicemanager (142) native I/ActivityManager( 7914): ntv N 248 kB: installd (156) native I/ActivityManager( 7914): ntv N 208 kB: ts_srv (145) native I/ActivityManager( 7914): ntv N 196 kB: auditd (148) native I/ActivityManager( 7914): ntv N 80 kB: su (161) native I/ActivityManager( 7914): sys P 71345 kB: system (7914) fixed I/ActivityManager( 7914): pers P 63199 kB: com.android.systemui (8062) fixed I/ActivityManager( 7914): pers P 9910 kB: com.android.phone (8351) fixed I/ActivityManager( 7914): pers P 4846 kB: com.android.server.telecom (8323) fixed I/ActivityManager( 7914): fore T 106742 kB: com.viber.voip (19647) top-activity I/ActivityManager( 7914): fore S 0 kB: com.google.android.gms (3600) exec-service I/ActivityManager( 7914): vis IF 46718 kB: com.android.inputmethod.latin (13662) service I/ActivityManager( 7914): com.android.inputmethod.latin/.LatinIME<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 34472 kB: com.google.android.gms.persistent (8499) service I/ActivityManager( 7914): com.google.android.gms/com.google.android.location.network.NetworkLocationService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 28677 kB: com.google.process.gapps (8599) service I/ActivityManager( 7914): com.google.android.gms/.gcm.http.GoogleHttpService<=Proc{8499:com.google.android.gms.persistent/u0a16} I/ActivityManager( 7914): vis IF 4985 kB: org.cyanogenmod.theme.chooser (8188) service I/ActivityManager( 7914): org.cyanogenmod.theme.chooser/.NotificationHijackingService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 4618 kB: com.google.android.googlequicksearchbox:interactor (8210) service I/ActivityManager( 7914): com.google.android.googlequicksearchbox/com.google.android.voiceinteraction.GsaVoiceInteractionService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 3989 kB: com.android.smspush (9324) service I/ActivityManager( 7914): com.android.smspush/.WapPushManager<=Proc{8351:com.android.phone/1001} I/ActivityManager( 7914): vis IF 0 kB: com.android.deskclock (4742) service I/ActivityManager( 7914): com.android.deskclock/com.android.alarmclock.DigitalAppWidgetService<=Proc{7914:system/1000} I/ActivityManager( 7914): svc S 8858 kB: com.emoji.ikeyboard:umengService_v1 (4688) started-services I/ActivityManager( 7914): home HO 21346 kB: com.android.launcher3 (25344) home I/ActivityManager( 7914): prev S 179386 kB: com.nenoff.followthelinefree (27290) cch-started-ui-services I/ActivityManager( 7914): svcb S 4995 kB: com.mangoogames.emojiquiz (684) started-services I/ActivityManager( 7914): 639875 kB: TOTAL I/ActivityManager( 7914): MemInfo: 31912 kB slab, 5424 kB shmem, 1076 kB buffers, 145484 kB cached, 181788 kB free D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17d2d52c} I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.sidekick.main.calendar.CalendarIntentService$CalendarReceiver: pid=4774 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=4782 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.gms for service com.google.android.gms/.ads.identifier.service.AdvertisingIdService: pid=4811 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a W/ResourcesManager( 4811): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 4811): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.google.android.gms.wearable for service com.google.android.gms/.wearable.service.WearableService: pid=4840 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a W/ResourcesManager( 4840): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 4840): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2cc1831d} I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=4866 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a D/WifiService( 7914): New client listening to asynchronous messages D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2cc1831d} I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=4898 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 4898): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=4927 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a W/ActivityManager( 7914): SLOW OOM ADJ: 49557ms for pid 25344 = 6 D/ConnectivityService( 7914): reportBadNetwork(NetworkAgentInfo [WIFI () - 101]) by 10016 I/ActivityManager( 7914): Start proc com.google.android.talk for broadcast com.google.android.talk/com.google.android.apps.hangouts.service.NetworkStateReceiver: pid=4955 uid=10064 gids={50064, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager( 4955): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. D/ConnectivityService( 7914): Validated NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@22c212a2} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@22c212a2} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3852b6ee} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3852b6ee} W/ActivityManager( 7914): SLOW OOM ADJ: 647ms for pid 25344 = 6 I/ActivityManager( 7914): Start proc com.google.android.apps.plus for service com.google.android.apps.plus/.service.EsSyncAdapterService: pid=5015 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 5015): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=5034 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a I/ActivityManager( 7914): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=5060 uid=10002 gids={50002, 9997, 3003, 1028, 1015} abi=armeabi-v7a D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30de8aba} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30de8aba} I/ActivityManager( 7914): Start proc com.android.deskclock for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider: pid=5108 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a W/ResourcesManager( 4811): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 4811): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. W/ActivityThread( 4811): 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()); W/ResourcesManager( 4811): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 4811): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. W/ResourcesManager( 4811): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager( 4811): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. W/ActivityManager( 7914): SLOW OOM ADJ: 38705ms for pid 25344 = 6 W/ActivityManager( 7914): SLOW OOM ADJ: 701ms for pid 25344 = 6 I/PowerManagerService( 7914): Waking up from sleep (uid 10087)... I/DisplayPowerController( 7914): Blocking screen on until initial contents have been drawn. W/ActivityManager( 7914): getTasks: caller 10087 does not hold GET_TASKS; limiting output I/ActivityManager( 7914): START u0 {act=com.viber.voip.action.MESSAGE_POPUP flg=0x10000000 cmp=com.viber.voip/.messages.ui.popup.PopupMessageActivity} from uid 10087 on display 0 I/DisplayManagerService( 7914): Display device changed: DisplayDeviceInfo{"Schermo incorporato": 1024 x 768, 59.0 fps, supportedRefreshRates [59.0], density 160, 159.568 x 159.895 dpi, appVsyncOff 0, presDeadline 17949152, touch INTERNAL, rotation 0, type BUILT_IN, state ON, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} V/ActivityManager( 7914): Display changed displayId=0 V/ActivityManager( 7914): Display changed displayId=0 I/DisplayPowerController( 7914): Unblocked screen on after 436 ms I/ActivityManager( 7914): Activity reported stop, but no longer stopping: ActivityRecord{32c3a417 u0 com.viber.voip/.messages.ui.popup.PopupMessageActivity t186} V/ActivityManager( 7914): Display changed displayId=0 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@57fc107} D/ZenLog ( 7914): intercepted: 0|com.viber.voip|-3|message|10087,none V/NotificationService( 7914): pkg=com.viber.voip canInterrupt=false intercept=true W/ResourcesManager( 8188): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. W/ResourcesManager( 8062): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@57fc107} D/TaskPersister( 7914): removeObsoleteFile: deleting file=185_task.xml W/InputMethodManagerService( 7914): Focus gain on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@234777e8 (uid=10087 pid=19647) D/TaskPersister( 7914): removeObsoleteFile: deleting file=186_task.xml D/TaskPersister( 7914): removeObsoleteFile: deleting file=186_task_thumbnail.png D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@340e382c} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@340e382c} I/ActivityManager( 7914): Process com.google.android.gms.wearable (pid 4840) has died I/ActivityManager( 7914): Process com.android.calendar (pid 4927) has died I/ActivityManager( 7914): Process com.android.providers.calendar (pid 4898) has died I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 4866) has died D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.talk (pid 4955) has died I/ActivityManager( 7914): Process android.process.media (pid 5034) has died I/ActivityManager( 7914): Process com.google.android.apps.plus (pid 5015) has died I/ActivityManager( 7914): Process com.android.deskclock (pid 5108) has died I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 4774) has died I/ActivityManager( 7914): Process android.process.acore (pid 5060) has died W/ProcessCpuTracker( 7914): Skipping unknown process pid 5609 I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.ActivityDetectionReceiver: pid=5764 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=5784 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a D/WifiService( 7914): New client listening to asynchronous messages D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@339ea616} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@339ea616} I/UsageStatsService( 7914): User[0] Flushing usage stats to disk I/ProcessStatsService( 7914): Prepared write state in 59ms I/ProcessStatsService( 7914): Prepared write state in 0ms I/ProcessStatsService( 7914): Pruning old procstats: /data/system/procstats/state-2015-04-25-05-32-30.bin.ci I/EntropyMixer( 7914): Writing entropy... D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@35469ac} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@35469ac} I/ActivityManager( 7914): Start proc com.android.deskclock for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider: pid=6914 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34a240} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34a240} I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=7283 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 7283): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=7307 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@258d1339} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@258d1339} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@23c18e54} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@23c18e54} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3dba526} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3dba526} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3ddddb2f} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3ddddb2f} I/ProcessStatsService( 7914): Prepared write state in 3ms D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@13be4060} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@13be4060} I/ActivityManager( 7914): Start proc com.google.android.apps.maps for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.iamhere.ble.StartBleServiceReceiver: pid=10786 uid=10065 gids={50065, 9997, 3003, 1028, 1015, 3002, 3001} abi=armeabi-v7a W/ActivityThread(10786): 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()); D/WifiService( 7914): New client listening to asynchronous messages I/ActivityManager( 7914): Start proc com.google.android.apps.plus for service com.google.android.apps.plus/com.google.android.apps.moviemaker.service.PluggedInAnalyzerService: pid=11057 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Process com.emoji.ikeyboard:umengService_v1 (pid 4688) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.emoji.ikeyboard/com.umeng.message.UmengService in 1000ms I/ActivityManager( 7914): Process com.android.providers.calendar (pid 7283) has died I/ActivityManager( 7914): Process com.mangoogames.emojiquiz (pid 684) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService in 10881ms W/ResourcesManager(11057): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=11077 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a I/ActivityManager( 7914): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=11098 uid=10002 gids={50002, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 5784) has died I/ActivityManager( 7914): Start proc com.emoji.ikeyboard:umengService_v1 for service com.emoji.ikeyboard/com.umeng.message.UmengService: pid=11118 uid=10084 gids={50084, 9997, 1028, 1015, 3003} abi=armeabi I/ActivityManager( 7914): Process com.android.calendar (pid 7307) has died I/ActivityManager( 7914): Process com.android.deskclock (pid 6914) has died D/WifiService( 7914): Client connection lost with reason: 4 D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 5764) has died I/ActivityManager( 7914): Process com.google.android.apps.maps (pid 10786) has died I/ActivityManager( 7914): Process com.google.android.gms (pid 4811) has died I/ActivityManager( 7914): Process boss.game.hangman (pid 4782) has died I/ActivityManager( 7914): Process android.process.acore (pid 11098) has died I/ActivityManager( 7914): Process android.process.media (pid 11077) has died I/ActivityManager( 7914): Low on memory: I/ActivityManager( 7914): ntv N 16148 kB: surfaceflinger (144) native I/ActivityManager( 7914): ntv N 7762 kB: mediaserver (7688) native I/ActivityManager( 7914): ntv N 3803 kB: logd (138) native I/ActivityManager( 7914): ntv N 3160 kB: zygote (7687) native I/ActivityManager( 7914): ntv N 2325 kB: sdcard (128) native I/ActivityManager( 7914): ntv N 1244 kB: netd (7686) native I/ActivityManager( 7914): ntv N 1012 kB: drmserver (151) native I/ActivityManager( 7914): ntv N 974 kB: wpa_supplicant (8043) native I/ActivityManager( 7914): ntv N 808 kB: vold (143) native I/ActivityManager( 7914): ntv N 757 kB: /init (1) native I/ActivityManager( 7914): ntv N 757 kB: debuggerd (150) native I/ActivityManager( 7914): ntv N 568 kB: keystore (157) native I/ActivityManager( 7914): ntv N 448 kB: ueventd (104) native I/ActivityManager( 7914): ntv N 428 kB: adbd (162) native I/ActivityManager( 7914): ntv N 394 kB: sdcard (611) native I/ActivityManager( 7914): ntv N 344 kB: healthd (139) native I/ActivityManager( 7914): ntv N 323 kB: lmkd (140) native I/ActivityManager( 7914): ntv N 299 kB: dhcpcd (29575) native I/ActivityManager( 7914): ntv N 280 kB: servicemanager (142) native I/ActivityManager( 7914): ntv N 248 kB: installd (156) native I/ActivityManager( 7914): ntv N 208 kB: ts_srv (145) native I/ActivityManager( 7914): ntv N 196 kB: auditd (148) native I/ActivityManager( 7914): ntv N 80 kB: su (161) native I/ActivityManager( 7914): sys P 66028 kB: system (7914) fixed I/ActivityManager( 7914): pers P 62932 kB: com.android.systemui (8062) fixed I/ActivityManager( 7914): pers P 9742 kB: com.android.phone (8351) fixed I/ActivityManager( 7914): pers P 4848 kB: com.android.server.telecom (8323) fixed I/ActivityManager( 7914): fore T 98927 kB: com.viber.voip (19647) top-activity I/ActivityManager( 7914): vis IF 34064 kB: com.google.android.gms.persistent (8499) service I/ActivityManager( 7914): com.google.android.gms/com.google.android.location.network.NetworkLocationService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 30458 kB: com.android.inputmethod.latin (13662) service I/ActivityManager( 7914): com.android.inputmethod.latin/.LatinIME<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 29903 kB: com.google.process.gapps (8599) service I/ActivityManager( 7914): com.google.android.gms/.gcm.http.GoogleHttpService<=Proc{8499:com.google.android.gms.persistent/u0a16} I/ActivityManager( 7914): vis IF 5184 kB: org.cyanogenmod.theme.chooser (8188) service I/ActivityManager( 7914): org.cyanogenmod.theme.chooser/.NotificationHijackingService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 4625 kB: com.google.android.googlequicksearchbox:interactor (8210) service I/ActivityManager( 7914): com.google.android.googlequicksearchbox/com.google.android.voiceinteraction.GsaVoiceInteractionService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 3999 kB: com.android.smspush (9324) service I/ActivityManager( 7914): com.android.smspush/.WapPushManager<=Proc{8351:com.android.phone/1001} I/ActivityManager( 7914): svc S 7979 kB: com.emoji.ikeyboard:umengService_v1 (11118) started-services I/ActivityManager( 7914): home HO 21607 kB: com.android.launcher3 (25344) home I/ActivityManager( 7914): prev S 169476 kB: com.nenoff.followthelinefree (27290) cch-started-ui-services I/ActivityManager( 7914): svcb S 26373 kB: com.google.android.apps.plus (11057) started-services I/ActivityManager( 7914): 618711 kB: TOTAL I/ActivityManager( 7914): MemInfo: 31952 kB slab, 5424 kB shmem, 5944 kB buffers, 211752 kB cached, 110420 kB free I/ActivityManager( 7914): Start proc com.google.android.gms for service com.google.android.gms/.analytics.service.AnalyticsService: pid=11159 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a W/ResourcesManager(11159): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(11159): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.google.android.gms.wearable for service com.google.android.gms/.wearable.service.WearableService: pid=11195 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a W/ResourcesManager(11195): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(11195): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.mangoogames.emojiquiz for service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService: pid=11225 uid=10094 gids={50094, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=11289 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.android.deskclock for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider: pid=11378 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.ActivityDetectionReceiver: pid=11521 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=11545 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a D/WifiService( 7914): New client listening to asynchronous messages D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1c392d4} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1c392d4} I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=11853 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(11853): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=11876 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Process com.google.android.apps.plus (pid 11057) has died W/ProcessCpuTracker( 7914): Skipping unknown process pid 12129 I/ActivityManager( 7914): Start proc android.process.media for service com.android.providers.downloads/.DownloadIdleService: pid=12198 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a D/DownloadManager(12198): Removed 0 stale downloads D/DownloadManager(12198): Found 0 files in database D/DownloadManager(12198): Found 0 files on disk I/ActivityManager( 7914): Start proc com.google.android.talk for broadcast com.google.android.talk/com.google.android.apps.hangouts.realtimechat.RealTimeChatService$AlarmReceiver: pid=12415 uid=10064 gids={50064, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager(12415): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2d706418} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2d706418} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@305e21b5} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@305e21b5} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@305e21b5} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@305e21b5} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@305e21b5} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@305e21b5} W/ProcessCpuTracker( 7914): Skipping unknown process pid 14781 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3a88e90b} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3a88e90b} I/ProcessStatsService( 7914): Prepared write state in 4ms I/ActivityManager( 7914): Killing 11195:com.google.android.gms.wearable/u0a16 (adj 15): empty for 1818s W/libprocessgroup( 7914): failed to open /acct/uid_10016/pid_11195/cgroup.procs: No such file or directory D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3a88e90b} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3a88e90b} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 50 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3a88e90b} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3a88e90b} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 50 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 50 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2b249d6a} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2b249d6a} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2236821b} I/ActivityManager( 7914): Process com.emoji.ikeyboard:umengService_v1 (pid 11118) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.emoji.ikeyboard/com.umeng.message.UmengService in 1000ms I/ActivityManager( 7914): Process com.android.providers.calendar (pid 11853) has died I/ActivityManager( 7914): Process com.mangoogames.emojiquiz (pid 11225) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService in 10700ms D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2236821b} I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 11545) has died I/ActivityManager( 7914): Start proc com.emoji.ikeyboard:umengService_v1 for service com.emoji.ikeyboard/com.umeng.message.UmengService: pid=17238 uid=10084 gids={50084, 9997, 1028, 1015, 3003} abi=armeabi I/ActivityManager( 7914): Start proc com.mangoogames.emojiquiz for service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService: pid=17293 uid=10094 gids={50094, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=17479 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(17479): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32fc4e66} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32fc4e66} W/ProcessCpuTracker( 7914): Skipping unknown process pid 18306 W/ProcessCpuTracker( 7914): Skipping unknown process pid 18307 W/ProcessCpuTracker( 7914): Skipping unknown process pid 18309 W/ProcessCpuTracker( 7914): Skipping unknown process pid 18310 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@25bf464e} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@25bf464e} I/ProcessStatsService( 7914): Prepared write state in 5ms I/ActivityManager( 7914): Start proc com.google.android.apps.maps for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.iamhere.ble.StartBleServiceReceiver: pid=18640 uid=10065 gids={50065, 9997, 3003, 1028, 1015, 3002, 3001} abi=armeabi-v7a W/ActivityThread(18640): 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()); D/WifiService( 7914): New client listening to asynchronous messages I/ActivityManager( 7914): Start proc com.google.android.apps.plus for service com.google.android.apps.plus/com.google.android.apps.moviemaker.service.PluggedInAnalyzerService: pid=18871 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(18871): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=18895 uid=10002 gids={50002, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Killing 12415:com.google.android.talk/u0a64 (adj 15): empty for 3114s W/libprocessgroup( 7914): failed to open /acct/uid_10064/pid_12415/cgroup.procs: No such file or directory D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37ff4015} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37ff4015} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@320f692} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@320f692} I/ActivityManager( 7914): Start proc com.google.android.talk for broadcast com.google.android.talk/com.google.android.apps.hangouts.realtimechat.RealTimeChatService$AlarmReceiver: pid=20020 uid=10064 gids={50064, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager(20020): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. I/ActivityManager( 7914): Process com.android.calendar (pid 11876) has died W/ProcessCpuTracker( 7914): Skipping unknown process pid 20222 I/ActivityManager( 7914): Process com.android.providers.calendar (pid 17479) has died D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e8993e4} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e8993e4} I/ActivityManager( 7914): Process com.google.android.apps.maps (pid 18640) has died I/ActivityManager( 7914): Process android.process.acore (pid 18895) has died I/ActivityManager( 7914): Process android.process.media (pid 12198) has died I/ActivityManager( 7914): Process com.android.deskclock (pid 11378) has died I/ActivityManager( 7914): Process com.google.android.talk (pid 20020) has died I/ActivityManager( 7914): Start proc com.android.deskclock for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider: pid=21090 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a W/ProcessCpuTracker( 7914): Skipping unknown process pid 21167 W/ProcessCpuTracker( 7914): Skipping unknown process pid 21168 W/ProcessCpuTracker( 7914): Skipping unknown process pid 21170 W/ProcessCpuTracker( 7914): Skipping unknown process pid 21171 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ac083b3} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ac083b3} I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=21467 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(21467): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=21499 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33036a30} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33036a30} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@13a2497} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@13a2497} I/ProcessStatsService( 7914): Prepared write state in 5ms D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16c765d6} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16c765d6} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fb85135} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fb85135} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@22304294} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@22304294} W/ProcessCpuTracker( 7914): Skipping unknown process pid 24815 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ed1e4a8} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ed1e4a8} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ed1e4a8} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ed1e4a8} W/ProcessCpuTracker( 7914): Skipping unknown process pid 25767 W/ProcessCpuTracker( 7914): Skipping unknown process pid 25768 W/ProcessCpuTracker( 7914): Skipping unknown process pid 25770 W/ProcessCpuTracker( 7914): Skipping unknown process pid 25771 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e6c4a3c} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e6c4a3c} I/ProcessStatsService( 7914): Prepared write state in 4ms I/ActivityManager( 7914): Start proc com.google.android.apps.maps for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.iamhere.ble.StartBleServiceReceiver: pid=26609 uid=10065 gids={50065, 9997, 3003, 1028, 1015, 3002, 3001} abi=armeabi-v7a W/ActivityThread(26609): 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()); I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=26842 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@14ab2560} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@14ab2560} W/ProcessCpuTracker( 7914): Skipping unknown process pid 27121 W/ProcessCpuTracker( 7914): Skipping unknown process pid 27391 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@14ab2560} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@14ab2560} I/ActivityManager( 7914): Start proc com.google.android.talk for broadcast com.google.android.talk/com.google.android.apps.hangouts.realtimechat.RealTimeChatService$AlarmReceiver: pid=27928 uid=10064 gids={50064, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager(27928): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. I/ActivityManager( 7914): Killing 21467:com.android.providers.calendar/u0a1 (adj 15): empty for 2943s W/libprocessgroup( 7914): failed to open /acct/uid_10001/pid_21467/cgroup.procs: No such file or directory D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@14ab2560} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@14ab2560} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1b352491} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1b352491} I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=29265 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(29265): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Process com.emoji.ikeyboard:umengService_v1 (pid 17238) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.emoji.ikeyboard/com.umeng.message.UmengService in 1000ms I/ActivityManager( 7914): Process com.mangoogames.emojiquiz (pid 17293) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService in 10910ms I/ActivityManager( 7914): Start proc com.emoji.ikeyboard:umengService_v1 for service com.emoji.ikeyboard/com.umeng.message.UmengService: pid=29521 uid=10084 gids={50084, 9997, 1028, 1015, 3003} abi=armeabi D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1b352491} I/ActivityManager( 7914): Start proc com.mangoogames.emojiquiz for service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService: pid=29591 uid=10094 gids={50094, 9997, 3003, 1028, 1015} abi=armeabi-v7a D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1b352491} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1b352491} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1b352491} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] I/ProcessStatsService( 7914): Prepared write state in 10ms I/ProcessStatsService( 7914): Pruning old procstats: /data/system/procstats/state-2015-04-25-09-37-35.bin.ci D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] I/EntropyMixer( 7914): Writing entropy... D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] I/ActivityManager( 7914): Killing 26609:com.google.android.apps.maps/u0a65 (adj 15): empty for 1808s W/libprocessgroup( 7914): failed to open /acct/uid_10065/pid_26609/cgroup.procs: No such file or directory D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6dedcf8} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6dedcf8} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 50 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] I/ActivityManager( 7914): Start proc com.emoji.ikeyboard for broadcast com.emoji.ikeyboard/com.qisi.inputmethod.dictionarypack.EventHandler: pid=30889 uid=10084 gids={50084, 9997, 1028, 1015, 3003} abi=armeabi I/MountService( 7914): Running fstrim idle maintenance I/MountServiceIdler( 7914): Got mount service completion callback I/fstrim ( 143): Starting fstrim work... I/fstrim ( 143): Invoking FITRIM ioctl on /data E/fstrim ( 143): FITRIM ioctl failed on /data (error 95/Operation not supported on transport endpoint) I/fstrim ( 143): Invoking FITRIM ioctl on /data E/fstrim ( 143): FITRIM ioctl failed on /data (error 95/Operation not supported on transport endpoint) I/fstrim ( 143): Invoking FITRIM ioctl on /cache E/fstrim ( 143): FITRIM ioctl failed on /cache (error 95/Operation not supported on transport endpoint) I/fstrim ( 143): Invoking FITRIM ioctl on /cache E/fstrim ( 143): FITRIM ioctl failed on /cache (error 95/Operation not supported on transport endpoint) I/fstrim ( 143): Finished fstrim work. D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] I/ActivityManager( 7914): Killing 26842:android.process.media/u0a4 (adj 15): empty for 1858s W/libprocessgroup( 7914): failed to open /acct/uid_10004/pid_26842/cgroup.procs: No such file or directory D/WifiService( 7914): Client connection lost with reason: 4 E/libprocessgroup( 7914): failed to kill 1 processes for processgroup 18871 I/ActivityManager( 7914): Process com.google.android.apps.plus (pid 18871) has died I/ActivityManager( 7914): Process com.google.android.talk (pid 27928) has died I/ActivityManager( 7914): Process com.android.providers.calendar (pid 29265) has died D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 11521) has died I/ActivityManager( 7914): Process com.emoji.ikeyboard (pid 30889) has died I/ActivityManager( 7914): Process com.android.calendar (pid 21499) has died I/ActivityManager( 7914): Process com.android.deskclock (pid 21090) has died I/ActivityManager( 7914): Process com.google.android.gms (pid 11159) has died I/ActivityManager( 7914): Process boss.game.hangman (pid 11289) has died I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=31154 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.gms for service com.google.android.gms/.ads.identifier.service.AdvertisingIdService: pid=31175 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a W/ResourcesManager(31175): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(31175): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityManager( 7914): Low on memory: I/ActivityManager( 7914): ntv N 16154 kB: surfaceflinger (144) native I/ActivityManager( 7914): ntv N 6763 kB: mediaserver (7688) native I/ActivityManager( 7914): ntv N 3823 kB: logd (138) native I/ActivityManager( 7914): ntv N 3228 kB: zygote (7687) native I/ActivityManager( 7914): ntv N 2324 kB: sdcard (128) native I/ActivityManager( 7914): ntv N 1224 kB: netd (7686) native I/ActivityManager( 7914): ntv N 1054 kB: wpa_supplicant (8043) native I/ActivityManager( 7914): ntv N 1012 kB: drmserver (151) native I/ActivityManager( 7914): ntv N 816 kB: vold (143) native I/ActivityManager( 7914): ntv N 757 kB: /init (1) native I/ActivityManager( 7914): ntv N 757 kB: debuggerd (150) native I/ActivityManager( 7914): ntv N 568 kB: keystore (157) native I/ActivityManager( 7914): ntv N 448 kB: ueventd (104) native I/ActivityManager( 7914): ntv N 432 kB: adbd (162) native I/ActivityManager( 7914): ntv N 394 kB: sdcard (611) native I/ActivityManager( 7914): ntv N 344 kB: healthd (139) native I/ActivityManager( 7914): ntv N 323 kB: lmkd (140) native I/ActivityManager( 7914): ntv N 299 kB: dhcpcd (29575) native I/ActivityManager( 7914): ntv N 280 kB: servicemanager (142) native I/ActivityManager( 7914): ntv N 248 kB: installd (156) native I/ActivityManager( 7914): ntv N 208 kB: ts_srv (145) native I/ActivityManager( 7914): ntv N 196 kB: auditd (148) native I/ActivityManager( 7914): ntv N 80 kB: su (161) native I/ActivityManager( 7914): sys P 67763 kB: system (7914) fixed I/ActivityManager( 7914): pers P 63641 kB: com.android.systemui (8062) fixed I/ActivityManager( 7914): pers P 9789 kB: com.android.phone (8351) fixed I/ActivityManager( 7914): pers P 4708 kB: com.android.server.telecom (8323) fixed I/ActivityManager( 7914): fore T 95556 kB: com.viber.voip (19647) top-activity I/ActivityManager( 7914): vis IF 33993 kB: com.google.android.gms.persistent (8499) service I/ActivityManager( 7914): com.google.android.gms/com.google.android.location.network.NetworkLocationService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 30720 kB: com.android.inputmethod.latin (13662) service I/ActivityManager( 7914): com.android.inputmethod.latin/.LatinIME<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 30329 kB: com.google.process.gapps (8599) service I/ActivityManager( 7914): com.google.android.gms/.gcm.http.GoogleHttpService<=Proc{8499:com.google.android.gms.persistent/u0a16} I/ActivityManager( 7914): vis IF 5038 kB: org.cyanogenmod.theme.chooser (8188) service I/ActivityManager( 7914): org.cyanogenmod.theme.chooser/.NotificationHijackingService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 4479 kB: com.google.android.googlequicksearchbox:interactor (8210) service I/ActivityManager( 7914): com.google.android.googlequicksearchbox/com.google.android.voiceinteraction.GsaVoiceInteractionService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 3848 kB: com.android.smspush (9324) service I/ActivityManager( 7914): com.android.smspush/.WapPushManager<=Proc{8351:com.android.phone/1001} I/ActivityManager( 7914): svc S 7389 kB: com.mangoogames.emojiquiz (29591) started-services I/ActivityManager( 7914): home HO 21600 kB: com.android.launcher3 (25344) home I/ActivityManager( 7914): prev S 168219 kB: com.nenoff.followthelinefree (27290) cch-started-ui-services I/ActivityManager( 7914): svcb S 8708 kB: com.emoji.ikeyboard:umengService_v1 (29521) started-services I/ActivityManager( 7914): 597512 kB: TOTAL I/ActivityManager( 7914): MemInfo: 31920 kB slab, 5424 kB shmem, 6876 kB buffers, 167044 kB cached, 152780 kB free I/ActivityManager( 7914): Start proc com.google.android.gms.wearable for service com.google.android.gms/.wearable.service.WearableService: pid=31200 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a W/ResourcesManager(31200): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(31200): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.ActivityDetectionReceiver: pid=31495 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=31517 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a D/WifiService( 7914): New client listening to asynchronous messages D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=31605 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(31605): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=31631 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a W/ProcessCpuTracker( 7914): Skipping unknown process pid 31746 W/ProcessCpuTracker( 7914): Skipping unknown process pid 31747 W/ProcessCpuTracker( 7914): Skipping unknown process pid 31749 W/ProcessCpuTracker( 7914): Skipping unknown process pid 31750 D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3da41681} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3da41681} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@20ad333c} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@20ad333c} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@20ad333c} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@20ad333c} I/ActivityManager( 7914): Start proc com.android.deskclock for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider: pid=804 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a W/ProcessCpuTracker( 7914): Skipping unknown process pid 995 D/Nat464Xlat( 7914): requiresClat: netType=1, connected=true, hasIPv4Address=true D/ConnectivityService( 7914): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING D/ConnectivityService( 7914): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@183b524} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@183b524} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2428c57f} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2428c57f} I/ProcessStatsService( 7914): Prepared write state in 4ms I/ActivityManager( 7914): Start proc com.google.android.apps.maps for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.iamhere.ble.StartBleServiceReceiver: pid=2543 uid=10065 gids={50065, 9997, 3003, 1028, 1015, 3002, 3001} abi=armeabi-v7a W/ActivityThread( 2543): 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()); D/WifiService( 7914): New client listening to asynchronous messages I/ActivityManager( 7914): Start proc com.google.android.apps.plus for service com.google.android.apps.plus/com.google.android.apps.moviemaker.service.PluggedInAnalyzerService: pid=2777 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 2777): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@295a931f} I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=2800 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a I/ActivityManager( 7914): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=2825 uid=10002 gids={50002, 9997, 3003, 1028, 1015} abi=armeabi-v7a D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@295a931f} I/ActivityManager( 7914): Killing 31200:com.google.android.gms.wearable/u0a16 (adj 13): empty for 1819s W/libprocessgroup( 7914): failed to open /acct/uid_10016/pid_31200/cgroup.procs: No such file or directory I/ActivityManager( 7914): Killing 31517:com.google.android.partnersetup/u0a19 (adj 15): empty for 1804s W/libprocessgroup( 7914): failed to open /acct/uid_10019/pid_31517/cgroup.procs: No such file or directory I/ActivityManager( 7914): Killing 31605:com.android.providers.calendar/u0a1 (adj 15): empty for 1809s W/libprocessgroup( 7914): failed to open /acct/uid_10001/pid_31605/cgroup.procs: No such file or directory D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@39246de2} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@39246de2} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] I/ActivityManager( 7914): Start proc com.google.android.talk for broadcast com.google.android.talk/com.google.android.apps.hangouts.realtimechat.RealTimeChatService$AlarmReceiver: pid=3955 uid=10064 gids={50064, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager( 3955): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. I/ActivityManager( 7914): Killing 31631:com.android.calendar/u0a27 (adj 15): empty for 2043s W/libprocessgroup( 7914): failed to open /acct/uid_10027/pid_31631/cgroup.procs: No such file or directory D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2f6bcca2} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2f6bcca2} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] W/ProcessCpuTracker( 7914): Skipping unknown process pid 4559 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bb3cff1} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bb3cff1} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=5215 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 5215): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=5249 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3850ca22} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3850ca22} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@388e9b71} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@388e9b71} I/ProcessStatsService( 7914): Prepared write state in 5ms I/ActivityManager( 7914): Killing 2543:com.google.android.apps.maps/u0a65 (adj 15): empty for 1803s W/libprocessgroup( 7914): failed to open /acct/uid_10065/pid_2543/cgroup.procs: No such file or directory D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7b9ceb5} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7b9ceb5} I/ActivityManager( 7914): Killing 2800:android.process.media/u0a4 (adj 15): empty for 1813s W/libprocessgroup( 7914): failed to open /acct/uid_10004/pid_2800/cgroup.procs: No such file or directory D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] W/ProcessCpuTracker( 7914): Skipping unknown process pid 6945 W/ProcessCpuTracker( 7914): Skipping unknown process pid 6946 W/ProcessCpuTracker( 7914): Skipping unknown process pid 6948 W/ProcessCpuTracker( 7914): Skipping unknown process pid 6949 D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7b9ceb5} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7b9ceb5} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cb2740e} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@cb2740e} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@367a1bcd} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@367a1bcd} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3da979b6} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3da979b6} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b0f3a02} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@b0f3a02} W/ProcessCpuTracker( 7914): Skipping unknown process pid 10290 W/ProcessCpuTracker( 7914): Skipping unknown process pid 10291 W/ProcessCpuTracker( 7914): Skipping unknown process pid 10293 W/ProcessCpuTracker( 7914): Skipping unknown process pid 10294 W/ProcessCpuTracker( 7914): Skipping unknown process pid 10295 I/ProcessStatsService( 7914): Prepared write state in 3ms I/ActivityManager( 7914): Start proc com.google.android.apps.maps for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.iamhere.ble.StartBleServiceReceiver: pid=10462 uid=10065 gids={50065, 9997, 3003, 1028, 1015, 3002, 3001} abi=armeabi-v7a I/ActivityManager( 7914): Killing 2777:com.google.android.apps.plus/u0a68 (adj 15): empty for 3521s W/libprocessgroup( 7914): failed to open /acct/uid_10068/pid_2777/cgroup.procs: No such file or directory W/ActivityThread(10462): 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()); D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3890317a} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3890317a} I/ActivityManager( 7914): Start proc com.google.android.apps.plus for service com.google.android.apps.plus/com.google.android.apps.moviemaker.service.PluggedInAnalyzerService: pid=10757 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(10757): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=10778 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a I/ActivityManager( 7914): Killing 3955:com.google.android.talk/u0a64 (adj 15): empty for 3113s W/libprocessgroup( 7914): failed to open /acct/uid_10064/pid_3955/cgroup.procs: No such file or directory I/ActivityManager( 7914): Killing 5215:com.android.providers.calendar/u0a1 (adj 15): empty for 2459s W/libprocessgroup( 7914): failed to open /acct/uid_10001/pid_5215/cgroup.procs: No such file or directory I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=11324 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(11324): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3d6ad451} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3d6ad451} D/ConnectivityService( 7914): reportBadNetwork(NetworkAgentInfo [WIFI () - 101]) by 10016 I/ActivityManager( 7914): Start proc com.google.android.talk for broadcast com.google.android.talk/com.google.android.apps.hangouts.service.NetworkStateReceiver: pid=11453 uid=10064 gids={50064, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager(11453): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. D/ConnectivityService( 7914): Validated NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] W/ProcessCpuTracker( 7914): Skipping unknown process pid 11642 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33b8de13} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33b8de13} W/ProcessCpuTracker( 7914): Skipping unknown process pid 12681 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2021172} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2021172} W/ProcessCpuTracker( 7914): Skipping unknown process pid 12948 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2021172} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2021172} W/ProcessCpuTracker( 7914): Skipping unknown process pid 13339 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2021172} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2021172} I/ProcessStatsService( 7914): Prepared write state in 8ms I/ActivityManager( 7914): Killing 10462:com.google.android.apps.maps/u0a65 (adj 15): empty for 1807s W/libprocessgroup( 7914): failed to open /acct/uid_10065/pid_10462/cgroup.procs: No such file or directory D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@94e7c7c} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@94e7c7c} I/ActivityManager( 7914): Killing 2825:android.process.acore/u0a2 (adj 15): empty for 1800s W/libprocessgroup( 7914): failed to open /acct/uid_10002/pid_2825/cgroup.procs: No such file or directory D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@154f587e} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@154f587e} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@315a08a7} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@315a08a7} W/ProcessCpuTracker( 7914): Skipping unknown process pid 16246 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e70754e} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e70754e} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@189829c2} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@189829c2} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 50 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 48 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] W/ProcessCpuTracker( 7914): Skipping unknown process pid 17801 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@235966ff} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@235966ff} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@246058de} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@246058de} I/ProcessStatsService( 7914): Prepared write state in 13ms I/ActivityManager( 7914): Start proc com.google.android.apps.maps for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.iamhere.ble.StartBleServiceReceiver: pid=18606 uid=10065 gids={50065, 9997, 3003, 1028, 1015, 3002, 3001} abi=armeabi-v7a I/ActivityManager( 7914): Killing 11324:com.android.providers.calendar/u0a1 (adj 15): empty for 3277s W/libprocessgroup( 7914): failed to open /acct/uid_10001/pid_11324/cgroup.procs: No such file or directory W/ActivityThread(18606): 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()); I/ActivityManager( 7914): Process com.emoji.ikeyboard:umengService_v1 (pid 29521) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.emoji.ikeyboard/com.umeng.message.UmengService in 1000ms I/ActivityManager( 7914): Process com.google.android.talk (pid 11453) has died I/ActivityManager( 7914): Process android.process.media (pid 10778) has died I/ActivityManager( 7914): Process com.android.calendar (pid 5249) has died I/ActivityManager( 7914): Process com.mangoogames.emojiquiz (pid 29591) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService in 10638ms I/ActivityManager( 7914): Process com.google.android.apps.plus (pid 10757) has died I/ActivityManager( 7914): Process com.android.deskclock (pid 804) has died I/ActivityManager( 7914): Start proc com.emoji.ikeyboard:umengService_v1 for service com.emoji.ikeyboard/com.umeng.message.UmengService: pid=18845 uid=10084 gids={50084, 9997, 1028, 1015, 3003} abi=armeabi I/ActivityManager( 7914): Start proc com.mangoogames.emojiquiz for service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService: pid=18907 uid=10094 gids={50094, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.apps.plus for service com.google.android.apps.plus/com.google.android.apps.moviemaker.service.PluggedInAnalyzerService: pid=18976 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(18976): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=19002 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a I/ActivityManager( 7914): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=19027 uid=10002 gids={50002, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.android.deskclock for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider: pid=19177 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@22722535} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@22722535} I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=19587 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(19587): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=19610 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.talk for broadcast com.google.android.talk/com.google.android.apps.hangouts.realtimechat.RealTimeChatService$AlarmReceiver: pid=19820 uid=10064 gids={50064, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager(19820): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2b60c130} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2b60c130} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2ed88216} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2ed88216} I/ActivityManager( 7914): Start proc com.emoji.ikeyboard for broadcast com.emoji.ikeyboard/com.qisi.inputmethod.dictionarypack.EventHandler: pid=20815 uid=10084 gids={50084, 9997, 1028, 1015, 3003} abi=armeabi D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@5377e44} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@5377e44} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c3f3a3b} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c3f3a3b} I/EntropyMixer( 7914): Writing entropy... I/ProcessStatsService( 7914): Prepared write state in 14ms I/ProcessStatsService( 7914): Prepared write state in 0ms D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e5b5f39} I/ProcessStatsService( 7914): Pruning old procstats: /data/system/procstats/state-2015-04-25-13-31-39.bin.ci D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e5b5f39} W/ProcessCpuTracker( 7914): Skipping unknown process pid 22845 I/ActivityManager( 7914): Killing 18606:com.google.android.apps.maps/u0a65 (adj 13): empty for 1807s W/libprocessgroup( 7914): failed to open /acct/uid_10065/pid_18606/cgroup.procs: No such file or directory I/ActivityManager( 7914): Killing 19027:android.process.acore/u0a2 (adj 15): empty for 1804s I/ActivityManager( 7914): Killing 19002:android.process.media/u0a4 (adj 15): empty for 1804s W/libprocessgroup( 7914): failed to open /acct/uid_10004/pid_19002/cgroup.procs: No such file or directory W/libprocessgroup( 7914): failed to open /acct/uid_10002/pid_19027/cgroup.procs: No such file or directory D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e5b5f39} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e5b5f39} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e5b5f39} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e5b5f39} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e5b5f39} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e5b5f39} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e5b5f39} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e5b5f39} D/ZenLog ( 7914): intercepted: 0|com.google.android.googlequicksearchbox|6|null|10022,none V/NotificationService( 7914): pkg=com.google.android.googlequicksearchbox canInterrupt=false intercept=true W/ProcessCpuTracker( 7914): Skipping unknown process pid 25626 W/ProcessCpuTracker( 7914): Skipping unknown process pid 25627 W/ProcessCpuTracker( 7914): Skipping unknown process pid 25629 W/ProcessCpuTracker( 7914): Skipping unknown process pid 25630 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e5b5f39} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e5b5f39} I/ProcessStatsService( 7914): Prepared write state in 3ms I/ProcessStatsService( 7914): Prepared write state in 3ms D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e96a6bd} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e96a6bd} I/ActivityManager( 7914): Start proc com.google.android.apps.maps for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.iamhere.ble.StartBleServiceReceiver: pid=26707 uid=10065 gids={50065, 9997, 3003, 1028, 1015, 3002, 3001} abi=armeabi-v7a I/ActivityManager( 7914): Killing 18976:com.google.android.apps.plus/u0a68 (adj 15): empty for 3545s W/ActivityThread(26707): 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()); W/libprocessgroup( 7914): failed to open /acct/uid_10068/pid_18976/cgroup.procs: No such file or directory I/ActivityManager( 7914): Start proc com.google.android.apps.plus for service com.google.android.apps.plus/com.google.android.apps.moviemaker.service.PluggedInAnalyzerService: pid=26885 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(26885): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=26908 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a I/ActivityManager( 7914): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=26930 uid=10002 gids={50002, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Killing 19587:com.android.providers.calendar/u0a1 (adj 15): empty for 3360s W/libprocessgroup( 7914): failed to open /acct/uid_10001/pid_19587/cgroup.procs: No such file or directory I/ActivityManager( 7914): Killing 19610:com.android.calendar/u0a27 (adj 15): empty for 3359s W/libprocessgroup( 7914): failed to open /acct/uid_10027/pid_19610/cgroup.procs: No such file or directory I/ActivityManager( 7914): Killing 19820:com.google.android.talk/u0a64 (adj 15): empty for 3302s W/libprocessgroup( 7914): failed to open /acct/uid_10064/pid_19820/cgroup.procs: No such file or directory D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e96a6bd} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e96a6bd} W/ProcessCpuTracker( 7914): Skipping unknown process pid 27498 I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=27510 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(27510): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=27546 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Killing 20815:com.emoji.ikeyboard/u0a84 (adj 15): empty for 3054s W/libprocessgroup( 7914): failed to open /acct/uid_10084/pid_20815/cgroup.procs: No such file or directory I/ActivityManager( 7914): Start proc com.google.android.talk for broadcast com.google.android.talk/com.google.android.apps.hangouts.realtimechat.RealTimeChatService$AlarmReceiver: pid=27692 uid=10064 gids={50064, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager(27692): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. I/ActivityManager( 7914): Process com.google.android.apps.maps (pid 26707) has died W/ProcessCpuTracker( 7914): Skipping unknown process pid 28040 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e96a6bd} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1e96a6bd} I/ActivityManager( 7914): Process com.emoji.ikeyboard:umengService_v1 (pid 18845) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.emoji.ikeyboard/com.umeng.message.UmengService in 1000ms I/ActivityManager( 7914): Process android.process.acore (pid 26930) has died I/ActivityManager( 7914): Process android.process.media (pid 26908) has died I/ActivityManager( 7914): Process com.mangoogames.emojiquiz (pid 18907) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService in 10630ms I/ActivityManager( 7914): Process com.android.calendar (pid 27546) has died I/ActivityManager( 7914): Process com.android.providers.calendar (pid 27510) has died I/ActivityManager( 7914): Process com.android.deskclock (pid 19177) has died I/ActivityManager( 7914): Process com.google.android.talk (pid 27692) has died D/WifiService( 7914): Client connection lost with reason: 4 E/libprocessgroup( 7914): failed to kill 1 processes for processgroup 31495 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 31495) has died I/ActivityManager( 7914): Process boss.game.hangman (pid 31154) has died I/ActivityManager( 7914): Start proc com.emoji.ikeyboard:umengService_v1 for service com.emoji.ikeyboard/com.umeng.message.UmengService: pid=28748 uid=10084 gids={50084, 9997, 1028, 1015, 3003} abi=armeabi I/ActivityManager( 7914): Low on memory: I/ActivityManager( 7914): ntv N 16147 kB: surfaceflinger (144) native I/ActivityManager( 7914): ntv N 6031 kB: mediaserver (7688) native I/ActivityManager( 7914): ntv N 3839 kB: logd (138) native I/ActivityManager( 7914): ntv N 3292 kB: zygote (7687) native I/ActivityManager( 7914): ntv N 2324 kB: sdcard (128) native I/ActivityManager( 7914): ntv N 1240 kB: netd (7686) native I/ActivityManager( 7914): ntv N 1058 kB: wpa_supplicant (8043) native I/ActivityManager( 7914): ntv N 1012 kB: drmserver (151) native I/ActivityManager( 7914): ntv N 816 kB: vold (143) native I/ActivityManager( 7914): ntv N 757 kB: /init (1) native I/ActivityManager( 7914): ntv N 757 kB: debuggerd (150) native I/ActivityManager( 7914): ntv N 568 kB: keystore (157) native I/ActivityManager( 7914): ntv N 448 kB: ueventd (104) native I/ActivityManager( 7914): ntv N 432 kB: adbd (162) native I/ActivityManager( 7914): ntv N 394 kB: sdcard (611) native I/ActivityManager( 7914): ntv N 355 kB: dhcpcd (29575) native I/ActivityManager( 7914): ntv N 344 kB: healthd (139) native I/ActivityManager( 7914): ntv N 323 kB: lmkd (140) native I/ActivityManager( 7914): ntv N 280 kB: servicemanager (142) native I/ActivityManager( 7914): ntv N 248 kB: installd (156) native I/ActivityManager( 7914): ntv N 208 kB: ts_srv (145) native I/ActivityManager( 7914): ntv N 196 kB: auditd (148) native I/ActivityManager( 7914): ntv N 80 kB: su (161) native I/ActivityManager( 7914): sys P 66805 kB: system (7914) fixed I/ActivityManager( 7914): pers P 63478 kB: com.android.systemui (8062) fixed I/ActivityManager( 7914): pers P 10083 kB: com.android.phone (8351) fixed I/ActivityManager( 7914): pers P 4773 kB: com.android.server.telecom (8323) fixed I/ActivityManager( 7914): fore T 93792 kB: com.viber.voip (19647) top-activity I/ActivityManager( 7914): vis IF 33924 kB: com.google.android.gms.persistent (8499) service I/ActivityManager( 7914): com.google.android.gms/com.google.android.location.network.NetworkLocationService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IB 30379 kB: com.google.android.apps.plus (26885) service I/ActivityManager( 7914): com.google.android.apps.plus/.service.EsSyncAdapterService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 28331 kB: com.google.process.gapps (8599) service I/ActivityManager( 7914): com.google.android.gms/.gcm.http.GoogleHttpService<=Proc{31175:com.google.android.gms/u0a16} I/ActivityManager( 7914): vis IF 28318 kB: com.android.inputmethod.latin (13662) service I/ActivityManager( 7914): com.android.inputmethod.latin/.LatinIME<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IB 24468 kB: com.google.android.gms (31175) service I/ActivityManager( 7914): com.google.android.gms/.games.chimera.GamesSyncServiceMainProxy<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 5129 kB: org.cyanogenmod.theme.chooser (8188) service I/ActivityManager( 7914): org.cyanogenmod.theme.chooser/.NotificationHijackingService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 4556 kB: com.google.android.googlequicksearchbox:interactor (8210) service I/ActivityManager( 7914): com.google.android.googlequicksearchbox/com.google.android.voiceinteraction.GsaVoiceInteractionService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 3928 kB: com.android.smspush (9324) service I/ActivityManager( 7914): com.android.smspush/.WapPushManager<=Proc{8351:com.android.phone/1001} I/ActivityManager( 7914): home HO 20137 kB: com.android.launcher3 (25344) home I/ActivityManager( 7914): prev S 166663 kB: com.nenoff.followthelinefree (27290) cch-started-ui-services I/ActivityManager( 7914): 625913 kB: TOTAL I/ActivityManager( 7914): MemInfo: 32048 kB slab, 5424 kB shmem, 12152 kB buffers, 209232 kB cached, 91084 kB free D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1ee5f70e} I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.ActivityDetectionReceiver: pid=28814 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1ee5f70e} I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=28837 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a D/WifiService( 7914): New client listening to asynchronous messages I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=28881 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(28881): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=28901 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.mangoogames.emojiquiz for service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService: pid=28935 uid=10094 gids={50094, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=28969 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.android.deskclock for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider: pid=29367 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@5dfa8c4} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@5dfa8c4} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32d8b6bb} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@32d8b6bb} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7266a03} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7266a03} I/ProcessStatsService( 7914): Prepared write state in 3ms D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2440c57e} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2440c57e} W/ProcessCpuTracker( 7914): Skipping unknown process pid 31757 D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/Nat464Xlat( 7914): requiresClat: netType=1, connected=true, hasIPv4Address=true D/ConnectivityService( 7914): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 54 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3baef5a1} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3baef5a1} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29e7f9b0} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29e7f9b0} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29e7f9b0} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29e7f9b0} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29e7f9b0} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29e7f9b0} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29e7f9b0} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29e7f9b0} D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] I/ProcessStatsService( 7914): Prepared write state in 10ms I/ProcessStatsService( 7914): Prepared write state in 4ms I/ActivityManager( 7914): Start proc com.google.android.apps.maps for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.iamhere.ble.StartBleServiceReceiver: pid=2663 uid=10065 gids={50065, 9997, 3003, 1028, 1015, 3002, 3001} abi=armeabi-v7a W/ActivityThread( 2663): 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()); I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=2975 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a I/ActivityManager( 7914): Killing 28837:com.google.android.partnersetup/u0a19 (adj 15): empty for 2818s W/libprocessgroup( 7914): failed to open /acct/uid_10019/pid_28837/cgroup.procs: No such file or directory D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24a945d1} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24a945d1} I/ActivityManager( 7914): Start proc com.google.android.talk for broadcast com.google.android.talk/com.google.android.apps.hangouts.realtimechat.RealTimeChatService$AlarmReceiver: pid=3712 uid=10064 gids={50064, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager( 3712): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. I/ActivityManager( 7914): Killing 28881:com.android.providers.calendar/u0a1 (adj 15): empty for 3116s W/libprocessgroup( 7914): failed to open /acct/uid_10001/pid_28881/cgroup.procs: No such file or directory D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2702aef7} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2702aef7} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2c7dfcea} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2c7dfcea} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@28d4fe02} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@28d4fe02} I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=5563 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager( 5563): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29715cd1} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29715cd1} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29715cd1} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29715cd1} I/ProcessStatsService( 7914): Prepared write state in 8ms I/ProcessStatsService( 7914): Prepared write state in 11ms I/ActivityManager( 7914): Killing 2663:com.google.android.apps.maps/u0a65 (adj 15): empty for 1807s W/libprocessgroup( 7914): failed to open /acct/uid_10065/pid_2663/cgroup.procs: No such file or directory D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1d89d206} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1d89d206} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37cfc0ab} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37cfc0ab} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@242769dc} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@242769dc} W/ProcessCpuTracker( 7914): Skipping unknown process pid 9112 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2ee46b6e} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2ee46b6e} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30ea4c30} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@30ea4c30} D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1202ae97} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1202ae97} I/ProcessStatsService( 7914): Prepared write state in 14ms I/ActivityManager( 7914): Start proc com.google.android.apps.maps for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.iamhere.ble.StartBleServiceReceiver: pid=11230 uid=10065 gids={50065, 9997, 3003, 1028, 1015, 3002, 3001} abi=armeabi-v7a I/ActivityManager( 7914): Killing 2975:android.process.media/u0a4 (adj 15): empty for 3516s W/libprocessgroup( 7914): failed to open /acct/uid_10004/pid_2975/cgroup.procs: No such file or directory W/ActivityThread(11230): 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()); I/ActivityManager( 7914): Process com.google.android.apps.plus (pid 26885) has died I/ActivityManager( 7914): Process com.google.android.talk (pid 3712) has died I/ActivityManager( 7914): Start proc com.google.android.apps.plus for service com.google.android.apps.plus/com.google.android.apps.moviemaker.service.PluggedInAnalyzerService: pid=11468 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(11468): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=11490 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a I/ActivityManager( 7914): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=11516 uid=10002 gids={50002, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/ActivityManager( 7914): Killing 5563:com.android.providers.calendar/u0a1 (adj 15): empty for 2464s W/libprocessgroup( 7914): failed to open /acct/uid_10001/pid_5563/cgroup.procs: No such file or directory D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@df1c1be} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@df1c1be} I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=12068 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(12068): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.google.android.talk for broadcast com.google.android.talk/com.google.android.apps.hangouts.realtimechat.RealTimeChatService$AlarmReceiver: pid=12279 uid=10064 gids={50064, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a W/ResourcesManager(12279): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@200814cf} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@200814cf} W/ResourcesManager(12279): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(12279): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityManager( 7914): Process com.emoji.ikeyboard:umengService_v1 (pid 28748) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.emoji.ikeyboard/com.umeng.message.UmengService in 1000ms W/ResourcesManager(12279): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.emoji.ikeyboard:umengService_v1 for service com.emoji.ikeyboard/com.umeng.message.UmengService: pid=12375 uid=10084 gids={50084, 9997, 1028, 1015, 3003} abi=armeabi I/ActivityManager( 7914): Process com.google.android.apps.maps (pid 11230) has died W/ProcessCpuTracker( 7914): Skipping unknown process pid 12456 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1300484d} D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1300484d} --------- beginning of main E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-47 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1,50 rxSuccessRate=0,75 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,02 rxSuccessRate=0,01 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-47 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/GCM ( 8599): Message class com.google.f.a.a.i E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,50 rxSuccessRate=0,25 targetRoamBSSID=00:00:00:00:00:00 RSSI=-44 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,01 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-49 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1f9e685b} E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1f9e685b} I/GCoreUlr( 8499): Successfully inserted location I/GCoreUlr( 8499): Not calling LocationReporter, hasMoved: false, elapsed millis: 2381187, request: Stationary(3600000) E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-49 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/ActivityManager( 7914): Process android.process.media (pid 11490) has died E/JavaBinder( 7914): !!! FAILED BINDER TRANSACTION !!! I/ActivityManager( 7914): Process com.mangoogames.emojiquiz (pid 28935) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService in 1000ms I/ActivityManager( 7914): Process android.process.acore (pid 11516) has died I/ActivityManager( 7914): Process com.android.calendar (pid 28901) has died I/ActivityManager( 7914): Process com.android.providers.calendar (pid 12068) has died E/lowmemorykiller( 140): Error writing /proc/28814/oom_score_adj; errno=22 E/lowmemorykiller( 140): Error writing /proc/11468/oom_score_adj; errno=22 E/lowmemorykiller( 140): Error writing /proc/12279/oom_score_adj; errno=22 D/WifiService( 7914): Client connection lost with reason: 4 D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.talk (pid 12279) has died W/art ( 7914): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied() from ActivityManagerService.java:1174 waiters=1 for 294ms I/ActivityManager( 7914): Process com.google.android.apps.plus (pid 11468) has died W/art ( 7914): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied() from ActivityManagerService.java:1174 waiters=1 for 322ms I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 28814) has died I/ActivityManager( 7914): Process com.android.deskclock (pid 29367) has died I/ActivityManager( 7914): Process boss.game.hangman (pid 28969) has died I/ActivityManager( 7914): Process com.google.android.gms (pid 31175) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.google.android.gms/.usagereporting.service.UsageReportingService in 10370ms W/ProcessCpuTracker( 7914): Skipping unknown process pid 13879 W/ProcessCpuTracker( 7914): Skipping unknown process pid 13880 W/ProcessCpuTracker( 7914): Skipping unknown process pid 13882 W/ProcessCpuTracker( 7914): Skipping unknown process pid 13883 W/ProcessCpuTracker( 7914): Skipping unknown process pid 13884 W/art ( 7914): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied() from ActivityManagerService.java:1174 waiters=5 for 301ms I/ActivityManager( 7914): Start proc com.mangoogames.emojiquiz for service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService: pid=13892 uid=10094 gids={50094, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/art (13892): Thread[1,tid=13892,WaitingForJniOnLoad,Thread*=0x75007800,peer=0x645cd000,"main"] recursive attempt to load library "/data/app/com.mangoogames.emojiquiz-2/lib/arm/libjnlua5.1.so" I/OpenAL_SLES(13892): alc_opensles_init I/ActivityManager( 7914): Low on memory: I/ActivityManager( 7914): ntv N 16155 kB: surfaceflinger (144) native I/ActivityManager( 7914): ntv N 6038 kB: mediaserver (7688) native I/ActivityManager( 7914): ntv N 3851 kB: logd (138) native I/ActivityManager( 7914): ntv N 3302 kB: zygote (7687) native I/ActivityManager( 7914): ntv N 2325 kB: sdcard (128) native I/ActivityManager( 7914): ntv N 1240 kB: netd (7686) native I/ActivityManager( 7914): ntv N 1106 kB: wpa_supplicant (8043) native I/ActivityManager( 7914): ntv N 1012 kB: drmserver (151) native I/ActivityManager( 7914): ntv N 817 kB: vold (143) native I/ActivityManager( 7914): ntv N 757 kB: /init (1) native I/ActivityManager( 7914): ntv N 757 kB: debuggerd (150) native I/ActivityManager( 7914): ntv N 569 kB: keystore (157) native I/ActivityManager( 7914): ntv N 448 kB: ueventd (104) native I/ActivityManager( 7914): ntv N 432 kB: adbd (162) native I/ActivityManager( 7914): ntv N 394 kB: sdcard (611) native I/ActivityManager( 7914): ntv N 355 kB: dhcpcd (29575) native I/ActivityManager( 7914): ntv N 344 kB: healthd (139) native I/ActivityManager( 7914): ntv N 323 kB: lmkd (140) native I/ActivityManager( 7914): ntv N 280 kB: servicemanager (142) native I/ActivityManager( 7914): ntv N 248 kB: installd (156) native I/ActivityManager( 7914): ntv N 208 kB: ts_srv (145) native I/ActivityManager( 7914): ntv N 196 kB: auditd (148) native I/ActivityManager( 7914): ntv N 80 kB: su (161) native I/ActivityManager( 7914): sys P 67236 kB: system (7914) fixed I/ActivityManager( 7914): pers P 63650 kB: com.android.systemui (8062) fixed I/ActivityManager( 7914): pers P 9985 kB: com.android.phone (8351) fixed I/ActivityManager( 7914): pers P 4844 kB: com.android.server.telecom (8323) fixed I/ActivityManager( 7914): fore T 93806 kB: com.viber.voip (19647) top-activity I/ActivityManager( 7914): vis IF 35369 kB: com.google.android.gms.persistent (8499) service I/ActivityManager( 7914): com.google.android.gms/com.google.android.location.network.NetworkLocationService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 30272 kB: com.google.process.gapps (8599) service I/ActivityManager( 7914): com.google.android.gms/.gcm.http.GoogleHttpService<=Proc{8499:com.google.android.gms.persistent/u0a16} I/ActivityManager( 7914): vis IF 28584 kB: com.android.inputmethod.latin (13662) service I/ActivityManager( 7914): com.android.inputmethod.latin/.LatinIME<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 5196 kB: org.cyanogenmod.theme.chooser (8188) service I/ActivityManager( 7914): org.cyanogenmod.theme.chooser/.NotificationHijackingService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 4624 kB: com.google.android.googlequicksearchbox:interactor (8210) service I/ActivityManager( 7914): com.google.android.googlequicksearchbox/com.google.android.voiceinteraction.GsaVoiceInteractionService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 3993 kB: com.android.smspush (9324) service I/ActivityManager( 7914): com.android.smspush/.WapPushManager<=Proc{8351:com.android.phone/1001} I/ActivityManager( 7914): svc S 8947 kB: com.emoji.ikeyboard:umengService_v1 (12375) started-services I/ActivityManager( 7914): home HO 19340 kB: com.android.launcher3 (25344) home I/ActivityManager( 7914): prev S 167817 kB: com.nenoff.followthelinefree (27290) cch-started-ui-services I/ActivityManager( 7914): cch IF 0 kB: com.google.android.gms (31175) cch-empty I/ActivityManager( 7914): 584900 kB: TOTAL I/ActivityManager( 7914): MemInfo: 32100 kB slab, 5424 kB shmem, 15028 kB buffers, 199636 kB cached, 125156 kB free E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 7914): Explicit concurrent mark sweep GC freed 19762(1632KB) AllocSpace objects, 5(241KB) LOS objects, 16% free, 20MB/24MB, paused 2.288ms total 122.192ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 8062): Explicit concurrent mark sweep GC freed 30002(1284KB) AllocSpace objects, 0(0B) LOS objects, 35% free, 7MB/11MB, paused 1.037ms total 67.382ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 8188): Explicit concurrent mark sweep GC freed 27(1104B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1972KB/3MB, paused 579us total 25.909ms E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,25 rxSuccessRate=0,25 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 8210): Explicit concurrent mark sweep GC freed 13(576B) AllocSpace objects, 0(0B) LOS objects, 39% free, 2MB/4MB, paused 1.556ms total 47.088ms I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=13962 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Start proc com.google.android.gms for service com.google.android.gms/.ads.identifier.service.AdvertisingIdService: pid=13987 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a W/ResourcesManager(13987): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(13987): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/MultiDex(13987): VM with version 2.1.0 has multidex support I/MultiDex(13987): install I/MultiDex(13987): VM has multidex support, MultiDex support library is disabled. D/ChimeraPrvdrProxy(13987): Provider proxy ComponentInfo{com.google.android.gms/com.google.android.gms.games.chimera.GamesContentProviderProxy} created I/ProviderInstaller(13987): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application' D/GCM ( 8599): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE D/ChimeraPrvdrProxy(13987): Loading provider implementation for ComponentInfo{com.google.android.gms/com.google.android.gms.games.chimera.GamesContentProviderProxy} D/ChimeraPrvdrProxy(13987): Proxying container provider ComponentInfo{com.google.android.gms/com.google.android.gms.games.chimera.GamesContentProviderProxy} to Chimera provider impl com.google.android.gms.games.provider.GamesContentProvider D/ChimeraCfgMgr(13987): Loading module com.google.android.gms.games from APK com.google.android.gms D/AuthorizationBluetoothService( 8599): 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 }. D/c ( 8599): Getting all permits... D/a ( 8599): Opening database... E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/a ( 8599): Opening database auth.proximity.permit_store... D/a ( 8599): Closing database... V/GmsCoreStatsServiceLauncher(13987): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher } I/ActivityManager( 7914): Start proc com.google.android.gms.wearable for service com.google.android.gms/.wearable.service.WearableService: pid=14012 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a D/LocationInitializer(13987): Restart initialization of location W/ResourcesManager(14012): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(14012): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/MultiDex(14012): VM with version 2.1.0 has multidex support I/MultiDex(14012): install I/MultiDex(14012): VM has multidex support, MultiDex support library is disabled. I/ProviderInstaller(14012): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application' D/GCM ( 8599): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE D/AuthorizationBluetoothService( 8599): 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 }. D/c ( 8599): Getting all permits... D/a ( 8599): Opening database... D/WearableService(14012): callingUid 10016, callindPid: 14012 D/a ( 8599): Opening database auth.proximity.permit_store... D/a ( 8599): Closing database... V/GmsCoreStatsServiceLauncher(13987): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher } E/MDM ( 8499): [120] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null} E/MDM ( 8499): [119] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null} D/LocationInitializer(13987): Restart initialization of location E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 8323): Explicit concurrent mark sweep GC freed 13(576B) AllocSpace objects, 0(0B) LOS objects, 40% free, 2MB/3MB, paused 1.464ms total 20.477ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 8351): Explicit concurrent mark sweep GC freed 13772(614KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 3MB/5MB, paused 3.082ms total 43.334ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 9324): Explicit concurrent mark sweep GC freed 13(576B) AllocSpace objects, 0(0B) LOS objects, 40% free, 1873KB/3MB, paused 762us total 39.916ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 8499): Explicit concurrent mark sweep GC freed 14454(644KB) AllocSpace objects, 0(0B) LOS objects, 33% free, 7MB/11MB, paused 2.075ms total 77.423ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 8599): Explicit concurrent mark sweep GC freed 36182(1964KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 6MB/10MB, paused 2.532ms total 55.816ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art (13662): Explicit concurrent mark sweep GC freed 203(9KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 3MB/6MB, paused 915us total 49.896ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art (19647): Explicit concurrent mark sweep GC freed 7084(305KB) AllocSpace objects, 2(32KB) LOS objects, 17% free, 19MB/23MB, paused 2.197ms total 94.543ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art (27290): Explicit concurrent mark sweep GC freed 16(640B) AllocSpace objects, 0(0B) LOS objects, 18% free, 8MB/10MB, paused 1.007ms total 75.012ms E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art (25344): Explicit concurrent mark sweep GC freed 17633(677KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 5MB/7MB, paused 457us total 57.525ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art (12375): Explicit concurrent mark sweep GC freed 535(32KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 2MB/3MB, paused 427us total 50.048ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.ActivityDetectionReceiver: pid=14186 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a W/art (14186): Suspending all threads took: 5.310ms I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=14205 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a W/art (14186): Suspending all threads took: 6.164ms D/WifiService( 7914): New client listening to asynchronous messages W/GAV2 (14186): Thread[main,5,main]: Need to call initialize() and be in fallback mode to start dispatch. W/art (14186): Suspending all threads took: 6.591ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 7914): Explicit concurrent mark sweep GC freed 40591(2MB) AllocSpace objects, 0(0B) LOS objects, 16% free, 20MB/24MB, paused 2.593ms total 144.866ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/GAv4-SVC(13987): Google Analytics 4.5.0/7329 is starting up. I/GAV2 (14186): Thread[GAThread,5,main]: No campaign data found. E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/GCM ( 8599): Message class com.google.f.a.a.i E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1,03 rxSuccessRate=0,53 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=14347 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/ResourcesManager(14347): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/CalendarProvider2(14347): Created com.android.providers.calendar.CalendarAlarmManager@2ca9a491(com.android.providers.calendar.CalendarProvider2@d856ff6) E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/CalendarProvider2(14347): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar } W/ContentResolver(14347): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar) I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=14373 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a D/ExtensionsFactory(14373): No custom extensions. D/AlertReceiver(14373): onReceive: a=android.intent.action.PROVIDER_CHANGED Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x10 cmp=com.android.calendar/.alerts.AlertReceiver } D/AlertService(14373): 0 Action = android.intent.action.PROVIDER_CHANGED E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/GlobalDismissManager(14373): no sender configured D/AlertService(14373): Beginning updateAlertNotification D/AlertService(14373): No fired or scheduled alerts D/AlertService(14373): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null D/AlarmScheduler(14373): No events found starting within 1 week. E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,34 rxSuccessRate=0,34 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,01 rxSuccessRate=0,01 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,25 rxSuccessRate=0,25 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1ebbc856} E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,25 rxSuccessRate=0,25 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/PhoneApp( 8351): getPhone phoneId:0 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,25 rxSuccessRate=0,25 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1ebbc856} I/GCoreUlr( 8499): Successfully inserted location I/GCoreUlr( 8499): Not calling LocationReporter, hasMoved: false, elapsed millis: 2679930, request: Stationary(3600000) I/art ( 7914): Explicit concurrent mark sweep GC freed 51851(2MB) AllocSpace objects, 1(16KB) LOS objects, 16% free, 20MB/24MB, paused 2.441ms total 129.699ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 8599): Explicit concurrent mark sweep GC freed 23344(1235KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 6MB/10MB, paused 1.159ms total 56.823ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/GCM ( 8599): Message class com.google.f.a.a.i E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1,00 rxSuccessRate=0,50 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,01 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1,50 rxSuccessRate=0,75 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,01 rxSuccessRate=0,01 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@310a23e} E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 8499): Explicit concurrent mark sweep GC freed 14836(754KB) AllocSpace objects, 0(0B) LOS objects, 33% free, 7MB/11MB, paused 2.258ms total 83.160ms D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@310a23e} I/GCoreUlr( 8499): Successfully inserted location I/GCoreUlr( 8499): Not calling LocationReporter, hasMoved: false, elapsed millis: 2980101, request: Stationary(3600000) E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/GCM ( 8599): Message class com.google.f.a.a.i E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1,00 rxSuccessRate=0,50 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,27 rxSuccessRate=0,27 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,50 rxSuccessRate=0,44 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,01 rxSuccessRate=0,01 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/EntropyMixer( 7914): Writing entropy... E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,13 rxSuccessRate=0,13 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED I/ProcessStatsService( 7914): Prepared write state in 6ms I/ProcessStatsService( 7914): Prepared write state in 0ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/ProcessStatsService( 7914): Pruning old procstats: /data/system/procstats/state-2015-04-25-16-33-00.bin.ci I/EventLogService(13987): Opted in for usage reporting I/EventLogService(13987): Aggregate from 1430148464607 (log), 1430148464607 (data) W/EventLogAggregator(13987): Unknown tag: faceunlock W/EventLogAggregator(13987): Unknown tag: snet_gcore W/EventLogAggregator(13987): Unknown tag: snet_launch_service I/ServiceDumpSys(13987): dumping service [batterystats] I/ServiceDumpSys(13987): dumping service [package] I/ServiceDumpSys(13987): dumping service [procstats] E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/ProcessCpuTracker( 7914): Skipping unknown process pid 15716 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,03 rxSuccessRate=0,03 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,01 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 8599): Explicit concurrent mark sweep GC freed 38017(2MB) AllocSpace objects, 0(0B) LOS objects, 38% free, 6MB/10MB, paused 1.098ms total 85.540ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,25 rxSuccessRate=0,25 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c4f66ac} E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,25 rxSuccessRate=0,25 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c4f66ac} I/GCoreUlr( 8499): Successfully inserted location I/GCoreUlr( 8499): Not calling LocationReporter, hasMoved: false, elapsed millis: 3279917, request: Stationary(3600000) E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/GCM ( 8599): Message class com.google.f.a.a.i E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1,00 rxSuccessRate=0,50 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/ActivityManager( 7914): Start proc com.android.deskclock for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider: pid=15991 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a I/art ( 7687): Explicit concurrent mark sweep GC freed 703(30KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 305us total 20.294ms I/art ( 7687): Explicit concurrent mark sweep GC freed 8(256B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 274us total 16.113ms I/art ( 7687): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 274us total 16.143ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,02 rxSuccessRate=0,01 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/GoogleURLConnFactory( 8599): Using platform SSLCertificateSocketFactory I/GoogleURLConnFactory( 8599): Using platform SSLCertificateSocketFactory E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: androidmarket] I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: androidmarket] E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: androidmarket] I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: androidmarket] I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: androidmarket] I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: androidmarket] I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: androidmarket] I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: androidmarket] I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: androidmarket] W/Uploader( 8599): No account for auth token provided I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: androidmarket] E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1,63 rxSuccessRate=1,08 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,01 rxSuccessRate=0,01 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,13 rxSuccessRate=0,13 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/GoogleURLConnFactory( 8599): Using platform SSLCertificateSocketFactory I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: androidmarket] E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: androidmarket] I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: androidmarket] E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,10 rxSuccessRate=0,08 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 7914): Background partial concurrent mark sweep GC freed 30194(2MB) AllocSpace objects, 2(64KB) LOS objects, 16% free, 20MB/24MB, paused 11.932ms total 155.029ms E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=2,52 rxSuccessRate=2,02 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,02 rxSuccessRate=0,02 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/GCM ( 8599): Message class com.google.f.a.a.i E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,02 rxSuccessRate=0,01 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@11cfce63} E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,50 rxSuccessRate=0,50 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@11cfce63} E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/GCoreUlr( 8499): Successfully inserted location I/GCoreUlr( 8499): Not calling LocationReporter, hasMoved: false, elapsed millis: 3569595, request: Stationary(3600000) I/art ( 8499): Explicit concurrent mark sweep GC freed 13864(597KB) AllocSpace objects, 0(0B) LOS objects, 33% free, 7MB/11MB, paused 1.403ms total 71.990ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,03 rxSuccessRate=0,03 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,25 rxSuccessRate=0,25 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,03 rxSuccessRate=0,03 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,13 rxSuccessRate=0,13 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/GCM ( 8599): Message class com.google.f.a.a.i E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,02 rxSuccessRate=0,01 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@31cc56a1} E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/PhoneApp( 8351): getPhone phoneId:0 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@31cc56a1} I/GCoreUlr( 8499): Successfully inserted location I/GCoreUlr( 8499): Starting service, intent=Intent { act=com.google.android.location.reporting.UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService }, extras=null W/BaseAppContext( 8499): Using Auth Proxy for data requests. I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.gms, service: oauth2:https://www.googleapis.com/auth/userlocation.reporting] I/Auth.Core( 8599): [TokenCache] Missing snowballing token: no granted scopes set. I/GLSUser ( 8599): [GLSUser] getTokenFromGoogle [account: , callingPkg: com.google.android.gms, service: oauth2:https://www.googleapis.com/auth/userlocation.reporting I/GLSUser ( 8599): [GLSUser] getAuthtoken(, oauth2:https://www.googleapis.com/auth/userlocation.reporting) -> status: null) I/GLSUser ( 8599): [GLSUser] Extracting token using key: Auth W/GLSUser ( 8599): [GLSUser] Permission for com.google.android.gms to access oauth2:https://www.googleapis.com/auth/userlocation.reporting will be managed locally. E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/GCoreUlr( 8499): Batch Location Update succeeded for account account#13# E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1,47 rxSuccessRate=1,06 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,04 rxSuccessRate=0,01 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,13 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 8599): Background partial concurrent mark sweep GC freed 51376(2MB) AllocSpace objects, 0(0B) LOS objects, 38% free, 6MB/10MB, paused 1.586ms total 113.769ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,03 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,13 rxSuccessRate=0,13 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/GCM ( 8599): Message class com.google.f.a.a.i E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,02 rxSuccessRate=0,01 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1,00 rxSuccessRate=0,50 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,02 rxSuccessRate=0,01 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,05 rxSuccessRate=0,05 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 7914): Background sticky concurrent mark sweep GC freed 22502(1060KB) AllocSpace objects, 0(0B) LOS objects, 4% free, 21MB/22MB, paused 9.155ms total 54.901ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 8499): Explicit concurrent mark sweep GC freed 24833(1609KB) AllocSpace objects, 8(188KB) LOS objects, 33% free, 7MB/11MB, paused 1.251ms total 68.389ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e930386} E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e930386} I/GCoreUlr( 8499): Successfully inserted location I/GCoreUlr( 8499): Not calling LocationReporter, hasMoved: false, elapsed millis: 300001, request: Stationary(3600000) E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-47 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-48 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/GCM ( 8599): Message class com.google.f.a.a.i E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,04 rxSuccessRate=0,03 targetRoamBSSID=00:00:00:00:00:00 RSSI=-47 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,03 targetRoamBSSID=00:00:00:00:00:00 RSSI=-48 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,13 rxSuccessRate=0,13 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 7914): Background partial concurrent mark sweep GC freed 29261(2MB) AllocSpace objects, 1(16KB) LOS objects, 16% free, 20MB/24MB, paused 2.593ms total 126.495ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 8599): Explicit concurrent mark sweep GC freed 41016(2MB) AllocSpace objects, 0(0B) LOS objects, 38% free, 6MB/10MB, paused 1.159ms total 57.159ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2a241c2b} E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2a241c2b} I/GCoreUlr( 8499): Successfully inserted location I/GCoreUlr( 8499): Not calling LocationReporter, hasMoved: false, elapsed millis: 600301, request: Stationary(3600000) E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,25 rxSuccessRate=0,25 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/GCM ( 8599): Message class com.google.f.a.a.i E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,03 rxSuccessRate=0,02 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-45 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,13 rxSuccessRate=0,13 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-46 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 7914): Background sticky concurrent mark sweep GC freed 78740(3MB) AllocSpace objects, 0(0B) LOS objects, 8% free, 20MB/22MB, paused 1.831ms total 117.431ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-50 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,63 rxSuccessRate=0,38 targetRoamBSSID=00:00:00:00:00:00 RSSI=-47 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/DockObserver( 7914): Dock state changed from 1 to 0 D/PhoneApp( 8351): ACTION_DOCK_EVENT -> mDockState = 0 D/PhoneApp( 8351): received EVENT_DOCK_STATE_CHANGED. Phone inDock = false I/BatteryStatsImpl( 7914): Resetting battery stats: level=100 status=5 dischargeLevel=100 lowAmount=14 highAmount=15 W/art ( 7914): Long monitor contention event with owner method=void com.android.internal.os.BatteryStatsImpl.setBatteryState(int, int, int, int, int, int) from BatteryStatsImpl.java:6897 waiters=0 for 271ms I/ActivityManager( 7914): Start proc com.android.settings for broadcast com.android.settings/.bluetooth.DockEventReceiver: pid=18976 uid=1000 gids={41000, 9997, 1028, 3003, 1015, 3002, 3001} abi=armeabi-v7a W/art ( 7914): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:544 waiters=0 for 306ms I/ActivityManager( 7914): Config changes=200 {0.85 ?mcc?mnc it_IT ldltr sw768dp w768dp h951dp 160dpi xlrg port finger -keyb/v/h -nav/h s.16 themeResource=null} D/BluetoothAdapter( 8062): 742301234: getState() : mService = null. Returning STATE_OFF D/BluetoothAdapter( 8062): 742301234: getState() : mService = null. Returning STATE_OFF W/ContextImpl(18976): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1696 android.content.ContextWrapper.startService:515 android.content.ContextWrapper.startService:515 com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134 com.android.settings.bluetooth.DockEventReceiver.onReceive:78 D/BluetoothManagerService( 7914): Message: 20 D/BluetoothManagerService( 7914): Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@205409e2:true I/ActivityManager( 7914): Start proc com.google.android.apps.plus for broadcast com.google.android.apps.plus/com.google.android.libraries.social.autobackup.AutoBackupEnvironment$BatteryReceiver: pid=18993 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a D/BluetoothAdapter(18976): 226848758: getState() : mService = null. Returning STATE_OFF D/BluetoothManagerService( 7914): Message: 30 D/BluetoothManagerService( 7914): Message: 30 D/LocalBluetoothProfileManager(18976): Adding local MAP profile W/ResourcesManager(18993): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. D/BluetoothMap(18976): Create BluetoothMap proxy object D/BluetoothManagerService( 7914): Message: 30 D/BluetoothManagerService( 7914): Message: 30 D/LocalBluetoothProfileManager(18976): LocalBluetoothProfileManager construction complete I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=19014 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/art (18993): Suspending all threads took: 8.239ms D/InputEventConsistencyVerifier(19647): TouchEvent: Source was not SOURCE_CLASS_POINTER. D/InputEventConsistencyVerifier(19647): in com.viber.voip.ui.ViberListView{3109b857 G.ED.VCL ......I. 0,0-0,0 #102000a android:id/list} D/InputEventConsistencyVerifier(19647): 0: sent at 152016303000000, MotionEvent { action=ACTION_CANCEL, id[0]=0, x[0]=0.0, y[0]=0.0, toolType[0]=TOOL_TYPE_UNKNOWN, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=152016303, downTime=152016303, deviceId=0, source=0x0 } E/SQLiteLog(19014): (283) recovered 33 frames from WAL file /data/user/0/com.android.providers.media/databases/external.db-wal V/GmsNetworkLocationProvi( 8499): onSetRequest: ProviderRequestUnbundled, reportLocation is true and interval is 0 V/GmsNetworkLocationProvi( 8499): SET-REQUEST V/GmsNetworkLocationProvi( 8499): in Handler: ProviderRequestUnbundled, reportLocation is true and interval is 20000 I/ActivityManager( 7914): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=19034 uid=10002 gids={50002, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/iu.Environment(13987): update battery state; isPlugged? false D/NetworkLogImpl(13987): Loaded NetworkSpeedPredictor I/iu.Environment(13987): update connectivity state; isNetworkMetered? false, isRoaming? false, isBackgroundDataAllowed? true* I/iu.Environment(13987): update battery state; isPlugged? false I/ActivityManager( 7914): Killing 14012:com.google.android.gms.wearable/u0a16 (adj 15): empty for 2198s D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d5d13af} E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=0,08 rxSuccessRate=0,05 targetRoamBSSID=00:00:00:00:00:00 RSSI=-51 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED W/art ( 7914): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:544 waiters=3 for 147ms I/GCoreUlr( 8499): Starting service, intent=Intent { act=com.google.android.location.reporting.ACTION_UPDATE_WORLD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService (has extras) }, extras=Bundle[{receiverAction=android.intent.action.ACTION_POWER_DISCONNECTED}] W/art ( 7914): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:544 waiters=4 for 141ms W/libprocessgroup( 7914): failed to open /acct/uid_10016/pid_14012/cgroup.procs: No such file or directory D/DockEventReceiver(18976): finishStartingService: stopping service I/ActivityManager( 7914): Start proc jp.naver.line.android for broadcast jp.naver.line.android/.service.push.SystemBroadcastReceiver: pid=19053 uid=10086 gids={50086, 9997, 3003, 1028, 1015, 3002} abi=armeabi-v7a I/ActivityManager( 7914): Killing 14205:com.google.android.partnersetup/u0a19 (adj 15): empty for 2128s D/PhoneApp( 8351): getPhone phoneId:0 W/art ( 7914): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.serviceDoneExecuting(android.os.IBinder, int, int, int) from ActivityManagerService.java:15063 waiters=4 for 123ms W/libprocessgroup( 7914): failed to open /acct/uid_10019/pid_14205/cgroup.procs: No such file or directory I/ActivityManager( 7914): Killing 14347:com.android.providers.calendar/u0a1 (adj 15): empty for 2087s D/PhoneApp( 8351): getPhone phoneId:0 W/libprocessgroup( 7914): failed to open /acct/uid_10001/pid_14347/cgroup.procs: No such file or directory W/ResourcesManager(19053): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/Choreographer(19647): Skipped 132 frames! The application may be doing too much work on its main thread. D/PhoneApp( 8351): getPhone phoneId:0 I/GCoreUlr( 8499): WorldUpdater received intent Intent { act=com.google.android.location.reporting.ACTION_UPDATE_WORLD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService (has extras) } with receiverAction android.intent.action.ACTION_POWER_DISCONNECTED E/SQLiteLog(19647): (284) automatic index on group_conversations_extras(group_id) I/Timeline( 7914): Timeline: Activity_windows_visible id: ActivityRecord{1aaabff u0 com.viber.voip/.HomeActivity t185} time:152017591 I/WindowManager( 7914): Screen frozen for +3s332ms due to AppWindowToken{3b20815 token=Token{3c4d1dcc ActivityRecord{1aaabff u0 com.viber.voip/.HomeActivity t185}}} E/SpannableStringBuilder(19647): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length E/SpannableStringBuilder(19647): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length E/SpannableStringBuilder(19647): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@d5d13af} I/MultiDex(19053): VM with version 2.1.0 has multidex support I/MultiDex(19053): install I/MultiDex(19053): VM has multidex support, MultiDex support library is disabled. W/WindowManager( 7914): performLayoutAndPlaceSurfacesLocked called while in layout. Callers=com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLocked:8683 com.android.server.wm.WindowManagerService.reevaluateStatusBarVisibility:10762 com.android.internal.policy.impl.PhoneWindowManager.clearClearableFlagsLw:6152 I/art (19647): Background sticky concurrent mark sweep GC freed 12015(760KB) AllocSpace objects, 6(363KB) LOS objects, 4% free, 22MB/23MB, paused 9.063ms total 240.783ms D/PhoneStatusBar( 8062): disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH > I/Timeline(19647): Timeline: Activity_idle id: android.os.BinderProxy@10d260e6 time:152018528 D/PhoneStatusBar( 8062): disable: < expand icons* alerts system_info* back HOME RECENT clock SEARCH > I/Coffee - TrustletManager( 8499): Device active, revalidating trust. D/Coffee - TrustletManager( 8499): validateTrust, mDeviceIdle: false, mRequireUserAuthentication: false D/ScreenOnOffReceiver( 8499): Received intent: Intent { act=android.intent.action.USER_PRESENT flg=0x24000010 }. I/Coffee - PlaceTrustlet( 8499): User Present broadcast receiver action: android.intent.action.USER_PRESENT W/IInputConnectionWrapper(19647): finishComposingText on inactive InputConnection D/PhoneStatusBar( 8062): disable: < expand icons alerts system_info back home* recent* clock search* > E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/ContactLocale(19034): AddressBook Labels [it-IT]: [, 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, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, #, ] I/art ( 7914): Explicit concurrent mark sweep GC freed 41980(2MB) AllocSpace objects, 1(36KB) LOS objects, 16% free, 20MB/24MB, paused 2.227ms total 168.884ms W/art ( 7914): Long monitor contention event with owner method=void com.android.server.wm.WindowManagerService.updateRotationUnchecked(boolean, boolean) from WindowManagerService.java:6383 waiters=0 for 160ms I/ActivityManager( 7914): Process com.emoji.ikeyboard:umengService_v1 (pid 12375) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.emoji.ikeyboard/com.umeng.message.UmengService in 1000ms I/art (19647): Background sticky concurrent mark sweep GC freed 4288(390KB) AllocSpace objects, 0(0B) LOS objects, 1% free, 22MB/23MB, paused 1.403ms total 300.537ms W/art (19053): Suspending all threads took: 20.965ms W/art (19053): Suspending all threads took: 37.933ms W/art (19053): Suspending all threads took: 14.678ms D/WifiService( 7914): New client listening to asynchronous messages I/[NELO2-LOGCAT] NeloLog(19053): NeloLog init() -- try to init NeloLog instance I/[NELO2-LOGCAT] NeloLog(19053): Application : jp.naver.line.android.LineApplication@2a9cfe64 I/[NELO2-LOGCAT] NeloLog(19053): Context : jp.naver.line.android.LineApplication@2a9cfe64 I/[NELO2-LOGCAT] NeloLog(19053): reportServer : nelo2-col.nhncorp.jp I/[NELO2-LOGCAT] NeloLog(19053): serverPort : 10006 I/[NELO2-LOGCAT] NeloLog(19053): projectName : LINE-And-Real I/[NELO2-LOGCAT] NeloLog(19053): projectVersion : 5.1.2 I/[NELO2-LOGCAT] NeloLog(19053): userId : W/ContextImpl(19053): Implicit intents with startService are not safe: Intent { act=com.android.vending.billing.InAppBillingService.BIND } android.content.ContextWrapper.bindService:538 vt.a:-1 vh.a:-1 D/[NELO2-LOGCAT] RootChecker(19053): /system/bin/su was found! I/ActivityManager( 7914): Start proc com.android.vending for service com.android.vending/com.google.android.finsky.billing.iab.InAppBillingService: pid=19091 uid=10020 gids={50020, 9997, 3003, 1028, 1015} abi=armeabi-v7a D/WifiService( 7914): Client connection lost with reason: 4 I/art ( 8499): Explicit concurrent mark sweep GC freed 20401(1582KB) AllocSpace objects, 0(0B) LOS objects, 33% free, 7MB/11MB, paused 50.476ms total 1.248s I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 14186) has died E/[NELO2-LOGCAT] NeloLog(19053): startCrashHandler neloinit before : true E/[NELO2-LOGCAT] NeloLog(19053): startCrashHandler neloinit after : true I/[NELO2-LOGCAT](19053): [FileHandler] path : /data/data/jp.naver.line.android/files/LINE-And-Real_5.1.2.nelocrash W/[NELO2-LOGCAT](19053): [FileHandler] checkExistingLog neloFileQueue is not initialized or empty I/ActivityManager( 7914): Process com.android.calendar (pid 14373) has died I/ActivityManager( 7914): Start proc com.android.chrome for broadcast com.android.chrome/com.google.android.apps.chrome.precache.PrecacheServiceLauncher: pid=19118 uid=10080 gids={50080, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/art (19053): Long monitor contention event with owner method=int java.lang.Class.getDexAnnotationDirectoryOffset() from Class.java:1755 waiters=0 for 135ms I/ActivityManager( 7914): Start proc com.emoji.ikeyboard:umengService_v1 for service com.emoji.ikeyboard/com.umeng.message.UmengService: pid=19133 uid=10084 gids={50084, 9997, 1028, 1015, 3003} abi=armeabi I/SOManager(LoadFile)(19133): validateSha256 libFile success. I/SOManager(19133): Call System.load() by SOManager I/SOManager(LoadFile)(19133): validateSha256 libFile success. I/SOManager(LoadFile)(19133): validateSha256 libFile success. I/GCoreUlr( 8499): WorldUpdater:android.intent.action.ACTION_POWER_DISCONNECTED: Ensuring that reporting is active for [account#13#] I/GCoreUlr( 8499): GMS BLE scans enabled. I/art (19034): WaitForGcToComplete blocked for 21.331ms for cause DisableMovingGc I/art ( 7914): Explicit concurrent mark sweep GC freed 5062(329KB) AllocSpace objects, 1(16KB) LOS objects, 16% free, 19MB/23MB, paused 2.777ms total 140.472ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/Finsky (19091): [1] FinskyApp.onCreate: Initializing network with DFE https://android.clients.google.com/fdfe/ I/ActivityManager( 7914): Process boss.game.hangman (pid 13962) has died W/art (19091): Suspending all threads took: 13.824ms V/UserPresentBroadcastReceiver( 8499): Received Intent { act=android.intent.action.USER_PRESENT flg=0x24000010 cmp=com.google.android.gms/.auth.trustagent.UserPresentBroadcastReceiver }. W/BroadcastQueue( 7914): Permission Denial: broadcasting Intent { act=android.intent.action.USER_PRESENT flg=0x24000010 } from com.android.systemui (pid=8062, uid=10012) is not exported from uid 10086 due to receiver jp.naver.line.android/.service.push.SystemBroadcastReceiver I/ActivityManager( 7914): Start proc com.google.android.apps.maps for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.iamhere.ble.StartBleServiceReceiver: pid=19174 uid=10065 gids={50065, 9997, 3003, 1028, 1015, 3002, 3001} abi=armeabi-v7a W/art (19647): Long monitor contention event with owner method=void com.viber.voip.util.b.h.a(java.lang.String, android.graphics.Bitmap, boolean) from SourceFile:298 waiters=0 for 4.574s I/ActivityManager( 7914): Process com.mangoogames.emojiquiz (pid 13892) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService in 1000ms I/art (19053): WaitForGcToComplete blocked for 22.247ms for cause DisableMovingGc I/art (19053): WaitForGcToComplete blocked for 12.908ms for cause DisableMovingGc W/art (19091): Suspending all threads took: 37.292ms W/ContextImpl(19053): Implicit intents with startService are not safe: Intent { act=com.google.android.c2dm.intent.REGISTER (has extras) } android.content.ContextWrapper.startService:515 jp.naver.line.android.service.push.C2DMReceiver.a:195 jp.naver.line.android.service.push.k.run:155 D/GCM (13987): COMPAT: Multi user ser=0 current=0 D/GCM ( 8599): GcmService start Intent { act=com.google.android.c2dm.intent.REGISTER cmp=com.google.android.gms/.gcm.GcmService (has extras) } com.google.android.c2dm.intent.REGISTER D/Finsky (19091): [1] DailyHygiene.goMakeHygieneIfDirty: No need to run daily hygiene. I/ActivityManager( 7914): Process com.android.deskclock (pid 15991) has died I/art (19647): Background partial concurrent mark sweep GC freed 5795(337KB) AllocSpace objects, 8(138KB) LOS objects, 15% free, 22MB/26MB, paused 2.502ms total 140.991ms W/art (19174): Suspending all threads took: 47.454ms I/ActivityManager( 7914): Start proc com.google.android.gms:car for service com.google.android.gms/.car.CarService: pid=19212 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a V/GmsNetworkLocationProvi( 8499): onSetRequest: ProviderRequestUnbundled, reportLocation is true and interval is 86400000 V/GmsNetworkLocationProvi( 8499): SET-REQUEST V/GmsNetworkLocationProvi( 8499): in Handler: ProviderRequestUnbundled, reportLocation is true and interval is 86400000 W/ResourcesManager(19212): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(19212): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/ActivityManager( 7914): Start proc com.mangoogames.emojiquiz for service com.mangoogames.emojiquiz/com.ansca.corona.CoronaService: pid=19230 uid=10094 gids={50094, 9997, 3003, 1028, 1015} abi=armeabi-v7a I/art ( 7687): Explicit concurrent mark sweep GC freed 709(30KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 366us total 24.597ms I/art ( 7687): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 274us total 16.815ms I/art ( 7687): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 274us total 17.608ms I/GCoreUlr( 8499): Successfully inserted location W/Settings(19091): Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. W/Settings(19091): Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global. I/GCoreUlr( 8499): Not calling LocationReporter, hasMoved: false, elapsed millis: 836838, request: Stationary(3600000) I/MultiDex(19212): VM with version 2.1.0 has multidex support W/ActivityManager( 7914): getTasks: caller 10086 does not hold GET_TASKS; limiting output I/MultiDex(19212): install I/MultiDex(19212): VM has multidex support, MultiDex support library is disabled. W/ActivityManager( 7914): getTasks: caller 10086 does not hold GET_TASKS; limiting output W/art (19647): Long monitor contention event with owner method=void com.viber.voip.util.b.h.a(java.lang.String, android.graphics.Bitmap, boolean) from SourceFile:298 waiters=0 for 878ms I/ProviderInstaller(19212): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application' I/art (19230): Thread[1,tid=19230,WaitingForJniOnLoad,Thread*=0x75007800,peer=0x645cd000,"main"] recursive attempt to load library "/data/app/com.mangoogames.emojiquiz-2/lib/arm/libjnlua5.1.so" I/OpenAL_SLES(19230): alc_opensles_init W/art (19091): Suspending all threads took: 8.972ms W/art (19174): Suspending all threads took: 6.195ms W/art (19174): Long monitor contention event with owner method=com.google.android.apps.gmm.shared.net.a.d com.google.android.apps.gmm.shared.net.g.e() from PG:296 waiters=0 for 502ms W/art (19174): Long monitor contention event with owner method=com.google.android.apps.gmm.shared.net.a.d com.google.android.apps.gmm.shared.net.g.e() from PG:296 waiters=1 for 489ms D/StrictMode(19174): StrictMode policy violation; ~duration=1532 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=31 violation=2 D/StrictMode(19174): at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1137) D/StrictMode(19174): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:182) D/StrictMode(19174): at libcore.io.IoUtils.canOpenReadOnly(IoUtils.java:165) D/StrictMode(19174): at dalvik.system.DexPathList.findLibrary(DexPathList.java:383) D/StrictMode(19174): at dalvik.system.BaseDexClassLoader.findLibrary(BaseDexClassLoader.java:77) D/StrictMode(19174): at java.lang.Runtime.loadLibrary(Runtime.java:360) D/StrictMode(19174): at java.lang.System.loadLibrary(System.java:989) D/StrictMode(19174): at com.google.android.libraries.social.jni.crashreporter.NativeCrashHandler.a(PG:189) D/StrictMode(19174): at com.google.android.libraries.social.jni.crashreporter.NativeCrashHandler.a(PG:87) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.(PG:562) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.a(PG:156) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.onCreate(PG:111) D/StrictMode(19174): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011) D/StrictMode(19174): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4538) D/StrictMode(19174): at android.app.ActivityThread.access$1500(ActivityThread.java:147) D/StrictMode(19174): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1342) D/StrictMode(19174): at android.os.Handler.dispatchMessage(Handler.java:102) D/StrictMode(19174): at android.os.Looper.loop(Looper.java:135) D/StrictMode(19174): at android.app.ActivityThread.main(ActivityThread.java:5241) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Native Method) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Method.java:372) D/StrictMode(19174): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) D/StrictMode(19174): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) D/StrictMode(19174): StrictMode policy violation; ~duration=1387 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=31 violation=2 D/StrictMode(19174): at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1137) D/StrictMode(19174): at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:202) D/StrictMode(19174): at android.app.SharedPreferencesImpl.getBoolean(SharedPreferencesImpl.java:259) D/StrictMode(19174): at android.preference.PreferenceManager.setDefaultValues(PreferenceManager.java:481) D/StrictMode(19174): at com.google.android.apps.gmm.shared.d.a.a(PG:1086) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.a(PG:1136) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.(PG:578) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.a(PG:156) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.onCreate(PG:111) D/StrictMode(19174): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011) D/StrictMode(19174): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4538) D/StrictMode(19174): at android.app.ActivityThread.access$1500(ActivityThread.java:147) D/StrictMode(19174): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1342) D/StrictMode(19174): at android.os.Handler.dispatchMessage(Handler.java:102) D/StrictMode(19174): at android.os.Looper.loop(Looper.java:135) D/StrictMode(19174): at android.app.ActivityThread.main(ActivityThread.java:5241) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Native Method) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Method.java:372) D/StrictMode(19174): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) D/StrictMode(19174): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) D/StrictMode(19174): StrictMode policy violation; ~duration=1244 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=31 violation=2 D/StrictMode(19174): at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1137) D/StrictMode(19174): at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:202) D/StrictMode(19174): at android.app.SharedPreferencesImpl.getInt(SharedPreferencesImpl.java:238) D/StrictMode(19174): at com.google.android.apps.gmm.shared.d.a.a(PG:1184) D/StrictMode(19174): at com.google.android.apps.gmm.shared.d.a.a(PG:1092) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.a(PG:1136) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.(PG:578) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.a(PG:156) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.onCreate(PG:111) D/StrictMode(19174): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011) D/StrictMode(19174): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4538) D/StrictMode(19174): at android.app.ActivityThread.access$1500(ActivityThread.java:147) D/StrictMode(19174): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1342) D/StrictMode(19174): at android.os.Handler.dispatchMessage(Handler.java:102) D/StrictMode(19174): at android.os.Looper.loop(Looper.java:135) D/StrictMode(19174): at android.app.ActivityThread.main(ActivityThread.java:5241) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Native Method) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Method.java:372) D/StrictMode(19174): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) D/StrictMode(19174): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) D/StrictMode(19174): StrictMode policy violation; ~duration=1234 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=31 violation=2 D/StrictMode(19174): at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1137) D/StrictMode(19174): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:182) D/StrictMode(19174): at libcore.io.IoUtils.canOpenReadOnly(IoUtils.java:165) D/StrictMode(19174): at dalvik.system.DexPathList.findLibrary(DexPathList.java:383) D/StrictMode(19174): at dalvik.system.BaseDexClassLoader.findLibrary(BaseDexClassLoader.java:77) D/StrictMode(19174): at java.lang.Runtime.loadLibrary(Runtime.java:360) D/StrictMode(19174): at java.lang.System.loadLibrary(System.java:989) D/StrictMode(19174): at com.google.android.apps.gmm.map.util.jni.NativeHelper.initialize(PG:42) D/StrictMode(19174): at com.google.android.apps.gmm.map.m.e.(PG:89) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.a(PG:1135) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.(PG:578) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.a(PG:156) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.onCreate(PG:111) D/StrictMode(19174): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011) D/StrictMode(19174): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4538) D/StrictMode(19174): at android.app.ActivityThread.access$1500(ActivityThread.java:147) D/StrictMode(19174): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1342) D/StrictMode(19174): at android.os.Handler.dispatchMessage(Handler.java:102) D/StrictMode(19174): at android.os.Looper.loop(Looper.java:135) D/StrictMode(19174): at android.app.ActivityThread.main(ActivityThread.java:5241) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Native Method) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Method.java:372) D/StrictMode(19174): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) D/StrictMode(19174): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) D/StrictMode(19174): StrictMode policy violation; ~duration=1111 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=31 violation=2 D/StrictMode(19174): at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1137) D/StrictMode(19174): at libcore.io.BlockGuardOs.access(BlockGuardOs.java:67) D/StrictMode(19174): at java.io.File.doAccess(File.java:283) D/StrictMode(19174): at java.io.File.exists(File.java:363) D/StrictMode(19174): at android.app.ContextImpl.createFilesDirLocked(ContextImpl.java:999) D/StrictMode(19174): at android.app.ContextImpl.getFilesDir(ContextImpl.java:1022) D/StrictMode(19174): at android.app.ContextImpl.openFileInput(ContextImpl.java:964) D/StrictMode(19174): at android.content.ContextWrapper.openFileInput(ContextWrapper.java:175) D/StrictMode(19174): at com.google.android.apps.gmm.shared.f.h.a(PG:150) D/StrictMode(19174): at com.google.android.apps.gmm.map.m.e.a(PG:356) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.a(PG:1135) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.(PG:578) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.a(PG:156) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.onCreate(PG:111) D/StrictMode(19174): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011) D/StrictMode(19174): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4538) D/StrictMode(19174): at android.app.ActivityThread.access$1500(ActivityThread.java:147) D/StrictMode(19174): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1342) D/StrictMode(19174): at android.os.Handler.dispatchMessage(Handler.java:102) D/StrictMode(19174): at android.os.Looper.loop(Looper.java:135) D/StrictMode(19174): at android.app.ActivityThread.main(ActivityThread.java:5241) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Native Method) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Method.java:372) D/StrictMode(19174): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) D/StrictMode(19174): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) D/StrictMode(19174): StrictMode policy violation; ~duration=1109 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=31 violation=2 D/StrictMode(19174): at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1137) D/StrictMode(19174): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:182) D/StrictMode(19174): at libcore.io.IoBridge.open(IoBridge.java:442) D/StrictMode(19174): at java.io.FileInputStream.(FileInputStream.java:76) D/StrictMode(19174): at android.app.ContextImpl.openFileInput(ContextImpl.java:965) D/StrictMode(19174): at android.content.ContextWrapper.openFileInput(ContextWrapper.java:175) D/StrictMode(19174): at com.google.android.apps.gmm.shared.f.h.a(PG:150) D/StrictMode(19174): at com.google.android.apps.gmm.map.m.e.a(PG:356) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.a(PG:1135) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.(PG:578) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.a(PG:156) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.onCreate(PG:111) D/StrictMode(19174): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011) D/StrictMode(19174): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4538) D/StrictMode(19174): at android.app.ActivityThread.access$1500(ActivityThread.java:147) D/StrictMode(19174): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1342) D/StrictMode(19174): at android.os.Handler.dispatchMessage(Handler.java:102) D/StrictMode(19174): at android.os.Looper.loop(Looper.java:135) D/StrictMode(19174): at android.app.ActivityThread.main(ActivityThread.java:5241) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Native Method) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Method.java:372) D/StrictMode(19174): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) D/StrictMode(19174): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) D/StrictMode(19174): StrictMode policy violation; ~duration=1108 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=31 violation=2 D/StrictMode(19174): at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1137) D/StrictMode(19174): at libcore.io.BlockGuardOs.fstat(BlockGuardOs.java:132) D/StrictMode(19174): at libcore.io.IoBridge.open(IoBridge.java:445) D/StrictMode(19174): at java.io.FileInputStream.(FileInputStream.java:76) D/StrictMode(19174): at android.app.ContextImpl.openFileInput(ContextImpl.java:965) D/StrictMode(19174): at android.content.ContextWrapper.openFileInput(ContextWrapper.java:175) D/StrictMode(19174): at com.google.android.apps.gmm.shared.f.h.a(PG:150) D/StrictMode(19174): at com.google.android.apps.gmm.map.m.e.a(PG:356) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.a(PG:1135) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.(PG:578) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.a(PG:156) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.onCreate(PG:111) D/StrictMode(19174): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011) D/StrictMode(19174): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4538) D/StrictMode(19174): at android.app.ActivityThread.access$1500(ActivityThread.java:147) D/StrictMode(19174): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1342) D/StrictMode(19174): at android.os.Handler.dispatchMessage(Handler.java:102) D/StrictMode(19174): at android.os.Looper.loop(Looper.java:135) D/StrictMode(19174): at android.app.ActivityThread.main(ActivityThread.java:5241) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Native Method) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Method.java:372) D/StrictMode(19174): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) D/StrictMode(19174): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) D/StrictMode(19174): StrictMode policy violation; ~duration=1106 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=31 violation=2 D/StrictMode(19174): at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1137) D/StrictMode(19174): at libcore.io.BlockGuardOs.read(BlockGuardOs.java:229) D/StrictMode(19174): at libcore.io.IoBridge.read(IoBridge.java:472) D/StrictMode(19174): at java.io.FileInputStream.read(FileInputStream.java:177) D/StrictMode(19174): at java.io.BufferedInputStream.read(BufferedInputStream.java:290) D/StrictMode(19174): at java.io.DataInputStream.read(DataInputStream.java:63) D/StrictMode(19174): at com.google.r.j.c(PG:1152) D/StrictMode(19174): at com.google.r.j.a(PG:121) D/StrictMode(19174): at com.google.v.a.a.dv.(PG:24) D/StrictMode(19174): at com.google.v.a.a.dw.b(PG:68) D/StrictMode(19174): at com.google.v.a.a.dw.a(PG:62) D/StrictMode(19174): at com.google.r.e.b(PG:170) D/StrictMode(19174): at com.google.r.e.b(PG:21) D/StrictMode(19174): at com.google.android.apps.gmm.shared.f.h.a(PG:151) D/StrictMode(19174): at com.google.android.apps.gmm.map.m.e.a(PG:356) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.a(PG:1135) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.(PG:578) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.a(PG:156) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.onCreate(PG:111) D/StrictMode(19174): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011) D/StrictMode(19174): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4538) D/StrictMode(19174): at android.app.ActivityThread.access$1500(ActivityThread.java:147) D/StrictMode(19174): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1342) D/StrictMode(19174): at android.os.Handler.dispatchMessage(Handler.java:102) D/StrictMode(19174): at android.os.Looper.loop(Looper.java:135) D/StrictMode(19174): at android.app.ActivityThread.main(ActivityThread.java:5241) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Native Method) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Method.java:372) D/StrictMode(19174): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) D/StrictMode(19174): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) D/StrictMode(19174): StrictMode policy violation; ~duration=1086 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=31 violation=2 D/StrictMode(19174): at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1137) D/StrictMode(19174): at libcore.io.BlockGuardOs.read(BlockGuardOs.java:229) D/StrictMode(19174): at libcore.io.IoBridge.read(IoBridge.java:472) D/StrictMode(19174): at java.io.FileInputStream.read(FileInputStream.java:177) D/StrictMode(19174): at java.io.BufferedInputStream.read(BufferedInputStream.java:290) D/StrictMode(19174): at java.io.DataInputStream.read(DataInputStream.java:63) D/StrictMode(19174): at com.google.r.j.c(PG:1152) D/StrictMode(19174): at com.google.r.j.b(PG:1234) D/StrictMode(19174): at com.google.r.j.g(PG:548) D/StrictMode(19174): at com.google.v.a.a.dv.(PG:43) D/StrictMode(19174): at com.google.v.a.a.dw.b(PG:68) D/StrictMode(19174): at com.google.v.a.a.dw.a(PG:62) D/StrictMode(19174): at com.google.r.e.b(PG:170) D/StrictMode(19174): at com.google.r.e.b(PG:21) D/StrictMode(19174): at com.google.android.apps.gmm.shared.f.h.a(PG:151) D/StrictMode(19174): at com.google.android.apps.gmm.map.m.e.a(PG:356) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.a(PG:1135) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.d.(PG:578) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.a(PG:156) D/StrictMode(19174): at com.google.android.apps.gmm.base.app.GoogleMapsApplication.onCreate(PG:111) D/StrictMode(19174): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011) D/StrictMode(19174): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4538) D/StrictMode(19174): at android.app.ActivityThread.access$1500(ActivityThread.java:147) D/StrictMode(19174): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1342) D/StrictMode(19174): at android.os.Handler.dispatchMessage(Handler.java:102) D/StrictMode(19174): at android.os.Looper.loop(Looper.java:135) D/StrictMode(19174): at android.app.ActivityThread.main(ActivityThread.java:5241) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Native Method) D/StrictMode(19174): at java.lang.reflect.Method.invoke(Method.java:372) D/StrictMode(19174): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) D/StrictMode(19174): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693) I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver: pid=19261 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a W/art (19091): Suspending all threads took: 142.059ms D/Finsky (19091): [1] GmsCoreHelper.cleanupNlp: result=false type=4 D/Finsky (19091): [1] 2.run: Loaded library for account: [pPHDvM28O8AVtAOf24X0N8hXgw0] D/Finsky (19091): [1] 2.run: Finished loading 1 libraries. D/Finsky (19091): [4045] InAppBillingUtils.pickAccount: jp.naver.line.android: Account determined from installer data - [pPHDvM28O8AVtAOf24X0N8hXgw0] D/Finsky (19091): [1] RestoreTracker.stopServiceIfDone: Restore complete with 0 success and 0 failed. D/Finsky (19091): [4045] InAppBillingUtils.pickAccount: jp.naver.line.android: Account determined from installer data - [pPHDvM28O8AVtAOf24X0N8hXgw0] W/ActivityThread(19174): 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()); E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/Finsky (19091): [1] GearheadStateMonitor.onReady: sIsProjecting:false I/CAR.SERVICE(19212): listener not found in list W/com.google.a.a.b.d.a(19174): Application name is not set. Call Builder#setApplicationName. W/art (19647): Long monitor contention event with owner method=void com.viber.voip.util.b.h.a(java.lang.String, android.graphics.Bitmap, boolean) from SourceFile:298 waiters=0 for 505ms I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=19288 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a I/ActivityManager( 7914): Process com.android.settings (pid 18976) has died D/GCM ( 8599): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE D/AuthorizationBluetoothService( 8599): 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 }. D/c ( 8599): Getting all permits... D/a ( 8599): Opening database... D/a ( 8599): Opening database auth.proximity.permit_store... D/a ( 8599): Closing database... V/GmsCoreStatsServiceLauncher(13987): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher } W/GAV2 (19261): Thread[Background Blocking-0,5,main]: Need to call initialize() and be in fallback mode to start dispatch. I/ActivityManager( 7914): Start proc com.google.android.gms.wearable for service com.google.android.gms/.wearable.service.WearableService: pid=19315 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a D/LocationInitializer(13987): Restart initialization of location W/GAV2 (19261): Thread[Background Blocking-0,5,main]: dispatch call queued. Need to call GAServiceManager.getInstance().initialize(). W/ResourcesManager(19315): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(19315): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/MultiDex(19315): VM with version 2.1.0 has multidex support I/MultiDex(19315): install I/MultiDex(19315): VM has multidex support, MultiDex support library is disabled. I/art (19315): Background sticky concurrent mark sweep GC freed 1751(95KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 3MB/3MB, paused 7.232ms total 30.639ms I/ProviderInstaller(19315): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application' D/GCM ( 8599): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE I/art (19315): Background partial concurrent mark sweep GC freed 154(24KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 3MB/5MB, paused 5.981ms total 34.240ms D/BluetoothManagerService( 7914): Message: 20 D/BluetoothManagerService( 7914): Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@ddc18dc:true D/WearableService(19315): callingUid 10016, callindPid: 19315 E/MDM ( 8499): [121] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null} I/ActivityManager( 7914): Process com.google.android.apps.plus (pid 18993) has died I/ActivityManager( 7914): Process android.process.acore (pid 19034) has died E/lowmemorykiller( 140): Error writing /proc/19118/oom_score_adj; errno=22 E/lowmemorykiller( 140): Error writing /proc/19014/oom_score_adj; errno=22 I/ActivityManager( 7914): Process android.process.media (pid 19014) has died I/ActivityManager( 7914): Process com.android.chrome (pid 19118) has died I/ActivityManager( 7914): Process com.google.android.apps.maps (pid 19174) has died E/lowmemorykiller( 140): Error writing /proc/19261/oom_score_adj; errno=22 E/lowmemorykiller( 140): Error opening /proc/19212/oom_score_adj; errno=2 I/ActivityManager( 7914): Process com.google.android.gms:car (pid 19212) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.google.android.gms/.car.CarService in 1000ms E/lowmemorykiller( 140): Error writing /proc/19261/oom_score_adj; errno=22 E/lowmemorykiller( 140): Error writing /proc/19261/oom_score_adj; errno=22 D/AuthorizationBluetoothService( 8599): 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 }. D/c ( 8599): Getting all permits... D/a ( 8599): Opening database... D/a ( 8599): Opening database auth.proximity.permit_store... D/a ( 8599): Closing database... E/lowmemorykiller( 140): Error writing /proc/19261/oom_score_adj; errno=22 E/JavaBinder( 7914): !!! FAILED BINDER TRANSACTION !!! V/GmsCoreStatsServiceLauncher(13987): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher } I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 19261) has died E/MDM ( 8499): [120] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null} D/LocationInitializer(13987): Restart initialization of location I/ActivityManager( 7914): Start proc com.google.android.gms:car for service com.google.android.gms/.car.CarService: pid=19354 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a W/ResourcesManager(19354): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(19354): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/MultiDex(19354): VM with version 2.1.0 has multidex support I/MultiDex(19354): install I/MultiDex(19354): VM has multidex support, MultiDex support library is disabled. I/ProviderInstaller(19354): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application' D/GCM ( 8599): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE D/AuthorizationBluetoothService( 8599): 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 }. D/c ( 8599): Getting all permits... D/a ( 8599): Opening database... D/a ( 8599): Opening database auth.proximity.permit_store... D/a ( 8599): Closing database... V/GmsCoreStatsServiceLauncher(13987): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher } E/MDM ( 8499): [119] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null} E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/LocationInitializer(13987): Restart initialization of location I/art ( 8599): Explicit concurrent mark sweep GC freed 34862(1843KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 6MB/10MB, paused 1.190ms total 54.901ms I/Process (19354): Sending signal. PID: 19354 SIG: 9 I/ActivityManager( 7914): Process com.google.android.gms:car (pid 19354) has died E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/ActivityManager( 7914): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher3/.Launcher} from uid 1000 on display 0 W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/Launcher(25344): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@d856ff6 new=com.android.launcher3.LauncherApplication@d856ff6 D/Launcher(25344): 11683562 - bindAddScreens() D/Launcher(25344): 11683562 - orderedScreenIds: 3, 4, 5 D/Launcher.Workspace(25344): 11683562 - insertNewWorkspaceScreen(): 3 at index: 0 D/Launcher.Workspace(25344): 11683562 - insertNewWorkspaceScreen(): 4 at index: 1 D/Launcher.Workspace(25344): 11683562 - insertNewWorkspaceScreen(): 5 at index: 2 W/ResourcesManager(25344): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. W/ResourcesManager(25344): Asset path '/system/framework/com.google.android.media.effects.jar' does not exist or contains no resources. W/ResourcesManager(25344): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. I/Choreographer(25344): Skipped 85 frames! The application may be doing too much work on its main thread. I/Adreno200-EGL(25344): : 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) I/Adreno200-EGL(25344): Build Date: 06/25/13 Tue I/Adreno200-EGL(25344): Local Branch: I/Adreno200-EGL(25344): Remote Branch: quic/jb_2.5.5 I/Adreno200-EGL(25344): Local Patches: NONE I/Adreno200-EGL(25344): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING I/OpenGLRenderer(25344): Initialized EGL, version 1.4 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/RenderScript(25344): 0x6cd61800 Launching thread(s), CPUs 2 W/IInputConnectionWrapper(19647): showStatusIcon on inactive InputConnection I/art (25344): Background sticky concurrent mark sweep GC freed 30554(1330KB) AllocSpace objects, 0(0B) LOS objects, 16% free, 6MB/7MB, paused 5.828ms total 111.297ms I/Choreographer(25344): Skipped 31 frames! The application may be doing too much work on its main thread. I/Timeline( 7914): Timeline: Activity_windows_visible id: ActivityRecord{150bddb7 u0 com.android.launcher3/.Launcher t163} time:152034583 W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 I/ActivityManager( 7914): Start proc com.android.deskclock for service com.android.deskclock/com.android.alarmclock.DigitalAppWidgetService: pid=19422 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a I/Timeline(25344): Timeline: Activity_idle id: android.os.BinderProxy@181ed378 time:152034927 V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 I/art ( 7914): Explicit concurrent mark sweep GC freed 16406(743KB) AllocSpace objects, 1(689KB) LOS objects, 16% free, 20MB/24MB, paused 3.051ms total 133.270ms W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/ActivityManager( 7914): getTasks: caller 10087 does not hold GET_TASKS; limiting output W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 W/BackupManagerService( 7914): dataChanged but no participant pkg='com.android.launcher3' uid=10043 I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for service com.google.android.googlequicksearchbox/com.google.android.velvet.VelvetBackgroundTasksImpl$Service: pid=19441 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=9,77 rxSuccessRate=9,09 targetRoamBSSID=00:00:00:00:00:00 RSSI=-37 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/art (19441): Suspending all threads took: 9.429ms W/GAV2 (19441): Thread[Background Blocking-1,5,main]: Need to call initialize() and be in fallback mode to start dispatch. W/GAV2 (19441): Thread[Background Blocking-1,5,main]: dispatch call queued. Need to call GAServiceManager.getInstance().initialize(). E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=19482 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/GAV2 (19441): Thread[GAThread,5,main]: No campaign data found. E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1,60 rxSuccessRate=1,39 targetRoamBSSID=00:00:00:00:00:00 RSSI=-44 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1398a956} E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=1,60 rxSuccessRate=1,39 targetRoamBSSID=00:00:00:00:00:00 RSSI=-44 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1398a956} E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/ActivityManager( 7914): Display changed displayId=0 I/InputReader( 7914): Reconfiguring input devices. changes=0x00000004 I/InputReader( 7914): Device reconfigured: id=1, name='HPTouchpad', size 1024x768, orientation 1, mode 1, display id 0 I/WindowManager( 7914): Screen frozen for +152ms due to Window{2d9a5cf0 u0 StatusBar} E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 I/art ( 7914): Explicit concurrent mark sweep GC freed 20581(1027KB) AllocSpace objects, 1(16KB) LOS objects, 16% free, 20MB/24MB, paused 2.166ms total 158.294ms E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,02 rxSuccessRate=0,01 targetRoamBSSID=00:00:00:00:00:00 RSSI=-81 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/GCM ( 8599): Message class com.google.f.a.a.i E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,28 rxSuccessRate=0,03 targetRoamBSSID=00:00:00:00:00:00 RSSI=-74 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0,00 rxSuccessRate=0,00 targetRoamBSSID=00:00:00:00:00:00 RSSI=-74 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/PhoneStatusBar( 8062): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search > E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/PhoneStatusBar( 8062): disable: < expand icons* alerts system_info* back home recent clock search > E/SurfaceFlinger( 144): rejecting buffer: bufWidth=768, bufHeight=1024, front.active.{w=768, h=25} W/InputMethodManagerService( 7914): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2165b919 attribute=null, token = android.os.BinderProxy@3c391f0d D/PhoneStatusBar( 8062): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search > D/BluetoothAdapter( 8062): 742301234: getState() : mService = null. Returning STATE_OFF D/BluetoothAdapter( 8062): 742301234: getState() : mService = null. Returning STATE_OFF D/BluetoothAdapter( 8062): 742301234: getState() : mService = null. Returning STATE_OFF D/BluetoothAdapter( 8062): 742301234: getState() : mService = null. Returning STATE_OFF W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y D/WifiService( 7914): New client listening to asynchronous messages D/InputEventConsistencyVerifier( 8062): TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. D/InputEventConsistencyVerifier( 8062): in android.view.ScaleGestureDetector@4da5f29 D/InputEventConsistencyVerifier( 8062): 0: sent at 152111801021000, MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=248.44733, y[0]=185.81854, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=152111801, downTime=152111801, deviceId=1, source=0x1002 } D/InputEventConsistencyVerifier( 8062): -- recent events -- D/InputEventConsistencyVerifier( 8062): 1: sent at 152111093684000, MotionEvent { action=ACTION_MOVE, id[0]=0, x[0]=279.407, y[0]=251.75415, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=152111093, downTime=152111029, deviceId=1, source=0x1002 } D/InputEventConsistencyVerifier( 8062): 2: sent at 152111072261000, MotionEvent { action=ACTION_MOVE, id[0]=0, x[0]=262.42914, y[0]=251.75415, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=152111072, downTime=152111029, deviceId=1, source=0x1002 } D/InputEventConsistencyVerifier( 8062): 3: sent at 152111061549000, MotionEvent { action=ACTION_MOVE, id[0]=0, x[0]=262.42914, y[0]=251.75415, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=152111061, downTime=152111029, deviceId=1, source=0x1002 } D/InputEventConsistencyVerifier( 8062): 4: sent at 152111040279000, MotionEvent { action=ACTION_MOVE, id[0]=0, x[0]=262.42914, y[0]=251.75415, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=152111040, downTime=152111029, deviceId=1, source=0x1002 } D/InputEventConsistencyVerifier( 8062): 5: sent at 152111029719000, MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=262.42914, y[0]=251.75415, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=152111029, downTime=152111029, deviceId=1, source=0x1002 } W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] I/ActivityManager( 7914): Start proc com.android.providers.calendar for content provider com.android.providers.calendar/.CalendarProvider2: pid=19731 uid=10001 gids={50001, 9997, 3003, 1028, 1015} abi=armeabi-v7a D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 D/InputEventConsistencyVerifier( 8062): TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. D/InputEventConsistencyVerifier( 8062): in android.view.ScaleGestureDetector@4da5f29 D/InputEventConsistencyVerifier( 8062): 0: sent at 152112379726000, MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=269.42, y[0]=136.86635, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=152112379, downTime=152112379, deviceId=1, source=0x1002 } D/InputEventConsistencyVerifier( 8062): -- recent events -- D/InputEventConsistencyVerifier( 8062): 1: sent at 152111822414000, MotionEvent { action=ACTION_MOVE, id[0]=0, x[0]=269.42, y[0]=196.8078, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=152111822, downTime=152111801, deviceId=1, source=0x1002 } D/InputEventConsistencyVerifier( 8062): 2: sent at 152111811732000, MotionEvent { action=ACTION_MOVE, id[0]=0, x[0]=263.42783, y[0]=195.80878, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=152111811, downTime=152111801, deviceId=1, source=0x1002 } D/InputEventConsistencyVerifier( 8062): 3: sent at 152111801021000, MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=248.44733, y[0]=185.81854, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x80000000, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=152111801, downTime=152111801, deviceId=1, source=0x1002 } D/InputEventConsistencyVerifier( 8062): 4: sent at 152111093684000, MotionEvent { action=ACTION_MOVE, id[0]=0, x[0]=279.407, y[0]=251.75415, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=152111093, downTime=152111029, deviceId=1, source=0x1002 } D/InputEventConsistencyVerifier( 8062): 5: sent at 152111072261000, MotionEvent { action=ACTION_MOVE, id[0]=0, x[0]=262.42914, y[0]=251.75415, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=152111072, downTime=152111029, deviceId=1, source=0x1002 } W/ResourcesManager(19731): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources. I/CalendarProvider2(19731): Created com.android.providers.calendar.CalendarAlarmManager@2ca9a491(com.android.providers.calendar.CalendarProvider2@d856ff6) W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/Parcel ( 7914): Class not found when unmarshalling: com.google.android.sidekick.shared.remoteapi.ProtoParcelable E/Parcel ( 7914): java.lang.ClassNotFoundException: com.google.android.sidekick.shared.remoteapi.ProtoParcelable E/Parcel ( 7914): at java.lang.Class.classForName(Native Method) E/Parcel ( 7914): at java.lang.Class.forName(Class.java:308) E/Parcel ( 7914): at java.lang.Class.forName(Class.java:272) E/Parcel ( 7914): at android.os.Parcel.readParcelableCreator(Parcel.java:2275) E/Parcel ( 7914): at android.os.Parcel.readParcelable(Parcel.java:2239) E/Parcel ( 7914): at android.os.Parcel.readValue(Parcel.java:2146) E/Parcel ( 7914): at android.os.Parcel.readListInternal(Parcel.java:2520) E/Parcel ( 7914): at android.os.Parcel.readArrayList(Parcel.java:1836) E/Parcel ( 7914): at android.os.Parcel.readValue(Parcel.java:2167) E/Parcel ( 7914): at android.os.Parcel.readArrayMapInternal(Parcel.java:2479) E/Parcel ( 7914): at android.os.BaseBundle.unparcel(BaseBundle.java:221) E/Parcel ( 7914): at android.os.Bundle.putAll(Bundle.java:182) E/Parcel ( 7914): at android.content.Intent.fillIn(Intent.java:6837) E/Parcel ( 7914): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213) E/Parcel ( 7914): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195) E/Parcel ( 7914): at android.app.PendingIntent.send(PendingIntent.java:733) E/Parcel ( 7914): at android.app.PendingIntent.send(PendingIntent.java:687) E/Parcel ( 7914): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1731) E/Parcel ( 7914): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1901) E/Parcel ( 7914): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.sidekick.shared.remoteapi.ProtoParcelable" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/vendor/lib, /system/lib]] E/Parcel ( 7914): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56) E/Parcel ( 7914): at java.lang.ClassLoader.loadClass(ClassLoader.java:511) E/Parcel ( 7914): at java.lang.ClassLoader.loadClass(ClassLoader.java:469) E/Parcel ( 7914): ... 19 more E/Parcel ( 7914): Suppressed: java.lang.ClassNotFoundException: com.google.android.sidekick.shared.remoteapi.ProtoParcelable E/Parcel ( 7914): at java.lang.Class.classForName(Native Method) E/Parcel ( 7914): at java.lang.BootClassLoader.findClass(ClassLoader.java:781) E/Parcel ( 7914): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841) E/Parcel ( 7914): at java.lang.ClassLoader.loadClass(ClassLoader.java:504) E/Parcel ( 7914): ... 20 more E/Parcel ( 7914): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available E/AudioTrack( 7914): AudioTrack::set : Exit W/Intent ( 7914): Failure filling in extras W/Intent ( 7914): android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.google.android.sidekick.shared.remoteapi.ProtoParcelable W/Intent ( 7914): at android.os.Parcel.readParcelableCreator(Parcel.java:2289) W/Intent ( 7914): at android.os.Parcel.readParcelable(Parcel.java:2239) W/Intent ( 7914): at android.os.Parcel.readValue(Parcel.java:2146) W/Intent ( 7914): at android.os.Parcel.readListInternal(Parcel.java:2520) W/Intent ( 7914): at android.os.Parcel.readArrayList(Parcel.java:1836) W/Intent ( 7914): at android.os.Parcel.readValue(Parcel.java:2167) W/Intent ( 7914): at android.os.Parcel.readArrayMapInternal(Parcel.java:2479) W/Intent ( 7914): at android.os.BaseBundle.unparcel(BaseBundle.java:221) W/Intent ( 7914): at android.os.Bundle.putAll(Bundle.java:182) W/Intent ( 7914): at android.content.Intent.fillIn(Intent.java:6837) W/Intent ( 7914): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213) W/Intent ( 7914): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195) W/Intent ( 7914): at android.app.PendingIntent.send(PendingIntent.java:733) W/Intent ( 7914): at android.app.PendingIntent.send(PendingIntent.java:687) W/Intent ( 7914): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1731) W/Intent ( 7914): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1901) W/InputMethodManagerService( 7914): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2dc752a8 attribute=null, token = android.os.BinderProxy@3c391f0d D/PhoneStatusBar( 8062): disable: < expand icons* alerts system_info* back home recent clock search > I/GLSUser ( 8599): [GLSUser] getTokenFromCache: [account: , callingPkg: com.google.android.googlequicksearchbox, service: oauth2:https://www.googleapis.com/auth/googlenow] I/Auth.Core( 8599): [TokenCache] Missing snowballing token: no granted scopes set. W/art (19441): Attempt to remove local handle scope entry from IRT, ignoring I/CalendarProvider2(19731): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar } W/ContentResolver(19731): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar) I/ActivityManager( 7914): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=19766 uid=10027 gids={50027, 9997, 3003} abi=armeabi-v7a D/ExtensionsFactory(19766): No custom extensions. D/AlertReceiver(19766): onReceive: a=android.intent.action.PROVIDER_CHANGED Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x10 cmp=com.android.calendar/.alerts.AlertReceiver } D/AlertService(19766): 0 Action = android.intent.action.PROVIDER_CHANGED I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 19288) has died E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED I/Timeline(25344): Timeline: Activity_launch_request id:com.android.settings time:152119364 I/ActivityManager( 7914): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings bnds=[663,887][771,971] (has extras)} from uid 10043 on display 0 V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 W/BroadcastQueue( 7914): Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=25344, uid=10043) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.googlequicksearchbox/com.google.android.search.core.icingsync.ApplicationLaunchReceiver W/BroadcastQueue( 7914): Permission Denial: receiving Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.search.core.icingsync.ApplicationLaunchReceiver requires com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS due to sender com.android.launcher3 (uid 10043) I/GlobalDismissManager(19766): no sender configured V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y D/AlertService(19766): Beginning updateAlertNotification I/ActivityManager( 7914): Start proc com.android.settings for activity com.android.settings/.Settings: pid=19827 uid=1000 gids={41000, 9997, 1028, 3003, 1015, 3002, 3001} abi=armeabi-v7a D/AlertService(19766): No fired or scheduled alerts D/AlertService(19766): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null D/AlarmScheduler(19766): No events found starting within 1 week. I/IndexDatabaseHelper(19827): Using schema version: 115 I/IndexDatabaseHelper(19827): Index is fine D/WifiService( 7914): Client connection lost with reason: 4 D/Index (19827): Locale 'it_IT' is already indexed I/ActivityManager( 7914): Process jp.naver.line.android (pid 19053) has died D/OpenGLRenderer(19827): Render dirty regions requested: true D/Atlas (19827): Validating map... D/DashboardSummary(19827): rebuildUI took: 195 ms I/RenderThread(19847): type=1400 audit(0.0:533): avc: denied { read write } for name="kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 I/RenderThread(19847): type=1400 audit(0.0:534): avc: denied { open } for name="kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 I/RenderThread(19847): type=1400 audit(0.0:535): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 I/Adreno200-EGL(19827): : 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) I/Adreno200-EGL(19827): Build Date: 06/25/13 Tue I/Adreno200-EGL(19827): Local Branch: I/Adreno200-EGL(19827): Remote Branch: quic/jb_2.5.5 I/Adreno200-EGL(19827): Local Patches: NONE I/Adreno200-EGL(19827): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING I/OpenGLRenderer(19827): Initialized EGL, version 1.4 D/OpenGLRenderer(19827): Enabling debug mode 0 I/ActivityManager( 7914): Displayed com.android.settings/.Settings: +1s521ms I/Timeline( 7914): Timeline: Activity_windows_visible id: ActivityRecord{10c463a2 u0 com.android.settings/.Settings t187} time:152120941 I/Timeline(19827): Timeline: Activity_idle id: android.os.BinderProxy@1a40a4e7 time:152121171 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED I/Timeline(19827): Timeline: Activity_launch_request id:com.evervolv.updater time:152123782 I/ActivityManager( 7914): START u0 {act=android.intent.action.MAIN cmp=com.evervolv.updater/.Updater} from uid 1000 on display 0 V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/ActivityManager( 7914): Start proc com.evervolv.updater for activity com.evervolv.updater/.Updater: pid=19867 uid=10005 gids={50005, 9997, 1028, 1015, 3003, 2001} abi=armeabi-v7a I/art ( 7687): Explicit concurrent mark sweep GC freed 704(30KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 305us total 20.935ms I/art ( 7687): Explicit concurrent mark sweep GC freed 7(240B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 274us total 16.235ms I/art ( 7687): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 244us total 18.798ms I/art ( 7914): Explicit concurrent mark sweep GC freed 29332(1531KB) AllocSpace objects, 1(16KB) LOS objects, 16% free, 20MB/24MB, paused 5.859ms total 163.085ms I/ToolbarWidgetWrapper(19867): Progress display unsupported E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 D/OpenGLRenderer(19867): Render dirty regions requested: true D/Atlas (19867): Validating map... W/Resources(19867): Converting to string: TypedValue{t=0x10/d=0x15180 a=-1} W/Resources(19867): Converting to string: TypedValue{t=0x10/d=0x24ea00 a=-1} W/Resources(19867): Converting to string: TypedValue{t=0x10/d=0xfffffffe a=-1} I/RenderThread(19883): type=1400 audit(0.0:536): avc: denied { open } for name="kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 I/Adreno200-EGL(19867): : 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) I/Adreno200-EGL(19867): Build Date: 06/25/13 Tue I/Adreno200-EGL(19867): Local Branch: I/Adreno200-EGL(19867): Remote Branch: quic/jb_2.5.5 I/Adreno200-EGL(19867): Local Patches: NONE I/Adreno200-EGL(19867): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING I/OpenGLRenderer(19867): Initialized EGL, version 1.4 D/OpenGLRenderer(19867): Enabling debug mode 0 I/ActivityManager( 7914): Process com.android.vending (pid 19091) has died I/ActivityManager( 7914): Displayed com.evervolv.updater/.Updater: +1s343ms I/Timeline( 7914): Timeline: Activity_windows_visible id: ActivityRecord{38f34f7c u0 com.evervolv.updater/.Updater t187} time:152125210 I/ActivityManager( 7914): Process com.google.android.gms.wearable (pid 19315) has died I/Timeline(19867): Timeline: Activity_idle id: android.os.BinderProxy@547b5fc time:152126383 V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=2,19 rxSuccessRate=2,13 targetRoamBSSID=00:00:00:00:00:00 RSSI=-74 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/audio_hw_primary( 7688): do_out_standby: CALLED W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit I/EVUpdates(19867): removeDownload: reset download status for ev_tenderloin-5.0.2-nightly-2015.03.19.zip D/OpenGLRenderer(19867): endAllStagingAnimators on 0x6ad14200 (RippleDrawable) with handle 0x6b6e82d0 W/InputMethodManagerService( 7914): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2f80645b attribute=null, token = android.os.BinderProxy@9bb0c7b E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1,66 rxSuccessRate=1,53 targetRoamBSSID=00:00:00:00:00:00 RSSI=-71 E/WifiStateMachine( 7914): WifiStateMachine starting scan for "WebPocket42-b953"WPA_PSK with 2437 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/WifiService( 7914): Client connection lost with reason: 4 E/libprocessgroup( 7914): failed to kill 1 processes for processgroup 19441 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 19441) has died E/lowmemorykiller( 140): Error opening /proc/19422/oom_score_adj; errno=2 E/lowmemorykiller( 140): Error opening /proc/19422/oom_score_adj; errno=2 I/ActivityManager( 7914): Process com.android.deskclock (pid 19422) has died I/GCoreUlr( 8499): Received powerMode change from NLP: com.google.android.location.activity.DEEP_STILL_MODE_DISABLED I/GCoreUlr( 8499): Starting service, intent=Intent { act=com.google.android.location.reporting.ACTION_UPDATE_ACTIVE_STATE cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService (has extras) }, extras=Bundle[{source=PowerModeReceiver}] I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.ActivityDetectionReceiver: pid=20013 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/GCoreUlr( 8499): Received powerMode change from NLP: com.google.android.location.activity.DEEP_STILL_MODE_DISABLED I/GCoreUlr( 8499): Starting service, intent=Intent { act=com.google.android.location.reporting.ACTION_UPDATE_ACTIVE_STATE cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService (has extras) }, extras=Bundle[{source=PowerModeReceiver}] I/GCoreUlr( 8499): DispatchingService.updateActiveState+PowerModeReceiver: Ensuring that reporting is active for [account#13#] I/GCoreUlr( 8499): GMS FLP location and AR updates requested: {"description":"default","newRequest":true,"samplePeriodMs":60000,"sampleReason":"default","sampleSource":"internal","timestampMs":1430151913659} I/GCoreUlr( 8499): GMS BLE scans enabled. W/art (20013): Suspending all threads took: 5.493ms W/art (20013): Suspending all threads took: 7.324ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=20033 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a W/art (20013): Suspending all threads took: 8.819ms I/GCoreUlr( 8499): DispatchingService.updateActiveState+PowerModeReceiver: Ensuring that reporting is active for [account#13#] I/GCoreUlr( 8499): GMS BLE scans enabled. D/WifiService( 7914): New client listening to asynchronous messages W/GAV2 (20013): Thread[main,5,main]: Need to call initialize() and be in fallback mode to start dispatch. V/audio_hw_primary( 7688): do_out_standby: CALLED I/art ( 8499): Explicit concurrent mark sweep GC freed 16553(892KB) AllocSpace objects, 1(16KB) LOS objects, 33% free, 7MB/11MB, paused 1.190ms total 59.814ms V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/art ( 7914): Explicit concurrent mark sweep GC freed 20323(1031KB) AllocSpace objects, 1(16KB) LOS objects, 16% free, 20MB/24MB, paused 2.410ms total 119.934ms I/art ( 8599): Explicit concurrent mark sweep GC freed 17225(880KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 6MB/10MB, paused 1.098ms total 58.898ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/GAV2 (20013): Thread[GAThread,5,main]: No campaign data found. E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/audio_hw_primary( 7688): do_out_standby: CALLED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit I/EVUpdates(19867): removeDownload: reset download status for ev_tenderloin-5.0.2-nightly-2015.03.11.zip W/InputMethodManagerService( 7914): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@1bafd2e6 attribute=null, token = android.os.BinderProxy@9bb0c7b W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit I/ActivityManager( 7914): Start proc android.process.media for content provider com.android.providers.downloads/.DownloadProvider: pid=20144 uid=10004 gids={50004, 9997, 2001, 3003, 1028, 1015, 3007, 1023, 1024} abi=armeabi-v7a E/SQLiteLog(20144): (283) recovered 33 frames from WAL file /data/data/com.android.providers.media/databases/external.db-wal I/ActivityManager( 7914): Start proc com.evervolv.updater:DownloadService for service com.evervolv.updater/.services.DownloadService: pid=20165 uid=10005 gids={50005, 9997, 1028, 1015, 3003, 2001} abi=armeabi-v7a I/EVUpdates(19867): initiateDownload: started download 159 I/EVUpdates(20165): ProgressThread: download 159 thread starting D/DownloadManager(20144): [159] Starting D/ZenLog ( 7914): intercepted: 0|com.android.providers.downloads|0|1:com.evervolv.updater|10004,none V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/ActivityManager( 7914): Process com.android.calendar (pid 19766) has died E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/ActivityManager( 7914): Process com.google.android.gms (pid 13987) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.google.android.gms/.analytics.service.AnalyticsService in 1000ms W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 20013) has died I/ActivityManager( 7914): Process com.android.providers.calendar (pid 19731) has died I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 20033) has died E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 52 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/DownloadManager(20144): fallocate() not supported; falling back to ftruncate() V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.ActivityDetectionReceiver: pid=20194 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a I/art ( 7914): Explicit concurrent mark sweep GC freed 15169(768KB) AllocSpace objects, 0(0B) LOS objects, 16% free, 20MB/24MB, paused 2.868ms total 149.932ms I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=20213 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a I/id.partnersetup(20213): type=1400 audit(0.0:537): avc: denied { getattr } for path="/system/priv-app/GooglePartnerSetup" dev="dm-10" ino=14728 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=dir permissive=1 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/art (20194): Suspending all threads took: 10.162ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=45,69 rxSuccessRate=46,06 targetRoamBSSID=00:00:00:00:00:00 RSSI=-76 V/audio_hw_primary( 7688): do_out_standby: CALLED D/WifiService( 7914): New client listening to asynchronous messages V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/art (20194): Suspending all threads took: 33.172ms W/GAV2 (20194): Thread[main,5,main]: Need to call initialize() and be in fallback mode to start dispatch. V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/ActivityManager( 7914): Process boss.game.hangman (pid 19482) has died I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 20213) has died D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 20194) has died I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for service com.google.android.googlequicksearchbox/com.google.android.sidekick.main.notifications.NotificationRefreshService: pid=20251 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a W/InputDispatcher( 7914): channel '49d6d36 com.nenoff.followthelinefree/com.unity3d.player.UnityPlayerNativeActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 E/InputDispatcher( 7914): channel '49d6d36 com.nenoff.followthelinefree/com.unity3d.player.UnityPlayerNativeActivity (server)' ~ Channel is unrecoverably broken and will be disposed! I/WindowState( 7914): WIN DEATH: Window{49d6d36 u0 com.nenoff.followthelinefree/com.unity3d.player.UnityPlayerNativeActivity} W/InputDispatcher( 7914): Attempted to unregister already unregistered input channel '49d6d36 com.nenoff.followthelinefree/com.unity3d.player.UnityPlayerNativeActivity (server)' W/WindowManager( 7914): Force-removing child win Window{375e6d6e u0 SurfaceView} from container Window{49d6d36 u0 com.nenoff.followthelinefree/com.unity3d.player.UnityPlayerNativeActivity} I/ActivityManager( 7914): Process com.nenoff.followthelinefree (pid 27290) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.nenoff.followthelinefree/com.ckkcaddzqvpwvljum.AdBootReceiverService in 1000ms W/art ( 7914): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied() from ActivityManagerService.java:1174 waiters=0 for 244ms W/art ( 7914): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied() from ActivityManagerService.java:1174 waiters=1 for 150ms I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=20271 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/ActivityManager( 7914): Start proc com.nenoff.followthelinefree for service com.nenoff.followthelinefree/com.ckkcaddzqvpwvljum.AdBootReceiverService: pid=20293 uid=10100 gids={50100, 9997, 3003, 1028, 1015} abi=armeabi-v7a W/audio_hw_primary( 7688): pcm_write: underrun D/WifiService( 7914): New client listening to asynchronous messages W/GAV2 (20251): Thread[main,5,main]: Need to call initialize() and be in fallback mode to start dispatch. I/ActivityManager( 7914): Low on memory: I/ActivityManager( 7914): ntv N 16170 kB: surfaceflinger (144) native I/ActivityManager( 7914): ntv N 6380 kB: mediaserver (7688) native I/ActivityManager( 7914): ntv N 3862 kB: logd (138) native I/ActivityManager( 7914): ntv N 2902 kB: zygote (7687) native I/ActivityManager( 7914): ntv N 2324 kB: sdcard (128) native I/ActivityManager( 7914): ntv N 1257 kB: netd (7686) native I/ActivityManager( 7914): ntv N 1107 kB: wpa_supplicant (8043) native I/ActivityManager( 7914): ntv N 1012 kB: drmserver (151) native I/ActivityManager( 7914): ntv N 824 kB: vold (143) native I/ActivityManager( 7914): ntv N 757 kB: /init (1) native I/ActivityManager( 7914): ntv N 757 kB: debuggerd (150) native I/ActivityManager( 7914): ntv N 567 kB: keystore (157) native I/ActivityManager( 7914): ntv N 448 kB: ueventd (104) native I/ActivityManager( 7914): ntv N 436 kB: adbd (162) native I/ActivityManager( 7914): ntv N 394 kB: sdcard (611) native I/ActivityManager( 7914): ntv N 353 kB: dhcpcd (29575) native I/ActivityManager( 7914): ntv N 344 kB: healthd (139) native I/ActivityManager( 7914): ntv N 323 kB: lmkd (140) native I/ActivityManager( 7914): ntv N 280 kB: servicemanager (142) native I/ActivityManager( 7914): ntv N 248 kB: installd (156) native I/ActivityManager( 7914): ntv N 203 kB: ts_srv (145) native I/ActivityManager( 7914): ntv N 196 kB: auditd (148) native I/ActivityManager( 7914): ntv N 76 kB: su (161) native I/ActivityManager( 7914): sys P 68714 kB: system (7914) fixed I/ActivityManager( 7914): pers P 53738 kB: com.android.systemui (8062) fixed I/ActivityManager( 7914): pers P 9629 kB: com.android.phone (8351) fixed I/ActivityManager( 7914): pers P 4526 kB: com.android.server.telecom (8323) fixed I/ActivityManager( 7914): fore T 60211 kB: com.evervolv.updater (19867) top-activity I/ActivityManager( 7914): vis IF 35644 kB: com.google.android.gms.persistent (8499) service I/ActivityManager( 7914): com.google.android.gms/com.google.android.location.network.NetworkLocationService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 30316 kB: com.google.process.gapps (8599) service I/ActivityManager( 7914): com.google.android.gms/.gcm.http.GoogleHttpService<=Proc{8499:com.google.android.gms.persistent/u0a16} I/ActivityManager( 7914): vis IF 4976 kB: org.cyanogenmod.theme.chooser (8188) service I/ActivityManager( 7914): org.cyanogenmod.theme.chooser/.NotificationHijackingService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 4298 kB: com.google.android.googlequicksearchbox:interactor (8210) service I/ActivityManager( 7914): com.google.android.googlequicksearchbox/com.google.android.voiceinteraction.GsaVoiceInteractionService<=Proc{7914:system/1000} I/ActivityManager( 7914): vis IF 3671 kB: com.android.smspush (9324) service I/ActivityManager( 7914): com.android.smspush/.WapPushManager<=Proc{8351:com.android.phone/1001} I/ActivityManager( 7914): prcp IB 26145 kB: com.android.inputmethod.latin (13662) service I/ActivityManager( 7914): com.android.inputmethod.latin/.LatinIME<=Proc{7914:system/1000} I/ActivityManager( 7914): svc S 7800 kB: android.process.media (20144) started-services I/ActivityManager( 7914): svc S 4503 kB: com.evervolv.updater:DownloadService (20165) started-services I/ActivityManager( 7914): home HO 21400 kB: com.android.launcher3 (25344) home I/ActivityManager( 7914): prev LA 13982 kB: com.android.settings (19827) previous I/ActivityManager( 7914): svcb S 8310 kB: com.emoji.ikeyboard:umengService_v1 (19133) started-services I/ActivityManager( 7914): svcb S 7114 kB: com.mangoogames.emojiquiz (19230) started-services I/ActivityManager( 7914): cch S 81978 kB: com.viber.voip (19647) cch-started-ui-services I/ActivityManager( 7914): cch+2 S 0 kB: com.nenoff.followthelinefree (27290) cch-started-ui-services I/ActivityManager( 7914): 488175 kB: TOTAL I/ActivityManager( 7914): MemInfo: 32056 kB slab, 3420 kB shmem, 2544 kB buffers, 217332 kB cached, 178404 kB free E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=53,92 rxSuccessRate=76,52 targetRoamBSSID=00:00:00:00:00:00 RSSI=-73 I/ActivityManager( 7914): Start proc com.google.android.gms for service com.google.android.gms/.analytics.service.AnalyticsService: pid=20349 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a I/GAV2 (20251): Thread[GAThread,5,main]: No campaign data found. W/ResourcesManager(20349): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(20349): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/MultiDex(20349): VM with version 2.1.0 has multidex support I/MultiDex(20349): install I/MultiDex(20349): VM has multidex support, MultiDex support library is disabled. D/ChimeraPrvdrProxy(20349): Provider proxy ComponentInfo{com.google.android.gms/com.google.android.gms.games.chimera.GamesContentProviderProxy} created I/art ( 7914): Explicit concurrent mark sweep GC freed 11096(701KB) AllocSpace objects, 8(334KB) LOS objects, 16% free, 20MB/24MB, paused 2.136ms total 122.253ms I/ProviderInstaller(20349): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application' D/GCM ( 8599): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE D/ChimeraPrvdrProxy(20349): Loading provider implementation for ComponentInfo{com.google.android.gms/com.google.android.gms.games.chimera.GamesContentProviderProxy} E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 52 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 D/ChimeraPrvdrProxy(20349): Proxying container provider ComponentInfo{com.google.android.gms/com.google.android.gms.games.chimera.GamesContentProviderProxy} to Chimera provider impl com.google.android.gms.games.provider.GamesContentProvider D/ChimeraCfgMgr(20349): Loading module com.google.android.gms.games from APK com.google.android.gms I/GAv4-SVC(20349): Google Analytics 4.5.0/7329 is starting up. D/AuthorizationBluetoothService( 8599): 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 }. D/c ( 8599): Getting all permits... D/a ( 8599): Opening database... D/a ( 8599): Opening database auth.proximity.permit_store... D/a ( 8599): Closing database... V/GmsCoreStatsServiceLauncher(20349): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher } I/ActivityManager( 7914): Start proc com.google.android.gms.wearable for service com.google.android.gms/.wearable.service.WearableService: pid=20387 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a I/art ( 7687): Explicit concurrent mark sweep GC freed 709(30KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 274us total 18.249ms I/art ( 7687): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 244us total 15.686ms I/art ( 7687): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 274us total 16.326ms D/LocationInitializer(20349): Restart initialization of location W/ResourcesManager(20387): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(20387): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/MultiDex(20387): VM with version 2.1.0 has multidex support I/MultiDex(20387): install I/MultiDex(20387): VM has multidex support, MultiDex support library is disabled. I/art (20387): Background sticky concurrent mark sweep GC freed 1721(94KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 3MB/3MB, paused 8.880ms total 27.862ms I/ProviderInstaller(20387): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application' D/GCM ( 8599): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE D/AuthorizationBluetoothService( 8599): 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 }. D/c ( 8599): Getting all permits... D/a ( 8599): Opening database... D/a ( 8599): Opening database auth.proximity.permit_store... D/a ( 8599): Closing database... I/art (20387): Background partial concurrent mark sweep GC freed 132(22KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 3MB/5MB, paused 15.808ms total 43.884ms V/GmsCoreStatsServiceLauncher(20349): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher } D/WearableService(20387): callingUid 10016, callindPid: 20387 D/LocationInitializer(20349): Restart initialization of location E/MDM ( 8499): [121] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null} E/MDM ( 8499): [121] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null} V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=20412 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 I/ActivityManager( 7914): Start proc com.evervolv.updater:ManifestService for service com.evervolv.updater/.services.UpdateManifestService: pid=20471 uid=10005 gids={50005, 9997, 1028, 1015, 3003, 2001} abi=armeabi-v7a V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/surfaceflinger( 144): type=1400 audit(0.0:538): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/audio_hw_primary( 7688): do_out_standby: CALLED V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=208,15 rxSuccessRate=351,93 targetRoamBSSID=00:00:00:00:00:00 RSSI=-76 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@136f5500} E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=208,15 rxSuccessRate=351,93 targetRoamBSSID=00:00:00:00:00:00 RSSI=-76 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@136f5500} E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 I/art ( 7914): Explicit concurrent mark sweep GC freed 22892(1262KB) AllocSpace objects, 0(0B) LOS objects, 16% free, 20MB/24MB, paused 3.631ms total 200.469ms W/art ( 7914): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int) from PowerManagerService.java:739 waiters=1 for 160ms I/GCoreUlr( 8499): Successfully inserted location I/GCoreUlr( 8499): Not calling LocationReporter, hasMoved: false, elapsed millis: 1022418, request: Stationary(3600000) V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/art ( 7914): Explicit concurrent mark sweep GC freed 7799(532KB) AllocSpace objects, 0(0B) LOS objects, 16% free, 20MB/24MB, paused 14.526ms total 200.622ms W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=862,52 rxSuccessRate=1239,69 targetRoamBSSID=00:00:00:00:00:00 RSSI=-73 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit I/EVUpdates(19867): initiateDownload: started download 160 I/EVUpdates(20165): ProgressThread: download 160 thread starting D/DownloadManager(20144): [160] Starting V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/DownloadManager(20144): fallocate() not supported; falling back to ftruncate() V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/art (20165): Explicit concurrent mark sweep GC freed 6217(300KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 2MB/2MB, paused 335us total 39.428ms V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/art ( 7914): Explicit concurrent mark sweep GC freed 25587(2MB) AllocSpace objects, 1(54KB) LOS objects, 16% free, 20MB/24MB, paused 2.258ms total 204.498ms V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1321,18 rxSuccessRate=1915,37 targetRoamBSSID=00:00:00:00:00:00 RSSI=-73 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/surfaceflinger( 144): type=1400 audit(0.0:539): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/art ( 7914): Explicit concurrent mark sweep GC freed 23577(2MB) AllocSpace objects, 0(0B) LOS objects, 16% free, 20MB/24MB, paused 2.716ms total 139.343ms V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/wpa_supplicant( 8043): wlan0: Associated with 0c:37:dc:9a:b9:53 I/wpa_supplicant( 8043): wlan0: WPA: Key negotiation completed with 0c:37:dc:9a:b9:53 [PTK=CCMP GTK=TKIP] I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-CONNECTED - Connection to 0c:37:dc:9a:b9:53 completed [id=1 id_str=] E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 52 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=751,74 rxSuccessRate=1071,57 targetRoamBSSID=00:00:00:00:00:00 RSSI=-77 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1abb6348} E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=751,74 rxSuccessRate=1071,57 targetRoamBSSID=00:00:00:00:00:00 RSSI=-77 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED D/PhoneApp( 8351): getPhone phoneId:0 V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/PhoneApp( 8351): getPhone phoneId:0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y D/PhoneApp( 8351): getPhone phoneId:0 I/WebViewFactory(19867): Loading com.android.webview version 37 (eng.-arm) (code 199991) I/LibraryLoader(19867): Loading: webviewchromium I/LibraryLoader(19867): Time to load native libraries: 6 ms (timestamps 8708-8714) I/LibraryLoader(19867): Expected native library version number "",actual native library version number "" V/WebViewChromiumFactoryProvider(19867): Binding Chromium to main looper Looper (main, tid 1) {22dce7b4} I/LibraryLoader(19867): Expected native library version number "",actual native library version number "" I/chromium(19867): [INFO:library_loader_hooks.cc(106)] Chromium logging enabled: level = 0, default verbosity = 0 I/BrowserStartupController(19867): Initializing chromium process, renderers=0 I/art ( 7914): Explicit concurrent mark sweep GC freed 27963(2MB) AllocSpace objects, 0(0B) LOS objects, 16% free, 20MB/24MB, paused 3.906ms total 347.564ms W/art (19867): Attempt to remove local handle scope entry from IRT, ignoring I/DnsConfigServic(21066): type=1400 audit(0.0:540): avc: denied { getattr } for path="/system/etc/hosts" dev="dm-10" ino=412 scontext=u:r:platform_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 I/WorkerPool/2106(21068): type=1400 audit(0.0:541): avc: denied { read } for name="hosts" dev="dm-10" ino=412 scontext=u:r:platform_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 I/WorkerPool/2106(21068): type=1400 audit(0.0:542): avc: denied { open } for name="hosts" dev="dm-10" ino=412 scontext=u:r:platform_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1abb6348} W/AudioManagerAndroid(19867): Requires BLUETOOTH permission W/chromium(19867): [WARNING:resource_bundle.cc(315)] locale_file_path.empty() I/chromium(19867): [INFO:aw_browser_main_parts.cc(63)] Load from apk succesful, fd=53 off=103320 len=3367 I/chromium(19867): [INFO:aw_browser_main_parts.cc(78)] Loading webviewchromium.pak from, fd:54 off:228796 len:643667 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 W/chromium(19867): [WARNING:proxy_service.cc(901)] PAC support disabled because there is no system implementation W/chromium(19867): [WARNING:data_reduction_proxy_settings.cc(403)] SPDY proxy OFF at startup W/art (19867): Attempt to remove local handle scope entry from IRT, ignoring W/AwContents(19867): onDetachedFromWindow called when already detached. Ignoring I/GCoreUlr( 8499): Successfully inserted location I/GCoreUlr( 8499): Not calling LocationReporter, hasMoved: false, elapsed millis: 1082782, request: Stationary(3600000) I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 20271) has died D/WifiService( 7914): Client connection lost with reason: 4 I/ActivityManager( 7914): Process com.google.android.googlequicksearchbox:search (pid 20251) has died I/ActivityManager( 7914): Process com.google.android.gms.wearable (pid 20387) has died I/ActivityManager( 7914): Process com.evervolv.updater:ManifestService (pid 20471) has died V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/chromium(19867): [INFO:SkUtilsArm.cpp(179)] Device supports ARM NEON instructions! I/chromium(19867): V/audio_hw_primary( 7688): do_out_standby: CALLED W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED D/OpenGLRenderer(19867): endAllStagingAnimators on 0x692d2680 (RippleDrawable) with handle 0x58aff0d0 W/InputMethodManagerService( 7914): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@27d555b6 attribute=null, token = android.os.BinderProxy@9bb0c7b V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit W/art (19867): Attempt to remove local handle scope entry from IRT, ignoring W/AwContents(19867): onDetachedFromWindow called when already detached. Ignoring I/art (20165): Explicit concurrent mark sweep GC freed 6370(293KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 2MB/2MB, paused 640us total 23.284ms V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/InputMethodManagerService( 7914): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2b285490 attribute=null, token = android.os.BinderProxy@9bb0c7b V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit I/art (19867): Background sticky concurrent mark sweep GC freed 24074(1106KB) AllocSpace objects, 2(32KB) LOS objects, 17% free, 5MB/7MB, paused 5.310ms total 227.294ms I/ActivityManager( 7914): Process boss.game.hangman (pid 20412) has died I/ActivityManager( 7914): Process com.google.android.gms (pid 20349) has died W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client I/ActivityManager( 7914): Start proc boss.game.hangman for service boss.game.hangman/com.appbrain.AppBrainService: pid=21158 uid=10075 gids={50075, 9997, 3003} abi=armeabi-v7a W/InputDispatcher( 7914): channel '30707fa8 com.viber.voip/com.viber.voip.HomeActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 E/InputDispatcher( 7914): channel '30707fa8 com.viber.voip/com.viber.voip.HomeActivity (server)' ~ Channel is unrecoverably broken and will be disposed! I/WindowState( 7914): WIN DEATH: Window{30707fa8 u0 com.viber.voip/com.viber.voip.HomeActivity} W/InputDispatcher( 7914): Attempted to unregister already unregistered input channel '30707fa8 com.viber.voip/com.viber.voip.HomeActivity (server)' D/WifiService( 7914): releaseWifiLockLocked: WifiLock{VoipServiceWifiLock type=1 binder=android.os.BinderProxy@cbd63ef} E/AudioTrack( 7914): AudioTrack::set : Exit I/ActivityManager( 7914): Process com.viber.voip (pid 19647) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.viber.voip/com.viber.service.contacts.authentication.AccountAuthenticatorService in 1000ms W/ActivityManager( 7914): Scheduling restart of crashed service com.viber.voip/.api.billing.InAppBillingService in 11000ms W/ActivityManager( 7914): Scheduling restart of crashed service com.viber.voip/com.viber.service.VoipConnectorService in 20999ms V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/ActivityManager( 7914): Start proc com.google.android.gms for service com.google.android.gms/.ads.identifier.service.AdvertisingIdService: pid=21179 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a W/ResourcesManager(21179): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(21179): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/MultiDex(21179): VM with version 2.1.0 has multidex support I/MultiDex(21179): install I/MultiDex(21179): VM has multidex support, MultiDex support library is disabled. D/ChimeraPrvdrProxy(21179): Provider proxy ComponentInfo{com.google.android.gms/com.google.android.gms.games.chimera.GamesContentProviderProxy} created E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 7914): Explicit concurrent mark sweep GC freed 26371(2MB) AllocSpace objects, 0(0B) LOS objects, 16% free, 20MB/24MB, paused 3.326ms total 163.787ms I/ProviderInstaller(21179): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application' D/GCM ( 8599): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE D/ChimeraPrvdrProxy(21179): Loading provider implementation for ComponentInfo{com.google.android.gms/com.google.android.gms.games.chimera.GamesContentProviderProxy} V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/ActivityManager( 7914): Start proc com.viber.voip for service com.viber.voip/com.viber.service.contacts.authentication.AccountAuthenticatorService: pid=21198 uid=10087 gids={50087, 9997, 3003, 1028, 1015, 3002, 3001} abi=armeabi-v7a D/ChimeraPrvdrProxy(21179): Proxying container provider ComponentInfo{com.google.android.gms/com.google.android.gms.games.chimera.GamesContentProviderProxy} to Chimera provider impl com.google.android.gms.games.provider.GamesContentProvider D/ChimeraCfgMgr(21179): Loading module com.google.android.gms.games from APK com.google.android.gms I/com.viber.voip(21198): type=1400 audit(0.0:543): avc: denied { getattr } for path="/system/framework/com.google.android.maps.jar" dev="dm-10" ino=1884 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 I/com.viber.voip(21198): type=1400 audit(0.0:544): avc: denied { read } for name="com.google.android.maps.jar" dev="dm-10" ino=1884 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 I/com.viber.voip(21198): type=1400 audit(0.0:545): avc: denied { open } for name="com.google.android.maps.jar" dev="dm-10" ino=1884 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 W/ResourcesManager(21198): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. D/AuthorizationBluetoothService( 8599): 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 }. D/c ( 8599): Getting all permits... D/a ( 8599): Opening database... D/a ( 8599): Opening database auth.proximity.permit_store... D/a ( 8599): Closing database... V/GmsCoreStatsServiceLauncher(21179): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher } I/art ( 8599): Explicit concurrent mark sweep GC freed 13680(712KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 6MB/10MB, paused 1.586ms total 191.375ms I/ActivityManager( 7914): Start proc com.google.android.gms.wearable for service com.google.android.gms/.wearable.service.WearableService: pid=21222 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a D/LocationInitializer(21179): Restart initialization of location W/ResourcesManager(21222): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(21222): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit W/art (19867): Attempt to remove local handle scope entry from IRT, ignoring W/AwContents(19867): onDetachedFromWindow called when already detached. Ignoring I/MultiDex(21222): VM with version 2.1.0 has multidex support I/MultiDex(21222): install I/MultiDex(21222): VM has multidex support, MultiDex support library is disabled. I/art (21222): Background sticky concurrent mark sweep GC freed 1708(93KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 3MB/3MB, paused 2.319ms total 105.560ms I/ProviderInstaller(21222): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application' D/GCM ( 8599): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE I/art (21222): Background partial concurrent mark sweep GC freed 117(20KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 3MB/5MB, paused 27.893ms total 65.185ms D/WearableService(21222): callingUid 10016, callindPid: 21222 D/AuthorizationBluetoothService( 8599): 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 }. D/c ( 8599): Getting all permits... D/a ( 8599): Opening database... D/a ( 8599): Opening database auth.proximity.permit_store... D/a ( 8599): Closing database... V/GmsCoreStatsServiceLauncher(21179): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher } E/MDM ( 8499): [119] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null} E/MDM ( 8499): [120] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null} D/LocationInitializer(21179): Restart initialization of location W/art (21198): Suspending all threads took: 44.616ms D/Logger (21198): creating log dir /storage/emulated/0/viber/.logs/trace/ D/Logger (21198): oldFilesNames :[] D/Logger (21198): main_4.clg deleted=false D/Logger (21198): main_3.clg renamedTo=false main_4.clg D/Logger (21198): main_2.clg renamedTo=false main_3.clg D/Logger (21198): main_1.clg renamedTo=false main_2.clg D/Logger (21198): main.clg renamedTo=false main_1.clg W/art (21198): Suspending all threads took: 72.448ms V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/netd (21260): type=1400 audit(0.0:546): avc: denied { read } for name="hosts" dev="dm-10" ino=412 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 I/netd (21260): type=1400 audit(0.0:547): avc: denied { open } for name="hosts" dev="dm-10" ino=412 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 I/netd (21260): type=1400 audit(0.0:548): avc: denied { getattr } for path="/system/etc/hosts" dev="dm-10" ino=412 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 I/Crashlytics(21198): Initializing Crashlytics 1.1.11.10 W/ResourcesManager(21198): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit W/InputMethodManagerService( 7914): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@34516020 attribute=null, token = android.os.BinderProxy@9bb0c7b V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit I/Adreno200-EGL(19827): : 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) I/Adreno200-EGL(19827): Build Date: 06/25/13 Tue I/Adreno200-EGL(19827): Local Branch: I/Adreno200-EGL(19827): Remote Branch: quic/jb_2.5.5 I/Adreno200-EGL(19827): Local Patches: NONE I/Adreno200-EGL(19827): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING I/OpenGLRenderer(19827): Initialized EGL, version 1.4 W/art (21198): Long monitor contention event with owner method=com.crashlytics.android.internal.aX com.crashlytics.android.internal.aY.a(com.crashlytics.android.internal.ah, org.json.JSONObject) from SourceFile:29 waiters=0 for 3.619s D/DashboardSummary(19827): rebuildUI took: 325 ms I/RenderThread(19883): type=1400 audit(0.0:549): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 I/Timeline(19827): Timeline: Activity_idle id: android.os.BinderProxy@1a40a4e7 time:152288450 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/Timeline( 7914): Timeline: Activity_windows_visible id: ActivityRecord{10c463a2 u0 com.android.settings/.Settings t187} time:152288516 I/EVUpdates(20165): ProgressThread: download 159 thread ending I/EVUpdates(20165): ProgressThread: download 160 thread ending V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/audio_hw_primary( 7688): do_out_standby: CALLED V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit I/Timeline(19827): Timeline: Activity_launch_request id:com.evervolv.toolbox time:152291426 I/ActivityManager( 7914): START u0 {act=android.intent.action.MAIN cmp=com.evervolv.toolbox/.Toolbox} from uid 1000 on display 0 V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/ActivityManager( 7914): Start proc com.evervolv.toolbox for activity com.evervolv.toolbox/.Toolbox: pid=21327 uid=1000 gids={41000, 9997, 1028, 3003, 1015, 3002, 3001} abi=armeabi-v7a D/OpenGLRenderer(19827): endAllStagingAnimators on 0x6a121c00 (RippleDrawable) with handle 0x6a8e13a0 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true D/Toolbox (21327): Selected item=0 D/OpenGLRenderer(21327): Render dirty regions requested: true D/Atlas (21327): Validating map... I/Adreno200-EGL(21327): : 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) I/Adreno200-EGL(21327): Build Date: 06/25/13 Tue I/Adreno200-EGL(21327): Local Branch: I/Adreno200-EGL(21327): Remote Branch: quic/jb_2.5.5 I/Adreno200-EGL(21327): Local Patches: NONE I/Adreno200-EGL(21327): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING I/OpenGLRenderer(21327): Initialized EGL, version 1.4 D/OpenGLRenderer(21327): Enabling debug mode 0 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/Choreographer(21327): Skipped 36 frames! The application may be doing too much work on its main thread. E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/ActivityManager( 7914): Displayed com.evervolv.toolbox/.Toolbox: +1s611ms I/Timeline( 7914): Timeline: Activity_windows_visible id: ActivityRecord{2f0d1150 u0 com.evervolv.toolbox/.Toolbox t187} time:152293090 I/Timeline(21327): Timeline: Activity_idle id: android.os.BinderProxy@1b5d8c06 time:152293130 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/art ( 7914): Explicit concurrent mark sweep GC freed 25777(2MB) AllocSpace objects, 2(32KB) LOS objects, 16% free, 20MB/24MB, paused 2.349ms total 210.815ms V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/audio_hw_primary( 7688): pcm_write: underrun D/Toolbox (21327): Selected item=0 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1499,03 rxSuccessRate=1936,18 targetRoamBSSID=00:00:00:00:00:00 RSSI=-79 I/ProcessStatsService( 7914): Prepared write state in 20ms I/EventLogService(21179): Opted in for usage reporting I/EventLogService(21179): Aggregate from 1430150265295 (log), 1430150265295 (data) W/EventLogAggregator(21179): Unknown tag: faceunlock W/EventLogAggregator(21179): Unknown tag: snet_gcore W/EventLogAggregator(21179): Unknown tag: snet_launch_service I/ServiceDumpSys(21179): dumping service [batterystats] I/ServiceDumpSys(21179): dumping service [package] I/ServiceDumpSys(21179): dumping service [procstats] V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/RenderThread(21343): type=1400 audit(0.0:550): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 I/RenderThread(21343): type=1400 audit(0.0:551): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/SubtypeSwitcher(13662): Can't find emoji subtype W/SubtypeSwitcher(13662): No input method subtype found; returning dummy subtype: android.view.inputmethod.InputMethodSubtype@d78b2ed0 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/ViewPager(13662): Requested offscreen page limit 0 too small; defaulting to 1 I/LatinIME(13662): Starting input. Cursor position = 0,3 I/ActivityManager( 7914): Start proc android.process.acore for content provider com.android.providers.userdictionary/.UserDictionaryProvider: pid=21469 uid=10002 gids={50002, 9997, 3003, 1028, 1015} abi=armeabi-v7a E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1257,38 rxSuccessRate=1596,40 targetRoamBSSID=00:00:00:00:00:00 RSSI=-76 I/RenderThread( 8729): type=1400 audit(0.0:552): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 I/Choreographer(13662): Skipped 75 frames! The application may be doing too much work on its main thread. I/RenderThread( 3390): type=1400 audit(0.0:553): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 I/RenderThread( 3390): type=1400 audit(0.0:554): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 D/GCM ( 8599): Message class com.google.f.a.a.i I/ContactLocale(21469): AddressBook Labels [it-IT]: [, 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, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, #, ] V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/art ( 7914): Explicit concurrent mark sweep GC freed 43442(3MB) AllocSpace objects, 5(87KB) LOS objects, 16% free, 20MB/24MB, paused 2.502ms total 159.667ms V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y D/OpenGLRenderer(21327): endAllStagingAnimators on 0x6b5a1780 (RippleDrawable) with handle 0x6b4e8430 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit D/OpenGLRenderer(21327): endAllStagingAnimators on 0x6b53b200 (RippleDrawable) with handle 0x6b4e82f0 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 51 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit D/Toolbox (21327): Selected item=1 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1290,35 rxSuccessRate=1522,05 targetRoamBSSID=00:00:00:00:00:00 RSSI=-78 D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3f118d09} E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=1290,35 rxSuccessRate=1522,05 targetRoamBSSID=00:00:00:00:00:00 RSSI=-78 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3f118d09} I/art ( 8499): Explicit concurrent mark sweep GC freed 15389(873KB) AllocSpace objects, 0(0B) LOS objects, 33% free, 7MB/11MB, paused 2.777ms total 150.024ms I/GCoreUlr( 8499): Successfully inserted location I/GCoreUlr( 8499): Not calling LocationReporter, hasMoved: false, elapsed millis: 1149272, request: Stationary(3600000) V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/art ( 7914): Explicit concurrent mark sweep GC freed 36231(3MB) AllocSpace objects, 1(16KB) LOS objects, 16% free, 20MB/24MB, paused 2.716ms total 159.912ms I/ActivityManager( 7914): Start proc com.google.android.googlequicksearchbox:search for broadcast com.google.android.googlequicksearchbox/com.google.android.velvet.location.ActivityDetectionReceiver: pid=21681 uid=10022 gids={50022, 9997, 3003, 3001, 1028, 3002, 1015, 1005} abi=armeabi-v7a V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/ActivityManager( 7914): Start proc com.google.android.partnersetup for content provider com.google.android.partnersetup/.RlzAppProvider: pid=21701 uid=10019 gids={50019, 9997, 3003} abi=armeabi-v7a D/WifiService( 7914): New client listening to asynchronous messages W/GAV2 (21681): Thread[main,5,main]: Need to call initialize() and be in fallback mode to start dispatch. W/art (21681): Suspending all threads took: 9.948ms V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit D/Toolbox (21327): Selected item=2 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit E/lowmemorykiller( 140): Error writing /proc/21222/oom_score_adj; errno=22 I/GAV2 (21681): Thread[GAThread,5,main]: No campaign data found. I/ActivityManager( 7914): Process com.google.android.gms.wearable (pid 21222) has died E/lowmemorykiller( 140): Error opening /proc/20165/oom_score_adj; errno=2 I/ActivityManager( 7914): Process com.evervolv.updater:DownloadService (pid 20165) has died E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1750,92 rxSuccessRate=2183,63 targetRoamBSSID=00:00:00:00:00:00 RSSI=-76 I/GAv4-SVC(21179): Google Analytics 4.5.0/7329 is starting up. V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED W/InputMethodManagerService( 7914): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3a192b3b attribute=null, token = android.os.BinderProxy@c2e0b7b V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/art ( 7914): Explicit concurrent mark sweep GC freed 24804(2MB) AllocSpace objects, 0(0B) LOS objects, 16% free, 20MB/24MB, paused 2.014ms total 137.298ms E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit W/InputMethodManagerService( 7914): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@125e0c96 attribute=null, token = android.os.BinderProxy@c2e0b7b V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit I/art (21327): Background partial concurrent mark sweep GC freed 13790(987KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 3MB/6MB, paused 9.216ms total 55.633ms V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/wpa_supplicant( 8043): wlan0: Associated with 0c:37:dc:9a:b9:53 I/wpa_supplicant( 8043): wlan0: WPA: Key negotiation completed with 0c:37:dc:9a:b9:53 [PTK=CCMP GTK=TKIP] I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-CONNECTED - Connection to 0c:37:dc:9a:b9:53 completed [id=1 id_str=] E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED D/OpenGLRenderer(21327): endAllStagingAnimators on 0x6b595800 (RippleDrawable) with handle 0x6dfc37e0 V/audio_hw_primary( 7688): start_output_stream: calling select_devices W/InputMethodManagerService( 7914): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@19ff35ed attribute=null, token = android.os.BinderProxy@c2e0b7b V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=567,75 rxSuccessRate=731,08 targetRoamBSSID=00:00:00:00:00:00 RSSI=-77 W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/Toolbox (21327): Selected item=3 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/audio_hw_primary( 7688): do_out_standby: CALLED W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/art ( 7914): Explicit concurrent mark sweep GC freed 41938(3MB) AllocSpace objects, 0(0B) LOS objects, 16% free, 20MB/24MB, paused 1.800ms total 197.265ms V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED W/InputMethodManagerService( 7914): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@23d98721 attribute=null, token = android.os.BinderProxy@c2e0b7b V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/ActivityManager( 7914): Process com.evervolv.updater (pid 19867) has died W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit D/OpenGLRenderer(21327): endAllStagingAnimators on 0x6c0a5d00 (RippleDrawable) with handle 0x6b4e8220 W/InputMethodManagerService( 7914): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3a29ee34 attribute=null, token = android.os.BinderProxy@c2e0b7b V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit D/Toolbox (21327): Selected item=4 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/Choreographer(21327): Skipped 54 frames! The application may be doing too much work on its main thread. E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1409,82 rxSuccessRate=2032,86 targetRoamBSSID=00:00:00:00:00:00 RSSI=-74 I/ActivityManager( 7914): Start proc com.google.android.apps.plus for service com.google.android.apps.plus/com.google.android.apps.moviemaker.service.PluggedInAnalyzerService: pid=22059 uid=10068 gids={50068, 9997, 3003, 3002, 1028, 1015} abi=armeabi-v7a I/art ( 7687): Explicit concurrent mark sweep GC freed 708(30KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 335us total 54.901ms I/art ( 7687): Explicit concurrent mark sweep GC freed 6(208B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 396us total 20.782ms I/art ( 7687): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1819KB/2MB, paused 244us total 25.878ms D/WifiService( 7914): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3aa6745d} E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source 10016 txSuccessRate=1409,82 rxSuccessRate=2032,86 targetRoamBSSID=00:00:00:00:00:00 RSSI=-74 E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-SCAN-STARTED D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 D/PhoneApp( 8351): getPhone phoneId:0 W/ResourcesManager(22059): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources. E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/WifiService( 7914): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3aa6745d} W/art (22059): Suspending all threads took: 11.077ms V/audio_hw_primary( 7688): do_out_standby: CALLED I/GCoreUlr( 8499): Successfully inserted location I/GCoreUlr( 8499): Not calling LocationReporter, hasMoved: false, elapsed millis: 1209777, request: Stationary(3600000) V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/Thread-4248(22100): type=1400 audit(0.0:555): avc: denied { open } for name="kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 I/Adreno200-EGL(22059): : 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) I/Adreno200-EGL(22059): Build Date: 06/25/13 Tue I/Adreno200-EGL(22059): Local Branch: I/Adreno200-EGL(22059): Remote Branch: quic/jb_2.5.5 I/Adreno200-EGL(22059): Local Patches: NONE I/Adreno200-EGL(22059): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING I/wpa_supplicant( 8043): wlan0: Associated with 0c:37:dc:9a:b9:53 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/wpa_supplicant( 8043): wlan0: WPA: Key negotiation completed with 0c:37:dc:9a:b9:53 [PTK=CCMP GTK=TKIP] I/wpa_supplicant( 8043): wlan0: CTRL-EVENT-CONNECTED - Connection to 0c:37:dc:9a:b9:53 completed [id=1 id_str=] E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 52 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/ActivityManager( 7914): Process com.google.android.partnersetup (pid 21701) has died I/LatinIME(13662): Starting input. Cursor position = 0,0 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 I/ActivityManager( 7914): Process com.google.android.gms (pid 21179) has died W/ActivityManager( 7914): Scheduling restart of crashed service com.google.android.gms/.analytics.service.AnalyticsService in 1000ms I/ActivityManager( 7914): Start proc com.google.android.gms for service com.google.android.gms/.analytics.service.AnalyticsService: pid=22128 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a I/GAV2 (22059): Thread[GAThread,5,main]: No campaign data found. I/art ( 7914): Explicit concurrent mark sweep GC freed 40801(3MB) AllocSpace objects, 0(0B) LOS objects, 16% free, 20MB/24MB, paused 2.655ms total 146.331ms W/ResourcesManager(22128): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(22128): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/MultiDex(22128): VM with version 2.1.0 has multidex support I/MultiDex(22128): install I/MultiDex(22128): VM has multidex support, MultiDex support library is disabled. D/ChimeraPrvdrProxy(22128): Provider proxy ComponentInfo{com.google.android.gms/com.google.android.gms.games.chimera.GamesContentProviderProxy} created I/ProviderInstaller(22128): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application' D/GCM ( 8599): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE D/ChimeraPrvdrProxy(22128): Loading provider implementation for ComponentInfo{com.google.android.gms/com.google.android.gms.games.chimera.GamesContentProviderProxy} D/ChimeraPrvdrProxy(22128): Proxying container provider ComponentInfo{com.google.android.gms/com.google.android.gms.games.chimera.GamesContentProviderProxy} to Chimera provider impl com.google.android.gms.games.provider.GamesContentProvider D/ChimeraCfgMgr(22128): Loading module com.google.android.gms.games from APK com.google.android.gms V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true I/GAv4-SVC(22128): Google Analytics 4.5.0/7329 is starting up. D/AuthorizationBluetoothService( 8599): 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 }. D/c ( 8599): Getting all permits... D/a ( 8599): Opening database... D/a ( 8599): Opening database auth.proximity.permit_store... D/a ( 8599): Closing database... V/GmsCoreStatsServiceLauncher(22128): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher } I/ActivityManager( 7914): Start proc com.google.android.gms.wearable for service com.google.android.gms/.wearable.service.WearableService: pid=22162 uid=10016 gids={50016, 9997, 2001, 3003, 1007, 3006, 1028, 1015, 3002, 3001, 1005, 3007} abi=armeabi-v7a D/LocationInitializer(22128): Restart initialization of location V/audio_hw_primary( 7688): do_out_standby: CALLED W/ResourcesManager(22162): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources. W/ResourcesManager(22162): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources. I/MultiDex(22162): VM with version 2.1.0 has multidex support I/MultiDex(22162): install I/MultiDex(22162): VM has multidex support, MultiDex support library is disabled. I/art (22162): Background sticky concurrent mark sweep GC freed 1751(95KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 3MB/3MB, paused 10.375ms total 35.919ms I/ProviderInstaller(22162): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application' D/GCM ( 8599): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE D/AuthorizationBluetoothService( 8599): 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 }. V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 D/c ( 8599): Getting all permits... D/a ( 8599): Opening database... I/art (22162): Background partial concurrent mark sweep GC freed 153(23KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 3MB/5MB, paused 11.627ms total 50.262ms D/a ( 8599): Opening database auth.proximity.permit_store... D/a ( 8599): Closing database... D/WearableService(22162): callingUid 10016, callindPid: 22162 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/GmsCoreStatsServiceLauncher(22128): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher } E/MDM ( 8499): [121] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null} E/MDM ( 8499): [121] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null} D/LocationInitializer(22128): Restart initialization of location V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED D/OpenGLRenderer(21327): endAllStagingAnimators on 0x6a3e6400 (RippleDrawable) with handle 0x6a3b56e0 V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=545,73 rxSuccessRate=686,23 targetRoamBSSID=00:00:00:00:00:00 RSSI=-79 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit D/Toolbox (21327): Selected item=5 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y I/art ( 7914): Explicit concurrent mark sweep GC freed 16595(1129KB) AllocSpace objects, 0(0B) LOS objects, 16% free, 20MB/24MB, paused 19.836ms total 210.693ms V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again D/ConnectivityService( 7914): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60 D/ConnectivityService( 7914): rematching NetworkAgentInfo [WIFI () - 101] D/ConnectivityService( 7914): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change. D/ConnectivityService( 7914): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101] D/ConnectivityManager.CallbackHandler( 8062): CM callback handler got msg 524290 V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again V/NotificationService( 7914): pkg=com.android.providers.downloads canInterrupt=false intercept=true E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED D/EVToolbox(21327): Calling dumplogcat:-D -B -o /data/data/com.evervolv.toolbox/files/logcat -m -r -d -k V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/dumplogcat(22346): type=1400 audit(0.0:556): avc: denied { syslog_read } for scontext=u:r:init:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1 I/app_process(22359): type=1400 audit(0.0:557): avc: denied { write } for path="/data/data/com.evervolv.toolbox/files/logcat-2015-04-27-18-29-53.txt" dev="dm-9" ino=1050231 scontext=u:r:zygote:s0 tcontext=u:object_r:system_app_data_file:s0 tclass=file permissive=1 I/app_process(22359): type=1400 audit(0.0:558): avc: denied { getattr } for path="/data/data/com.evervolv.toolbox/files/logcat-2015-04-27-18-29-53.txt" dev="dm-9" ino=1050231 scontext=u:r:zygote:s0 tcontext=u:object_r:system_app_data_file:s0 tclass=file permissive=1 W/audio_hw_primary( 7688): pcm_write: underrun W/audio_hw_primary( 7688): pcm_write: underrun D/AndroidRuntime(22359): D/AndroidRuntime(22359): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<< D/AndroidRuntime(22359): CheckJNI is OFF E/WifiStateMachine( 7914): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=179,38 rxSuccessRate=264,30 targetRoamBSSID=00:00:00:00:00:00 RSSI=-74 I/art ( 8599): Explicit concurrent mark sweep GC freed 13964(734KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 6MB/10MB, paused 2.044ms total 92.590ms E/cutils-trace(22359): Error opening trace file: No such file or directory (2) I/main (22359): type=1400 audit(0.0:559): avc: denied { call } for scontext=u:r:zygote:s0 tcontext=u:r:servicemanager:s0 tclass=binder permissive=1 I/servicemanager( 142): type=1400 audit(0.0:560): avc: denied { search } for name="22359" dev="proc" ino=1194954 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=dir permissive=1 I/servicemanager( 142): type=1400 audit(0.0:561): avc: denied { read } for name="current" dev="proc" ino=1195907 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=file permissive=1 I/servicemanager( 142): type=1400 audit(0.0:562): avc: denied { open } for name="current" dev="proc" ino=1195907 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=file permissive=1 I/servicemanager( 142): type=1400 audit(0.0:563): avc: denied { getattr } for scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=process permissive=1 D/AndroidRuntime(22359): Calling main entry com.android.commands.am.Am I/main (22359): type=1400 audit(0.0:564): avc: denied { call } for scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1 I/main (22359): type=1400 audit(0.0:565): avc: denied { transfer } for scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1 I/Binder_F(30916): type=1400 audit(0.0:566): avc: denied { call } for scontext=u:r:system_server:s0 tcontext=u:r:zygote:s0 tclass=binder permissive=1 D/AndroidRuntime(22359): Shutting down VM V/audio_hw_primary( 7688): do_out_standby: CALLED V/audio_hw_primary( 7688): do_out_standby: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): disable speaker/headphones V/audio_hw_primary( 7688): state hp=n skr=y mic=y E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again E/wpa_supplicant( 8043): recvfrom(ctrl_iface): Try again I/ActivityManager( 7914): Start proc com.android.deskclock for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider: pid=22405 uid=10031 gids={50031, 9997, 1028} abi=armeabi-v7a W/AudioTrack( 7914): AUDIO_OUTPUT_FLAG_FAST denied by client E/AudioTrack( 7914): AudioTrack::set : Exit V/audio_hw_primary( 7688): start_output_stream: CALLED D/EVToolbox(21327): Calling dumplogcat:-D -B -o /data/data/com.evervolv.toolbox/files/logcat -m -r -d -k V/audio_hw_primary( 7688): start_output_stream: calling select_devices V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 0,0,0 V/audio_hw_primary( 7688): mixer_set: 'PCM Playback Sink' 0,0,1 V/audio_hw_primary( 7688): mixer_set: 'speaker_stereo_rx' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1N Switch' 1,63,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT1P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2N Switch' 1,45,0 V/audio_hw_primary( 7688): mixer_set: 'LINEOUT2P Switch' 1,1,0 V/audio_hw_primary( 7688): mixer_set: 'Output Volume' 59,59,0 V/audio_hw_primary( 7688): enable speaker V/audio_hw_primary( 7688): state hp=n skr=y mic=y [logcat: 0.0s elapsed] ------ RADIO LOG (logcat -b radio -d *:v) ------ D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(31163): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(31163): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(31696): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(31696): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(31881): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(31881): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(32281): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(32281): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SUB ( 8351): [SubManager] [getPhoneId]- fail D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmDCT ( 8351): [0]onReceive: action=android.intent.action.SCREEN_ON D/GsmDCT ( 8351): [0]stopNetStatPoll D/GsmDCT ( 8351): [0]overall state is IDLE D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(26355): getSimOperator(): default subId=9223372036854775807 D/TelephonyManager(26355): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(26355): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(26355): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(26355): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(26355): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SUB ( 8351): [SubManager] [getPhoneId]- fail D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(26355): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(26355): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SUB ( 8351): [SubManager] [getPhoneId]- fail D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getSubId]- size == 0, return dummy instead D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getSubId]- size == 0, return dummy instead D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getSubId]- size == 0, return dummy instead D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(27290): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(27290): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getSubId]- size == 0, return dummy instead D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(27290): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(27290): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SUB ( 8351): [SubManager] [getPhoneId]- fail D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(27290): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(27290): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SUB ( 8351): [SubManager] [getPhoneId]- fail D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SUB ( 8351): [SubManager] [getPhoneId]- fail D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getSubId]- size == 0, return dummy instead D/TelephonyManager( 991): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 991): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 991): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 991): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmDCT ( 8351): [0]onReceive: action=android.intent.action.SCREEN_OFF D/GsmDCT ( 8351): [0]stopNetStatPoll D/GsmDCT ( 8351): [0]overall state is IDLE D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmDCT ( 8351): [0]onReceive: action=android.intent.action.SCREEN_ON D/GsmDCT ( 8351): [0]stopNetStatPoll D/GsmDCT ( 8351): [0]overall state is IDLE D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 1861): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 1861): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 1861): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 1861): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 1861): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 1861): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 1861): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 1861): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 1861): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 1861): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 1861): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 1861): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2018): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2018): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2018): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2018): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2018): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2018): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 2018): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2018): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 2018): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2018): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2018): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2018): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2103): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2103): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2369): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 2369): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmDCT ( 8351): [0]onReceive: action=android.intent.action.SCREEN_OFF D/GsmDCT ( 8351): [0]stopNetStatPoll D/GsmDCT ( 8351): [0]overall state is IDLE D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 4955): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 4955): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmDCT ( 8351): [0]onReceive: action=android.intent.action.SCREEN_ON D/GsmDCT ( 8351): [0]stopNetStatPoll D/GsmDCT ( 8351): [0]overall state is IDLE D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SUB ( 8351): [SubManager] [getPhoneId]- fail D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(12415): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(12415): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(20020): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(20020): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(27928): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(27928): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmDCT ( 8351): [0]onReceive: action=android.net.wifi.STATE_CHANGE D/GsmDCT ( 8351): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false D/GsmDCT ( 8351): [0]onReceive: action=android.net.wifi.STATE_CHANGE D/GsmDCT ( 8351): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false D/GsmDCT ( 8351): [0]onReceive: action=android.net.wifi.STATE_CHANGE D/GsmDCT ( 8351): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true D/GsmDCT ( 8351): [0]onReceive: action=android.net.wifi.STATE_CHANGE D/GsmDCT ( 8351): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 3955): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 3955): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SUB ( 8351): [SubManager] [getPhoneId]- fail D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(11453): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(11453): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SUB ( 8351): [SubManager] [getPhoneId]- fail D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19820): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19820): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(27692): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(27692): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/GsmDCT ( 8351): [0]onReceive: action=android.net.wifi.STATE_CHANGE D/GsmDCT ( 8351): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true D/GsmDCT ( 8351): [0]onReceive: action=android.net.wifi.STATE_CHANGE D/GsmDCT ( 8351): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 3712): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 3712): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(12279): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(12279): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager( 8599): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager( 8599): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19053): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19053): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager(19053): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19053): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19053): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19053): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19053): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19053): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getSubId]- size == 0, return dummy instead D/TelephonyManager(19053): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19053): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager(19091): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19091): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager(19053): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19053): getSimOperator: subId=9223372036854775807 operator= D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19053): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19053): getSimOperator: subId=9223372036854775807 operator= D/TelephonyManager(19091): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19091): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19053): getSimOperator(): default subId=9223372036854775807 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/TelephonyManager(19053): getSimOperator: subId=9223372036854775807 operator= D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): not implemented D/GsmSST ( 8351): [GsmSST] SST.getAllCellInfo(): X size=0 list=null D/GsmSST ( 8351): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1] D/SubController( 8351): [getPhoneId] asked for default subId=9223372036854775807 D/SubController( 8351): [getPhoneId]- no sims, returning default phoneId=0 [logcat: 0.0s elapsed] ------ KERNEL LOG (dmesg) ------ 17489.211392] wakeup wake lock: mmc1 <6>[117489.217526] PM: early resume of devices complete after 5.735 msecs <4>[117489.226437] max8903b_resume: resume <3>[117489.227749] msm_wm8958_setup_power: codec power setup <4>[117489.227810] 8058_s3: Failed to create debugfs directory <3>[117489.227810] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117489.312252] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117489.312985] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117489.316067] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117489.316433] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117489.316494] PM: resume of devices complete after 98.870 msecs <4>[117489.319698] Restarting tasks ... done. <6>[117489.332699] PM: suspend exit 2015-04-27 06:36:13.017108235 UTC <6>[117489.332729] suspend: exit suspend, ret = 0 (2015-04-27 06:36:13.017108235 UTC) <6>[117489.332729] active wake lock PowerManagerService.WakeLocks <6>[117489.332729] active wake lock power-supply <6>[117489.332760] active wake lock alarm, time left 498 <6>[117489.381222] healthd: battery l=91 v=4080 t=28.0 h=2 st=2 c=898 chg=a <6>[117489.767269] PM: suspend entry 2015-04-27 06:36:13.451425863 UTC <4>[117489.767330] Freezing user space processes ... (elapsed 0.003 seconds) done. <4>[117489.895504] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117489.897183] Suspending console(s) (use no_console_suspend to debug) <7>[117490.081814] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117490.082272] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117490.106289] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117490.109371] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117490.116726] msm_wm8958_shutdown_power: codec power shutdown <3>[117490.116787] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117490.121548] max8903b_suspend: suspend <6>[117490.129665] PM: suspend of devices complete after 229.441 msecs <6>[117490.135433] PM: late suspend of devices complete after 5.704 msecs <6>[117490.142605] PM: noirq suspend of devices complete after 7.107 msecs <4>[117490.142635] Disabling non-boot CPUs ... <6>[117490.142910] msm_pm_enter <6>[117490.142910] msm_pm_enter: power collapse <6>[117490.142910] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117490.142910] msm_pm_enter: return <6>[117490.149136] PM: noirq resume of devices complete after 5.612 msecs <6>[117490.150692] wakeup wake lock: mmc1 <6>[117490.156826] PM: early resume of devices complete after 5.734 msecs <4>[117490.166927] max8903b_resume: resume <3>[117490.168240] msm_wm8958_setup_power: codec power setup <4>[117490.168301] 8058_s3: Failed to create debugfs directory <3>[117490.168331] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117490.270992] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117490.272915] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117490.278683] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117490.279018] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117490.279324] PM: resume of devices complete after 122.382 msecs <4>[117490.283505] Restarting tasks ... done. <6>[117490.291317] PM: suspend exit 2015-04-27 06:37:03.013113279 UTC <6>[117490.291317] suspend: exit suspend, ret = 0 (2015-04-27 06:37:03.013143775 UTC) <6>[117490.291348] active wake lock power-supply <6>[117490.291348] active wake lock alarm, time left 500 <6>[117490.332211] healthd: battery l=92 v=4080 t=28.0 h=2 st=2 c=877 chg=a <6>[117495.960934] PM: suspend entry 2015-04-27 06:37:08.682117074 UTC <4>[117495.960995] Freezing user space processes ... (elapsed 0.005 seconds) done. <4>[117495.976040] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117495.977718] Suspending console(s) (use no_console_suspend to debug) <7>[117496.152645] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117496.153072] lm8502_mod_brightness: set LED1 brightness (0) percent <3>[117496.153713] dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16 <3>[117496.153744] PM: Device alarm failed to suspend: error -16 <3>[117496.153774] PM: Some devices failed to suspend <7>[117496.154476] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117496.154903] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117496.157070] PM: resume of devices complete after 3.265 msecs <4>[117496.163265] Restarting tasks ... done. <6>[117496.167324] PM: suspend exit 2015-04-27 06:37:08.888507414 UTC <6>[117496.167324] suspend: exit suspend, ret = -16 (2015-04-27 06:37:08.888537932 UTC) <6>[117497.852596] lsm303dlh_acc_sysfs: hw init start <6>[117497.853512] lsm303dlh_acc_sysfs: hw init done <6>[117501.012936] PM: suspend entry 2015-04-27 06:37:13.734118917 UTC <4>[117501.012997] Freezing user space processes ... (elapsed 0.005 seconds) done. <4>[117501.039608] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117501.041256] Suspending console(s) (use no_console_suspend to debug) <7>[117501.222622] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117501.223049] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117501.247433] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117501.250424] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117501.256283] msm_wm8958_shutdown_power: codec power shutdown <3>[117501.256344] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117501.258602] max8903b_suspend: suspend <6>[117501.267025] PM: suspend of devices complete after 222.595 msecs <6>[117501.272549] PM: late suspend of devices complete after 5.493 msecs <6>[117501.279934] PM: noirq suspend of devices complete after 7.324 msecs <4>[117501.279965] Disabling non-boot CPUs ... <6>[117501.280239] msm_pm_enter <6>[117501.280239] msm_pm_enter: power collapse <6>[117501.280239] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117501.280239] msm_pm_enter: return <6>[117501.286495] PM: noirq resume of devices complete after 5.706 msecs <6>[117501.288021] wakeup wake lock: mmc1 <6>[117501.294460] PM: early resume of devices complete after 6.011 msecs <4>[117501.300991] max8903b_resume: resume <3>[117501.302273] msm_wm8958_setup_power: codec power setup <4>[117501.302334] 8058_s3: Failed to create debugfs directory <3>[117501.302364] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117501.396114] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117501.397457] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117501.400509] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117501.400875] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117501.400936] PM: resume of devices complete after 106.416 msecs <4>[117501.404171] Restarting tasks ... done. <6>[117501.409390] PM: suspend exit 2015-04-27 06:37:14.130508603 UTC <6>[117501.409390] suspend: exit suspend, ret = 0 (2015-04-27 06:37:14.130539103 UTC) <6>[117501.409420] active wake lock PowerManagerService.WakeLocks <6>[117501.409420] active wake lock power-supply <6>[117501.463894] healthd: battery l=92 v=4080 t=28.0 h=2 st=2 c=871 chg=a <6>[117501.577511] PM: suspend entry 2015-04-27 06:37:14.298530454 UTC <4>[117501.578091] Freezing user space processes ... (elapsed 0.004 seconds) done. <4>[117501.595120] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117501.596798] Suspending console(s) (use no_console_suspend to debug) <7>[117501.782772] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117501.783199] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117501.812801] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117501.815914] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117501.823208] msm_wm8958_shutdown_power: codec power shutdown <3>[117501.823269] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117501.827999] max8903b_suspend: suspend <6>[117501.836483] PM: suspend of devices complete after 236.649 msecs <6>[117501.842098] PM: late suspend of devices complete after 5.583 msecs <6>[117501.849392] PM: noirq suspend of devices complete after 7.261 msecs <4>[117501.849423] Disabling non-boot CPUs ... <6>[117501.849697] msm_pm_enter <6>[117501.849697] msm_pm_enter: power collapse <6>[117501.849697] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117501.849697] msm_pm_enter: return <6>[117501.856045] PM: noirq resume of devices complete after 5.797 msecs <6>[117501.857571] wakeup wake lock: mmc1 <6>[117501.863613] PM: early resume of devices complete after 5.644 msecs <4>[117501.869259] max8903b_resume: resume <3>[117501.870571] msm_wm8958_setup_power: codec power setup <4>[117501.870602] 8058_s3: Failed to create debugfs directory <3>[117501.870632] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117501.972042] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117501.973904] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117501.979488] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117501.979855] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117501.980160] PM: resume of devices complete after 116.402 msecs <4>[117501.984341] Restarting tasks ... done. <6>[117501.993893] PM: suspend exit 2015-04-27 06:37:46.014912460 UTC <6>[117501.993893] suspend: exit suspend, ret = 0 (2015-04-27 06:37:46.014942956 UTC) <6>[117501.993923] active wake lock PowerManagerService.WakeLocks <6>[117501.993923] active wake lock power-supply <6>[117501.993954] active wake lock alarm, time left 499 <6>[117502.035641] healthd: battery l=92 v=4084 t=28.0 h=2 st=2 c=860 chg=a <6>[117502.393337] PM: suspend entry 2015-04-27 06:37:46.414142305 UTC <4>[117502.393398] Freezing user space processes ... (elapsed 0.004 seconds) done. <4>[117502.488552] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117502.490231] Suspending console(s) (use no_console_suspend to debug) <7>[117502.673214] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117502.673641] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117502.697964] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117502.701016] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117502.708492] msm_wm8958_shutdown_power: codec power shutdown <3>[117502.708553] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117502.714718] max8903b_suspend: suspend <6>[117502.722744] PM: suspend of devices complete after 229.470 msecs <6>[117502.728420] PM: late suspend of devices complete after 5.612 msecs <6>[117502.735714] PM: noirq suspend of devices complete after 7.229 msecs <4>[117502.735745] Disabling non-boot CPUs ... <6>[117502.736019] msm_pm_enter <6>[117502.736019] msm_pm_enter: power collapse <6>[117502.736019] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117502.736019] msm_pm_enter: return <6>[117502.742153] PM: noirq resume of devices complete after 5.612 msecs <6>[117502.743710] wakeup wake lock: mmc1 <6>[117502.749844] PM: early resume of devices complete after 5.734 msecs <4>[117502.758358] max8903b_resume: resume <3>[117502.759640] msm_wm8958_setup_power: codec power setup <4>[117502.759701] 8058_s3: Failed to create debugfs directory <3>[117502.759731] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117502.853939] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117502.855312] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117502.858395] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117502.858730] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117502.858822] PM: resume of devices complete after 108.871 msecs <4>[117502.862026] Restarting tasks ... done. <6>[117502.866695] PM: suspend exit 2015-04-27 06:38:06.008752159 UTC <6>[117502.866695] suspend: exit suspend, ret = 0 (2015-04-27 06:38:06.008782655 UTC) <6>[117502.866726] active wake lock power-supply <6>[117502.908505] PM: suspend entry 2015-04-27 06:38:06.050559413 UTC <4>[117502.916531] Freezing user space processes ... (elapsed 0.024 seconds) done. <4>[117502.985958] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117502.987667] Suspending console(s) (use no_console_suspend to debug) <7>[117503.163509] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117503.163937] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117503.188015] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117503.191067] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117503.198483] msm_wm8958_shutdown_power: codec power shutdown <3>[117503.198513] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117503.203274] max8903b_suspend: suspend <6>[117503.211392] PM: suspend of devices complete after 220.640 msecs <6>[117503.217190] PM: late suspend of devices complete after 5.735 msecs <6>[117503.224392] PM: noirq suspend of devices complete after 7.139 msecs <4>[117503.224423] Disabling non-boot CPUs ... <6>[117503.224697] msm_pm_enter <6>[117503.224697] msm_pm_enter: power collapse <6>[117503.224697] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117503.224697] msm_pm_enter: return <6>[117503.230923] PM: noirq resume of devices complete after 5.613 msecs <6>[117503.232479] wakeup wake lock: mmc1 <6>[117503.238613] PM: early resume of devices complete after 5.735 msecs <4>[117503.248592] max8903b_resume: resume <3>[117503.249905] msm_wm8958_setup_power: codec power setup <4>[117503.249935] 8058_s3: Failed to create debugfs directory <3>[117503.249966] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117503.344021] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117503.345394] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117503.348476] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117503.348812] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117503.348873] PM: resume of devices complete after 110.157 msecs <4>[117503.352078] Restarting tasks ... done. <6>[117503.362698] PM: suspend exit 2015-04-27 06:38:30.014699351 UTC <6>[117503.362728] suspend: exit suspend, ret = 0 (2015-04-27 06:38:30.014729847 UTC) <6>[117503.362728] active wake lock power-supply <6>[117503.362759] active wake lock alarm, time left 499 <6>[117503.399807] healthd: battery l=92 v=4084 t=28.0 h=2 st=2 c=840 chg=a <6>[117503.420559] healthd: battery l=92 v=4084 t=28.0 h=2 st=2 c=840 chg=a <6>[117503.635311] PM: suspend entry 2015-04-27 06:38:30.287143014 UTC <4>[117503.678158] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[117503.707546] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117503.709225] Suspending console(s) (use no_console_suspend to debug) <7>[117503.903927] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117503.904354] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117503.928372] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117503.931423] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117503.938900] msm_wm8958_shutdown_power: codec power shutdown <3>[117503.938931] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117503.943691] max8903b_suspend: suspend <6>[117503.951901] PM: suspend of devices complete after 239.657 msecs <6>[117503.957607] PM: late suspend of devices complete after 5.644 msecs <6>[117503.964779] PM: noirq suspend of devices complete after 7.109 msecs <4>[117503.964809] Disabling non-boot CPUs ... <6>[117503.965115] msm_pm_enter <6>[117503.965115] msm_pm_enter: power collapse <6>[117503.965115] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117503.965115] msm_pm_enter: return <6>[117503.971340] PM: noirq resume of devices complete after 5.614 msecs <6>[117503.973324] wakeup wake lock: alarm_rtc <6>[117503.979244] PM: early resume of devices complete after 5.736 msecs <4>[117503.982967] max8903b_resume: resume <3>[117503.987484] msm_wm8958_setup_power: codec power setup <4>[117503.987545] 8058_s3: Failed to create debugfs directory <3>[117503.987576] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117504.091091] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117504.092465] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117504.096493] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117504.097012] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117504.099575] PM: resume of devices complete after 120.190 msecs <4>[117504.113674] Restarting tasks ... done. <6>[117504.124539] PM: suspend exit 2015-04-27 06:38:47.028756590 UTC <6>[117504.124569] suspend: exit suspend, ret = 0 (2015-04-27 06:38:47.028756590 UTC) <6>[117504.124569] active wake lock power-supply <6>[117504.124569] active wake lock alarm, time left 498 <6>[117504.160061] healthd: battery l=92 v=4084 t=28.0 h=2 st=2 c=836 chg=a <6>[117505.198391] PM: suspend entry 2015-04-27 06:38:48.102176962 UTC <4>[117505.198452] Freezing user space processes ... (elapsed 0.005 seconds) done. <4>[117505.282559] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117505.284268] Suspending console(s) (use no_console_suspend to debug) <7>[117505.464626] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117505.465054] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117505.489407] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117505.492458] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117505.499935] msm_wm8958_shutdown_power: codec power shutdown <3>[117505.499966] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117505.504726] max8903b_suspend: suspend <6>[117505.512753] PM: suspend of devices complete after 225.417 msecs <6>[117505.518581] PM: late suspend of devices complete after 5.766 msecs <6>[117505.525875] PM: noirq suspend of devices complete after 7.262 msecs <4>[117505.525906] Disabling non-boot CPUs ... <6>[117505.526180] msm_pm_enter <6>[117505.526180] msm_pm_enter: power collapse <6>[117505.526180] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117505.526180] msm_pm_enter: return <6>[117505.532345] PM: noirq resume of devices complete after 5.614 msecs <6>[117505.534298] wakeup wake lock: alarm_rtc <6>[117505.540218] PM: early resume of devices complete after 5.736 msecs <4>[117505.543942] max8903b_resume: resume <3>[117505.548489] msm_wm8958_setup_power: codec power setup <4>[117505.548550] 8058_s3: Failed to create debugfs directory <3>[117505.548580] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117505.652096] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117505.653439] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117505.658444] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117505.659023] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117505.661526] PM: resume of devices complete after 121.162 msecs <4>[117505.677914] Restarting tasks ... done. <6>[117505.682095] PM: suspend exit 2015-04-27 06:39:47.024426093 UTC <6>[117505.682125] suspend: exit suspend, ret = 0 (2015-04-27 06:39:47.024456585 UTC) <6>[117505.713650] healthd: battery l=92 v=4084 t=28.0 h=2 st=2 c=813 chg=a <6>[117506.411892] PM: suspend entry 2015-04-27 06:39:47.753883481 UTC <4>[117506.411923] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[117506.861294] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117506.863003] Suspending console(s) (use no_console_suspend to debug) <7>[117507.045193] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117507.045620] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117507.069973] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117507.073025] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117507.080380] msm_wm8958_shutdown_power: codec power shutdown <3>[117507.080441] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117507.085201] max8903b_suspend: suspend <6>[117507.093289] PM: suspend of devices complete after 227.314 msecs <6>[117507.099087] PM: late suspend of devices complete after 5.766 msecs <6>[117507.106381] PM: noirq suspend of devices complete after 7.262 msecs <4>[117507.106411] Disabling non-boot CPUs ... <6>[117507.106716] msm_pm_enter <6>[117507.106716] msm_pm_enter: power collapse <6>[117507.106716] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117507.106716] msm_pm_enter: return <6>[117507.112881] PM: noirq resume of devices complete after 5.614 msecs <6>[117507.114834] wakeup wake lock: alarm_rtc <6>[117507.120754] PM: early resume of devices complete after 5.736 msecs <4>[117507.124386] max8903b_resume: resume <3>[117507.129025] msm_wm8958_setup_power: codec power setup <4>[117507.129086] 8058_s3: Failed to create debugfs directory <3>[117507.129116] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117507.232601] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117507.233975] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117507.238857] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117507.239315] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117507.243038] PM: resume of devices complete after 122.172 msecs <4>[117507.255703] Restarting tasks ... done. <6>[117507.267727] PM: suspend exit 2015-04-27 06:40:47.029762426 UTC <6>[117507.267727] suspend: exit suspend, ret = 0 (2015-04-27 06:40:47.029792920 UTC) <6>[117507.295528] healthd: battery l=93 v=4089 t=28.0 h=2 st=2 c=790 chg=a <6>[117507.683834] lsm303dlh_acc_sysfs: hw init start <6>[117507.685055] lsm303dlh_acc_sysfs: hw init done <6>[117508.416561] PM: suspend entry 2015-04-27 06:40:48.178146209 UTC <4>[117508.416592] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[117508.568020] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117508.569729] Suspending console(s) (use no_console_suspend to debug) <7>[117508.755795] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117508.756252] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117508.780361] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117508.783382] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117508.790798] msm_wm8958_shutdown_power: codec power shutdown <3>[117508.790829] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117508.796719] max8903b_suspend: suspend <6>[117508.804775] PM: suspend of devices complete after 232.079 msecs <6>[117508.810635] PM: late suspend of devices complete after 5.828 msecs <6>[117508.817898] PM: noirq suspend of devices complete after 7.231 msecs <4>[117508.817928] Disabling non-boot CPUs ... <6>[117508.818203] msm_pm_enter <6>[117508.818203] msm_pm_enter: power collapse <6>[117508.818203] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117508.818203] msm_pm_enter: return <6>[117508.824368] PM: noirq resume of devices complete after 5.614 msecs <6>[117508.826321] wakeup wake lock: alarm_rtc <6>[117508.832241] PM: early resume of devices complete after 5.736 msecs <4>[117508.835934] max8903b_resume: resume <3>[117508.840481] msm_wm8958_setup_power: codec power setup <4>[117508.840542] 8058_s3: Failed to create debugfs directory <3>[117508.840572] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117508.944088] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117508.945370] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117508.952175] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117508.952664] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117508.955044] PM: resume of devices complete after 122.687 msecs <4>[117508.969845] Restarting tasks ... done. <6>[117508.977169] PM: suspend exit 2015-04-27 06:41:58.025737543 UTC <6>[117508.977169] suspend: exit suspend, ret = 0 (2015-04-27 06:41:58.025768037 UTC) <6>[117509.010098] healthd: battery l=93 v=4089 t=28.0 h=2 st=2 c=765 chg=a <6>[117509.311855] PM: suspend entry 2015-04-27 06:41:58.360235629 UTC <4>[117509.311916] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[117509.442562] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117509.444271] Suspending console(s) (use no_console_suspend to debug) <7>[117509.626095] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117509.626522] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117509.650631] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117509.653652] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117509.661007] msm_wm8958_shutdown_power: codec power shutdown <3>[117509.661038] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117509.667049] max8903b_suspend: suspend <6>[117509.675106] PM: suspend of devices complete after 227.777 msecs <6>[117509.680843] PM: late suspend of devices complete after 5.703 msecs <6>[117509.688198] PM: noirq suspend of devices complete after 7.290 msecs <4>[117509.688229] Disabling non-boot CPUs ... <6>[117509.688534] msm_pm_enter <6>[117509.688534] msm_pm_enter: power collapse <6>[117509.688534] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117509.688534] msm_pm_enter: return <6>[117509.694668] PM: noirq resume of devices complete after 5.612 msecs <6>[117509.696224] wakeup wake lock: mmc1 <6>[117509.702389] PM: early resume of devices complete after 5.704 msecs <4>[117509.711910] max8903b_resume: resume <3>[117509.713223] msm_wm8958_setup_power: codec power setup <4>[117509.713284] 8058_s3: Failed to create debugfs directory <3>[117509.713314] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117509.807705] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117509.809017] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117509.812100] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117509.812466] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117509.812527] PM: resume of devices complete after 110.060 msecs <4>[117509.815731] Restarting tasks ... done. <6>[117509.825527] PM: suspend exit 2015-04-27 06:41:59.013905880 UTC <6>[117509.825558] suspend: exit suspend, ret = 0 (2015-04-27 06:41:59.013936375 UTC) <6>[117509.825588] active wake lock power-supply <6>[117509.878140] healthd: battery l=93 v=4089 t=28.0 h=2 st=2 c=761 chg=a <6>[117509.944241] PM: suspend entry 2015-04-27 06:41:59.132505074 UTC <4>[117509.944302] Freezing user space processes ... (elapsed 0.003 seconds) done. <4>[117510.015347] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117510.017056] Suspending console(s) (use no_console_suspend to debug) <7>[117510.193142] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117510.193569] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117510.217526] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117510.218777] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117510.221768] msm_wm8958_shutdown_power: codec power shutdown <3>[117510.221768] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117510.222622] max8903b_suspend: suspend <6>[117510.226345] PM: suspend of devices complete after 206.238 msecs <6>[117510.228237] PM: late suspend of devices complete after 1.891 msecs <6>[117510.230618] PM: noirq suspend of devices complete after 2.349 msecs <4>[117510.230618] Disabling non-boot CPUs ... <6>[117510.230740] msm_pm_enter <6>[117510.230740] msm_pm_enter: power collapse <6>[117510.230740] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117510.230740] msm_pm_enter: return <6>[117510.232723] PM: noirq resume of devices complete after 1.800 msecs <6>[117510.233273] wakeup wake lock: mmc1 <6>[117510.235226] PM: early resume of devices complete after 1.800 msecs <4>[117510.239468] max8903b_resume: resume <3>[117510.240749] msm_wm8958_setup_power: codec power setup <4>[117510.240810] 8058_s3: Failed to create debugfs directory <3>[117510.240841] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117510.326321] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117510.326992] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117510.336056] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117510.336544] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117510.338345] PM: resume of devices complete after 103.052 msecs <4>[117510.349941] Restarting tasks ... done. <6>[117510.354855] PM: suspend exit 2015-04-27 06:42:03.019578872 UTC <6>[117510.354855] suspend: exit suspend, ret = 0 (2015-04-27 06:42:03.019609364 UTC) <6>[117510.354885] active wake lock power-supply <6>[117510.371700] PM: suspend entry 2015-04-27 06:42:03.036440746 UTC <6>[117510.388943] healthd: battery l=93 v=4089 t=28.0 h=2 st=2 c=761 chg=a <4>[117510.416561] Freezing user space processes ... (elapsed 0.021 seconds) done. <4>[117510.437985] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117510.439724] Suspending console(s) (use no_console_suspend to debug) <7>[117510.614742] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117510.615170] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117510.633663] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117510.635708] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117510.640713] msm_wm8958_shutdown_power: codec power shutdown <3>[117510.640743] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117510.644161] max8903b_suspend: suspend <6>[117510.647976] PM: suspend of devices complete after 205.165 msecs <6>[117510.649777] PM: late suspend of devices complete after 1.769 msecs <6>[117510.652096] PM: noirq suspend of devices complete after 2.318 msecs <4>[117510.652126] Disabling non-boot CPUs ... <6>[117510.652248] msm_pm_enter <6>[117510.652248] msm_pm_enter: power collapse <6>[117510.652248] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117510.652248] msm_pm_enter: return <6>[117510.654263] PM: noirq resume of devices complete after 1.799 msecs <6>[117510.654995] wakeup wake lock: alarm_rtc <6>[117510.656857] PM: early resume of devices complete after 1.769 msecs <4>[117510.658596] max8903b_resume: resume <3>[117510.667782] msm_wm8958_setup_power: codec power setup <4>[117510.667843] 8058_s3: Failed to create debugfs directory <3>[117510.667873] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117510.771328] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117510.772640] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117510.775692] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117510.776058] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117510.777187] PM: resume of devices complete after 120.250 msecs <4>[117510.785336] Restarting tasks ... done. <6>[117510.794705] PM: suspend exit 2015-04-27 06:42:11.019455513 UTC <6>[117510.794735] suspend: exit suspend, ret = 0 (2015-04-27 06:42:11.019486006 UTC) <6>[117510.794735] active wake lock power-supply <6>[117510.794766] active wake lock alarm, time left 499 <6>[117510.839413] healthd: battery l=93 v=4089 t=28.0 h=2 st=2 c=757 chg=a <6>[117516.205471] PM: suspend entry 2015-04-27 06:42:16.429644950 UTC <4>[117516.205532] Freezing user space processes ... (elapsed 0.004 seconds) done. <4>[117516.267696] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117516.269436] Suspending console(s) (use no_console_suspend to debug) <7>[117516.459133] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117516.459591] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117516.475979] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117516.479092] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117516.486385] msm_wm8958_shutdown_power: codec power shutdown <3>[117516.486446] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117516.491146] max8903b_suspend: suspend <6>[117516.499294] PM: suspend of devices complete after 226.898 msecs <6>[117516.504910] PM: late suspend of devices complete after 5.554 msecs <6>[117516.512173] PM: noirq suspend of devices complete after 7.202 msecs <4>[117516.512203] Disabling non-boot CPUs ... <6>[117516.512508] msm_pm_enter <6>[117516.512508] msm_pm_enter: power collapse <6>[117516.512508] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117516.512508] msm_pm_enter: return <6>[117516.518765] PM: noirq resume of devices complete after 5.706 msecs <6>[117516.520290] wakeup wake lock: mmc1 <6>[117516.526363] PM: early resume of devices complete after 5.645 msecs <4>[117516.533260] max8903b_resume: resume <3>[117516.534420] msm_wm8958_setup_power: codec power setup <4>[117516.534481] 8058_s3: Failed to create debugfs directory <3>[117516.534481] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117516.633724] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117516.635677] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117516.641140] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117516.641476] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117516.641781] PM: resume of devices complete after 115.362 msecs <4>[117516.645901] Restarting tasks ... done. <6>[117516.652187] PM: suspend exit 2015-04-27 06:42:25.011528275 UTC <6>[117516.652187] suspend: exit suspend, ret = 0 (2015-04-27 06:42:25.011558773 UTC) <6>[117516.652218] active wake lock power-supply <6>[117516.683437] PM: suspend entry 2015-04-27 06:42:25.042754947 UTC <6>[117516.700741] healthd: battery l=93 v=4089 t=28.0 h=2 st=2 c=752 chg=a <4>[117516.728298] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[117516.730099] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117516.731716] Suspending console(s) (use no_console_suspend to debug) <7>[117516.907803] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117516.908230] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117516.932247] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117516.935238] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117516.942654] msm_wm8958_shutdown_power: codec power shutdown <3>[117516.942715] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117516.948635] max8903b_suspend: suspend <6>[117516.956753] PM: suspend of devices complete after 221.948 msecs <6>[117516.962521] PM: late suspend of devices complete after 5.674 msecs <6>[117516.969753] PM: noirq suspend of devices complete after 7.230 msecs <4>[117516.969814] Disabling non-boot CPUs ... <6>[117516.970089] msm_pm_enter <6>[117516.970089] msm_pm_enter: power collapse <6>[117516.970089] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117516.970089] msm_pm_enter: return <6>[117516.976254] PM: noirq resume of devices complete after 5.613 msecs <6>[117516.978207] wakeup wake lock: alarm_rtc <6>[117516.984127] PM: early resume of devices complete after 5.704 msecs <4>[117516.987820] max8903b_resume: resume <3>[117516.992397] msm_wm8958_setup_power: codec power setup <4>[117516.992489] 8058_s3: Failed to create debugfs directory <3>[117516.992489] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117517.096005] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117517.097286] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117517.103817] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117517.104336] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117517.106716] PM: resume of devices complete after 122.442 msecs <4>[117517.121670] Restarting tasks ... done. <6>[117517.127682] PM: suspend exit 2015-04-27 06:42:42.024608869 UTC <6>[117517.127682] suspend: exit suspend, ret = 0 (2015-04-27 06:42:42.024639361 UTC) <6>[117517.127682] active wake lock PowerManagerService.WakeLocks <6>[117517.127712] active wake lock power-supply <6>[117517.127712] active wake lock alarm, time left 498 <6>[117517.156765] healthd: battery l=93 v=4089 t=28.0 h=2 st=2 c=746 chg=a <6>[117517.290920] PM: suspend entry 2015-04-27 06:42:42.187735910 UTC <4>[117517.333035] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[117517.334744] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117517.336392] Suspending console(s) (use no_console_suspend to debug) <7>[117517.518185] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117517.518612] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117517.542721] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117517.545712] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117517.553127] msm_wm8958_shutdown_power: codec power shutdown <3>[117517.553158] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117517.559109] max8903b_suspend: suspend <6>[117517.567226] PM: suspend of devices complete after 227.729 msecs <6>[117517.572964] PM: late suspend of devices complete after 5.675 msecs <6>[117517.580227] PM: noirq suspend of devices complete after 7.200 msecs <4>[117517.580257] Disabling non-boot CPUs ... <6>[117517.580532] msm_pm_enter <6>[117517.580532] msm_pm_enter: power collapse <6>[117517.580532] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117517.580532] msm_pm_enter: return <6>[117517.586697] PM: noirq resume of devices complete after 5.614 msecs <6>[117517.588650] wakeup wake lock: alarm_rtc <6>[117517.594570] PM: early resume of devices complete after 5.705 msecs <4>[117517.598293] max8903b_resume: resume <3>[117517.602840] msm_wm8958_setup_power: codec power setup <4>[117517.602932] 8058_s3: Failed to create debugfs directory <3>[117517.602932] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117517.689053] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117517.690456] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117517.693539] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117517.693874] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117517.694180] PM: resume of devices complete after 99.512 msecs <4>[117517.698757] Restarting tasks ... done. <6>[117517.709835] PM: suspend exit 2015-04-27 06:43:33.016805762 UTC <6>[117517.709866] suspend: exit suspend, ret = 0 (2015-04-27 06:43:33.016836255 UTC) <6>[117517.709866] active wake lock power-supply <6>[117517.709866] active wake lock alarm_rtc, time left 87 <6>[117517.757259] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=730 chg=a <6>[117518.058804] lsm303dlh_acc_sysfs: hw init start <6>[117518.059841] lsm303dlh_acc_sysfs: hw init done <6>[117519.040585] PM: suspend entry 2015-04-27 06:43:34.347029100 UTC <4>[117519.040646] Freezing user space processes ... (elapsed 0.004 seconds) done. <4>[117519.119473] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117519.121273] Suspending console(s) (use no_console_suspend to debug) <7>[117519.320339] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117519.320767] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117519.333279] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117519.336300] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117519.343655] msm_wm8958_shutdown_power: codec power shutdown <3>[117519.343716] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117519.349606] max8903b_suspend: suspend <6>[117519.357723] PM: suspend of devices complete after 233.487 msecs <6>[117519.363522] PM: late suspend of devices complete after 5.736 msecs <6>[117519.370785] PM: noirq suspend of devices complete after 7.201 msecs <4>[117519.370815] Disabling non-boot CPUs ... <6>[117519.371090] msm_pm_enter <6>[117519.371090] msm_pm_enter: power collapse <6>[117519.371090] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117519.371090] msm_pm_enter: return <6>[117519.377224] PM: noirq resume of devices complete after 5.614 msecs <6>[117519.378780] wakeup wake lock: mmc1 <6>[117519.384914] PM: early resume of devices complete after 5.706 msecs <4>[117519.394436] max8903b_resume: resume <3>[117519.395748] msm_wm8958_setup_power: codec power setup <4>[117519.395809] 8058_s3: Failed to create debugfs directory <3>[117519.395809] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117519.475491] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117519.476132] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117519.479214] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117519.479549] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117519.479641] PM: resume of devices complete after 94.662 msecs <4>[117519.483059] Restarting tasks ... done. <6>[117519.489803] PM: suspend exit 2015-04-27 06:45:21.011101670 UTC <6>[117519.489803] suspend: exit suspend, ret = 0 (2015-04-27 06:45:21.011101670 UTC) <6>[117519.489834] active wake lock power-supply <6>[117519.524136] PM: suspend entry 2015-04-27 06:45:21.045376976 UTC <6>[117519.541927] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=694 chg=a <4>[117519.563412] Freezing user space processes ... (elapsed 0.004 seconds) done. <4>[117519.575100] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117519.576809] Suspending console(s) (use no_console_suspend to debug) <7>[117519.760586] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117519.761013] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117519.773525] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117519.776547] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117519.783901] msm_wm8958_shutdown_power: codec power shutdown <3>[117519.783962] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117519.789913] max8903b_suspend: suspend <6>[117519.798153] PM: suspend of devices complete after 218.256 msecs <6>[117519.803951] PM: late suspend of devices complete after 5.735 msecs <6>[117519.811245] PM: noirq suspend of devices complete after 7.230 msecs <4>[117519.811276] Disabling non-boot CPUs ... <6>[117519.811550] msm_pm_enter <6>[117519.811550] msm_pm_enter: power collapse <6>[117519.811550] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117519.811550] msm_pm_enter: return <6>[117519.817715] PM: noirq resume of devices complete after 5.582 msecs <6>[117519.819241] wakeup wake lock: mmc1 <6>[117519.825375] PM: early resume of devices complete after 5.735 msecs <4>[117519.834255] max8903b_resume: resume <3>[117519.835568] msm_wm8958_setup_power: codec power setup <4>[117519.835629] 8058_s3: Failed to create debugfs directory <3>[117519.835629] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117519.920010] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117519.920681] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117519.923794] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117519.924130] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117519.924221] PM: resume of devices complete after 98.717 msecs <4>[117519.927395] Restarting tasks ... done. <6>[117519.935024] PM: suspend exit 2015-04-27 06:46:15.011740996 UTC <6>[117519.935055] suspend: exit suspend, ret = 0 (2015-04-27 06:46:15.011740996 UTC) <6>[117519.935055] active wake lock PowerManagerService.WakeLocks <6>[117519.935055] active wake lock power-supply <6>[117519.935085] active wake lock alarm, time left 499 <6>[117519.990414] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=677 chg=a <6>[117520.826809] PM: suspend entry 2015-04-27 06:46:15.903146905 UTC <4>[117520.826870] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[117520.958279] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117520.960018] Suspending console(s) (use no_console_suspend to debug) <7>[117521.139553] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117521.139980] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117521.164089] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117521.167080] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117521.174435] msm_wm8958_shutdown_power: codec power shutdown <3>[117521.174465] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117521.180447] max8903b_suspend: suspend <6>[117521.188503] PM: suspend of devices complete after 225.464 msecs <6>[117521.194363] PM: late suspend of devices complete after 5.797 msecs <6>[117521.201656] PM: noirq suspend of devices complete after 7.231 msecs <4>[117521.201687] Disabling non-boot CPUs ... <6>[117521.201962] msm_pm_enter <6>[117521.201962] msm_pm_enter: power collapse <6>[117521.201962] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117521.201962] msm_pm_enter: return <6>[117521.208126] PM: noirq resume of devices complete after 5.614 msecs <6>[117521.210079] wakeup wake lock: alarm_rtc <6>[117521.216000] PM: early resume of devices complete after 5.705 msecs <4>[117521.219692] max8903b_resume: resume <3>[117521.224270] msm_wm8958_setup_power: codec power setup <4>[117521.224361] 8058_s3: Failed to create debugfs directory <3>[117521.224361] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117521.327908] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117521.329250] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117521.336056] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117521.336544] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117521.340450] PM: resume of devices complete after 124.333 msecs <4>[117521.354122] Restarting tasks ... done. <6>[117521.360958] PM: suspend exit 2015-04-27 06:46:58.025676127 UTC <6>[117521.360958] suspend: exit suspend, ret = 0 (2015-04-27 06:46:58.025676127 UTC) <6>[117521.390682] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=665 chg=a <6>[117521.550137] lsm303dlh_acc_sysfs: hw init start <6>[117521.551357] lsm303dlh_acc_sysfs: hw init done <6>[117528.918331] PM: suspend entry 2015-04-27 06:47:05.582415921 UTC <4>[117528.918392] Freezing user space processes ... (elapsed 0.004 seconds) done. <4>[117529.087673] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117529.089443] Suspending console(s) (use no_console_suspend to debug) <7>[117529.270413] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117529.270840] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117529.294888] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117529.297909] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117529.305355] msm_wm8958_shutdown_power: codec power shutdown <3>[117529.305386] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117529.310116] max8903b_suspend: suspend <6>[117529.318295] PM: suspend of devices complete after 225.891 msecs <6>[117529.324001] PM: late suspend of devices complete after 5.645 msecs <6>[117529.331204] PM: noirq suspend of devices complete after 7.141 msecs <4>[117529.331234] Disabling non-boot CPUs ... <6>[117529.331509] msm_pm_enter <6>[117529.331509] msm_pm_enter: power collapse <6>[117529.331509] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117529.331509] msm_pm_enter: return <6>[117529.337765] PM: noirq resume of devices complete after 5.615 msecs <6>[117529.339718] wakeup wake lock: alarm_rtc <6>[117529.345638] PM: early resume of devices complete after 5.737 msecs <4>[117529.349361] max8903b_resume: resume <3>[117529.353817] msm_wm8958_setup_power: codec power setup <4>[117529.353909] 8058_s3: Failed to create debugfs directory <3>[117529.353909] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117529.439816] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117529.440487] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117529.443661] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117529.443997] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117529.444302] PM: resume of devices complete after 98.618 msecs <4>[117529.448879] Restarting tasks ... done. <6>[117529.454434] PM: suspend exit 2015-04-27 06:47:13.011283548 UTC <6>[117529.454464] suspend: exit suspend, ret = 0 (2015-04-27 06:47:13.011314045 UTC) <6>[117529.502316] healthd: battery l=94 v=4099 t=27.0 h=2 st=2 c=658 chg=a <6>[117529.745846] PM: suspend entry 2015-04-27 06:47:13.302517099 UTC <4>[117529.745907] Freezing user space processes ... (elapsed 0.005 seconds) done. <4>[117529.833645] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117529.835384] Suspending console(s) (use no_console_suspend to debug) <7>[117530.018765] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117530.019192] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117530.036770] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117530.037533] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117530.039974] msm_wm8958_shutdown_power: codec power shutdown <3>[117530.039974] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117530.040829] max8903b_suspend: suspend <6>[117530.044613] PM: suspend of devices complete after 206.249 msecs <6>[117530.046413] PM: late suspend of devices complete after 1.799 msecs <6>[117530.048763] PM: noirq suspend of devices complete after 2.287 msecs <4>[117530.048763] Disabling non-boot CPUs ... <6>[117530.048885] msm_pm_enter <6>[117530.048885] msm_pm_enter: power collapse <6>[117530.048885] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117530.048885] msm_pm_enter: return <6>[117530.050900] PM: noirq resume of devices complete after 1.799 msecs <6>[117530.051449] wakeup wake lock: mmc1 <6>[117530.053433] PM: early resume of devices complete after 1.830 msecs <4>[117530.057674] max8903b_resume: resume <3>[117530.058956] msm_wm8958_setup_power: codec power setup <4>[117530.059017] 8058_s3: Failed to create debugfs directory <3>[117530.059048] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117530.148861] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117530.149715] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117530.155178] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117530.155514] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117530.155819] PM: resume of devices complete after 102.317 msecs <4>[117530.159969] Restarting tasks ... done. <6>[117530.168423] PM: suspend exit 2015-04-27 06:47:52.013723010 UTC <6>[117530.168423] suspend: exit suspend, ret = 0 (2015-04-27 06:47:52.013753506 UTC) <6>[117530.168453] active wake lock power-supply <6>[117530.197384] PM: suspend entry 2015-04-27 06:47:52.042660892 UTC <6>[117530.218350] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=647 chg=a <4>[117530.218655] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[117530.220425] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117530.222073] Suspending console(s) (use no_console_suspend to debug) <7>[117530.420956] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117530.421383] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117530.444271] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117530.445309] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117530.448269] msm_wm8958_shutdown_power: codec power shutdown <3>[117530.448299] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117530.450527] max8903b_suspend: suspend <6>[117530.458736] PM: suspend of devices complete after 233.503 msecs <6>[117530.464626] PM: late suspend of devices complete after 5.826 msecs <6>[117530.471829] PM: noirq suspend of devices complete after 7.138 msecs <4>[117530.471859] Disabling non-boot CPUs ... <6>[117530.472134] msm_pm_enter <6>[117530.472134] msm_pm_enter: power collapse <6>[117530.472134] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117530.472134] msm_pm_enter: return <6>[117530.476437] PM: noirq resume of devices complete after 3.447 msecs <6>[117530.476986] wakeup wake lock: mmc1 <6>[117530.478939] PM: early resume of devices complete after 1.799 msecs <4>[117530.483364] max8903b_resume: resume <3>[117530.484676] msm_wm8958_setup_power: codec power setup <4>[117530.484737] 8058_s3: Failed to create debugfs directory <3>[117530.484737] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117530.578671] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117530.580624] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117530.586117] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117530.586453] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117530.586758] PM: resume of devices complete after 107.717 msecs <4>[117530.590878] Restarting tasks ... done. <6>[117530.599331] PM: suspend exit 2015-04-27 06:48:02.013722884 UTC <6>[117530.599331] suspend: exit suspend, ret = 0 (2015-04-27 06:48:02.013753379 UTC) <6>[117530.599361] active wake lock PowerManagerService.WakeLocks <6>[117530.599361] active wake lock power-supply <6>[117530.599392] active wake lock alarm, time left 499 <6>[117530.652157] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=644 chg=a <6>[117530.893093] PM: suspend entry 2015-04-27 06:48:02.307306809 UTC <4>[117530.893154] Freezing user space processes ... (elapsed 0.001 seconds) done. <4>[117530.977444] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117530.979183] Suspending console(s) (use no_console_suspend to debug) <7>[117531.159206] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117531.159634] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117531.178158] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117531.180233] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117531.185238] msm_wm8958_shutdown_power: codec power shutdown <3>[117531.185268] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117531.188717] max8903b_suspend: suspend <6>[117531.192532] PM: suspend of devices complete after 210.394 msecs <6>[117531.194332] PM: late suspend of devices complete after 1.799 msecs <6>[117531.196682] PM: noirq suspend of devices complete after 2.318 msecs <4>[117531.196682] Disabling non-boot CPUs ... <6>[117531.196804] msm_pm_enter <6>[117531.196804] msm_pm_enter: power collapse <6>[117531.196804] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117531.196804] msm_pm_enter: return <6>[117531.198818] PM: noirq resume of devices complete after 1.769 msecs <6>[117531.199368] wakeup wake lock: mmc1 <6>[117531.201321] PM: early resume of devices complete after 1.799 msecs <4>[117531.205227] max8903b_resume: resume <3>[117531.206509] msm_wm8958_setup_power: codec power setup <4>[117531.206570] 8058_s3: Failed to create debugfs directory <3>[117531.206600] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117531.297909] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117531.298794] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117531.304257] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117531.304592] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117531.304897] PM: resume of devices complete after 103.504 msecs <4>[117531.309017] Restarting tasks ... done. <6>[117531.317013] PM: suspend exit 2015-04-27 06:48:03.013265672 UTC <6>[117531.317013] suspend: exit suspend, ret = 0 (2015-04-27 06:48:03.013265672 UTC) <6>[117531.317043] active wake lock power-supply <6>[117531.346554] PM: suspend entry 2015-04-27 06:48:03.042783232 UTC <6>[117531.361630] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=644 chg=a <4>[117531.389340] Freezing user space processes ... (elapsed 0.033 seconds) done. <4>[117531.484066] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117531.485836] Suspending console(s) (use no_console_suspend to debug) <7>[117531.671627] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117531.672054] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117531.696011] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117531.699062] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117531.706509] msm_wm8958_shutdown_power: codec power shutdown <3>[117531.706539] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117531.711300] max8903b_suspend: suspend <6>[117531.719509] PM: suspend of devices complete after 230.641 msecs <6>[117531.725216] PM: late suspend of devices complete after 5.644 msecs <6>[117531.732418] PM: noirq suspend of devices complete after 7.139 msecs <4>[117531.732449] Disabling non-boot CPUs ... <6>[117531.732723] msm_pm_enter <6>[117531.732723] msm_pm_enter: power collapse <6>[117531.732723] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117531.732723] msm_pm_enter: return <6>[117531.738949] PM: noirq resume of devices complete after 5.613 msecs <6>[117531.740505] wakeup wake lock: mmc1 <6>[117531.746639] PM: early resume of devices complete after 5.735 msecs <4>[117531.756741] max8903b_resume: resume <3>[117531.758053] msm_wm8958_setup_power: codec power setup <4>[117531.758083] 8058_s3: Failed to create debugfs directory <3>[117531.758114] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117531.849239] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117531.851193] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117531.856808] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117531.857143] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117531.857449] PM: resume of devices complete after 110.707 msecs <4>[117531.861599] Restarting tasks ... done. <6>[117531.873013] PM: suspend exit 2015-04-27 06:48:07.016681438 UTC <6>[117531.873013] suspend: exit suspend, ret = 0 (2015-04-27 06:48:07.016711931 UTC) <6>[117531.873043] active wake lock power-supply <6>[117531.896999] PM: suspend entry 2015-04-27 06:48:07.040649180 UTC <6>[117531.914913] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=644 chg=a <4>[117531.991512] Freezing user space processes ... (elapsed 0.029 seconds) done. <4>[117532.318478] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117532.320187] Suspending console(s) (use no_console_suspend to debug) <7>[117532.509213] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117532.509640] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117532.533627] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117532.536648] lm8502_mod_brightness: set LED2 brightness (0) percent <3>[117532.544003] msm_wm8958_shutdown_power: codec power shutdown <3>[117532.544064] wm8994_ldo_power: Power down the WM8994 LDOs <4>[117532.548763] max8903b_suspend: suspend <6>[117532.556698] PM: suspend of devices complete after 233.347 msecs <6>[117532.562344] PM: late suspend of devices complete after 5.612 msecs <6>[117532.569698] PM: noirq suspend of devices complete after 7.320 msecs <4>[117532.569729] Disabling non-boot CPUs ... <6>[117532.570004] msm_pm_enter <6>[117532.570004] msm_pm_enter: power collapse <6>[117532.570004] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000 <6>[117532.570004] msm_pm_enter: return <6>[117532.576229] PM: noirq resume of devices complete after 5.704 msecs <6>[117532.578182] wakeup wake lock: alarm_rtc <6>[117532.584591] PM: early resume of devices complete after 6.191 msecs <4>[117532.587917] max8903b_resume: resume <3>[117532.597225] msm_wm8958_setup_power: codec power setup <4>[117532.597286] 8058_s3: Failed to create debugfs directory <3>[117532.597286] wm8994_ldo_power: Power up the WM8994 LDOs <7>[117532.691738] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117532.693142] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117532.696285] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117532.696652] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117532.696957] PM: resume of devices complete after 112.255 msecs <4>[117532.701504] Restarting tasks ... done. <6>[117532.709652] PM: suspend exit 2015-04-27 06:48:16.013845141 UTC <6>[117532.709652] suspend: exit suspend, ret = 0 (2015-04-27 06:48:16.013875637 UTC) <6>[117532.709683] active wake lock PowerManagerService.WakeLocks <6>[117532.709683] active wake lock power-supply <6>[117532.758663] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=641 chg=a <6>[117532.778866] PM: suspend entry 2015-04-27 06:48:16.083037164 UTC <4>[117533.130184] Freezing user space processes ... (elapsed 0.072 seconds) done. <4>[117533.208187] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. <4>[117533.210018] Suspending console(s) (use no_console_suspend to debug) <7>[117533.402371] lm8502_mod_brightness: set LED2 brightness (0) percent <7>[117533.402798] lm8502_mod_brightness: set LED1 brightness (0) percent <3>[117533.403347] dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16 <3>[117533.403378] PM: Device alarm failed to suspend: error -16 <3>[117533.403408] PM: Some devices failed to suspend <7>[117533.404232] lm8502_mod_brightness: set LED1 brightness (0) percent <7>[117533.404659] lm8502_mod_brightness: set LED2 brightness (0) percent <6>[117533.406643] PM: resume of devices complete after 3.050 msecs <4>[117533.411129] Restarting tasks ... done. <6>[117533.417446] PM: suspend exit 2015-04-27 06:48:16.721348633 UTC <6>[117533.417446] suspend: exit suspend, ret = -16 (2015-04-27 06:48:16.721379136 UTC) <6>[117533.417477] active wake lock alarm_rtc, time left 198 <6>[117533.690853] request_suspend_state: wakeup (3->0) at 117531227315571 (2015-04-27 06:48:16.994672248 UTC) <6>[117533.693203] lsm303dlh_acc_sysfs: hw init start <6>[117533.697109] lsm303dlh_acc_sysfs: hw init done <6>[117533.724423] [MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000] <3>[117533.727413] [DISP] lcdc_panel_power: ++ 1 <4>[117533.967678] mdp4_csc_config: Block type 10 isn't supported by CSC. <4>[117533.967709] mdp4_csc_config: Block type 8 isn't supported by CSC. <6>[117533.998989] mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000 <4>[117533.999355] type=1400 audit(1430117297.290:529): avc: denied { open } for pid=144 comm="surfaceflinger" name="msm_rotator" dev="tmpfs" ino=4336 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <3>[117534.203854] [DISP] lcdc_tenderloin_panel_set_backlight: 101 <3>[117534.207455] [DISP] lcdc_tenderloin_panel_set_backlight: 105 <3>[117534.222683] [DISP] lcdc_tenderloin_panel_set_backlight: 108 <3>[117534.241451] [DISP] lcdc_tenderloin_panel_set_backlight: 111 <3>[117534.258694] [DISP] lcdc_tenderloin_panel_set_backlight: 115 <3>[117534.274715] [DISP] lcdc_tenderloin_panel_set_backlight: 118 <3>[117534.290157] [DISP] lcdc_tenderloin_panel_set_backlight: 122 <3>[117534.306271] [DISP] lcdc_tenderloin_panel_set_backlight: 125 <3>[117534.327023] [DISP] lcdc_tenderloin_panel_set_backlight: 128 <3>[117534.339504] [DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[117534.357082] [DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[117534.377346] [DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[117534.390499] [DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[117534.414730] [DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[117534.432064] [DISP] lcdc_tenderloin_panel_set_backlight: 146 <4>[117534.764034] type=1400 audit(1430117298.051:530): avc: denied { getattr } for pid=8430 comm="Binder_3" path="/system/framework/com.google.android.maps.jar" dev="dm-10" ino=1884 scontext=u:r:platform_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <4>[117534.765072] type=1400 audit(1430117298.051:531): avc: denied { read } for pid=8430 comm="Binder_3" name="com.google.android.maps.jar" dev="dm-10" ino=1884 scontext=u:r:platform_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <4>[117534.765316] type=1400 audit(1430117298.051:532): avc: denied { open } for pid=8430 comm="Binder_3" name="com.google.android.maps.jar" dev="dm-10" ino=1884 scontext=u:r:platform_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <3>[117553.718624] [DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[117553.735470] [DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[117553.768490] [DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[117553.785397] [DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[117553.818539] [DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[117553.835201] [DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[117553.868588] [DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[117553.885250] [DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[117553.918881] [DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[117553.935482] [DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[117553.969204] [DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[117553.992489] [DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[117554.018673] [DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[117554.035366] [DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[117554.068691] [DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[117554.085445] [DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[117554.136074] [DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[117554.169430] [DISP] lcdc_tenderloin_panel_set_backlight: 128 <3>[117554.186062] [DISP] lcdc_tenderloin_panel_set_backlight: 127 <3>[117554.219692] [DISP] lcdc_tenderloin_panel_set_backlight: 126 <3>[117554.236324] [DISP] lcdc_tenderloin_panel_set_backlight: 125 <3>[117554.269741] [DISP] lcdc_tenderloin_panel_set_backlight: 124 <3>[117554.286373] [DISP] lcdc_tenderloin_panel_set_backlight: 123 <3>[117554.319637] [DISP] lcdc_tenderloin_panel_set_backlight: 122 <3>[117554.336361] [DISP] lcdc_tenderloin_panel_set_backlight: 121 <3>[117554.369686] [DISP] lcdc_tenderloin_panel_set_backlight: 120 <3>[117554.386410] [DISP] lcdc_tenderloin_panel_set_backlight: 119 <3>[117554.419705] [DISP] lcdc_tenderloin_panel_set_backlight: 118 <3>[117554.436916] [DISP] lcdc_tenderloin_panel_set_backlight: 117 <3>[117554.468929] [DISP] lcdc_tenderloin_panel_set_backlight: 116 <3>[117554.485653] [DISP] lcdc_tenderloin_panel_set_backlight: 115 <3>[117554.519009] [DISP] lcdc_tenderloin_panel_set_backlight: 114 <3>[117554.535641] [DISP] lcdc_tenderloin_panel_set_backlight: 113 <3>[117554.570004] [DISP] lcdc_tenderloin_panel_set_backlight: 112 <3>[117554.586605] [DISP] lcdc_tenderloin_panel_set_backlight: 111 <3>[117554.620022] [DISP] lcdc_tenderloin_panel_set_backlight: 110 <3>[117554.636654] [DISP] lcdc_tenderloin_panel_set_backlight: 109 <3>[117554.670010] [DISP] lcdc_tenderloin_panel_set_backlight: 108 <3>[117554.686611] [DISP] lcdc_tenderloin_panel_set_backlight: 107 <3>[117554.720089] [DISP] lcdc_tenderloin_panel_set_backlight: 106 <3>[117554.736782] [DISP] lcdc_tenderloin_panel_set_backlight: 105 <3>[117554.770046] [DISP] lcdc_tenderloin_panel_set_backlight: 104 <3>[117554.786953] [DISP] lcdc_tenderloin_panel_set_backlight: 103 <3>[117554.819180] [DISP] lcdc_tenderloin_panel_set_backlight: 102 <3>[117554.835842] [DISP] lcdc_tenderloin_panel_set_backlight: 101 <3>[117554.869198] [DISP] lcdc_tenderloin_panel_set_backlight: 100 <3>[117554.886776] [DISP] lcdc_tenderloin_panel_set_backlight: 99 <3>[117554.919247] [DISP] lcdc_tenderloin_panel_set_backlight: 98 <3>[117554.935940] [DISP] lcdc_tenderloin_panel_set_backlight: 97 <3>[117554.969326] [DISP] lcdc_tenderloin_panel_set_backlight: 96 <3>[117554.985989] [DISP] lcdc_tenderloin_panel_set_backlight: 95 <3>[117555.020290] [DISP] lcdc_tenderloin_panel_set_backlight: 94 <3>[117555.036953] [DISP] lcdc_tenderloin_panel_set_backlight: 93 <3>[117555.070217] [DISP] lcdc_tenderloin_panel_set_backlight: 92 <3>[117555.086941] [DISP] lcdc_tenderloin_panel_set_backlight: 91 <3>[117555.120297] [DISP] lcdc_tenderloin_panel_set_backlight: 90 <3>[117555.136898] [DISP] lcdc_tenderloin_panel_set_backlight: 89 <3>[117555.169399] [DISP] lcdc_tenderloin_panel_set_backlight: 88 <3>[117555.186062] [DISP] lcdc_tenderloin_panel_set_backlight: 87 <3>[117555.219448] [DISP] lcdc_tenderloin_panel_set_backlight: 86 <3>[117555.236111] [DISP] lcdc_tenderloin_panel_set_backlight: 85 <3>[117555.270199] [DISP] lcdc_tenderloin_panel_set_backlight: 84 <3>[117555.286861] [DISP] lcdc_tenderloin_panel_set_backlight: 83 <3>[117555.320339] [DISP] lcdc_tenderloin_panel_set_backlight: 82 <3>[117555.337246] [DISP] lcdc_tenderloin_panel_set_backlight: 81 <3>[117555.369534] [DISP] lcdc_tenderloin_panel_set_backlight: 80 <3>[117555.386196] [DISP] lcdc_tenderloin_panel_set_backlight: 79 <3>[117555.419552] [DISP] lcdc_tenderloin_panel_set_backlight: 78 <3>[117555.436245] [DISP] lcdc_tenderloin_panel_set_backlight: 77 <3>[117555.470364] [DISP] lcdc_tenderloin_panel_set_backlight: 76 <3>[117555.486965] [DISP] lcdc_tenderloin_panel_set_backlight: 75 <3>[117555.520474] [DISP] lcdc_tenderloin_panel_set_backlight: 74 <3>[117555.537197] [DISP] lcdc_tenderloin_panel_set_backlight: 73 <3>[117555.570461] [DISP] lcdc_tenderloin_panel_set_backlight: 72 <3>[117555.587185] [DISP] lcdc_tenderloin_panel_set_backlight: 71 <3>[117555.620968] [DISP] lcdc_tenderloin_panel_set_backlight: 70 <3>[117555.636837] [DISP] lcdc_tenderloin_panel_set_backlight: 69 <3>[117555.670132] [DISP] lcdc_tenderloin_panel_set_backlight: 68 <3>[117555.686794] [DISP] lcdc_tenderloin_panel_set_backlight: 67 <3>[117555.723446] [DISP] lcdc_tenderloin_panel_set_backlight: 66 <3>[117555.736446] [DISP] lcdc_tenderloin_panel_set_backlight: 65 <3>[117555.769772] [DISP] lcdc_tenderloin_panel_set_backlight: 64 <3>[117555.786495] [DISP] lcdc_tenderloin_panel_set_backlight: 63 <3>[117555.819851] [DISP] lcdc_tenderloin_panel_set_backlight: 62 <3>[117555.836422] [DISP] lcdc_tenderloin_panel_set_backlight: 61 <3>[117555.869869] [DISP] lcdc_tenderloin_panel_set_backlight: 60 <3>[117555.886532] [DISP] lcdc_tenderloin_panel_set_backlight: 59 <3>[117555.919888] [DISP] lcdc_tenderloin_panel_set_backlight: 58 <3>[117555.936550] [DISP] lcdc_tenderloin_panel_set_backlight: 57 <3>[117555.975765] [DISP] lcdc_tenderloin_panel_set_backlight: 56 <3>[117555.987026] [DISP] lcdc_tenderloin_panel_set_backlight: 55 <3>[117556.020351] [DISP] lcdc_tenderloin_panel_set_backlight: 54 <3>[117556.036678] [DISP] lcdc_tenderloin_panel_set_backlight: 53 <3>[117556.070065] [DISP] lcdc_tenderloin_panel_set_backlight: 52 <3>[117556.087978] [DISP] lcdc_tenderloin_panel_set_backlight: 51 <3>[117556.120022] [DISP] lcdc_tenderloin_panel_set_backlight: 50 <3>[117556.136623] [DISP] lcdc_tenderloin_panel_set_backlight: 49 <3>[117556.170040] [DISP] lcdc_tenderloin_panel_set_backlight: 48 <3>[117556.187130] [DISP] lcdc_tenderloin_panel_set_backlight: 47 <3>[117556.221188] [DISP] lcdc_tenderloin_panel_set_backlight: 46 <3>[117556.237759] [DISP] lcdc_tenderloin_panel_set_backlight: 45 <3>[117556.270443] [DISP] lcdc_tenderloin_panel_set_backlight: 44 <3>[117556.287319] [DISP] lcdc_tenderloin_panel_set_backlight: 43 <3>[117556.320583] [DISP] lcdc_tenderloin_panel_set_backlight: 42 <3>[117556.338039] [DISP] lcdc_tenderloin_panel_set_backlight: 41 <3>[117556.373715] [DISP] lcdc_tenderloin_panel_set_backlight: 40 <3>[117556.388638] [DISP] lcdc_tenderloin_panel_set_backlight: 39 <3>[117556.420223] [DISP] lcdc_tenderloin_panel_set_backlight: 38 <3>[117556.436947] [DISP] lcdc_tenderloin_panel_set_backlight: 37 <3>[117556.470303] [DISP] lcdc_tenderloin_panel_set_backlight: 36 <3>[117556.486904] [DISP] lcdc_tenderloin_panel_set_backlight: 35 <3>[117556.520290] [DISP] lcdc_tenderloin_panel_set_backlight: 34 <3>[117556.536953] [DISP] lcdc_tenderloin_panel_set_backlight: 33 <3>[117556.570370] [DISP] lcdc_tenderloin_panel_set_backlight: 32 <3>[117556.587032] [DISP] lcdc_tenderloin_panel_set_backlight: 31 <3>[117556.620663] [DISP] lcdc_tenderloin_panel_set_backlight: 30 <3>[117556.637234] [DISP] lcdc_tenderloin_panel_set_backlight: 29 <3>[117556.670467] [DISP] lcdc_tenderloin_panel_set_backlight: 28 <3>[117556.686947] [DISP] lcdc_tenderloin_panel_set_backlight: 27 <3>[117556.720638] [DISP] lcdc_tenderloin_panel_set_backlight: 26 <3>[117556.738857] [DISP] lcdc_tenderloin_panel_set_backlight: 25 <3>[117556.771053] [DISP] lcdc_tenderloin_panel_set_backlight: 24 <3>[117556.787167] [DISP] lcdc_tenderloin_panel_set_backlight: 23 <3>[117556.820431] [DISP] lcdc_tenderloin_panel_set_backlight: 22 <3>[117556.837215] [DISP] lcdc_tenderloin_panel_set_backlight: 21 <3>[117556.870480] [DISP] lcdc_tenderloin_panel_set_backlight: 20 <3>[117556.887203] [DISP] lcdc_tenderloin_panel_set_backlight: 19 <3>[117556.920498] [DISP] lcdc_tenderloin_panel_set_backlight: 18 <3>[117556.937191] [DISP] lcdc_tenderloin_panel_set_backlight: 17 <3>[117556.970608] [DISP] lcdc_tenderloin_panel_set_backlight: 16 <3>[117556.987789] [DISP] lcdc_tenderloin_panel_set_backlight: 15 <3>[117557.020565] [DISP] lcdc_tenderloin_panel_set_backlight: 14 <3>[117557.037258] [DISP] lcdc_tenderloin_panel_set_backlight: 13 <3>[117557.070492] [DISP] lcdc_tenderloin_panel_set_backlight: 12 <4>[117605.067898] send sigkill to 4840 (id.gms.wearable), adj 764, size 8128 <4>[117605.096310] send sigkill to 4927 (ndroid.calendar), adj 764, size 7143 <4>[117605.127621] send sigkill to 4898 (viders.calendar), adj 1000, size 7069 <4>[117605.156033] send sigkill to 4866 (id.partnersetup), adj 1000, size 6309 <4>[117605.187954] send sigkill to 4955 (le.android.talk), adj 764, size 10684 <4>[117605.218746] send sigkill to 5034 (d.process.media), adj 764, size 7353 <4>[117605.255245] send sigkill to 5015 (droid.apps.plus), adj 647, size 12154 <4>[117605.288570] send sigkill to 5108 (droid.deskclock), adj 764, size 6984 <6>[117605.306454] binder: undelivered transaction 19466433 <4>[117605.317562] send sigkill to 4774 (earchbox:search), adj 647, size 13415 <4>[117605.345028] send sigkill to 5060 (d.process.acore), adj 647, size 8023 <6>[117833.413723] healthd: battery l=96 v=4104 t=28.0 h=2 st=2 c=564 chg=a <6>[118134.213070] healthd: battery l=97 v=4108 t=28.0 h=2 st=2 c=497 chg=a <6>[118735.812862] healthd: battery l=98 v=4113 t=28.0 h=2 st=2 c=387 chg=a <6>[119036.614559] healthd: battery l=100 v=4118 t=29.0 h=2 st=5 c=342 chg=a <4>[119974.345882] send sigkill to 4688 (umengService_v1), adj 1000, size 7787 <4>[119974.407803] send sigkill to 7283 (viders.calendar), adj 1000, size 7135 <4>[119974.498226] send sigkill to 684 (games.emojiquiz), adj 1000, size 6378 <4>[119975.325497] send sigkill to 5784 (id.partnersetup), adj 1000, size 6306 <4>[119977.002529] send sigkill to 7307 (ndroid.calendar), adj 1000, size 7139 <4>[119977.029293] send sigkill to 6914 (droid.deskclock), adj 1000, size 7003 <4>[119977.098232] send sigkill to 5764 (earchbox:search), adj 764, size 14766 <4>[119977.159237] send sigkill to 10786 (droid.apps.maps), adj 764, size 11751 <4>[119977.193997] send sigkill to 4811 (gle.android.gms), adj 647, size 14254 <4>[119977.230496] send sigkill to 4782 (ss.game.hangman), adj 647, size 7686 <4>[119977.260525] send sigkill to 11098 (d.process.acore), adj 529, size 7850 <4>[119977.290035] send sigkill to 11077 (d.process.media), adj 529, size 7316 <4>[120238.983883] send sigkill to 11057 (droid.apps.plus), adj 1000, size 12779 <4>[122827.471127] send sigkill to 11118 (umengService_v1), adj 1000, size 8013 <4>[122827.739864] send sigkill to 11853 (viders.calendar), adj 1000, size 7110 <4>[122827.764980] send sigkill to 11225 (games.emojiquiz), adj 1000, size 7067 <4>[122828.366940] send sigkill to 11545 (id.partnersetup), adj 1000, size 6295 <4>[124079.157711] send sigkill to 11876 (ndroid.calendar), adj 1000, size 7227 <4>[124281.575436] send sigkill to 17479 (viders.calendar), adj 1000, size 7092 <4>[124369.944454] send sigkill to 18640 (droid.apps.maps), adj 1000, size 11759 <4>[124370.204617] send sigkill to 18895 (d.process.acore), adj 1000, size 7882 <4>[124370.294430] send sigkill to 12198 (d.process.media), adj 764, size 7511 <4>[124370.325619] send sigkill to 11378 (droid.deskclock), adj 764, size 7014 <4>[124370.364986] send sigkill to 20020 (le.android.talk), adj 1000, size 11061 <4>[128423.423550] send sigkill to 17238 (umengService_v1), adj 1000, size 8031 <4>[128423.445187] send sigkill to 17293 (games.emojiquiz), adj 1000, size 7070 <4>[129114.191280] send sigkill to 18871 (droid.apps.plus), adj 764, size 15269 <4>[129114.263180] send sigkill to 27928 (le.android.talk), adj 764, size 11000 <4>[129114.305599] send sigkill to 29265 (viders.calendar), adj 764, size 7078 <4>[129114.349911] send sigkill to 11521 (earchbox:search), adj 647, size 15694 <4>[129114.389309] send sigkill to 30889 (emoji.ikeyboard), adj 647, size 7254 <4>[129114.469418] send sigkill to 21499 (ndroid.calendar), adj 764, size 7233 <4>[129114.523220] send sigkill to 21090 (droid.deskclock), adj 647, size 7019 <4>[129114.580319] send sigkill to 11159 (gle.android.gms), adj 529, size 12711 <4>[129114.611202] send sigkill to 11289 (ss.game.hangman), adj 529, size 7823 <4>[137960.703274] send sigkill to 29521 (umengService_v1), adj 1000, size 8296 <4>[137960.811550] send sigkill to 11453 (le.android.talk), adj 764, size 10669 <6>[137960.884976] binder: undelivered transaction 21046021 <4>[137961.005886] send sigkill to 10778 (d.process.media), adj 1000, size 7505 <4>[137961.035366] send sigkill to 5249 (ndroid.calendar), adj 1000, size 7205 <4>[137961.065212] send sigkill to 29591 (games.emojiquiz), adj 1000, size 7131 <4>[137961.105312] send sigkill to 10757 (droid.apps.plus), adj 764, size 13517 <4>[137961.165310] send sigkill to 804 (droid.deskclock), adj 764, size 7013 <4>[141898.057003] send sigkill to 26707 (droid.apps.maps), adj 1000, size 11671 <4>[142369.007565] send sigkill to 18845 (umengService_v1), adj 1000, size 8212 <4>[142369.293606] send sigkill to 26930 (d.process.acore), adj 1000, size 7900 <4>[142369.316555] send sigkill to 26908 (d.process.media), adj 1000, size 7408 <4>[142369.345272] send sigkill to 18907 (games.emojiquiz), adj 1000, size 7068 <4>[142369.430325] send sigkill to 27546 (ndroid.calendar), adj 1000, size 7137 <4>[142369.455044] send sigkill to 27510 (viders.calendar), adj 1000, size 7058 <4>[142369.495998] send sigkill to 19177 (droid.deskclock), adj 1000, size 7020 <4>[142369.592220] send sigkill to 27692 (le.android.talk), adj 764, size 11048 <4>[142369.651699] send sigkill to 31495 (earchbox:search), adj 647, size 21419 <4>[142369.705288] send sigkill to 31154 (ss.game.hangman), adj 529, size 7793 <6>[143727.349178] cfg80211: Calling CRDA to update world regulatory domain <4>[148761.501125] send sigkill to 26885 (droid.apps.plus), adj 1000, size 15315 <4>[148761.563992] send sigkill to 3712 (le.android.talk), adj 1000, size 11039 <4>[149127.338192] send sigkill to 28748 (umengService_v1), adj 1000, size 8031 <4>[149128.690243] send sigkill to 11230 (droid.apps.maps), adj 1000, size 11707 <4>[149788.429287] send sigkill to 11490 (d.process.media), adj 1000, size 7396 <4>[149788.465328] send sigkill to 28935 (games.emojiquiz), adj 1000, size 7065 <3>[149788.492489] binder: 28935: binder_alloc_buf, no vma <6>[149788.492519] binder: 7914:8126 transaction failed 29201, size 76-0 <4>[149788.503597] send sigkill to 11516 (d.process.acore), adj 1000, size 7875 <4>[149788.535183] send sigkill to 28901 (ndroid.calendar), adj 1000, size 7244 <4>[149788.567440] send sigkill to 12068 (viders.calendar), adj 1000, size 7042 <4>[149788.621792] send sigkill to 12279 (le.android.talk), adj 764, size 13940 <4>[149788.675045] send sigkill to 11468 (droid.apps.plus), adj 764, size 13322 <4>[149788.713650] send sigkill to 28814 (earchbox:search), adj 647, size 14894 <4>[149788.771298] send sigkill to 29367 (droid.deskclock), adj 764, size 7011 <4>[149788.825771] send sigkill to 28969 (ss.game.hangman), adj 647, size 7829 <4>[149788.867550] send sigkill to 31175 (gle.android.gms), adj 529, size 13243 <3>[152015.919643] [DISP] lcdc_tenderloin_panel_set_backlight: 13 <3>[152015.931881] [DISP] lcdc_tenderloin_panel_set_backlight: 14 <3>[152015.949673] [DISP] lcdc_tenderloin_panel_set_backlight: 15 <3>[152015.981777] [DISP] lcdc_tenderloin_panel_set_backlight: 16 <3>[152015.998959] [DISP] lcdc_tenderloin_panel_set_backlight: 17 <3>[152016.032009] [DISP] lcdc_tenderloin_panel_set_backlight: 18 <3>[152016.050228] [DISP] lcdc_tenderloin_panel_set_backlight: 19 <3>[152016.082119] [DISP] lcdc_tenderloin_panel_set_backlight: 20 <3>[152016.098751] [DISP] lcdc_tenderloin_panel_set_backlight: 21 <3>[152016.133144] [DISP] lcdc_tenderloin_panel_set_backlight: 22 <3>[152016.148708] [DISP] lcdc_tenderloin_panel_set_backlight: 23 <3>[152016.182644] [DISP] lcdc_tenderloin_panel_set_backlight: 24 <3>[152016.200100] [DISP] lcdc_tenderloin_panel_set_backlight: 25 <3>[152016.235958] [DISP] lcdc_tenderloin_panel_set_backlight: 26 <3>[152016.249600] [DISP] lcdc_tenderloin_panel_set_backlight: 27 <3>[152016.282467] [DISP] lcdc_tenderloin_panel_set_backlight: 28 <6>[152016.292507] a6_update_connected_ps: ac=0 usb=0 dock=0 <6>[152016.292507] max8903b_current_setup: ### CHARGE_DISABLE <3>[152016.306576] [DISP] lcdc_tenderloin_panel_set_backlight: 29 <6>[152016.327725] healthd: battery l=100 v=4104 t=27.0 h=2 st=5 c=1 chg= <3>[152016.334805] [DISP] lcdc_tenderloin_panel_set_backlight: 30 <3>[152016.350002] [DISP] lcdc_tenderloin_panel_set_backlight: 31 <6>[152016.360134] healthd: battery l=100 v=4104 t=27.0 h=2 st=5 c=1 chg= <3>[152016.385403] [DISP] lcdc_tenderloin_panel_set_backlight: 32 <3>[152016.399380] [DISP] lcdc_tenderloin_panel_set_backlight: 33 <3>[152016.433071] [DISP] lcdc_tenderloin_panel_set_backlight: 34 <3>[152016.450161] [DISP] lcdc_tenderloin_panel_set_backlight: 35 <3>[152016.482937] [DISP] lcdc_tenderloin_panel_set_backlight: 36 <3>[152016.499142] [DISP] lcdc_tenderloin_panel_set_backlight: 37 <3>[152016.532467] [DISP] lcdc_tenderloin_panel_set_backlight: 38 <3>[152016.549038] [DISP] lcdc_tenderloin_panel_set_backlight: 39 <3>[152016.582577] [DISP] lcdc_tenderloin_panel_set_backlight: 40 <3>[152016.599270] [DISP] lcdc_tenderloin_panel_set_backlight: 41 <3>[152016.633114] [DISP] lcdc_tenderloin_panel_set_backlight: 42 <3>[152016.649349] [DISP] lcdc_tenderloin_panel_set_backlight: 43 <3>[152016.703182] [DISP] lcdc_tenderloin_panel_set_backlight: 45 <3>[152016.733669] [DISP] lcdc_tenderloin_panel_set_backlight: 46 <3>[152016.751644] [DISP] lcdc_tenderloin_panel_set_backlight: 47 <3>[152016.782986] [DISP] lcdc_tenderloin_panel_set_backlight: 48 <3>[152016.801571] [DISP] lcdc_tenderloin_panel_set_backlight: 49 <3>[152016.835445] [DISP] lcdc_tenderloin_panel_set_backlight: 50 <3>[152016.849361] [DISP] lcdc_tenderloin_panel_set_backlight: 51 <3>[152016.882687] [DISP] lcdc_tenderloin_panel_set_backlight: 52 <3>[152016.899410] [DISP] lcdc_tenderloin_panel_set_backlight: 53 <3>[152016.932797] [DISP] lcdc_tenderloin_panel_set_backlight: 54 <3>[152016.949459] [DISP] lcdc_tenderloin_panel_set_backlight: 55 <3>[152016.983059] [DISP] lcdc_tenderloin_panel_set_backlight: 56 <3>[152016.999661] [DISP] lcdc_tenderloin_panel_set_backlight: 57 <3>[152017.033138] [DISP] lcdc_tenderloin_panel_set_backlight: 58 <3>[152017.049496] [DISP] lcdc_tenderloin_panel_set_backlight: 59 <3>[152017.083126] [DISP] lcdc_tenderloin_panel_set_backlight: 60 <3>[152017.099850] [DISP] lcdc_tenderloin_panel_set_backlight: 61 <3>[152017.133419] [DISP] lcdc_tenderloin_panel_set_backlight: 62 <3>[152017.149685] [DISP] lcdc_tenderloin_panel_set_backlight: 63 <3>[152017.183285] [DISP] lcdc_tenderloin_panel_set_backlight: 64 <3>[152017.199673] [DISP] lcdc_tenderloin_panel_set_backlight: 65 <3>[152017.233090] [DISP] lcdc_tenderloin_panel_set_backlight: 66 <3>[152017.249722] [DISP] lcdc_tenderloin_panel_set_backlight: 67 <3>[152017.283291] [DISP] lcdc_tenderloin_panel_set_backlight: 68 <3>[152017.299587] [DISP] lcdc_tenderloin_panel_set_backlight: 69 <3>[152017.333614] [DISP] lcdc_tenderloin_panel_set_backlight: 70 <3>[152017.349819] [DISP] lcdc_tenderloin_panel_set_backlight: 71 <3>[152017.383053] [DISP] lcdc_tenderloin_panel_set_backlight: 72 <3>[152017.399685] [DISP] lcdc_tenderloin_panel_set_backlight: 73 <3>[152017.436642] [DISP] lcdc_tenderloin_panel_set_backlight: 74 <3>[152017.450497] [DISP] lcdc_tenderloin_panel_set_backlight: 75 <3>[152017.485073] [DISP] lcdc_tenderloin_panel_set_backlight: 76 <3>[152017.500698] [DISP] lcdc_tenderloin_panel_set_backlight: 77 <3>[152017.533627] [DISP] lcdc_tenderloin_panel_set_backlight: 78 <3>[152017.551785] [DISP] lcdc_tenderloin_panel_set_backlight: 79 <3>[152017.583126] [DISP] lcdc_tenderloin_panel_set_backlight: 80 <3>[152017.600308] [DISP] lcdc_tenderloin_panel_set_backlight: 81 <3>[152017.633541] [DISP] lcdc_tenderloin_panel_set_backlight: 82 <3>[152017.650387] [DISP] lcdc_tenderloin_panel_set_backlight: 83 <3>[152017.683315] [DISP] lcdc_tenderloin_panel_set_backlight: 84 <3>[152017.700131] [DISP] lcdc_tenderloin_panel_set_backlight: 85 <3>[152017.733578] [DISP] lcdc_tenderloin_panel_set_backlight: 86 <3>[152017.750057] [DISP] lcdc_tenderloin_panel_set_backlight: 87 <3>[152017.783291] [DISP] lcdc_tenderloin_panel_set_backlight: 88 <3>[152017.799954] [DISP] lcdc_tenderloin_panel_set_backlight: 89 <3>[152017.833370] [DISP] lcdc_tenderloin_panel_set_backlight: 90 <3>[152017.850033] [DISP] lcdc_tenderloin_panel_set_backlight: 91 <3>[152017.883389] [DISP] lcdc_tenderloin_panel_set_backlight: 92 <3>[152017.900509] [DISP] lcdc_tenderloin_panel_set_backlight: 93 <3>[152017.933895] [DISP] lcdc_tenderloin_panel_set_backlight: 94 <3>[152017.950100] [DISP] lcdc_tenderloin_panel_set_backlight: 95 <3>[152017.983669] [DISP] lcdc_tenderloin_panel_set_backlight: 96 <3>[152018.001705] [DISP] lcdc_tenderloin_panel_set_backlight: 97 <3>[152018.034176] [DISP] lcdc_tenderloin_panel_set_backlight: 98 <3>[152018.100491] [DISP] lcdc_tenderloin_panel_set_backlight: 101 <3>[152018.133694] [DISP] lcdc_tenderloin_panel_set_backlight: 102 <3>[152018.150204] [DISP] lcdc_tenderloin_panel_set_backlight: 103 <3>[152018.183682] [DISP] lcdc_tenderloin_panel_set_backlight: 104 <3>[152018.200344] [DISP] lcdc_tenderloin_panel_set_backlight: 105 <3>[152018.233700] [DISP] lcdc_tenderloin_panel_set_backlight: 106 <3>[152018.250393] [DISP] lcdc_tenderloin_panel_set_backlight: 107 <3>[152018.283840] [DISP] lcdc_tenderloin_panel_set_backlight: 108 <3>[152018.300655] [DISP] lcdc_tenderloin_panel_set_backlight: 109 <3>[152018.333706] [DISP] lcdc_tenderloin_panel_set_backlight: 110 <3>[152018.350613] [DISP] lcdc_tenderloin_panel_set_backlight: 111 <3>[152018.385281] [DISP] lcdc_tenderloin_panel_set_backlight: 112 <3>[152018.400570] [DISP] lcdc_tenderloin_panel_set_backlight: 113 <3>[152018.434933] [DISP] lcdc_tenderloin_panel_set_backlight: 114 <3>[152018.450497] [DISP] lcdc_tenderloin_panel_set_backlight: 115 <3>[152018.483975] [DISP] lcdc_tenderloin_panel_set_backlight: 116 <3>[152018.500698] [DISP] lcdc_tenderloin_panel_set_backlight: 117 <3>[152018.534145] [DISP] lcdc_tenderloin_panel_set_backlight: 118 <3>[152018.551052] [DISP] lcdc_tenderloin_panel_set_backlight: 119 <3>[152018.584103] [DISP] lcdc_tenderloin_panel_set_backlight: 120 <3>[152018.602322] [DISP] lcdc_tenderloin_panel_set_backlight: 121 <3>[152018.634640] [DISP] lcdc_tenderloin_panel_set_backlight: 122 <3>[152018.650936] [DISP] lcdc_tenderloin_panel_set_backlight: 123 <3>[152018.684109] [DISP] lcdc_tenderloin_panel_set_backlight: 124 <3>[152018.732967] [DISP] lcdc_tenderloin_panel_set_backlight: 125 <3>[152018.750698] [DISP] lcdc_tenderloin_panel_set_backlight: 127 <3>[152018.784847] [DISP] lcdc_tenderloin_panel_set_backlight: 128 <3>[152018.801113] [DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[152018.834225] [DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[152018.884243] [DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[152018.901119] [DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[152018.934902] [DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[152018.950985] [DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[152019.001003] [DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[152019.034603] [DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[152019.059963] [DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[152019.084652] [DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[152019.105648] [DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[152019.136959] [DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[152019.151119] [DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[152019.184902] [DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[152019.201016] [DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[152019.234432] [DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[152019.251034] [DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[152019.285061] [DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[152019.302364] [DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[152019.380734] [DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[152019.394222] [DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[152019.425961] [DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[152019.435055] [DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[152019.452023] [DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[152019.484554] [DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[152019.501186] [DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[152019.542141] [DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[152019.564602] [DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[152019.584713] [DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[152019.605770] [DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[152019.635250] [DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[152019.668575] [DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[152019.708035] [DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[152019.721401] [DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[152019.735226] [DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[152019.752407] [DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[152019.788540] [DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[152019.801479] [DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[152019.836025] [DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[152019.852078] [DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[152019.884701] [DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[152019.901760] [DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[152019.951473] [DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[152019.987240] [DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[152020.002712] [DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[152020.035214] [DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[152020.053097] [DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[152020.087124] [DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[152020.102291] [DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[152020.135220] [DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[152020.152523] [DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[152020.185787] [DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[152020.204830] [DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[152020.240902] [DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[152020.260342] [DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[152020.288265] [DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[152020.302883] [DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[152020.335293] [DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[152020.354153] [DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[152020.385891] [DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[152020.402645] [DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[152020.435818] [DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[152020.451901] [DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[152020.485745] [DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[152020.502987] [DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[152020.536709] [DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[152020.558376] [DISP] lcdc_tenderloin_panel_set_backlight: 198 <3>[152020.585537] [DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[152020.604611] [DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[152020.637112] [DISP] lcdc_tenderloin_panel_set_backlight: 201 <4>[152022.085110] send sigkill to 12375 (umengService_v1), adj 1000, size 8631 <4>[152022.783382] send sigkill to 14186 (earchbox:search), adj 1000, size 11594 <4>[152022.847988] send sigkill to 14373 (ndroid.calendar), adj 1000, size 7143 <4>[152024.449307] send sigkill to 13962 (ss.game.hangman), adj 1000, size 7632 <4>[152024.699642] send sigkill to 13892 (games.emojiquiz), adj 1000, size 7073 <4>[152025.293850] send sigkill to 15991 (droid.deskclock), adj 1000, size 7027 <4>[152027.756649] send sigkill to 18976 (ndroid.settings), adj 1000, size 7012 <4>[152028.762478] send sigkill to 18993 (droid.apps.plus), adj 1000, size 9022 <4>[152028.975430] send sigkill to 19034 (d.process.acore), adj 764, size 8063 <4>[152029.011013] send sigkill to 19014 (d.process.media), adj 764, size 7370 <4>[152029.041348] send sigkill to 19118 (.android.chrome), adj 764, size 7271 <6>[152029.064358] binder: undelivered transaction 22148207 <4>[152029.069088] send sigkill to 19174 (droid.apps.maps), adj 764, size 11275 <4>[152029.098019] send sigkill to 19212 (android.gms:car), adj 764, size 9577 <4>[152029.128201] send sigkill to 19261 (earchbox:search), adj 647, size 9332 <3>[152029.304745] binder: 19261: binder_alloc_buf, no vma <6>[152029.304775] binder: 7914:8126 transaction failed 29201, size 76-0 <3>[152030.708553] [DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[152030.741970] [DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[152030.758694] [DISP] lcdc_tenderloin_panel_set_backlight: 198 <3>[152030.792019] [DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[152030.808437] [DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[152030.842159] [DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[152030.859463] [DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[152030.892971] [DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[152030.909359] [DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[152030.941982] [DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[152030.958675] [DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[152030.992123] [DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[152031.008755] [DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[152031.042873] [DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[152031.059536] [DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[152031.092983] [DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[152031.108852] [DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[152031.142178] [DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[152031.158871] [DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[152031.193325] [DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[152031.208920] [DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[152031.242275] [DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[152031.260128] [DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[152031.292294] [DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[152031.308865] [DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[152031.342251] [DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[152031.358944] [DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[152031.392269] [DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[152031.408962] [DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[152031.442318] [DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[152031.459560] [DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[152031.493252] [DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[152031.509121] [DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[152031.542263] [DISP] lcdc_tenderloin_panel_set_backlight: 167 <6>[152034.694576] msm_device_put:device speaker_stereo_rx set 0 <6>[152034.694698] msm_device_put:device speaker_stereo_rx set 1 <3>[152034.694729] msm_device_put:device freq =48000 <3>[152034.709622] Device active <3>[152037.429592] [DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[152037.446255] [DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[152037.479672] [DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[152037.496426] [DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[152037.529720] [DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[152037.546413] [DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[152037.579769] [DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[152037.596340] [DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[152037.629665] [DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[152037.646389] [DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[152037.680111] [DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[152037.697414] [DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[152037.729916] [DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[152037.746609] [DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[152037.779751] [DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[152037.796658] [DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[152037.829952] [DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[152037.846676] [DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[152037.880428] [DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[152037.896694] [DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[152037.930203] [DISP] lcdc_tenderloin_panel_set_backlight: 146 <6>[152037.933376] msm_device_put:device speaker_stereo_rx set 0 <3>[152037.949703] [DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[152037.980740] [DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[152037.997067] [DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[152038.030148] [DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[152038.046597] [DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[152042.849911] [DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[152042.866604] [DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[152042.899746] [DISP] lcdc_tenderloin_panel_set_backlight: 144 <6>[152072.734615] gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>[152072.930325] gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <3>[152081.960232] [DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[152081.976864] [DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[152082.009090] [DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[152082.025814] [DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[152082.059139] [DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[152082.075771] [DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[152082.109860] [DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[152082.126522] [DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[152082.159969] [DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[152082.176785] [DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[152082.210171] [DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[152082.226833] [DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[152082.260098] [DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[152082.276821] [DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[152102.090084] [DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[152102.106716] [DISP] lcdc_tenderloin_panel_set_backlight: 128 <3>[152102.139065] [DISP] lcdc_tenderloin_panel_set_backlight: 127 <3>[152102.155727] [DISP] lcdc_tenderloin_panel_set_backlight: 126 <3>[152102.188931] [DISP] lcdc_tenderloin_panel_set_backlight: 125 <6>[152113.826016] msm_device_put:device speaker_stereo_rx set 0 <6>[152113.826168] msm_device_put:device speaker_stereo_rx set 1 <3>[152113.826168] msm_device_put:device freq =48000 <3>[152113.852657] Device active <4>[152116.877712] send sigkill to 19288 (id.partnersetup), adj 1000, size 6318 <6>[152118.577633] msm_device_put:device speaker_stereo_rx set 0 <3>[152120.053280] [DISP] lcdc_tenderloin_panel_set_backlight: 126 <3>[152120.071224] [DISP] lcdc_tenderloin_panel_set_backlight: 127 <3>[152120.101833] [DISP] lcdc_tenderloin_panel_set_backlight: 128 <3>[152120.117886] [DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[152120.150936] [DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[152120.201016] [DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[152120.217770] [DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[152120.251125] [DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[152120.268276] [DISP] lcdc_tenderloin_panel_set_backlight: 134 <6>[152121.846890] msm_device_put:device speaker_stereo_rx set 0 <6>[152121.847012] msm_device_put:device speaker_stereo_rx set 1 <3>[152121.847012] msm_device_put:device freq =48000 <3>[152121.874172] Device active <4>[152122.702602] send sigkill to 19053 (er.line.android), adj 1000, size 13846 <4>[152123.151730] type=1400 audit(1430151886.446:533): avc: denied { read write } for pid=19847 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <4>[152123.156002] type=1400 audit(1430151886.446:534): avc: denied { open } for pid=19847 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <4>[152123.156277] type=1400 audit(1430151886.446:535): avc: denied { ioctl } for pid=19847 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <6>[152125.123715] msm_device_put:device speaker_stereo_rx set 0 <6>[152126.279446] msm_device_put:device speaker_stereo_rx set 0 <6>[152126.279537] msm_device_put:device speaker_stereo_rx set 1 <3>[152126.279537] msm_device_put:device freq =48000 <3>[152126.312557] Device active <4>[152127.416805] type=1400 audit(1430151890.710:536): avc: denied { open } for pid=19883 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <4>[152127.444943] send sigkill to 19091 (android.vending), adj 1000, size 10003 <4>[152128.567806] send sigkill to 19315 (id.gms.wearable), adj 1000, size 8119 <6>[152129.539944] msm_device_put:device speaker_stereo_rx set 0 <3>[152131.376186] [DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[152131.392666] [DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[152131.425930] [DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[152131.442776] [DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[152131.492977] [DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[152131.525143] [DISP] lcdc_tenderloin_panel_set_backlight: 128 <3>[152131.541836] [DISP] lcdc_tenderloin_panel_set_backlight: 127 <3>[152131.575924] [DISP] lcdc_tenderloin_panel_set_backlight: 126 <3>[152131.591763] [DISP] lcdc_tenderloin_panel_set_backlight: 125 <6>[152132.492092] msm_device_put:device speaker_stereo_rx set 0 <6>[152132.492184] msm_device_put:device speaker_stereo_rx set 1 <3>[152132.492184] msm_device_put:device freq =48000 <3>[152132.519070] Device active <6>[152135.737698] msm_device_put:device speaker_stereo_rx set 0 <6>[152135.821438] msm_device_put:device speaker_stereo_rx set 0 <6>[152135.821529] msm_device_put:device speaker_stereo_rx set 1 <3>[152135.821560] msm_device_put:device freq =48000 <3>[152135.848782] Device active <6>[152144.788296] msm_device_put:device speaker_stereo_rx set 0 <6>[152145.153256] msm_device_put:device speaker_stereo_rx set 0 <6>[152145.153347] msm_device_put:device speaker_stereo_rx set 1 <3>[152145.153378] msm_device_put:device freq =48000 <3>[152145.180142] Device active <4>[152149.943264] send sigkill to 19441 (earchbox:search), adj 1000, size 13176 <4>[152150.005032] send sigkill to 19422 (droid.deskclock), adj 1000, size 7008 <6>[152152.210018] msm_device_put:device speaker_stereo_rx set 0 <6>[152156.822170] msm_device_put:device speaker_stereo_rx set 0 <6>[152156.822262] msm_device_put:device speaker_stereo_rx set 1 <3>[152156.822292] msm_device_put:device freq =48000 <3>[152156.849575] Device active <6>[152160.073574] msm_device_put:device speaker_stereo_rx set 0 <6>[152162.350735] msm_device_put:device speaker_stereo_rx set 0 <6>[152162.350826] msm_device_put:device speaker_stereo_rx set 1 <3>[152162.350826] msm_device_put:device freq =48000 <3>[152162.377682] Device active <4>[152167.692928] send sigkill to 19766 (ndroid.calendar), adj 1000, size 7144 <6>[152169.736630] msm_device_put:device speaker_stereo_rx set 0 <4>[152170.145321] send sigkill to 13987 (gle.android.gms), adj 1000, size 11681 <6>[152170.386196] msm_device_put:device speaker_stereo_rx set 0 <6>[152170.386288] msm_device_put:device speaker_stereo_rx set 1 <3>[152170.386318] msm_device_put:device freq =48000 <3>[152170.413967] Device active <4>[152170.552395] send sigkill to 20013 (earchbox:search), adj 1000, size 11214 <4>[152170.669705] send sigkill to 19731 (viders.calendar), adj 1000, size 7044 <4>[152170.728451] send sigkill to 20033 (id.partnersetup), adj 1000, size 6297 <6>[152170.781002] binder: undelivered transaction 22179384 <6>[152173.637020] msm_device_put:device speaker_stereo_rx set 0 <6>[152174.588863] msm_device_put:device speaker_stereo_rx set 0 <6>[152174.588955] msm_device_put:device speaker_stereo_rx set 1 <3>[152174.588986] msm_device_put:device freq =48000 <3>[152174.623470] Device active <3>[152176.173458] [DISP] lcdc_tenderloin_panel_set_backlight: 126 <3>[152176.190151] [DISP] lcdc_tenderloin_panel_set_backlight: 127 <3>[152176.221493] [DISP] lcdc_tenderloin_panel_set_backlight: 128 <4>[152180.799984] type=1400 audit(1430151944.092:537): avc: denied { getattr } for pid=20213 comm="id.partnersetup" path="/system/priv-app/GooglePartnerSetup" dev="dm-10" ino=14728 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=dir permissive=1 <6>[152181.632290] msm_device_put:device speaker_stereo_rx set 0 <4>[152182.431820] send sigkill to 19482 (ss.game.hangman), adj 1000, size 7571 <4>[152182.503170] send sigkill to 20213 (id.partnersetup), adj 1000, size 6183 <4>[152182.532040] send sigkill to 20194 (earchbox:search), adj 764, size 11217 <4>[152182.602810] send sigkill to 27290 (llowthelinefree), adj 647, size 40043 <6>[152184.118923] msm_device_put:device speaker_stereo_rx set 0 <6>[152184.119015] msm_device_put:device speaker_stereo_rx set 1 <3>[152184.119045] msm_device_put:device freq =48000 <3>[152184.146236] Device active <6>[152184.790920] binder: 20251:20261 refcount change on invalid ref 25 <6>[152187.372280] msm_device_put:device speaker_stereo_rx set 0 <6>[152188.135494] msm_device_put:device speaker_stereo_rx set 0 <6>[152188.135586] msm_device_put:device speaker_stereo_rx set 1 <3>[152188.135586] msm_device_put:device freq =48000 <3>[152188.162502] Device active <6>[152191.383389] msm_device_put:device speaker_stereo_rx set 0 <6>[152192.699703] msm_device_put:device speaker_stereo_rx set 0 <6>[152192.699795] msm_device_put:device speaker_stereo_rx set 1 <3>[152192.699795] msm_device_put:device freq =48000 <3>[152192.727017] Device active <6>[152195.945248] msm_device_put:device speaker_stereo_rx set 0 <6>[152197.164578] msm_device_put:device speaker_stereo_rx set 0 <6>[152197.164669] msm_device_put:device speaker_stereo_rx set 1 <3>[152197.164669] msm_device_put:device freq =48000 <3>[152197.191341] Device active <4>[152197.517910] type=1400 audit(1430151960.808:538): avc: denied { ioctl } for pid=144 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <6>[152200.410183] msm_device_put:device speaker_stereo_rx set 0 <6>[152208.114010] msm_device_put:device speaker_stereo_rx set 0 <6>[152208.114101] msm_device_put:device speaker_stereo_rx set 1 <3>[152208.114101] msm_device_put:device freq =48000 <3>[152208.129086] Device active <6>[152214.155056] msm_device_put:device speaker_stereo_rx set 0 <6>[152215.877560] msm_device_put:device speaker_stereo_rx set 0 <6>[152215.877651] msm_device_put:device speaker_stereo_rx set 1 <3>[152215.877651] msm_device_put:device freq =48000 <3>[152215.904965] Device active <6>[152219.122128] msm_device_put:device speaker_stereo_rx set 0 <6>[152219.846493] msm_device_put:device speaker_stereo_rx set 0 <6>[152219.846584] msm_device_put:device speaker_stereo_rx set 1 <3>[152219.846615] msm_device_put:device freq =48000 <3>[152219.874050] Device active <6>[152223.121670] msm_device_put:device speaker_stereo_rx set 0 <6>[152226.554684] msm_device_put:device speaker_stereo_rx set 0 <6>[152226.554775] msm_device_put:device speaker_stereo_rx set 1 <3>[152226.554775] msm_device_put:device freq =48000 <3>[152226.581295] Device active <6>[152236.250271] msm_device_put:device speaker_stereo_rx set 0 <6>[152243.063168] msm_device_put:device speaker_stereo_rx set 0 <6>[152243.063259] msm_device_put:device speaker_stereo_rx set 1 <3>[152243.063259] msm_device_put:device freq =48000 <3>[152243.093563] Device active <6>[152246.317288] msm_device_put:device speaker_stereo_rx set 0 <6>[152248.220516] msm_device_put:device speaker_stereo_rx set 0 <6>[152248.220608] msm_device_put:device speaker_stereo_rx set 1 <3>[152248.220608] msm_device_put:device freq =48000 <3>[152248.247921] Device active <6>[152251.470455] msm_device_put:device speaker_stereo_rx set 0 <4>[152251.855190] type=1400 audit(1430152015.151:539): avc: denied { read write } for pid=144 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <6>[152265.913693] msm_device_put:device speaker_stereo_rx set 0 <6>[152265.917233] msm_device_put:device speaker_stereo_rx set 1 <3>[152265.917294] msm_device_put:device freq =48000 <3>[152265.940945] Device active <6>[152269.164211] msm_device_put:device speaker_stereo_rx set 0 <6>[152270.753719] msm_device_put:device speaker_stereo_rx set 0 <6>[152270.754330] msm_device_put:device speaker_stereo_rx set 1 <3>[152270.754360] msm_device_put:device freq =48000 <3>[152270.777615] Device active <4>[152271.281796] type=1400 audit(1430152034.570:540): avc: denied { getattr } for pid=21066 comm="DnsConfigServic" path="/system/etc/hosts" dev="dm-10" ino=412 scontext=u:r:platform_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <4>[152271.308743] type=1400 audit(1430152034.600:541): avc: denied { read } for pid=21068 comm="WorkerPool/2106" name="hosts" dev="dm-10" ino=412 scontext=u:r:platform_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <4>[152271.309383] type=1400 audit(1430152034.600:542): avc: denied { open } for pid=21068 comm="WorkerPool/2106" name="hosts" dev="dm-10" ino=412 scontext=u:r:platform_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <4>[152272.502987] send sigkill to 20271 (id.partnersetup), adj 1000, size 6302 <4>[152272.569576] send sigkill to 20251 (earchbox:search), adj 1000, size 11258 <4>[152272.599148] send sigkill to 20387 (id.gms.wearable), adj 1000, size 8115 <4>[152272.786678] send sigkill to 20471 (ManifestService), adj 1000, size 7173 <6>[152274.000607] msm_device_put:device speaker_stereo_rx set 0 <6>[152274.068844] msm_device_put:device speaker_stereo_rx set 0 <6>[152274.068935] msm_device_put:device speaker_stereo_rx set 1 <3>[152274.068966] msm_device_put:device freq =48000 <3>[152274.096066] Device active <6>[152278.730404] msm_device_put:device speaker_stereo_rx set 0 <6>[152280.684444] msm_device_put:device speaker_stereo_rx set 0 <6>[152280.684933] msm_device_put:device speaker_stereo_rx set 1 <3>[152280.684933] msm_device_put:device freq =48000 <3>[152280.711025] Device active <4>[152281.892880] send sigkill to 20412 (ss.game.hangman), adj 764, size 7622 <4>[152282.033718] send sigkill to 20349 (gle.android.gms), adj 647, size 11000 <4>[152282.143063] send sigkill to 19647 (com.viber.voip), adj 529, size 25619 <4>[152283.724361] type=1400 audit(1430152047.012:543): avc: denied { getattr } for pid=21198 comm="com.viber.voip" path="/system/framework/com.google.android.maps.jar" dev="dm-10" ino=1884 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <4>[152283.725460] type=1400 audit(1430152047.022:544): avc: denied { read } for pid=21198 comm="com.viber.voip" name="com.google.android.maps.jar" dev="dm-10" ino=1884 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <4>[152283.725857] type=1400 audit(1430152047.022:545): avc: denied { open } for pid=21198 comm="com.viber.voip" name="com.google.android.maps.jar" dev="dm-10" ino=1884 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <4>[152286.332851] type=1400 audit(1430152049.625:546): avc: denied { read } for pid=21260 comm="netd" name="hosts" dev="dm-10" ino=412 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <4>[152286.334377] type=1400 audit(1430152049.625:547): avc: denied { open } for pid=21260 comm="netd" name="hosts" dev="dm-10" ino=412 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <4>[152286.334591] type=1400 audit(1430152049.625:548): avc: denied { getattr } for pid=21260 comm="netd" path="/system/etc/hosts" dev="dm-10" ino=412 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <4>[152290.703732] type=1400 audit(1430152053.989:549): avc: denied { ioctl } for pid=19883 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <6>[152293.078274] msm_device_put:device speaker_stereo_rx set 0 <6>[152293.928768] msm_device_put:device speaker_stereo_rx set 0 <6>[152293.929165] msm_device_put:device speaker_stereo_rx set 1 <3>[152293.929195] msm_device_put:device freq =48000 <3>[152293.956326] Device active <3>[152295.737850] [DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[152295.766872] [DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[152295.817165] [DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[152295.833004] [DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[152295.868008] [DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[152295.885037] [DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[152295.917233] [DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[152295.934444] [DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[152295.992642] [DISP] lcdc_tenderloin_panel_set_backlight: 138 <6>[152297.180203] msm_device_put:device speaker_stereo_rx set 0 <6>[152300.209560] msm_device_put:device speaker_stereo_rx set 0 <6>[152300.209683] msm_device_put:device speaker_stereo_rx set 1 <3>[152300.209713] msm_device_put:device freq =48000 <3>[152300.236630] Device active <3>[152302.787747] [DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[152302.806942] [DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[152302.837734] [DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[152302.855343] [DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[152302.887753] [DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[152302.904385] [DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[152302.937832] [DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[152302.954556] [DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[152303.004421] [DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[152303.037838] [DISP] lcdc_tenderloin_panel_set_backlight: 128 <6>[152303.458309] msm_device_put:device speaker_stereo_rx set 0 <3>[152308.542049] [DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[152308.585690] [DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[152308.624813] [DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[152308.641384] [DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[152308.674923] [DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[152308.693234] [DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[152308.725765] [DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[152308.742275] [DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[152308.775906] [DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[152308.791653] [DISP] lcdc_tenderloin_panel_set_backlight: 138 <4>[152309.915585] type=1400 audit(1430152073.208:550): avc: denied { ioctl } for pid=21343 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <4>[152309.917568] type=1400 audit(1430152073.208:551): avc: denied { read write } for pid=21343 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <6>[152309.976254] msm_device_put:device speaker_stereo_rx set 0 <6>[152309.976376] msm_device_put:device speaker_stereo_rx set 1 <3>[152309.976376] msm_device_put:device freq =48000 <3>[152310.002712] Device active <4>[152311.411800] type=1400 audit(1430152074.699:552): avc: denied { read write } for pid=8729 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <4>[152311.451778] type=1400 audit(1430152074.739:553): avc: denied { ioctl } for pid=3390 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <4>[152311.458553] type=1400 audit(1430152074.749:554): avc: denied { read write } for pid=3390 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <6>[152313.221890] msm_device_put:device speaker_stereo_rx set 0 <6>[152322.977657] msm_device_put:device speaker_stereo_rx set 0 <6>[152322.977749] msm_device_put:device speaker_stereo_rx set 1 <3>[152322.977749] msm_device_put:device freq =48000 <3>[152323.005184] Device active <6>[152328.512722] msm_device_put:device speaker_stereo_rx set 0 <6>[152336.089596] msm_device_put:device speaker_stereo_rx set 0 <6>[152336.089687] msm_device_put:device speaker_stereo_rx set 1 <3>[152336.089687] msm_device_put:device freq =48000 <3>[152336.116726] Device active <6>[152340.656490] msm_device_put:device speaker_stereo_rx set 0 <6>[152344.144375] msm_device_put:device speaker_stereo_rx set 0 <6>[152344.144589] msm_device_put:device speaker_stereo_rx set 1 <3>[152344.144589] msm_device_put:device freq =48000 <3>[152344.171047] Device active <4>[152348.043301] send sigkill to 21222 (id.gms.wearable), adj 1000, size 8131 <6>[152348.127895] binder: undelivered transaction 22241267 <4>[152348.166561] send sigkill to 20165 (DownloadService), adj 1000, size 6768 <6>[152351.236965] msm_device_put:device speaker_stereo_rx set 0 <6>[152351.541561] msm_device_put:device speaker_stereo_rx set 0 <6>[152351.541683] msm_device_put:device speaker_stereo_rx set 1 <3>[152351.541683] msm_device_put:device freq =48000 <3>[152351.568142] Device active <3>[152353.692410] [DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[152353.706173] [DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[152353.739132] [DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[152353.757107] [DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[152353.787838] [DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[152353.804775] [DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[152353.838497] [DISP] lcdc_tenderloin_panel_set_backlight: 145 <6>[152354.796078] msm_device_put:device speaker_stereo_rx set 0 <6>[152355.095242] msm_device_put:device speaker_stereo_rx set 0 <6>[152355.095333] msm_device_put:device speaker_stereo_rx set 1 <3>[152355.095364] msm_device_put:device freq =48000 <3>[152355.121487] Device active <6>[152361.267849] msm_device_put:device speaker_stereo_rx set 0 <6>[152361.385616] msm_device_put:device speaker_stereo_rx set 0 <6>[152361.386318] msm_device_put:device speaker_stereo_rx set 1 <3>[152361.386349] msm_device_put:device freq =48000 <3>[152361.412960] Device active <6>[152368.559200] msm_device_put:device speaker_stereo_rx set 0 <3>[152370.770321] [DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[152370.799740] [DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[152370.815762] [DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[152370.854061] [DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[152370.868527] [DISP] lcdc_tenderloin_panel_set_backlight: 150 <6>[152370.894528] msm_device_put:device speaker_stereo_rx set 0 <6>[152370.894619] msm_device_put:device speaker_stereo_rx set 1 <3>[152370.894650] msm_device_put:device freq =48000 <3>[152370.899075] [DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[152370.917111] [DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[152370.921597] Device active <3>[152370.949337] [DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[152370.966305] [DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[152370.999477] [DISP] lcdc_tenderloin_panel_set_backlight: 155 <6>[152377.002194] msm_device_put:device speaker_stereo_rx set 0 <6>[152377.070248] msm_device_put:device speaker_stereo_rx set 0 <6>[152377.070370] msm_device_put:device speaker_stereo_rx set 1 <3>[152377.070370] msm_device_put:device freq =48000 <3>[152377.097408] Device active <6>[152380.314999] msm_device_put:device speaker_stereo_rx set 0 <6>[152382.593502] msm_device_put:device speaker_stereo_rx set 0 <6>[152382.593563] msm_device_put:device speaker_stereo_rx set 1 <3>[152382.593594] msm_device_put:device freq =48000 <3>[152382.620724] Device active <6>[152385.851650] msm_device_put:device speaker_stereo_rx set 0 <4>[152386.318447] send sigkill to 19867 (vervolv.updater), adj 1000, size 19055 <6>[152386.405788] msm_device_put:device speaker_stereo_rx set 0 <6>[152386.405941] msm_device_put:device speaker_stereo_rx set 1 <3>[152386.405941] msm_device_put:device freq =48000 <3>[152386.432705] Device active <6>[152393.444363] msm_device_put:device speaker_stereo_rx set 0 <6>[152394.948055] msm_device_put:device speaker_stereo_rx set 0 <6>[152394.948238] msm_device_put:device speaker_stereo_rx set 1 <3>[152394.948269] msm_device_put:device freq =48000 <3>[152394.978298] Device active <6>[152399.182583] msm_device_put:device speaker_stereo_rx set 0 <4>[152400.111996] type=1400 audit(1430152163.406:555): avc: denied { open } for pid=22100 comm="Thread-4248" name="kgsl-3d0" dev="tmpfs" ino=4417 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <6>[152402.730129] msm_device_put:device speaker_stereo_rx set 0 <6>[152402.730221] msm_device_put:device speaker_stereo_rx set 1 <3>[152402.730251] msm_device_put:device freq =48000 <3>[152402.745449] Device active <4>[152402.795406] send sigkill to 21701 (id.partnersetup), adj 1000, size 6302 <4>[152404.396816] send sigkill to 21179 (gle.android.gms), adj 1000, size 11403 <3>[152405.888729] [DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[152405.907406] [DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[152405.938686] [DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[152405.955868] [DISP] lcdc_tenderloin_panel_set_backlight: 151 <6>[152405.965115] msm_device_put:device speaker_stereo_rx set 0 <3>[152405.990414] [DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[152406.006710] [DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[152406.039333] [DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[152406.056881] [DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[152406.088711] [DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[152406.105373] [DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[152406.139370] [DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[152406.156368] [DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[152406.189571] [DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[152406.206326] [DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[152406.249294] [DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[152406.256069] [DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[152406.289303] [DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[152406.305630] [DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[152406.338986] [DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[152406.355557] [DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[152406.389034] [DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[152406.405605] [DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[152406.442715] [DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[152406.455624] [DISP] lcdc_tenderloin_panel_set_backlight: 131 <6>[152407.400387] msm_device_put:device speaker_stereo_rx set 0 <6>[152407.400936] msm_device_put:device speaker_stereo_rx set 1 <3>[152407.400936] msm_device_put:device freq =48000 <3>[152407.426907] Device active <6>[152413.377377] msm_device_put:device speaker_stereo_rx set 0 <6>[152417.360531] msm_device_put:device speaker_stereo_rx set 0 <6>[152417.360653] msm_device_put:device speaker_stereo_rx set 1 <3>[152417.360684] msm_device_put:device freq =48000 <3>[152417.387203] Device active <6>[152420.617458] msm_device_put:device speaker_stereo_rx set 0 <6>[152421.076290] msm_device_put:device speaker_stereo_rx set 0 <6>[152421.076382] msm_device_put:device speaker_stereo_rx set 1 <3>[152421.076382] msm_device_put:device freq =48000 <3>[152421.103451] Device active <6>[152424.325649] msm_device_put:device speaker_stereo_rx set 0 <6>[152425.418301] healthd: battery l=97 v=4012 t=28.0 h=2 st=3 c=-988 chg= <4>[152430.195065] avc: denied { set } for property=ctl.dumplogcat:-D -B -o /data/data/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 <6>[152430.196682] msm_device_put:device speaker_stereo_rx set 0 <6>[152430.196774] msm_device_put:device speaker_stereo_rx set 1 <3>[152430.196774] msm_device_put:device freq =48000 <3>[152430.204037] init: Warning! Service dumplogcat needs a SELinux domain defined; please fix! <3>[152430.224331] Device active <4>[152430.239590] dumplogcat (22346): /proc/22346/oom_adj is deprecated, please use /proc/22346/oom_score_adj instead. <4>[152431.158688] type=1400 audit(1430152194.456:556): avc: denied { syslog_read } for pid=22346 comm="dumplogcat" scontext=u:r:init:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1 <4>[152431.608517] type=1400 audit(1430152194.907:557): avc: denied { write } for pid=22359 comm="app_process" path="/data/data/com.evervolv.toolbox/files/logcat-2015-04-27-18-29-53.txt" dev="dm-9" ino=1050231 scontext=u:r:zygote:s0 tcontext=u:object_r:system_app_data_file:s0 tclass=file permissive=1 <4>[152432.237454] type=1400 audit(1430152195.527:558): avc: denied { getattr } for pid=22359 comm="app_process" path="/data/data/com.evervolv.toolbox/files/logcat-2015-04-27-18-29-53.txt" dev="dm-9" ino=1050231 scontext=u:r:zygote:s0 tcontext=u:object_r:system_app_data_file:s0 tclass=file permissive=1 <4>[152433.101681] type=1400 audit(1430152196.388:559): avc: denied { call } for pid=22359 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:servicemanager:s0 tclass=binder permissive=1 <4>[152433.102352] type=1400 audit(1430152196.388:560): avc: denied { search } for pid=142 comm="servicemanager" name="22359" dev="proc" ino=1194954 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=dir permissive=1 <4>[152433.102566] type=1400 audit(1430152196.388:561): avc: denied { read } for pid=142 comm="servicemanager" name="current" dev="proc" ino=1195907 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=file permissive=1 <4>[152433.107906] type=1400 audit(1430152196.388:562): avc: denied { open } for pid=142 comm="servicemanager" name="current" dev="proc" ino=1195907 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=file permissive=1 <4>[152433.108090] type=1400 audit(1430152196.388:563): avc: denied { getattr } for pid=142 comm="servicemanager" scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=process permissive=1 <4>[152433.116207] type=1400 audit(1430152196.408:564): avc: denied { call } for pid=22359 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1 <4>[152433.116390] type=1400 audit(1430152196.408:565): avc: denied { transfer } for pid=22359 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1 <4>[152433.189236] type=1400 audit(1430152196.478:566): avc: denied { call } for pid=30916 comm="Binder_F" scontext=u:r:system_server:s0 tcontext=u:r:zygote:s0 tclass=binder permissive=1 <6>[152433.504788] msm_device_put:device speaker_stereo_rx set 0 <3>[152438.251492] init: Warning! Service dumplogcat needs a SELinux domain defined; please fix! <6>[152438.287930] msm_device_put:device speaker_stereo_rx set 0 <6>[152438.288021] msm_device_put:device speaker_stereo_rx set 1 <3>[152438.288052] msm_device_put:device freq =48000 <3>[152438.320553] Device active ------ LAST KMSG (/proc/last_klog) ------ erloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 198 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 201 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 202 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 203 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 204 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 205 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 206 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 207 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 208 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 209 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 210 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 211 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 212 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 213 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 214 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 215 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 216 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 217 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 218 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 219 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 220 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 221 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 222 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 223 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 224 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 225 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 226 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 227 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 228 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 229 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 230 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 231 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 232 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 233 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 234 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 235 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 236 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 237 <6>healthd: battery l=84 v=3849 t=31.0 h=2 st=3 c=-1154 chg= <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 236 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 235 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 234 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 233 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 232 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 231 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 230 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 229 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 228 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 227 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 226 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 225 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 224 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 223 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 222 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 221 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 220 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 219 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 218 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 217 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 216 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 215 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 214 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 213 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 212 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 211 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 210 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 209 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 208 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 207 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 206 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 205 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 204 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 203 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 202 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 201 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 198 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 181 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 send sigkill to 21017 (id.gms.wearable), adj 764, size 8660 send sigkill to 20992 (id.gms.unstable), adj 647, size 12203 send sigkill to 21663 (id.partnersetup), adj 529, size 6781 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 198 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 201 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 202 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 203 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 204 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 205 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 206 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 207 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 208 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 209 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 210 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 211 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 212 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 213 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 214 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 215 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 216 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 217 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 218 send sigkill to 21644 (earchbox:search), adj 529, size 11679 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 219 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 220 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 221 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 222 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 223 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 224 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 225 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 226 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 227 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 228 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 229 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 230 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 231 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 232 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 233 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 234 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 235 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 236 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 237 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 238 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 239 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 240 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 241 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 242 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 243 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 244 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 245 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 246 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 247 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 248 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 249 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 250 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 251 <6>profile 4 level 24 progressive 1<4> VIDC: vidc_freq = 133330000, req_perf_lvl = 40500, set_perf_lvl = 108000 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 250 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 249 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 248 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 247 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 246 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 245 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 244 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 243 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 242 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 241 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 240 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 239 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 238 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 237 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 236 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 235 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 234 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 233 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 232 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 231 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 230 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 229 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 228 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 227 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 226 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 225 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 224 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 223 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 222 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 221 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 220 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 219 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 218 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 217 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 216 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 215 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 214 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 213 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 212 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 211 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 210 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 209 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 208 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 207 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 206 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 205 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 204 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 203 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 202 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 201 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 198 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 send sigkill to 22027 (id.partnersetup), adj 764, size 6802 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900 <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT vidc_cleanup_addr_table(): buffer = INPUT <6>msm_vidc_dec: Return from vid_dec_release()<3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <6>msm_device_put:device speaker_stereo_rx set 0 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active send sigkill to 22417 (droid.deskclock), adj 764, size 7477 send sigkill to 22007 (earchbox:search), adj 647, size 11554 send sigkill to 22811 (d.process.acore), adj 529, size 8348 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <6>msm_vidc_dec: Inside vid_dec_open()<4> VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>fw_version 2:28:2013<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 8550, set_perf_lvl = 37900 <6>profile 4 level 20 progressive 1<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 8550, set_perf_lvl = 37900 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 6840, set_perf_lvl = 37900 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 send sigkill to 22989 (id.partnersetup), adj 647, size 6789 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 send sigkill to 22970 (earchbox:search), adj 647, size 11630 send sigkill to 23053 (id.gms.wearable), adj 529, size 8655 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900 <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT vidc_cleanup_addr_table(): buffer = INPUT <6>msm_vidc_dec: Return from vid_dec_release()<3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128 <6>msm_device_put:device speaker_stereo_rx set 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 send sigkill to 23035 (id.gms.unstable), adj 1000, size 12022 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 send sigkill to 23263 (id.partnersetup), adj 764, size 6796 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 send sigkill to 23243 (earchbox:search), adj 647, size 11676 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 send sigkill to 23382 (d.process.acore), adj 529, size 8383 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>msm_device_put:device speaker_stereo_rx set 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <6>msm_device_put:device speaker_stereo_rx set 0 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <6>msm_vidc_dec: Inside vid_dec_open()<4> VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>fw_version 2:28:2013<4> VIDC: vidc_freq = 133330000, req_perf_lvl = 48600, set_perf_lvl = 108000 <6>profile 4 level 25 progressive 1<4> VIDC: vidc_freq = 133330000, req_perf_lvl = 48600, set_perf_lvl = 108000 <4> VIDC: vidc_freq = 133330000, req_perf_lvl = 48600, set_perf_lvl = 108000 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <4> VIDC: vidc_freq = 133330000, req_perf_lvl = 50220, set_perf_lvl = 108000 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>healthd: battery l=82 v=3835 t=31.0 h=2 st=3 c=-1150 chg= <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 send sigkill to 23519 (id.partnersetup), adj 1000, size 6798 <3>binder: 23519: binder_alloc_buf, no vma <6>binder: 424:1276 transaction failed 29201, size 172-0 <6>binder: send failed reply for transaction 1088039 to 23519:23519 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 send sigkill to 23622 (id.gms.wearable), adj 764, size 8648 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900 <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT vidc_cleanup_addr_table(): buffer = INPUT <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <6>msm_vidc_dec: Inside vid_dec_open()<4> VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>fw_version 2:28:2013send sigkill to 23603 (id.gms.unstable), adj 647, size 12113 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <6>profile 4 level 24 progressive 1<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 22080, set_perf_lvl = 37900 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 send sigkill to 23488 (earchbox:search), adj 529, size 11842 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 send sigkill to 24979 (id.gms.wearable), adj 647, size 8687 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <6>healthd: battery l=80 v=3830 t=32.0 h=2 st=3 c=-980 chg= <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900 <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT vidc_cleanup_addr_table(): buffer = INPUT <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_vidc_dec: Inside vid_dec_open()<4> VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>fw_version 2:28:2013<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <6>profile 4 level 24 progressive 1<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 22080, set_perf_lvl = 37900 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900 <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT vidc_cleanup_addr_table(): buffer = INPUT <6>msm_vidc_dec: Return from vid_dec_release()<3>[DISP] lcdc_tenderloin_panel_set_backlight: 0 <3>[DISP] lcdc_panel_power: ++ 0 <6>request_suspend_state: sleep (0->3) at 3106461260213 (2015-04-23 18:54:26.012622250 UTC) <6>[MPDEC]: Screen -> off. Deactivated mpdecision. <6>msm_device_put:device speaker_stereo_rx set 0 <6>PM: suspend entry 2015-04-23 18:54:28.978839291 UTC Freezing user space processes ... (elapsed 0.011 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 225.646 msecs <6>PM: late suspend of devices complete after 5.706 msecs <6>PM: noirq suspend of devices complete after 7.141 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.706 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.889 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 109.762 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 18:54:29.632083517 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 18:54:29.632114012 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 18:54:29.667978011 UTC <6>healthd: battery l=80 v=3864 t=32.0 h=2 st=3 c=-666 chg= Freezing user space processes ... (elapsed 0.008 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 201.150 msecs <6>PM: late suspend of devices complete after 1.800 msecs <6>PM: noirq suspend of devices complete after 2.318 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.800 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 1.800 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 101.801 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 18:54:34.012687592 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 18:54:34.012718084 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 18:54:34.046259657 UTC <6>healthd: battery l=80 v=3868 t=32.0 h=2 st=3 c=-154 chg= Freezing user space processes ... (elapsed 0.013 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 216.137 msecs <6>PM: late suspend of devices complete after 5.766 msecs <6>PM: noirq suspend of devices complete after 7.108 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.705 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 104.054 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 18:54:34.511231144 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 18:54:34.511231144 UTC) <6>active wake lock event5-424 <6>active wake lock event1-424 <6>active wake lock event0-424 <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 18:54:34.546973035 UTC <6>healthd: battery l=80 v=3859 t=32.0 h=2 st=3 c=-154 chg= Freezing user space processes ... (elapsed 0.004 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 202.427 msecs <6>PM: late suspend of devices complete after 1.800 msecs <6>PM: noirq suspend of devices complete after 2.318 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.769 msecs <6>wakeup wake lock: gpio_input <6>PM: early resume of devices complete after 1.830 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 1 <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 103.813 msecs Restarting tasks ... <6>lsm303dlh_acc_sysfs: hw init start done. <6>PM: suspend exit 2015-04-23 18:54:37.023084992 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 18:54:37.023115485 UTC) <6>active wake lock PowerManagerService.Display <6>active wake lock PowerManagerService.Broadcasts <6>active wake lock KeyEvents <6>active wake lock power-supply <6>lsm303dlh_acc_sysfs: hw init done <6>request_suspend_state: wakeup (3->0) at 3111452662119 (2015-04-23 18:54:37.060195358 UTC) <6>healthd: battery l=80 v=3868 t=32.0 h=2 st=3 c=-104 chg= <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000] <3>[DISP] lcdc_panel_power: ++ 1 <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 0 <4>mdp4_csc_config: Block type 10 isn't supported by CSC. <4>mdp4_csc_config: Block type 8 isn't supported by CSC. <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 74 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 78 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 82 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 85 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 89 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 92 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 95 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 99 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 102 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 105 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 109 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 112 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 115 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 119 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 122 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 125 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <6>msm_vidc_dec: Inside vid_dec_open()<4> VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>fw_version 2:28:2013<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 send sigkill to 25984 (id.partnersetup), adj 764, size 6729 <6>profile 4 level 24 progressive 1<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 22080, set_perf_lvl = 37900 send sigkill to 25960 (earchbox:search), adj 647, size 11594 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900 <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT vidc_cleanup_addr_table(): buffer = INPUT <6>msm_vidc_dec: Return from vid_dec_release()<6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>msm_vidc_dec: Inside vid_dec_open()<4> VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>fw_version 2:28:2013<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <6>profile 4 level 24 progressive 1<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 28520, set_perf_lvl = 37900 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 send sigkill to 24961 (id.gms.unstable), adj 529, size 11808 send sigkill to 27288 (id.partnersetup), adj 1000, size 6709 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 126 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 125 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 126 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>profile 4 level 25 progressive 1<4> VIDC: vidc_freq = 133330000, req_perf_lvl = 50220, set_perf_lvl = 108000 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900 <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT vidc_cleanup_addr_table(): buffer = INPUT <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_vidc_dec: Inside vid_dec_open()<4> VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>fw_version 2:28:2013<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <6>profile 4 level 24 progressive 1<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 28520, set_perf_lvl = 37900 send sigkill to 27330 (viders.calendar), adj 764, size 7400 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 send sigkill to 27361 (ndroid.calendar), adj 764, size 7420 send sigkill to 27270 (earchbox:search), adj 647, size 13133 send sigkill to 28114 (id.gms.wearable), adj 764, size 8549 send sigkill to 28095 (id.gms.unstable), adj 647, size 12425 send sigkill to 28651 (id.partnersetup), adj 529, size 6646 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900 <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT vidc_cleanup_addr_table(): buffer = INPUT <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_vidc_dec: Inside vid_dec_open()<4> VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <6>profile 4 level 24 progressive 1<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 28520, set_perf_lvl = 37900 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>msm_device_put:device speaker_stereo_rx set 0 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900 <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT vidc_cleanup_addr_table(): buffer = INPUT <6>msm_vidc_dec: Return from vid_dec_release()<6>healthd: battery l=78 v=3801 t=33.0 h=2 st=3 c=-999 chg= <6>msm_vidc_dec: Inside vid_dec_open()<4> VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800 <6>fw_version 2:28:2013<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <6>profile 4 level 24 progressive 1<4> VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 22080, set_perf_lvl = 37900 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 0 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 send sigkill to 28775 (id.gms.wearable), adj 1000, size 8600 send sigkill to 28757 (id.gms.unstable), adj 764, size 12243 send sigkill to 29199 (droid.deskclock), adj 647, size 7353 <4> VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900 <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT vidc_cleanup_addr_table(): buffer = INPUT <6>msm_vidc_dec: Return from vid_dec_release()<3>[DISP] lcdc_tenderloin_panel_set_backlight: 0 <3>[DISP] lcdc_panel_power: ++ 0 <6>request_suspend_state: sleep (0->3) at 3469654143138 (2015-04-23 19:00:35.261676377 UTC) <6>[MPDEC]: Screen -> off. Deactivated mpdecision. <6>binder: 3206:3206 transaction failed 29201, size 745360-4 <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 1 <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done <6>request_suspend_state: wakeup (3->0) at 3471676665111 (2015-04-23 19:00:37.284198350 UTC) <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000] <3>[DISP] lcdc_panel_power: ++ 1 <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 1 <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 0 <4>mdp4_csc_config: Block type 10 isn't supported by CSC. <4>mdp4_csc_config: Block type 8 isn't supported by CSC. <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 70 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 73 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 76 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 80 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 83 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 86 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 90 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 93 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 96 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 100 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 103 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 106 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 110 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 113 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 116 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 120 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 123 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 126 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <6>msm_device_put:device speaker_stereo_rx set 0 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 198 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 198 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0 <3>[DISP] lcdc_panel_power: ++ 0 <6>request_suspend_state: sleep (0->3) at 3482331724925 (2015-04-23 19:00:47.939258164 UTC) <6>[MPDEC]: Screen -> off. Deactivated mpdecision. <6>PM: suspend entry 2015-04-23 19:00:47.943988389 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 225.952 msecs <6>PM: late suspend of devices complete after 5.767 msecs <6>PM: noirq suspend of devices complete after 7.110 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.615 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.706 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 97.320 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:00:50.008143253 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:00:50.008173752 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:00:50.050011797 UTC Freezing user space processes ... (elapsed 0.003 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 203.004 msecs <6>PM: late suspend of devices complete after 1.799 msecs <6>PM: noirq suspend of devices complete after 2.440 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.799 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 1.799 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 94.389 msecs Restarting tasks ... <6>healthd: battery l=77 v=3844 t=33.0 h=2 st=3 c=-800 chg= done. <6>PM: suspend exit 2015-04-23 19:00:55.013145157 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:00:55.013145157 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:00:55.047572082 UTC <6>healthd: battery l=77 v=3844 t=33.0 h=2 st=3 c=-34 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 224.812 msecs <6>PM: late suspend of devices complete after 5.857 msecs <6>PM: noirq suspend of devices complete after 7.199 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.582 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.704 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 90.055 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:01:04.007228459 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:01:04.007258959 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:01:04.064344323 UTC <6>healthd: battery l=77 v=3849 t=33.0 h=2 st=3 c=-68 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16 <3>PM: Device alarm failed to suspend: error -16 <3>PM: Some devices failed to suspend <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 3.233 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:01:04.301933864 UTC <6>suspend: exit suspend, ret = -16 (2015-04-23 19:01:04.301964370 UTC) <6>active wake lock alarm_rtc, time left 199 <6>PM: suspend entry 2015-04-23 19:01:06.391787220 UTC Freezing user space processes ... (elapsed 0.011 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 222.835 msecs <6>PM: late suspend of devices complete after 5.676 msecs <6>PM: noirq suspend of devices complete after 7.141 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.706 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 6.103 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 99.132 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:01:06.767062346 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:01:06.767092846 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:01:06.800212103 UTC <6>healthd: battery l=77 v=3840 t=33.0 h=2 st=3 c=-82 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 214.889 msecs <6>PM: late suspend of devices complete after 1.769 msecs <6>PM: noirq suspend of devices complete after 2.318 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.800 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 1.800 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 95.152 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:01:31.017781436 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:01:31.017781436 UTC) <6>active wake lock power-supply <6>active wake lock alarm, time left 498 <6>healthd: battery l=77 v=3854 t=32.0 h=2 st=3 c=-43 chg= <6>PM: suspend entry 2015-04-23 19:01:31.973926034 UTC Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 202.570 msecs <6>PM: late suspend of devices complete after 1.800 msecs <6>PM: noirq suspend of devices complete after 2.319 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.769 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 1.769 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 103.753 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:02:25.012960915 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:02:25.012991411 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:02:25.045832756 UTC <6>healthd: battery l=77 v=3859 t=31.0 h=2 st=3 c=-33 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 225.659 msecs <6>PM: late suspend of devices complete after 5.644 msecs <6>PM: noirq suspend of devices complete after 7.230 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.705 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 101.523 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:02:27.006220984 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:02:27.006220984 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:02:27.058395994 UTC <6>healthd: battery l=77 v=3859 t=31.0 h=2 st=3 c=-33 chg= Freezing user space processes ... (elapsed 0.003 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 219.944 msecs <6>PM: late suspend of devices complete after 5.796 msecs <6>PM: noirq suspend of devices complete after 7.077 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<3>msm_pm_enter: cannot find the lowest power limit <6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 2.776 msecs <6>PM: early resume of devices complete after 1.769 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <6>wakeup wake lock: power-supply <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 103.630 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:02:28.007379735 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:02:28.007379735 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:02:28.046777193 UTC <6>healthd: battery l=77 v=3844 t=31.0 h=2 st=3 c=-33 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 223.106 msecs <6>PM: late suspend of devices complete after 5.643 msecs <6>PM: noirq suspend of devices complete after 7.321 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.704 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 110.854 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:02:33.016010018 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:02:33.016040514 UTC) <6>active wake lock PowerManagerService.WakeLocks <6>active wake lock power-supply <6>healthd: battery l=77 v=3859 t=31.0 h=2 st=3 c=-72 chg= <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done <6>PM: suspend entry 2015-04-23 19:02:36.906392280 UTC Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 218.535 msecs <6>PM: late suspend of devices complete after 5.767 msecs <6>PM: noirq suspend of devices complete after 7.629 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<3>msm_pm_enter: cannot find the lowest power limit <6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.861 msecs <6>PM: early resume of devices complete after 1.739 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <6>wakeup wake lock: power-supply <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 112.624 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:02:37.432913876 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:02:37.432944375 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:02:37.459568652 UTC <6>healthd: battery l=77 v=3844 t=31.0 h=2 st=3 c=-285 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 206.841 msecs <6>PM: late suspend of devices complete after 1.830 msecs <6>PM: noirq suspend of devices complete after 2.318 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.769 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 1.799 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 102.075 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:02:51.009607460 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:02:51.009637960 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:02:51.053029211 UTC <6>healthd: battery l=77 v=3859 t=31.0 h=2 st=3 c=-32 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 222.530 msecs <6>PM: late suspend of devices complete after 5.643 msecs <6>PM: noirq suspend of devices complete after 7.108 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.704 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 102.681 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:02:56.010459999 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:02:56.010490494 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:02:56.048667015 UTC Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 226.487 msecs <6>PM: late suspend of devices complete after 5.704 msecs <6>PM: noirq suspend of devices complete after 7.290 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.643 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 103.961 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:03:34.015613631 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:03:34.015613631 UTC) <6>active wake lock PowerManagerService.WakeLocks <6>active wake lock power-supply <6>healthd: battery l=77 v=3854 t=30.0 h=2 st=3 c=-39 chg= <6>healthd: battery l=77 v=3859 t=30.0 h=2 st=3 c=-39 chg= <6>PM: suspend entry 2015-04-23 19:03:35.528796137 UTC Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 227.300 msecs <6>PM: late suspend of devices complete after 5.706 msecs <6>PM: noirq suspend of devices complete after 7.201 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.614 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.706 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 96.129 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:03:37.008325997 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:03:37.008325997 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:03:37.044187211 UTC <6>healthd: battery l=77 v=3854 t=30.0 h=2 st=3 c=-187 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 223.990 msecs <6>PM: late suspend of devices complete after 5.643 msecs <6>PM: noirq suspend of devices complete after 7.230 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.582 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.704 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 102.407 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:03:37.461047355 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:03:37.461077850 UTC) <6>active wake lock event5-424 <6>active wake lock event1-424 <6>active wake lock event0-424 <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:03:37.493800532 UTC <6>healthd: battery l=77 v=3859 t=30.0 h=2 st=3 c=-187 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 221.224 msecs <6>PM: late suspend of devices complete after 5.674 msecs <6>PM: noirq suspend of devices complete after 7.139 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.704 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 102.772 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:03:38.009423196 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:03:38.009453691 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:03:38.047753215 UTC <6>healthd: battery l=77 v=3859 t=30.0 h=2 st=3 c=-187 chg= Freezing user space processes ... (elapsed 0.016 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 215.086 msecs <6>PM: late suspend of devices complete after 5.735 msecs <6>PM: noirq suspend of devices complete after 7.107 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.674 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.337 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 97.801 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:03:39.008203348 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:03:39.008233843 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:03:39.046806707 UTC <6>healthd: battery l=77 v=3844 t=30.0 h=2 st=3 c=-160 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 221.617 msecs <6>PM: late suspend of devices complete after 5.796 msecs <6>PM: noirq suspend of devices complete after 7.230 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.583 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.705 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 100.763 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:03:58.009271990 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:03:58.009302489 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:03:58.048121350 UTC Freezing user space processes ... (elapsed 0.003 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 220.324 msecs <6>PM: late suspend of devices complete after 5.674 msecs <6>PM: noirq suspend of devices complete after 7.199 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.582 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.704 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 100.973 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:04:12.007166493 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:04:12.007166493 UTC) <6>active wake lock power-supply <6>healthd: battery l=77 v=3859 t=29.0 h=2 st=3 c=-56 chg= <6>PM: suspend entry 2015-04-23 19:04:12.057022528 UTC <6>healthd: battery l=77 v=3859 t=29.0 h=2 st=3 c=-56 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 223.931 msecs <6>PM: late suspend of devices complete after 5.613 msecs <6>PM: noirq suspend of devices complete after 7.230 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.705 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 110.764 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:04:35.008264152 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:04:35.008264152 UTC) <6>active wake lock power-supply <6>active wake lock alarm_rtc, time left 87 <6>healthd: battery l=77 v=3859 t=29.0 h=2 st=3 c=-39 chg= <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done <6>PM: suspend entry 2015-04-23 19:04:38.840748997 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 214.782 msecs <6>PM: late suspend of devices complete after 5.828 msecs <6>PM: noirq suspend of devices complete after 7.446 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<3>msm_pm_enter: cannot find the lowest power limit <6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.739 msecs <6>PM: early resume of devices complete after 1.739 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <6>wakeup wake lock: power-supply <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 115.277 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:04:39.272148387 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:04:39.272178886 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:04:39.299535132 UTC <6>healthd: battery l=77 v=3849 t=29.0 h=2 st=3 c=-228 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 215.808 msecs <6>PM: late suspend of devices complete after 5.644 msecs <6>PM: noirq suspend of devices complete after 7.200 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.583 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.705 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 101.614 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:04:40.006526117 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:04:40.006556613 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:04:40.056840620 UTC <6>healthd: battery l=77 v=3859 t=29.0 h=2 st=3 c=-228 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 222.957 msecs <6>PM: late suspend of devices complete after 5.643 msecs <6>PM: noirq suspend of devices complete after 7.199 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.704 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 102.407 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:04:40.469529017 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:04:40.469529017 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:04:40.508259322 UTC <6>healthd: battery l=77 v=3849 t=29.0 h=2 st=3 c=-228 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 224.513 msecs <6>PM: late suspend of devices complete after 5.705 msecs <6>PM: noirq suspend of devices complete after 7.169 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.583 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.705 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 107.686 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:04:44.015278919 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:04:44.015309416 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:04:44.045955412 UTC <6>healthd: battery l=77 v=3859 t=29.0 h=2 st=3 c=-137 chg= Freezing user space processes ... (elapsed 0.002 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 218.741 msecs <6>PM: late suspend of devices complete after 5.826 msecs <6>PM: noirq suspend of devices complete after 7.230 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.704 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 108.537 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:05:35.009148678 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:05:35.009240164 UTC) <6>active wake lock power-supply <6>active wake lock alarm_rtc, time left 87 <6>healthd: battery l=77 v=3859 t=28.0 h=2 st=3 c=-44 chg= <6>PM: suspend entry 2015-04-23 19:05:36.440698805 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 227.724 msecs <6>PM: late suspend of devices complete after 5.706 msecs <6>PM: noirq suspend of devices complete after 7.170 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.614 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.797 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 100.978 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:05:55.007076065 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:05:55.007106565 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:05:55.048761726 UTC <6>healthd: battery l=77 v=3859 t=28.0 h=2 st=3 c=-30 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 222.739 msecs <6>PM: late suspend of devices complete after 5.643 msecs <6>PM: noirq suspend of devices complete after 7.199 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.765 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 101.493 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:06:35.006556647 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:06:35.006587143 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:06:35.056779924 UTC <6>healthd: battery l=77 v=3859 t=28.0 h=2 st=3 c=-39 chg= Freezing user space processes ... (elapsed 0.003 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16 <3>PM: Device alarm failed to suspend: error -16 <3>PM: Some devices failed to suspend <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 3.264 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:06:35.315012637 UTC <6>suspend: exit suspend, ret = -16 (2015-04-23 19:06:35.315043144 UTC) <6>active wake lock alarm_rtc, time left 198 <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done <6>PM: suspend entry 2015-04-23 19:06:40.179889376 UTC Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 225.494 msecs <6>PM: late suspend of devices complete after 5.706 msecs <6>PM: noirq suspend of devices complete after 7.171 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.584 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.706 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 101.510 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:07:36.009850395 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:07:36.009880891 UTC) <6>healthd: battery l=77 v=3864 t=27.0 h=2 st=3 c=-39 chg= <6>PM: suspend entry 2015-04-23 19:07:37.068476146 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 191.241 msecs <6>PM: late suspend of devices complete after 1.769 msecs <6>PM: noirq suspend of devices complete after 2.349 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.800 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 1.830 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 112.595 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:08:38.016437152 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:08:38.016467648 UTC) <6>healthd: battery l=77 v=3864 t=27.0 h=2 st=3 c=-32 chg= <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done <6>PM: suspend entry 2015-04-23 19:08:41.883992443 UTC Freezing user space processes ... (elapsed 0.004 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 222.838 msecs <6>PM: late suspend of devices complete after 5.798 msecs <6>PM: noirq suspend of devices complete after 7.171 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 3.417 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 1.800 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 105.918 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:09:38.026680966 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:09:38.026680966 UTC) <6>healthd: battery l=77 v=3864 t=27.0 h=2 st=3 c=-39 chg= <6>PM: suspend entry 2015-04-23 19:09:39.035588193 UTC Freezing user space processes ... (elapsed 0.004 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 208.535 msecs <6>PM: late suspend of devices complete after 1.769 msecs <6>PM: noirq suspend of devices complete after 2.318 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.800 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 1.800 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 97.804 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:10:55.010736164 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:10:55.010766664 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:10:55.046169766 UTC <6>healthd: battery l=77 v=3864 t=26.0 h=2 st=3 c=-52 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 221.763 msecs <6>PM: late suspend of devices complete after 5.735 msecs <6>PM: noirq suspend of devices complete after 7.138 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.704 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 105.702 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:11:13.015003347 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:11:13.015033840 UTC) <6>active wake lock PowerManagerService.WakeLocks <6>active wake lock power-supply <6>healthd: battery l=77 v=3859 t=26.0 h=2 st=3 c=-39 chg= <6>PM: suspend entry 2015-04-23 19:11:13.146014222 UTC Freezing user space processes ... (elapsed 0.008 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 226.384 msecs <6>PM: late suspend of devices complete after 5.705 msecs <6>PM: noirq suspend of devices complete after 7.170 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.614 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.705 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 101.525 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:12:13.015097598 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:12:13.015128091 UTC) <6>active wake lock power-supply <6>active wake lock alarm_rtc, time left 87 <6>healthd: battery l=77 v=3864 t=26.0 h=2 st=3 c=-49 chg= <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done <6>PM: suspend entry 2015-04-23 19:12:14.456719624 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 220.250 msecs <6>PM: late suspend of devices complete after 5.492 msecs <6>PM: noirq suspend of devices complete after 7.415 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.706 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.614 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 117.017 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:13:20.015888164 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:13:20.015888164 UTC) <6>healthd: battery l=77 v=3864 t=26.0 h=2 st=3 c=-30 chg= <6>PM: suspend entry 2015-04-23 19:13:25.476519899 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 224.578 msecs <6>PM: late suspend of devices complete after 5.706 msecs <6>PM: noirq suspend of devices complete after 7.293 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.615 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.615 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 100.595 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:14:24.015827652 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:14:24.015858144 UTC) <6>healthd: battery l=77 v=3864 t=26.0 h=2 st=3 c=-58 chg= send sigkill to 29366 (droid.apps.maps), adj 1000, size 12027 send sigkill to 29532 (viders.calendar), adj 1000, size 7397 send sigkill to 28631 (earchbox:search), adj 764, size 14832 <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done send sigkill to 29552 (ndroid.calendar), adj 647, size 7492 send sigkill to 1280 (gle.android.gms), adj 529, size 11978 <6>binder: undelivered transaction 1444865 <6>binder: undelivered transaction 1444864 <6>PM: suspend entry 2015-04-23 19:14:27.932119037 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 232.573 msecs <6>PM: late suspend of devices complete after 5.584 msecs <6>active wake lock alarm, time left 485 <3>dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11 <3>PM: Device power.0 failed to suspend noirq: error -11 <6>PM: noirq resume of devices complete after 5.065 msecs <6>PM: early resume of devices complete after 5.340 msecs <3>PM: Some devices failed to power down max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 116.088 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:14:28.403431500 UTC <6>suspend: exit suspend, ret = -11 (2015-04-23 19:14:28.403462017 UTC) <6>PM: suspend entry 2015-04-23 19:14:28.447468306 UTC <6>healthd: battery l=77 v=3854 t=26.0 h=2 st=3 c=-347 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 226.226 msecs <6>PM: late suspend of devices complete after 5.676 msecs <6>PM: noirq suspend of devices complete after 7.171 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.615 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.737 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 100.785 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:15:55.014820843 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:15:55.014851335 UTC) <6>active wake lock PowerManagerService.WakeLocks <6>active wake lock power-supply <6>active wake lock alarm, time left 498 <6>healthd: battery l=77 v=3859 t=26.0 h=2 st=3 c=-64 chg= <6>PM: suspend entry 2015-04-23 19:15:55.291259638 UTC Freezing user space processes ... (elapsed 0.004 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 220.149 msecs <6>PM: late suspend of devices complete after 5.644 msecs <6>PM: noirq suspend of devices complete after 7.200 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.614 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.705 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 101.093 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:17:36.015003775 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:17:36.015003775 UTC) <6>healthd: battery l=77 v=3864 t=25.0 h=2 st=3 c=-69 chg= <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done send sigkill to 29663 (viders.calendar), adj 1000, size 7369 send sigkill to 29619 (id.partnersetup), adj 1000, size 6668 send sigkill to 29584 (earchbox:search), adj 764, size 11743 send sigkill to 29681 (id.gms.wearable), adj 647, size 8582 send sigkill to 29705 (droid.deskclock), adj 647, size 7384 send sigkill to 29601 (gle.android.gms), adj 529, size 11354 <6>PM: suspend entry 2015-04-23 19:17:42.027728354 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 216.735 msecs <6>PM: late suspend of devices complete after 5.706 msecs <6>PM: noirq suspend of devices complete after 7.202 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.615 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.798 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 105.779 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:19:11.011131861 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:19:11.011162356 UTC) <6>healthd: battery l=77 v=3859 t=25.0 h=2 st=3 c=-51 chg= <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done <6>PM: suspend entry 2015-04-23 19:19:18.529194198 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 235.931 msecs <6>PM: late suspend of devices complete after 5.737 msecs <6>PM: noirq suspend of devices complete after 7.202 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.584 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.706 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 96.654 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:20:55.013083889 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:20:55.013114387 UTC) <6>active wake lock PowerManagerService.WakeLocks <6>active wake lock power-supply <6>active wake lock alarm, time left 499 <6>healthd: battery l=77 v=3864 t=25.0 h=2 st=3 c=-29 chg= <6>PM: suspend entry 2015-04-23 19:20:55.148974638 UTC Freezing user space processes ... (elapsed 0.016 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 205.297 msecs <6>PM: late suspend of devices complete after 1.800 msecs <6>PM: noirq suspend of devices complete after 2.318 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.800 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 1.769 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 110.767 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:22:12.020766701 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:22:12.020827685 UTC) <6>active wake lock PowerManagerService.WakeLocks <6>active wake lock event5-424 <6>active wake lock event1-424 <6>active wake lock event0-424 <6>active wake lock power-supply <6>healthd: battery l=77 v=3864 t=25.0 h=2 st=3 c=-72 chg= <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done <6>PM: suspend entry 2015-04-23 19:22:13.008060239 UTC Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 228.100 msecs <6>PM: late suspend of devices complete after 5.675 msecs <6>PM: noirq suspend of devices complete after 7.200 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.583 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.705 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 100.576 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:22:13.538980060 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:22:13.539010556 UTC) <6>active wake lock PowerManagerService.WakeLocks <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:22:13.577649595 UTC <6>healthd: battery l=77 v=3859 t=25.0 h=2 st=3 c=-72 chg= Freezing user space processes ... (elapsed 0.003 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 214.417 msecs <6>PM: late suspend of devices complete after 5.796 msecs <6>PM: noirq suspend of devices complete after 7.139 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.705 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 6.131 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 113.994 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:23:37.015766371 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:23:37.015796863 UTC) <6>active wake lock PowerManagerService.WakeLocks <6>active wake lock power-supply <6>active wake lock alarm, time left 498 <6>healthd: battery l=77 v=3864 t=25.0 h=2 st=3 c=-39 chg= <6>PM: suspend entry 2015-04-23 19:23:38.044301398 UTC Freezing user space processes ... (elapsed 0.003 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 220.994 msecs <6>PM: late suspend of devices complete after 5.736 msecs <6>PM: noirq suspend of devices complete after 7.140 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.705 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.246 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 103.199 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:23:57.007898306 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:23:57.007898306 UTC) <6>healthd: battery l=77 v=3864 t=25.0 h=2 st=3 c=-45 chg= <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done <6>PM: suspend entry 2015-04-23 19:23:58.044844167 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 240.304 msecs <6>PM: late suspend of devices complete after 5.614 msecs <6>PM: noirq suspend of devices complete after 7.200 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.614 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.644 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 108.536 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:25:36.015735588 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:25:36.015766084 UTC) <6>healthd: battery l=77 v=3864 t=25.0 h=2 st=3 c=-30 chg= <6>PM: suspend entry 2015-04-23 19:25:36.195086850 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 231.447 msecs <6>PM: late suspend of devices complete after 5.644 msecs <6>PM: noirq suspend of devices complete after 7.200 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.614 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.797 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 99.997 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:26:13.013387667 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:26:13.013387667 UTC) <6>healthd: battery l=77 v=3864 t=25.0 h=2 st=3 c=-30 chg= <6>PM: suspend entry 2015-04-23 19:26:13.149336093 UTC Freezing user space processes ... <6>active wake lock PowerManagerService.WakeLocks <3>Freezing of tasks aborted after 0.000 seconds (25 tasks refusing to freeze, wq_busy=0): Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:26:13.163853004 UTC <6>suspend: exit suspend, ret = -16 (2015-04-23 19:26:13.163853004 UTC) <6>PM: suspend entry 2015-04-23 19:26:15.909724361 UTC Freezing user space processes ... (elapsed 0.016 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 205.259 msecs <6>PM: late suspend of devices complete after 1.831 msecs <6>PM: noirq suspend of devices complete after 2.319 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.800 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 1.800 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 105.152 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:26:25.008447320 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:26:25.008447320 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:26:25.042295108 UTC <6>healthd: battery l=77 v=3859 t=24.0 h=2 st=3 c=-41 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 225.965 msecs <6>PM: late suspend of devices complete after 5.705 msecs <6>PM: noirq suspend of devices complete after 7.200 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.613 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 102.437 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:27:38.022505037 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:27:38.022505037 UTC) <6>active wake lock PowerManagerService.WakeLocks <6>active wake lock power-supply <6>active wake lock alarm, time left 497 <6>healthd: battery l=77 v=3864 t=24.0 h=2 st=3 c=-64 chg= <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done <6>PM: suspend entry 2015-04-23 19:27:40.464515687 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 217.584 msecs <6>PM: late suspend of devices complete after 5.676 msecs <6>PM: noirq suspend of devices complete after 7.110 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 3.417 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 1.769 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 105.845 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:27:41.018571395 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:27:41.018571395 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:27:41.033940061 UTC <6>healthd: battery l=77 v=3849 t=24.0 h=2 st=3 c=-64 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 214.869 msecs <6>PM: late suspend of devices complete after 5.735 msecs <6>PM: noirq suspend of devices complete after 7.779 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<3>msm_pm_enter: cannot find the lowest power limit <6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.769 msecs <6>PM: early resume of devices complete after 1.738 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <6>wakeup wake lock: power-supply <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 91.765 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:27:41.422554942 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:27:41.422554942 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:27:41.456862739 UTC <6>healthd: battery l=77 v=3849 t=24.0 h=2 st=3 c=-324 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 217.282 msecs <6>PM: late suspend of devices complete after 5.491 msecs <6>PM: noirq suspend of devices complete after 7.291 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.705 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 6.010 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 106.858 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:27:51.011557746 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:27:51.011557746 UTC) <6>active wake lock power-supply <6>active wake lock alarm_rtc, time left 88 <6>healthd: battery l=77 v=3864 t=24.0 h=2 st=3 c=-69 chg= <6>PM: suspend entry 2015-04-23 19:27:52.616011981 UTC Freezing user space processes ... (elapsed 0.004 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 226.705 msecs <6>PM: late suspend of devices complete after 5.828 msecs <6>PM: noirq suspend of devices complete after 7.110 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.706 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.370 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 97.287 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:28:43.014181921 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:28:43.014212413 UTC) <6>healthd: battery l=77 v=3864 t=24.0 h=2 st=3 c=-30 chg= <6>PM: suspend entry 2015-04-23 19:28:44.059433380 UTC Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 224.531 msecs <6>PM: late suspend of devices complete after 5.827 msecs <6>PM: noirq suspend of devices complete after 7.200 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.583 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.705 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 101.857 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:28:47.007440927 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:28:47.007471423 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:28:47.048057043 UTC <6>healthd: battery l=77 v=3864 t=24.0 h=2 st=3 c=-146 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 223.016 msecs <6>PM: late suspend of devices complete after 5.704 msecs <6>PM: noirq suspend of devices complete after 7.199 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.704 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 100.029 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:29:03.007867963 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:29:03.007898459 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:29:03.049186932 UTC <6>healthd: battery l=77 v=3864 t=24.0 h=2 st=3 c=-39 chg= Freezing user space processes ... (elapsed 0.002 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 224.296 msecs <6>PM: late suspend of devices complete after 5.643 msecs <6>PM: noirq suspend of devices complete after 7.230 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.582 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.735 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 101.553 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:29:06.008965818 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:29:06.008965818 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:29:06.047997502 UTC Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 204.522 msecs <6>PM: late suspend of devices complete after 1.799 msecs <6>PM: noirq suspend of devices complete after 2.318 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.799 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 1.799 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 105.153 msecs Restarting tasks ... <6>healthd: battery l=77 v=3864 t=24.0 h=2 st=3 c=-63 chg= done. <6>PM: suspend exit 2015-04-23 19:29:43.008172990 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:29:43.008172990 UTC) <6>active wake lock power-supply <6>active wake lock alarm_rtc, time left 89 <6>healthd: battery l=77 v=3859 t=24.0 h=2 st=3 c=-32 chg= <6>PM: suspend entry 2015-04-23 19:29:43.312459877 UTC Freezing user space processes ... (elapsed 0.030 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 233.190 msecs <6>PM: late suspend of devices complete after 5.703 msecs <6>PM: noirq suspend of devices complete after 7.167 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.612 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.703 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 103.076 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:30:16.007837604 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:30:16.007868100 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:30:16.045924527 UTC <6>healthd: battery l=77 v=3864 t=24.0 h=2 st=3 c=-30 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 214.881 msecs <6>PM: late suspend of devices complete after 5.521 msecs <6>PM: noirq suspend of devices complete after 7.291 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.704 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 6.009 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 95.636 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:30:16.478652347 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:30:16.478682842 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:30:16.510246438 UTC <6>healthd: battery l=77 v=3849 t=24.0 h=2 st=3 c=-30 chg= Freezing user space processes ... (elapsed 0.015 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 212.796 msecs <6>PM: late suspend of devices complete after 1.800 msecs <6>PM: noirq suspend of devices complete after 2.410 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.800 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 1.769 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 96.311 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:30:17.018940228 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:30:17.018940228 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:30:17.042633015 UTC <6>healthd: battery l=77 v=3854 t=24.0 h=2 st=3 c=-30 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 213.964 msecs <6>PM: late suspend of devices complete after 1.799 msecs <6>PM: noirq suspend of devices complete after 2.318 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.799 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 1.799 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 107.715 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:31:33.025218940 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:31:33.025249434 UTC) <6>active wake lock PowerManagerService.WakeLocks <6>active wake lock power-supply <6>healthd: battery l=77 v=3864 t=24.0 h=2 st=3 c=-41 chg= <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done <6>PM: suspend entry 2015-04-23 19:31:34.312700975 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 227.197 msecs <6>PM: late suspend of devices complete after 5.675 msecs <6>PM: noirq suspend of devices complete after 7.292 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.584 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.706 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 102.955 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:31:35.008081261 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:31:35.008111756 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:31:35.046168129 UTC Freezing user space processes ... (elapsed 0.003 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 224.382 msecs <6>PM: late suspend of devices complete after 5.704 msecs <6>PM: noirq suspend of devices complete after 7.199 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.582 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.704 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 103.352 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:31:38.011344540 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:31:38.011375036 UTC) <6>active wake lock power-supply <6>healthd: battery l=77 v=3864 t=24.0 h=2 st=3 c=-192 chg= <6>PM: suspend entry 2015-04-23 19:31:38.050618855 UTC <6>healthd: battery l=77 v=3864 t=24.0 h=2 st=3 c=-192 chg= Freezing user space processes ... (elapsed 0.003 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 220.491 msecs <6>PM: late suspend of devices complete after 5.766 msecs <6>PM: noirq suspend of devices complete after 7.199 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.705 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 101.037 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:31:41.007076017 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:31:41.007106517 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:31:41.051414778 UTC <6>healthd: battery l=77 v=3864 t=24.0 h=2 st=3 c=-63 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 215.947 msecs <6>PM: late suspend of devices complete after 5.704 msecs <6>PM: noirq suspend of devices complete after 7.077 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.613 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 5.703 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 95.880 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:32:35.006708971 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:32:35.006739466 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:32:35.062116791 UTC <6>healthd: battery l=77 v=3864 t=24.0 h=2 st=3 c=-30 chg= Freezing user space processes ... (elapsed 0.002 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 219.911 msecs <6>PM: late suspend of devices complete after 5.643 msecs <6>PM: noirq suspend of devices complete after 7.230 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.643 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.704 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 111.252 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:34:03.014668251 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:34:03.014698746 UTC) <6>active wake lock PowerManagerService.WakeLocks <6>active wake lock power-supply <6>healthd: battery l=76 v=3859 t=24.0 h=2 st=3 c=-39 chg= <6>lsm303dlh_acc_sysfs: hw init start <6>lsm303dlh_acc_sysfs: hw init done <6>PM: suspend entry 2015-04-23 19:34:04.228550173 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 217.247 msecs <6>PM: late suspend of devices complete after 1.891 msecs <6>PM: noirq suspend of devices complete after 2.349 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.769 msecs <6>wakeup wake lock: mmc1 <6>PM: early resume of devices complete after 1.800 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 101.008 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:34:04.647487874 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:34:04.647518369 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:34:04.679905016 UTC <6>healthd: battery l=76 v=3849 t=24.0 h=2 st=3 c=-139 chg= Freezing user space processes ... <6>active wake lock PowerManagerService.WakeLocks <3>Freezing of tasks aborted after 0.000 seconds (21 tasks refusing to freeze, wq_busy=0): Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:34:04.724737564 UTC <6>suspend: exit suspend, ret = -16 (2015-04-23 19:34:04.724768063 UTC) <6>PM: suspend entry 2015-04-23 19:34:04.824815815 UTC Freezing user space processes ... (elapsed 0.005 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 216.700 msecs <6>PM: late suspend of devices complete after 5.583 msecs <6>PM: noirq suspend of devices complete after 7.353 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.675 msecs <6>wakeup wake lock: alarm_rtc <6>PM: early resume of devices complete after 5.980 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 115.945 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:34:16.017504372 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:34:16.017534864 UTC) <6>healthd: battery l=76 v=3864 t=24.0 h=2 st=3 c=-39 chg= <6>PM: suspend entry 2015-04-23 19:34:18.173712454 UTC Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 221.399 msecs <6>PM: late suspend of devices complete after 5.706 msecs <6>PM: noirq suspend of devices complete after 7.202 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 5.615 msecs <6>wakeup wake lock: gpio_input <6>PM: early resume of devices complete after 5.676 msecs max8903b_resume: resume <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 1 <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 122.316 msecs <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 0 Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:35:15.035284160 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:35:15.035284160 UTC) <6>lsm303dlh_acc_sysfs: hw init start <6>healthd: battery l=76 v=3864 t=24.0 h=2 st=3 c=-29 chg= <6>lsm303dlh_acc_sysfs: hw init done <6>request_suspend_state: wakeup (3->0) at 3579607633236 (2015-04-23 19:35:15.073097344 UTC) <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000] <3>[DISP] lcdc_panel_power: ++ 1 <4>mdp4_csc_config: Block type 10 isn't supported by CSC. <4>mdp4_csc_config: Block type 8 isn't supported by CSC. <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 70 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 73 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 76 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 80 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 83 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 86 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 90 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 93 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 96 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 100 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 103 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 106 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 110 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 113 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 116 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 120 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 123 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 126 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 1 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 202 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 205 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 209 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 212 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 215 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 219 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 222 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 225 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 228 <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 0 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 227 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 226 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 225 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 224 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 223 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 222 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 221 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 220 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 219 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 218 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 217 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 216 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 215 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 214 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 213 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 212 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 211 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 210 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 209 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 208 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 207 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 206 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 205 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 204 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 203 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 202 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 201 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 198 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0 <3>[DISP] lcdc_panel_power: ++ 0 <6>request_suspend_state: sleep (0->3) at 3590060464720 (2015-04-23 19:35:25.525959324 UTC) <6>[MPDEC]: Screen -> off. Deactivated mpdecision. <6>PM: suspend entry 2015-04-23 19:35:25.528553318 UTC Freezing user space processes ... (elapsed 0.004 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 221.954 msecs <6>PM: late suspend of devices complete after 5.706 msecs <6>PM: noirq suspend of devices complete after 7.537 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<3>msm_pm_enter: cannot find the lowest power limit <6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 2.746 msecs <6>PM: early resume of devices complete after 1.739 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <7>lm8502_mod_brightness: set LED1 brightness (0) percent <6>wakeup wake lock: power-supply <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 112.618 msecs Restarting tasks ... done. <6>PM: suspend exit 2015-04-23 19:35:26.020340475 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:35:26.020370968 UTC) <6>active wake lock power-supply <6>PM: suspend entry 2015-04-23 19:35:26.045406220 UTC <6>healthd: battery l=76 v=3854 t=24.0 h=2 st=3 c=-864 chg= Freezing user space processes ... (elapsed 0.001 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. Suspending console(s) (use no_console_suspend to debug) <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <3>msm_wm8958_shutdown_power: codec power shutdown <3>wm8994_ldo_power: Power down the WM8994 LDOs max8903b_suspend: suspend <6>PM: suspend of devices complete after 205.229 msecs <6>PM: late suspend of devices complete after 1.891 msecs <6>PM: noirq suspend of devices complete after 2.318 msecs Disabling non-boot CPUs ... <6>msm_pm_enter <6>msm_pm_enter: power collapse <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return <6>PM: noirq resume of devices complete after 1.769 msecs <6>wakeup wake lock: gpio_input <6>PM: early resume of devices complete after 1.769 msecs max8903b_resume: resume <3>msm_wm8958_setup_power: codec power setup <4>8058_s3: Failed to create debugfs directory <3>wm8994_ldo_power: Power up the WM8994 LDOs <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 1 <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <7>lm8502_mod_brightness: set LED1 brightness (0) percent <7>lm8502_mod_brightness: set LED2 brightness (0) percent <6>PM: resume of devices complete after 114.180 msecs Restarting tasks ... <6>lsm303dlh_acc_sysfs: hw init start done. <6>PM: suspend exit 2015-04-23 19:36:58.017259959 UTC <6>suspend: exit suspend, ret = 0 (2015-04-23 19:36:58.017290451 UTC) <6>active wake lock PowerManagerService.Display <6>active wake lock PowerManagerService.Broadcasts <6>active wake lock KeyEvents <6>active wake lock power-supply <6>lsm303dlh_acc_sysfs: hw init done <6>request_suspend_state: wakeup (3->0) at 3590957443494 (2015-04-23 19:36:58.049094039 UTC) <6>healthd: battery l=76 v=3864 t=24.0 h=2 st=3 c=-32 chg= <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000] <3>[DISP] lcdc_panel_power: ++ 1 <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 0 <4>mdp4_csc_config: Block type 10 isn't supported by CSC. <4>mdp4_csc_config: Block type 8 isn't supported by CSC. <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 72 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 77 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 87 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 94 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 97 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 104 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <6>msm_device_put:device speaker_stereo_rx set 0 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 198 <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 1 <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 0 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 201 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 202 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 203 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 204 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 205 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 206 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 207 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 208 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 209 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 210 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 211 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 212 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 213 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 214 <6>binder: 3206:3206 transaction failed 29201, size 742200-4 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 215 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 216 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 217 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 218 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 219 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 220 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 221 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 222 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 223 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <6>msm_device_put:device speaker_mono_tx set 0 <6>msm_device_put:device speaker_mono_tx set 1 <3>msm_device_put:device freq =48000 <6>msm_device_put:device speaker_mono_tx set 0 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <6>msm_device_put:device speaker_mono_tx set 0 <6>msm_device_put:device speaker_mono_tx set 1 <3>msm_device_put:device freq =48000 <6>msm_device_put:device speaker_mono_tx set 0 send sigkill to 29763 (viders.calendar), adj 1000, size 7465 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <6>msm_device_put:device speaker_mono_tx set 0 <6>msm_device_put:device speaker_mono_tx set 1 <3>msm_device_put:device freq =48000 send sigkill to 29725 (ndroid.calendar), adj 1000, size 7584 <6>msm_device_put:device speaker_mono_tx set 0 <6>msm_device_put:device speaker_stereo_rx set 0 send sigkill to 29861 (id.gms.wearable), adj 1000, size 8607 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 222 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 221 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 220 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 217 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 216 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 215 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 214 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 213 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 212 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 211 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 210 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 209 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 208 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 207 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 206 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 205 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 204 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 203 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 202 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 201 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 198 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active <3>[DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 type=1400 audit(1429817861.301:72): avc: denied { ioctl } for pid=144 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4355 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 type=1400 audit(1429817861.391:73): avc: denied { getattr } for pid=1012 comm="launcher-loader" path="/system/framework/com.google.android.media.effects.jar" dev="dm-10" ino=1885 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 type=1400 audit(1429817861.391:74): avc: denied { read } for pid=1012 comm="launcher-loader" name="com.google.android.media.effects.jar" dev="dm-10" ino=1885 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 type=1400 audit(1429817861.391:75): avc: denied { open } for pid=1012 comm="launcher-loader" name="com.google.android.media.effects.jar" dev="dm-10" ino=1885 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 send sigkill to 29989 (droid.deskclock), adj 1000, size 7372 send sigkill to 29936 (le.android.talk), adj 1000, size 11480 send sigkill to 30307 (.android.videos), adj 1000, size 10768 send sigkill to 30423 (droid.gallery3d), adj 1000, size 7077 <6>msm_device_put:device speaker_mono_tx set 0 <6>msm_device_put:device speaker_mono_tx set 1 <3>msm_device_put:device freq =48000 send sigkill to 30470 (android.vending), adj 1000, size 10343 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 send sigkill to 30596 (droid.apps.plus), adj 1000, size 9040 send sigkill to 30613 (d.process.media), adj 1000, size 7693 <6>msm_device_put:device speaker_mono_tx set 0 <6>msm_device_put:device speaker_stereo_rx set 0 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 198 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 201 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 202 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 203 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 204 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 205 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 206 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 207 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 208 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 209 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 210 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 211 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 212 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 213 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 214 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 215 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 216 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 217 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 218 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 219 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 220 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 221 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 222 send sigkill to 29824 (id.partnersetup), adj 764, size 6675 send sigkill to 30204 (d.process.acore), adj 647, size 8069 send sigkill to 3206 (android.youtube), adj 529, size 32473 type=1400 audit(1429817889.178:76): avc: denied { ioctl } for pid=30544 comm="CrGpuMain" path="/dev/kgsl-3d0" dev="tmpfs" ino=4355 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 type=1400 audit(1429817889.429:77): avc: denied { read } for pid=30953 comm="netd" name="hosts" dev="dm-10" ino=412 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 type=1400 audit(1429817889.429:78): avc: denied { open } for pid=30953 comm="netd" name="hosts" dev="dm-10" ino=412 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 type=1400 audit(1429817889.429:79): avc: denied { getattr } for pid=30953 comm="netd" path="/system/etc/hosts" dev="dm-10" ino=412 scontext=u:r:netd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1 type=1400 audit(1429817889.959:80): avc: denied { read write } for pid=30544 comm="CrGpuMain" path="/dev/kgsl-3d0" dev="tmpfs" ino=4355 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 type=1400 audit(1429817896.405:81): avc: denied { ioctl } for pid=1250 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4355 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 221 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 220 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 219 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 218 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 217 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 216 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 215 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 214 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 213 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 212 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 211 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 210 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 209 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 208 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 207 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 206 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 205 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 204 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 203 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 202 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 201 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 198 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 send sigkill to 30660 (id.gms.wearable), adj 1000, size 8461 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136 type=1400 audit(1429817905.004:82): avc: denied { read write } for pid=144 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4355 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 send sigkill to 30907 (d.process.acore), adj 764, size 8341 send sigkill to 30878 (d.process.media), adj 647, size 7679 send sigkill to 30852 (droid.apps.plus), adj 529, size 13260 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 send sigkill to 18053 (umengService_v1), adj 470, size 7709 send sigkill to 855 (droid.launcher3), adj 352, size 14091 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 198 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 201 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 202 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 203 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 204 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 205 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 206 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 207 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 208 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 209 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 210 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 211 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 212 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 213 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 214 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 215 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 216 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 217 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 218 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 219 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 220 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 221 send sigkill to 18588 (games.emojiquiz), adj 470, size 6400 send sigkill to 1179 (com.viber.voip), adj 294, size 11226 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 1 <6>gpio_keys_scan_keys: key 1-73, 0 (103) changed to 0 type=1400 audit(1429817983.350:83): avc: denied { read write } for pid=1250 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4355 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 220 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 219 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 218 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 217 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 216 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 215 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 214 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 213 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 212 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 211 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 210 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 209 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 208 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 207 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 206 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 205 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 204 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 203 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 202 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 201 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 200 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 199 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 198 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 197 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 196 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 195 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 194 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 193 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 192 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 191 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 190 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 189 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 188 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 187 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 186 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 185 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 184 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 183 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 182 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 181 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 180 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 179 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active send sigkill to 31819 (d.process.acore), adj 529, size 8120 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 0 <6>msm_device_put:device speaker_stereo_rx set 1 <3>msm_device_put:device freq =48000 <3>Device active send sigkill to 31293 (umengService_v1), adj 470, size 8178 send sigkill to 31706 (com.viber.voip), adj 294, size 11611 send sigkill to 31556 (games.emojiquiz), adj 294, size 7333 <6>msm_device_put:device speaker_stereo_rx set 0 send sigkill to 31885 (umengService_v1), adj 294, size 8099 send sigkill to 32010 (games.emojiquiz), adj 294, size 7244 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134 send sigkill to 769 (putmethod.latin), adj 117, size 11351 <6>binder: 424:424 transaction failed 29189, size 100-0 <6>binder: 424:424 transaction failed 29189, size 100-0 send sigkill to 32075 (umengService_v1), adj 294, size 7606 send sigkill to 32118 (d.process.acore), adj 529, size 8145 send sigkill to 32095 (putmethod.latin), adj 117, size 9173 <6>binder: 424:424 transaction failed 29189, size 100-0 send sigkill to 32207 (d.process.acore), adj 529, size 7332 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 send sigkill to 32179 (putmethod.latin), adj 117, size 8940 <6>binder: 424:424 transaction failed 29189, size 100-0 send sigkill to 32530 (viders.calendar), adj 529, size 7180 send sigkill to 32595 (viders.calendar), adj 647, size 7149 send sigkill to 32620 (d.process.acore), adj 529, size 8020 send sigkill to 32301 (com.viber.voip), adj 470, size 11488 send sigkill to 32551 (ndroid.calendar), adj 294, size 7339 send sigkill to 32416 (games.emojiquiz), adj 470, size 7259 send sigkill to 32579 (putmethod.latin), adj 117, size 9104 <6>binder: 424:424 transaction failed 29189, size 100-0 send sigkill to 29799 (gle.android.gms), adj 529, size 9962 send sigkill to 32693 (ndroid.calendar), adj 294, size 6722 send sigkill to 29783 (earchbox:search), adj 58, size 26139 send sigkill to 32747 (umengService_v1), adj 294, size 7421 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128 send sigkill to 311 (id.gms.wearable), adj 529, size 8262 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130 type=1400 audit(1429818113.157:84): avc: denied { getattr } for pid=491 comm="id.partnersetup" path="/system/priv-app/GooglePartnerSetup" dev="dm-10" ino=14728 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:unlabeled:s0 tclass=dir permissive=1 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134 send sigkill to 491 (id.partnersetup), adj 529, size 6344 <6>healthd: battery l=74 v=3772 t=28.0 h=2 st=3 c=-1074 chg= send sigkill to 629 (ndroid.calendar), adj 294, size 6766 <6>binder: release 629:658 transaction 1615080 out, still active <6>binder: 424:869 transaction failed 29189, size 1644-8 <6>binder: send failed reply for transaction 1615080, target dead send sigkill to 673 (viders.calendar), adj 529, size 6977 send sigkill to 698 (ndroid.calendar), adj 294, size 7073 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161 <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162 send sigkill to 896 (d.process.acore), adj 529, size 7905 send sigkill to 1398 (com.viber.voip), adj 470, size 11322 <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 1 <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 0 <6>gpio_keys_scan_keys: key 1-72, 1 (104) changed to 1 <6>gpio_keys_scan_keys: key 1-ac, 2 (40) changed to 1 <4>resout_irq_handler PMIC Initiated shutdown <3>PMIC Initiated shutdown cpu_power_off cpu=0 <2>Powering off the SoC <3>PMIC Initiated shutdown cpu_power_off cpu=1 Broadcasting: Intent { act=com.evervolv.toolbox.action.DUMPLOGCAT_FINISHED (has extras) } Broadcast completed: result=0