- ------ SYSTEM LOG (logcat -d *:v) ------
- --------- beginning of crash
- E/AndroidRuntime(18792): FATAL EXCEPTION: main
- E/AndroidRuntime(18792): Process: com.android.gallery3d, PID: 18792
- E/AndroidRuntime(18792): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.GalleryActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.android.gallery3d.data.Path.getPrefix()' on a null object reference
- E/AndroidRuntime(18792): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2356)
- E/AndroidRuntime(18792): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2418)
- E/AndroidRuntime(18792): at android.app.ActivityThread.access$900(ActivityThread.java:154)
- E/AndroidRuntime(18792): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
- E/AndroidRuntime(18792): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime(18792): at android.os.Looper.loop(Looper.java:135)
- E/AndroidRuntime(18792): at android.app.ActivityThread.main(ActivityThread.java:5289)
- E/AndroidRuntime(18792): at java.lang.reflect.Method.invoke(Native Method)
- E/AndroidRuntime(18792): at java.lang.reflect.Method.invoke(Method.java:372)
- E/AndroidRuntime(18792): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- E/AndroidRuntime(18792): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- E/AndroidRuntime(18792): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.android.gallery3d.data.Path.getPrefix()' on a null object reference
- E/AndroidRuntime(18792): at com.android.gallery3d.data.DataManager.getDefaultSetOf(DataManager.java:278)
- E/AndroidRuntime(18792): at com.android.gallery3d.app.GalleryActivity.startViewAction(GalleryActivity.java:206)
- E/AndroidRuntime(18792): at com.android.gallery3d.app.GalleryActivity.initializeByIntent(GalleryActivity.java:96)
- E/AndroidRuntime(18792): at com.android.gallery3d.app.GalleryActivity.onCreate(GalleryActivity.java:73)
- E/AndroidRuntime(18792): at android.app.Activity.performCreate(Activity.java:5990)
- E/AndroidRuntime(18792): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
- E/AndroidRuntime(18792): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2309)
- E/AndroidRuntime(18792): ... 10 more
- E/AndroidRuntime(21504): FATAL EXCEPTION: main
- E/AndroidRuntime(21504): Process: com.android.gallery3d, PID: 21504
- E/AndroidRuntime(21504): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.GalleryActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.android.gallery3d.data.Path.getPrefix()' on a null object reference
- E/AndroidRuntime(21504): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2356)
- E/AndroidRuntime(21504): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2418)
- E/AndroidRuntime(21504): at android.app.ActivityThread.access$900(ActivityThread.java:154)
- E/AndroidRuntime(21504): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
- E/AndroidRuntime(21504): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime(21504): at android.os.Looper.loop(Looper.java:135)
- E/AndroidRuntime(21504): at android.app.ActivityThread.main(ActivityThread.java:5289)
- E/AndroidRuntime(21504): at java.lang.reflect.Method.invoke(Native Method)
- E/AndroidRuntime(21504): at java.lang.reflect.Method.invoke(Method.java:372)
- E/AndroidRuntime(21504): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- E/AndroidRuntime(21504): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- E/AndroidRuntime(21504): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.android.gallery3d.data.Path.getPrefix()' on a null object reference
- E/AndroidRuntime(21504): at com.android.gallery3d.data.DataManager.getDefaultSetOf(DataManager.java:278)
- E/AndroidRuntime(21504): at com.android.gallery3d.app.GalleryActivity.startViewAction(GalleryActivity.java:206)
- E/AndroidRuntime(21504): at com.android.gallery3d.app.GalleryActivity.initializeByIntent(GalleryActivity.java:96)
- E/AndroidRuntime(21504): at com.android.gallery3d.app.GalleryActivity.onCreate(GalleryActivity.java:73)
- E/AndroidRuntime(21504): at android.app.Activity.performCreate(Activity.java:5990)
- E/AndroidRuntime(21504): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
- E/AndroidRuntime(21504): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2309)
- E/AndroidRuntime(21504): ... 10 more
- E/AndroidRuntime(21580): FATAL EXCEPTION: main
- E/AndroidRuntime(21580): Process: com.android.contacts, PID: 21580
- E/AndroidRuntime(21580): java.lang.IllegalStateException: Failed to load contact
- E/AndroidRuntime(21580): at com.android.contacts.quickcontact.QuickContactActivity$14.onLoadFinished(QuickContactActivity.java:1801)
- E/AndroidRuntime(21580): at com.android.contacts.quickcontact.QuickContactActivity$14.onLoadFinished(QuickContactActivity.java:1785)
- E/AndroidRuntime(21580): at android.app.LoaderManagerImpl$LoaderInfo.callOnLoadFinished(LoaderManager.java:483)
- E/AndroidRuntime(21580): at android.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManager.java:451)
- E/AndroidRuntime(21580): at android.content.Loader.deliverResult(Loader.java:144)
- E/AndroidRuntime(21580): at com.android.contacts.common.model.ContactLoader.deliverResult(ContactLoader.java:888)
- E/AndroidRuntime(21580): at com.android.contacts.common.model.ContactLoader.deliverResult(ContactLoader.java:74)
- E/AndroidRuntime(21580): at android.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:265)
- E/AndroidRuntime(21580): at android.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:92)
- E/AndroidRuntime(21580): at android.os.AsyncTask.finish(AsyncTask.java:636)
- E/AndroidRuntime(21580): at android.os.AsyncTask.access$500(AsyncTask.java:177)
- E/AndroidRuntime(21580): at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:653)
- E/AndroidRuntime(21580): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime(21580): at android.os.Looper.loop(Looper.java:135)
- E/AndroidRuntime(21580): at android.app.ActivityThread.main(ActivityThread.java:5289)
- E/AndroidRuntime(21580): at java.lang.reflect.Method.invoke(Native Method)
- E/AndroidRuntime(21580): at java.lang.reflect.Method.invoke(Method.java:372)
- E/AndroidRuntime(21580): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- E/AndroidRuntime(21580): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- E/AndroidRuntime(21580): Caused by: java.lang.IllegalArgumentException: uri authority is unknown
- E/AndroidRuntime(21580): at com.android.contacts.common.util.ContactLoaderUtils.ensureIsContactUri(ContactLoaderUtils.java:76)
- E/AndroidRuntime(21580): at com.android.contacts.common.model.ContactLoader.loadInBackground(ContactLoader.java:304)
- E/AndroidRuntime(21580): at com.android.contacts.common.model.ContactLoader.loadInBackground(ContactLoader.java:74)
- E/AndroidRuntime(21580): at android.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:312)
- E/AndroidRuntime(21580): at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:69)
- E/AndroidRuntime(21580): at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:57)
- E/AndroidRuntime(21580): at android.os.AsyncTask$2.call(AsyncTask.java:292)
- E/AndroidRuntime(21580): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
- E/AndroidRuntime(21580): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
- E/AndroidRuntime(21580): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
- E/AndroidRuntime(21580): at java.lang.Thread.run(Thread.java:818)
- E/AndroidRuntime(21690): FATAL EXCEPTION: main
- E/AndroidRuntime(21690): Process: com.android.gallery3d, PID: 21690
- E/AndroidRuntime(21690): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.GalleryActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.android.gallery3d.data.Path.getPrefix()' on a null object reference
- E/AndroidRuntime(21690): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2356)
- E/AndroidRuntime(21690): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2418)
- E/AndroidRuntime(21690): at android.app.ActivityThread.access$900(ActivityThread.java:154)
- E/AndroidRuntime(21690): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
- E/AndroidRuntime(21690): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime(21690): at android.os.Looper.loop(Looper.java:135)
- E/AndroidRuntime(21690): at android.app.ActivityThread.main(ActivityThread.java:5289)
- E/AndroidRuntime(21690): at java.lang.reflect.Method.invoke(Native Method)
- E/AndroidRuntime(21690): at java.lang.reflect.Method.invoke(Method.java:372)
- E/AndroidRuntime(21690): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- E/AndroidRuntime(21690): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- E/AndroidRuntime(21690): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.android.gallery3d.data.Path.getPrefix()' on a null object reference
- E/AndroidRuntime(21690): at com.android.gallery3d.data.DataManager.getDefaultSetOf(DataManager.java:278)
- E/AndroidRuntime(21690): at com.android.gallery3d.app.GalleryActivity.startViewAction(GalleryActivity.java:206)
- E/AndroidRuntime(21690): at com.android.gallery3d.app.GalleryActivity.initializeByIntent(GalleryActivity.java:96)
- E/AndroidRuntime(21690): at com.android.gallery3d.app.GalleryActivity.onCreate(GalleryActivity.java:73)
- E/AndroidRuntime(21690): at android.app.Activity.performCreate(Activity.java:5990)
- E/AndroidRuntime(21690): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
- E/AndroidRuntime(21690): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2309)
- E/AndroidRuntime(21690): ... 10 more
- --------- beginning of system
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=http://www.uukanshu.com/b/17319/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{1e84d18d u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2953ada8 attribute=null, token = android.os.BinderProxy@b1e52b6
- I/ActivityManager( 424): Process com.android.deskclock (pid 10259) has died
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 10175) has died
- I/ActivityManager( 424): Process com.google.android.partnersetup (pid 10954) has died
- I/WindowState( 424): WIN DEATH: Window{30fbafce u0 com.android.browser/com.android.browser.BrowserActivity}
- E/libprocessgroup( 424): failed to kill 1 processes for processgroup 21994
- I/ActivityManager( 424): Process com.android.browser (pid 21994) has died
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fb5711}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fb5711}
- W/ResourcesManager(11680): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(11680): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 11981:com.chrome.beta:sandboxed_process4/u0i13 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService4
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_11981/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process4 (pid 11981) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService4 in 1000ms
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- E/WifiService( 424): Multicaster binderDied
- I/libprocessgroup( 424): Killing pid 11115 in uid 10096 as part of process group 11090
- I/libprocessgroup( 424): Killing pid 11115 in uid 10096 as part of process group 11090
- I/libprocessgroup( 424): Killing pid 11115 in uid 10096 as part of process group 11090
- I/libprocessgroup( 424): Killing pid 11115 in uid 10096 as part of process group 11090
- D/WifiService( 424): Client connection lost with reason: 4
- I/ActivityManager( 424): Process com.estrongs.android.pop (pid 11090) has died
- I/ActivityManager( 424): Process android.process.acore (pid 10145) has died
- I/ActivityManager( 424): Process com.glu.flc2 (pid 11706) has died
- I/ActivityManager( 424): Process com.google.android.apps.genie.geniewidget (pid 11680) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): Start proc 12654:com.google.android.apps.plus/u0a103 for service com.google.android.apps.plus/.service.EsSyncAdapterService
- W/ResourcesManager(12654): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 12682:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ActivityManager( 424): Start proc 12705:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- I/ActivityManager( 424): Process com.android.email (pid 11392) has died
- I/ActivityManager( 424): Process android.process.media (pid 12682) has died
- I/ActivityManager( 424): Process android.process.acore (pid 12705) has died
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_11461/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process0 (pid 11461) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService0 in 1000ms
- I/ActivityManager( 424): Start proc 12746:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
- D/ActivityThread(12746): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- D/ActivityThread(12746): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- E/libprocessgroup( 424): failed to kill 1 processes for processgroup 12654
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 12654) has died
- I/ActivityManager( 424): Process com.google.android.gms.wearable (pid 2745) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.google.android.gms/.wearable.service.WearableService in 1000ms
- I/ActivityManager( 424): Start proc 12926:com.google.android.gms.wearable/u0a16 for service com.google.android.gms/.wearable.service.WearableService
- W/ResourcesManager(12926): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(12926): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- I/ActivityManager( 424): Start proc 13197:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@135786ad
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@3e1b3de2
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@35359953}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@35359953}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): Start proc 13667:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- I/ActivityManager( 424): Process com.android.email (pid 12746) has died
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox (pid 13197) has died
- I/ActivityManager( 424): Start proc 13786:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
- D/ActivityThread(13786): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- D/ActivityThread(13786): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- V/WindowManager( 424): Adding window Window{2026c0ac u0 PopupWindow:2ca3160} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_11630/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process3 (pid 11630) has died
- V/WindowManager( 424): Adding window Window{30bd1747 u0 PopupWindow:2a18ed33} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- I/ActivityManager( 424): Start proc 14061:com.chrome.beta:sandboxed_process5/u0i14 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService5
- I/ActivityManager( 424): Killing 11610:com.chrome.beta:sandboxed_process2/u0a65i11 (adj 11): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_11610/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Start proc 14182:com.chrome.beta:sandboxed_process6/u0i15 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService6
- V/WindowManager( 424): Adding window Window{13ef2cb3 u0 PopupWindow:13accbca} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{a697f2b token=Token{fe64b7a ActivityRecord{20c66ba5 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@19ec6f88 attribute=null, token = android.os.BinderProxy@b1e52b6
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{20c66ba5 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3db54f59 attribute=null, token = android.os.BinderProxy@b1e52b6
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/290/index.html flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{efca4cd token=Token{3f91da64 ActivityRecord{3ec09bf7 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/290/index.html flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{3ec09bf7 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@307c11fc attribute=null, token = android.os.BinderProxy@b1e52b6
- V/WindowManager( 424): Adding window Window{263f1ecb u0 PopupWindow:2c25767c} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@31041899}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@31041899}
- W/ProcessCpuTracker( 424): Skipping unknown process pid 15575
- W/ProcessCpuTracker( 424): Skipping unknown process pid 15576
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- W/ProcessCpuTracker( 424): Skipping unknown process pid 15657
- W/ProcessCpuTracker( 424): Skipping unknown process pid 15660
- W/ProcessCpuTracker( 424): Skipping unknown process pid 15661
- V/WindowManager( 424): Adding window Window{fcb5d3a u0 PopupWindow:38b51b30} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- W/ProcessStats( 424): Time val negative: -6576
- W/ProcessStats( 424): Time val negative: -7252
- I/ProcessStatsService( 424): Prepared write state in 61ms
- I/ProcessStatsService( 424): Prepared write state in 0ms
- I/ProcessStatsService( 424): Pruning old procstats: /data/system/procstats/state-2015-04-17-00-27-33.bin.ci
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16643
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16644
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16646
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16647
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3bc80df1}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3bc80df1}
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16990
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16991
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16994
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16995
- W/ProcessCpuTracker( 424): Skipping unknown process pid 17366
- I/ActivityManager( 424): START u0 {act=android.speech.action.RECOGNIZE_SPEECH cmp=com.google.android.googlequicksearchbox/com.google.android.voicesearch.intentapi.IntentApiActivity (has extras)} from uid 10065 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{1d9ae210 token=Token{15a786d3 ActivityRecord{28ce88c2 u0 com.google.android.googlequicksearchbox/com.google.android.voicesearch.intentapi.IntentApiActivity t159}}} to stack=1 task=159 at 1
- V/WindowManager( 424): Adding window Window{74efd4b u0 com.google.android.googlequicksearchbox/com.google.android.voicesearch.intentapi.IntentApiActivity} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- E/AndroidRuntime(10923): FATAL EXCEPTION: main
- E/AndroidRuntime(10923): Process: com.google.android.googlequicksearchbox:search, PID: 10923
- E/AndroidRuntime(10923): java.lang.IllegalStateException: Activity has been destroyed
- E/AndroidRuntime(10923): at android.app.FragmentManagerImpl.enqueueAction(FragmentManager.java:1350)
- E/AndroidRuntime(10923): at android.app.BackStackRecord.commitInternal(BackStackRecord.java:729)
- E/AndroidRuntime(10923): at android.app.BackStackRecord.commit(BackStackRecord.java:705)
- E/AndroidRuntime(10923): at com.google.android.voicesearch.intentapi.a.a(IntentApiActivity.java:118)
- E/AndroidRuntime(10923): at com.google.android.voicesearch.intentapi.a.onSuccess(IntentApiActivity.java:99)
- E/AndroidRuntime(10923): at com.google.android.apps.gsa.shared.util.a.m.run(NamedUiFutureCallback.java:56)
- E/AndroidRuntime(10923): at android.os.Handler.handleCallback(Handler.java:739)
- E/AndroidRuntime(10923): at android.os.Handler.dispatchMessage(Handler.java:95)
- E/AndroidRuntime(10923): at android.os.Looper.loop(Looper.java:135)
- E/AndroidRuntime(10923): at android.app.ActivityThread.main(ActivityThread.java:5289)
- E/AndroidRuntime(10923): at java.lang.reflect.Method.invoke(Native Method)
- E/AndroidRuntime(10923): at java.lang.reflect.Method.invoke(Method.java:372)
- E/AndroidRuntime(10923): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- E/AndroidRuntime(10923): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@46239a5 attribute=null, token = android.os.BinderProxy@b1e52b6
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox:search (pid 10923) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.google.android.googlequicksearchbox/com.google.android.ssb.service.SsbService in 1000ms
- I/ActivityManager( 424): Start proc 17500:com.google.android.googlequicksearchbox:search/u0a22 for service com.google.android.googlequicksearchbox/com.google.android.ssb.service.SsbService
- V/WindowManager( 424): Adding window Window{3720234 u0 PopupWindow:20ff726a} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- I/ActivityManager( 424): Start proc 17528:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
- I/ActivityManager( 424): Killing 14182:com.chrome.beta:sandboxed_process6/u0a65i15 (adj 11): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_14182/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Start proc 17574:com.chrome.beta:sandboxed_process7/u0i16 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService7
- V/WindowManager( 424): Adding window Window{1b333fd7 u0 PopupWindow:1a75445d} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{28f052cf token=Token{8e3572e ActivityRecord{336e45a9 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2a8845c attribute=null, token = android.os.BinderProxy@b1e52b6
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{336e45a9 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3b06eb19 attribute=android.view.inputmethod.EditorInfo@2be9e7de, token = android.os.BinderProxy@b1e52b6
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/362/index.html flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{1b61e451 token=Token{33361578 ActivityRecord{2a3b46db u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/362/index.html flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{2a3b46db u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@14621b90 attribute=null, token = android.os.BinderProxy@b1e52b6
- I/UsageStatsService( 424): User[0] Flushing usage stats to disk
- V/WindowManager( 424): Adding window Window{30d6bde3 u0 PopupWindow:1230c528} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- W/ActivityManager( 424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService7
- W/ActivityManager( 424): android.os.TransactionTooLargeException
- W/ActivityManager( 424): at android.os.BinderProxy.transactNative(Native Method)
- W/ActivityManager( 424): at android.os.BinderProxy.transact(Binder.java:496)
- W/ActivityManager( 424): at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
- W/ActivityManager( 424): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
- W/ActivityManager( 424): at android.os.Binder.execTransact(Binder.java:446)
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_17574/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process7 (pid 17574) has died
- I/ActivityManager( 424): START u0 {act=com.android.systemui.recents.SHOW_RECENTS flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10012 on display 0
- W/InputMethodManagerService( 424): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@13b73c4b (uid=10065 pid=10872)
- V/WindowManager( 424): Adding window Window{1f44226c u0 Starting com.android.browser} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- I/ActivityManager( 424): Start proc 17980:com.android.browser/u0a24 for activity com.android.browser/.BrowserActivity
- V/WindowManager( 424): Adding window Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity} at 5 of 12 (before Window{1f44226c u0 Starting com.android.browser})
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): START u0 {cmp=com.android.browser/.ComboViewActivity (has extras)} from uid 10024 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{203af459 token=Token{2458c0a0 ActivityRecord{3fee85a3 u0 com.android.browser/.ComboViewActivity t139}}} to stack=1 task=139 at 1
- V/WindowManager( 424): Adding window Window{1559d8ff u0 com.android.browser/com.android.browser.ComboViewActivity} at 6 of 12 (after Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): Process com.google.android.partnersetup (pid 17528) has died
- I/ActivityManager( 424): Process com.android.deskclock (pid 13667) has died
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox:search (pid 17500) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): Process com.android.email (pid 13786) has died
- I/ActivityManager( 424): Process com.google.android.gms (pid 31513) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/WindowState( 424): WIN DEATH: Window{3731028e u0 SurfaceView}
- I/WindowState( 424): WIN DEATH: Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity}
- I/ActivityManager( 424): Process com.chrome.beta (pid 10872) has died
- I/ActivityManager( 424): Killing 14061:com.chrome.beta:sandboxed_process5/u0a65i14 (adj 0): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_14061/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:privileged_process0 (pid 11507) has died
- V/WindowManager( 424): Adding window Window{1b0b29e2 u0 SurfaceView} at 3 of 10 (before Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
- I/ActivityManager( 424): Start proc 18530:com.chrome.beta/u0a65 for broadcast com.chrome.beta/com.google.ipc.invalidation.ticl.android2.AndroidInternalScheduler$AlarmReceiver
- I/ActivityManager( 424): Start proc 18739:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
- D/ActivityThread(18739): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- D/ActivityThread(18739): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- I/ActivityManager( 424): Start proc 18840:com.google.android.gms/u0a16 for service com.google.android.gms/.usagereporting.service.UsageReportingService
- W/ResourcesManager(18840): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(18840): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1190207f}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1190207f}
- I/ActivityManager( 424): Start proc 19622:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e7f9cc9}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e7f9cc9}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- W/ProcessCpuTracker( 424): Skipping unknown process pid 23397
- W/ProcessCpuTracker( 424): Skipping unknown process pid 23398
- W/ProcessCpuTracker( 424): Skipping unknown process pid 23400
- W/ProcessCpuTracker( 424): Skipping unknown process pid 23401
- W/ProcessCpuTracker( 424): Skipping unknown process pid 23402
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/EdgeGestureTracker( 424): edge gesture timeout: 176
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3bb33b9d attribute=null, token = android.os.BinderProxy@37aa20a5
- V/WindowManager( 424): Adding window Window{1595fbe3 u0 SurfaceView} at 3 of 10 (before Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@288cf2e6}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@288cf2e6}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- W/ProcessCpuTracker( 424): Skipping unknown process pid 25676
- W/ProcessCpuTracker( 424): Skipping unknown process pid 25679
- W/ProcessCpuTracker( 424): Skipping unknown process pid 25680
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): 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( 424): START u0 {act=com.android.systemui.recents.SHOW_RECENTS flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10012 on display 0
- W/InputMethodManagerService( 424): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@7beefc9 (uid=10042 pid=1404)
- V/WindowManager( 424): Adding window Window{32be304a u0 SurfaceView} at 3 of 10 (before Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3087e77}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3087e77}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/UsageStatsService( 424): User[0] Flushing usage stats to disk
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/EdgeGestureTracker( 424): edge gesture timeout: 176
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/EdgeGestureTracker( 424): edge gesture timeout: 176
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): Start proc 29534:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8b943e8}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8b943e8}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/EntropyMixer( 424): Writing entropy...
- I/ActivityManager( 424): Start proc 31052:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
- I/ActivityManager( 424): Start proc 31074:com.google.android.apps.plus/u0a103 for broadcast com.google.android.apps.plus/.service.BatteryReceiver
- D/WifiService( 424): New client listening to asynchronous messages
- W/ResourcesManager(31074): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 31103:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ActivityManager( 424): Start proc 31134:com.google.android.googlequicksearchbox:search/u0a22 for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver
- I/PowerManagerService( 424): Going to sleep due to power button (uid 1000)...
- I/PowerManagerService( 424): Sleeping (uid 1000)...
- I/DisplayManagerService( 424): Display device changed: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 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( 424): Display changed displayId=0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@38e1bb2d}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@38e1bb2d}
- I/ActivityManager( 424): Start proc 31163:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
- I/ProcessStatsService( 424): Prepared write state in 4ms
- I/ActivityManager( 424): Start proc 31216:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
- W/ResourcesManager(31216): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 31236:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ca7c5f5}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ca7c5f5}
- W/ActivityThread(18840): 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( 424): Start proc 31411:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
- I/ActivityManager( 424): Start proc 31427:org.mozilla.firefox.UpdateService/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.updater.UpdateService
- W/Zygote (31427): Slow operation: 15888ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote (31427): Slow operation: 15892ms so far, now at Zygote.postForkCommon
- W/Zygote (31427): Slow operation: 15893ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- W/ActivityThread(31427): 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( 424): Start proc 31485:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
- I/ActivityManager( 424): Start proc 31506:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- I/ActivityManager( 424): Start proc 31606:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@3f96a77b
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@3e4ef998
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ActivityManager( 424): Killing 18530:com.chrome.beta/u0a65 (adj 15): empty #17
- I/ActivityManager( 424): Start proc 31869:com.google.android.videos/u0a106 for broadcast com.google.android.videos/.pinning.TransferService$AlarmReceiver
- W/ResourcesManager(31869): Asset path '/system/framework/com.google.widevine.software.drm.jar' does not exist or contains no resources.
- W/ResourcesManager(18840): Asset path '/system/framework/com.google.widevine.software.drm.jar' does not exist or contains no resources.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Killing 31052:com.estrongs.android.pop/u0a96 (adj 15): empty #17
- I/libprocessgroup( 424): Killing pid 31081 in uid 10096 as part of process group 31052
- I/libprocessgroup( 424): Killing pid 31081 in uid 10096 as part of process group 31052
- I/libprocessgroup( 424): Killing pid 31081 in uid 10096 as part of process group 31052
- I/libprocessgroup( 424): Killing pid 31081 in uid 10096 as part of process group 31052
- I/libprocessgroup( 424): Killing pid 31081 in uid 10096 as part of process group 31052
- E/WifiService( 424): Multicaster binderDied
- D/WifiService( 424): Client connection lost with reason: 4
- I/ActivityManager( 424): Start proc 31970:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 for service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
- W/ActivityThread(31970): 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( 424): Process mobi.mgeek.TunnyBrowser:DolphinNotification (pid 31970) has died
- I/ActivityManager( 424): Killing 31103:android.process.media/u0a4 (adj 15): empty #17
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Idle maintenance over +5h2m27s38ms low RAM for +3h20m26s737ms
- I/MountService( 424): Running fstrim idle maintenance
- I/MountServiceIdler( 424): Got mount service completion callback
- I/fstrim ( 137): Starting fstrim work...
- I/fstrim ( 137): Invoking FITRIM ioctl on /data
- E/fstrim ( 137): FITRIM ioctl failed on /data (error 95/Operation not supported on transport endpoint)
- I/fstrim ( 137): Invoking FITRIM ioctl on /data
- E/fstrim ( 137): FITRIM ioctl failed on /data (error 95/Operation not supported on transport endpoint)
- I/fstrim ( 137): Invoking FITRIM ioctl on /cache
- I/fstrim ( 137): Trimmed 213909504 bytes on /cache
- I/fstrim ( 137): Invoking FITRIM ioctl on /cache
- I/fstrim ( 137): Trimmed 213909504 bytes on /cache
- E/fstrim ( 137): Cannot stat mount point none
- I/fstrim ( 137): Finished fstrim work.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Start proc 32266:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ActivityManager( 424): Killing 31163:com.google.android.partnersetup/u0a19 (adj 15): empty #17
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c7341d5}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c7341d5}
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@937eebf
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@1e49098c
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37ae3d5a}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37ae3d5a}
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- W/ActivityManager( 424): SLOW OOM ADJ: 354ms for pid 1115 = 1
- W/ActivityManager( 424): SLOW OOM ADJ: 375ms for pid 1115 = 1
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of org.mozilla.firefox
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.amuzo.herofactory.invasionfrombelow
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.publicstuff.new_york_ny
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.estrongs.android.taskmanager
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.avg.zen
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.nyc.buildings
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16208d03}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16208d03}
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.quickoffice.android
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.merriamwebster
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.twopersonstudio.games.bigbigbig2
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of uk.co.aifactory.chessfree
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.socialnmobile.colordict
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.google.android.apps.hangoutsdialer
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of tv.pps.tpad
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.antivirus
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.antutu.CpuMasterFree
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.lego.starwars.theyodachronicles
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.aldiko.android
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of net.hciilab.scutgPen.IME
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.wb.speedorz
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.estrongs.android.pop
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@2dffbd96
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@39ab9d17
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@192bcdc9}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@192bcdc9}
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aed0bd}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aed0bd}
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@3f61883f
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@13c4650c
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/ActivityManager( 424): SLOW OOM ADJ: 4951ms for pid 31134 = 13
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1d84d77d}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1d84d77d}
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- I/UsageStatsService( 424): User[0] Flushing usage stats to disk
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Start proc 2197:com.chrome.beta/u0a65 for service com.chrome.beta/com.google.android.apps.chrome.omaha.OmahaClient
- I/ActivityManager( 424): Killing 31236:com.android.calendar/u0a26 (adj 15): empty #17
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c46b705}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c46b705}
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@22d4a42a
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@10ae21b
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e2b70f8}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e2b70f8}
- I/ActivityManager( 424): Start proc 2604:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 for service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
- W/ActivityThread( 2604): 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( 424): Process mobi.mgeek.TunnyBrowser:DolphinNotification (pid 2604) has died
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@144e5691}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@144e5691}
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/ActivityManager( 424): SLOW OOM ADJ: 30339ms for pid 18739 = 5
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3958e566}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3958e566}
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/ConnectivityService( 424): reportBadNetwork(NetworkAgentInfo [WIFI () - 101]) by 10016
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] got DISCONNECTED, was satisfying 2
- D/ConnectivityService( 424): notifyType LOST for NetworkAgentInfo [WIFI () - 101]
- D/CSLegacyTypeTracker( 424): Sending disconnected broadcast for type 1 NetworkAgentInfo [WIFI () - 101] isDefaultNetwork=true
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
- D/ConnectivityService( 424): Checking for replacement network to handle request NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
- E/ConnectivityService( 424): EVENT_NETWORK_INFO_CHANGED from unknown NetworkAgent
- D/ConnectivityService( 424): setProvNotificationVisibleIntent: E visible=false networkType=0 extraInfo=null
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- I/ActivityManager( 424): Start proc 3086:mobi.mgeek.TunnyBrowser/u0a83 for broadcast mobi.mgeek.TunnyBrowser/com.dolphin.browser.downloads.DownloadReceiver
- W/ActivityThread( 3086): 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( 424): Start proc 3110:com.boatgo.browser/u0a105 for broadcast com.boatgo.browser/.download.DownloadReceiver
- I/ActivityManager( 424): Killing 31134:com.google.android.googlequicksearchbox:search/u0a22 (adj 15): empty #17
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 14270) has died
- I/ActivityManager( 424): Process com.boatgo.browser (pid 3110) has died
- I/ActivityManager( 424): Start proc 3139:com.boatgo.browser:bdservice_v1/u0a105 for broadcast com.boatgo.browser/com.baidu.android.pushservice.PushServiceReceiver
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3139) has died
- I/ActivityManager( 424): Start proc 3159:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3159) has died
- I/ActivityManager( 424): Start proc 3181:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3181) has died
- I/ActivityManager( 424): Start proc 3204:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3204) has died
- I/ActivityManager( 424): Start proc 3226:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3226) has died
- I/ActivityManager( 424): Start proc 3252:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3252) has died
- I/ActivityManager( 424): Start proc 3273:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3273) has died
- I/ActivityManager( 424): Start proc 3294:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3294) has died
- I/ActivityManager( 424): Start proc 3317:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3317) has died
- I/ActivityManager( 424): Start proc 3339:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3339) has died
- I/ActivityManager( 424): Start proc 3360:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3360) has died
- I/ActivityManager( 424): Start proc 3382:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3382) has died
- D/ConnectivityService( 424): Failed to find a new network - expiring NetTransition Wakelock
- W/ActivityManager( 424): SLOW OOM ADJ: 3397ms for pid 31427 = 13
- W/ActivityManager( 424): Slow operation: 3398ms so far, now at getContentProviderImpl: after updateOomAdj
- W/ActivityManager( 424): Slow operation: 3449ms so far, now at getContentProviderImpl: done!
- I/ActivityManager( 424): Start proc 3402:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3402): Slow operation: 12333ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3402): Slow operation: 12338ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3402): Slow operation: 12338ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3402) has died
- I/ActivityManager( 424): Start proc 3425:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3425) has died
- I/ActivityManager( 424): Start proc 3446:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3446) has died
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@67cbf21
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@39df9f46
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ActivityManager( 424): Start proc 3470:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3470): Slow operation: 161470ms so far, now at Zygote.callPostForkChildHooks
- W/Zygote ( 3470): Slow operation: 161539ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3470): Slow operation: 161542ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3470): Slow operation: 161543ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3470) has died
- I/ActivityManager( 424): Start proc 3493:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3493) has died
- I/ActivityManager( 424): Start proc 3518:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2f022c9}
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3518) has died
- I/ActivityManager( 424): Start proc 3539:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2f022c9}
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3539) has died
- I/ActivityManager( 424): Start proc 3560:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3560) has died
- I/ActivityManager( 424): Start proc 3582:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3582) has died
- I/ActivityManager( 424): Start proc 3602:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3602): Slow operation: 200963ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3602): Slow operation: 200966ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3602): Slow operation: 200967ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- W/ActivityManager( 424): SLOW OOM ADJ: 397ms for pid 18840 = 9
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3602) has died
- I/ActivityManager( 424): Start proc 3624:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3624): Slow operation: 147695ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3624): Slow operation: 147699ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3624): Slow operation: 147700ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ProcessStatsService( 424): Prepared write state in 17ms
- I/ProcessStatsService( 424): Prepared write state in 0ms
- I/ProcessStatsService( 424): Prepared write state in 0ms
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3624) has died
- I/ProcessStatsService( 424): Pruning old procstats: /data/system/procstats/state-2015-04-17-00-35-04.bin.ci
- I/ActivityManager( 424): Start proc 3646:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3646): Slow operation: 101700ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3646): Slow operation: 101703ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3646): Slow operation: 101703ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- W/ActivityManager( 424): SLOW OOM ADJ: 333ms for pid 3646 = 0
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3646) has died
- I/ActivityManager( 424): Start proc 3667:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3667): Slow operation: 186002ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3667): Slow operation: 186005ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3667): Slow operation: 186006ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3667) has died
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@382ea88d}
- I/ActivityManager( 424): Start proc 3692:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@382ea88d}
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3692) has died
- I/ActivityManager( 424): Start proc 3715:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3715): Slow operation: 54929ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3715): Slow operation: 54932ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3715): Slow operation: 54932ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3715) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.boatgo.browser/com.baidu.android.pushservice.PushService in 1000ms
- I/ActivityManager( 424): Start proc 3741:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3741) has died
- I/ActivityManager( 424): Start proc 3759:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3759): Slow operation: 120172ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3759): Slow operation: 120175ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3759): Slow operation: 120175ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3759) has died
- I/ActivityManager( 424): Start proc 3781:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3781) has died
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@271465f0}
- I/ActivityManager( 424): Start proc 3800:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3800) has died
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@271465f0}
- I/ActivityManager( 424): Start proc 3820:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3820) has died
- I/ActivityManager( 424): Start proc 3841:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3841) has died
- I/ActivityManager( 424): Start proc 3865:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3865): Slow operation: 82810ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3865): Slow operation: 82814ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3865): Slow operation: 82815ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3865) has died
- I/ActivityManager( 424): Start proc 3887:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3887): Slow operation: 151877ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3887): Slow operation: 151880ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3887): Slow operation: 151880ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3887) has died
- I/ActivityManager( 424): Start proc 3908:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3908) has died
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@1e354f5f
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@1d5bedac
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ActivityManager( 424): Start proc 3930:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3930): Slow operation: 462901ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3930): Slow operation: 462904ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3930): Slow operation: 462904ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3930) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.boatgo.browser/com.baidu.android.pushservice.PushService in 1000ms
- W/ActivityManager( 424): SLOW OOM ADJ: 101043ms for pid 31869 = 15
- I/BatteryStatsImpl( 424): Resetting battery stats: level=100 status=5 dischargeLevel=100 lowAmount=18 highAmount=19
- I/PowerManagerService( 424): Waking up from sleep (uid 1000)...
- I/DisplayPowerController( 424): Blocking screen on until initial contents have been drawn.
- I/DisplayManagerService( 424): Display device changed: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 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}
- I/ActivityManager( 424): Start proc 3956:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- V/ActivityManager( 424): Display changed displayId=0
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3956) has died
- I/DisplayPowerController( 424): Unblocked screen on after 547 ms
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3ace7529}
- I/ActivityManager( 424): Start proc 3981:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3981) has died
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3ace7529}
- I/ActivityManager( 424): Start proc 4000:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4000) has died
- I/ActivityManager( 424): Start proc 4019:com.google.android.googlequicksearchbox:search/u0a22 for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver
- I/ActivityManager( 424): Start proc 4039:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
- I/ActivityManager( 424): Killing 31427:org.mozilla.firefox.UpdateService/u0a87 (adj 15): empty #17
- I/ActivityManager( 424): Start proc 4083:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4083) has died
- I/ActivityManager( 424): Killing 31606:com.google.android.googlequicksearchbox/u0a22 (adj 15): empty #17
- I/ActivityManager( 424): Start proc 4138:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4138) has died
- I/ActivityManager( 424): Start proc 4165:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
- I/ActivityManager( 424): Start proc 4199:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4199) has died
- I/ActivityManager( 424): Start proc 4386:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4386) has died
- I/ActivityManager( 424): Process com.google.android.gms.wearable (pid 12926) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.google.android.gms/.wearable.service.WearableService in 1000ms
- I/ActivityManager( 424): Start proc 4405:com.google.android.gms.wearable/u0a16 for service com.google.android.gms/.wearable.service.WearableService
- W/ResourcesManager( 4405): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager( 4405): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 4434:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4434) has died
- I/ActivityManager( 424): Start proc 4648:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4648) has died
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@1bed43da attribute=null, token = android.os.BinderProxy@37aa20a5
- I/ActivityManager( 424): START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from uid 10012 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{50b3901 token=Token{26f20ee8 ActivityRecord{34e800b u0 com.android.settings/.Settings t186}}} to stack=1 task=186 at 0
- I/ActivityManager( 424): Start proc 4803:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- V/WindowManager( 424): Adding window Window{133da17e u0 Starting com.android.settings} at 4 of 10 (after Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
- I/ActivityManager( 424): Start proc 4822:com.android.settings/1000 for activity com.android.settings/.Settings
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4803) has died
- V/WindowManager( 424): Adding window Window{31ff8fc7 u0 com.android.settings/com.android.settings.Settings} at 4 of 11 (before Window{133da17e u0 Starting com.android.settings})
- I/ActivityManager( 424): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{157bb6de token=Token{11929619 ActivityRecord{3126d160 u0 com.android.settings/.SubSettings t186}}} to stack=1 task=186 at 1
- D/WifiService( 424): New client listening to asynchronous messages
- V/WindowManager( 424): Adding window Window{3f9107bc u0 com.android.settings/com.android.settings.SubSettings} at 5 of 11 (after Window{31ff8fc7 u0 com.android.settings/com.android.settings.Settings})
- I/ActivityManager( 424): Start proc 4866:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4866) has died
- V/WindowManager( 424): not Base app: Adding window Window{79d4d43 u0 RCN} at 6 of 12
- E/WiFiServiceImpl ( 424): CONNECT nid=0 uid=1000
- D/WifiService( 424): Connect with networkId0
- D/ConnectivityService( 424): registerNetworkAgent NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTING/CONNECTING, reason: (unspecified), extra: "RCN", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]} network{null} lp{{InterfaceName: wlan0 LinkAddresses: [fe80::21d:feff:feee:210e/64,] Routes: [] DnsAddresses: [] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]} Score{20} everValidated{false} lastValidated{false} created{false} explicitlySelected{false} }
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- I/ActivityManager( 424): Start proc 4947:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- D/ConnectivityService( 424): Adding iface wlan0 to network 102
- E/ConnectivityService( 424): Unexpected mtu value: 0, wlan0
- D/ConnectivityService( 424): Adding Route [fe80::/64 -> :: wlan0] to network 102
- D/ConnectivityService( 424): Adding Route [192.168.1.0/24 -> 0.0.0.0 wlan0] to network 102
- D/ConnectivityService( 424): Adding Route [0.0.0.0/0 -> 192.168.1.1 wlan0] to network 102
- D/ConnectivityService( 424): Setting Dns servers for network 102 to [/192.168.1.1]
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): notifyType PRECHECK for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): accepting network in place of null
- D/ConnectivityService( 424): Switching to new default network: NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "RCN", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]} network{102} lp{{InterfaceName: wlan0 LinkAddresses: [192.168.1.106/24,] Routes: [fe80::/64 -> :: wlan0,192.168.1.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 192.168.1.1 wlan0,] DnsAddresses: [192.168.1.1,] Domains: MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]} Score{100} everValidated{false} lastValidated{false} created{true} explicitlySelected{true} }
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/CSLegacyTypeTracker( 424): Sending connected broadcast for type 1 NetworkAgentInfo [WIFI () - 102] isDefaultNetwork=true
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
- D/WifiService( 424): New client listening to asynchronous messages
- I/ActivityManager( 424): START u0 {act=com.android.systemui.recents.SHOW_RECENTS flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10012 on display 0
- D/ConnectivityService( 424): setProvNotificationVisibleIntent: E visible=false networkType=0 extraInfo=null
- D/ConnectivityService( 424): Validated NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.INET_CONDITION_ACTION
- D/ConnectivityService( 424): reportBadNetwork(NetworkAgentInfo [WIFI () - 102]) by 10016
- D/ConnectivityService( 424): setProvNotificationVisibleIntent: E visible=false networkType=0 extraInfo=null
- D/ConnectivityService( 424): Validated NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 5000:com.boatgo.browser/u0a105 for broadcast com.boatgo.browser/.download.DownloadReceiver
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Process com.boatgo.browser (pid 5000) has died
- I/ActivityManager( 424): Killing 4822:com.android.settings/1000 (adj 9): remove task
- I/WindowState( 424): WIN DEATH: Window{31ff8fc7 u0 com.android.settings/com.android.settings.Settings}
- D/WifiService( 424): Client connection lost with reason: 4
- I/WindowState( 424): WIN DEATH: Window{3f9107bc u0 com.android.settings/com.android.settings.SubSettings}
- D/TaskPersister( 424): removeObsoleteFile: deleting file=186_task.xml
- D/TaskPersister( 424): removeObsoleteFile: deleting file=186_task_thumbnail.png
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): 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( 424): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.chrome.beta/com.google.android.apps.chrome.Main bnds=[585,633][708,715] (has extras)} from uid 10042 on display 0
- W/BroadcastQueue( 424): Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=1404, uid=10042) 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( 424): 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 10042)
- V/WindowManager( 424): Adding window Window{250c8cf4 u0 Starting com.chrome.beta} at 4 of 10 (after Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
- V/WindowManager( 424): Adding window Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity} at 4 of 11 (before Window{250c8cf4 u0 Starting com.chrome.beta})
- V/WindowManager( 424): Adding window Window{19d618db u0 SurfaceView} at 4 of 12 (before Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- I/ActivityManager( 424): Start proc 5431:com.chrome.beta:sandboxed_process0/u0i17 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService0
- I/ActivityManager( 424): Start proc 5467:com.chrome.beta:privileged_process0/u0a65 for service com.chrome.beta/org.chromium.content.app.PrivilegedProcessService0
- I/ActivityManager( 424): Process com.google.android.apps.genie.geniewidget (pid 31485) has died
- I/ActivityManager( 424): Process com.google.android.videos (pid 31869) has died
- I/ActivityManager( 424): Process org.mozilla.firefox (pid 31411) has died
- I/ActivityManager( 424): Start proc 5524:com.chrome.beta:sandboxed_process1/u0i18 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService1
- I/ActivityManager( 424): Process com.glu.flc2 (pid 31506) has died
- E/WifiService( 424): Multicaster binderDied
- D/WifiService( 424): Client connection lost with reason: 4
- I/ActivityManager( 424): Process com.android.deskclock (pid 19622) has died
- I/libprocessgroup( 424): Killing pid 4196 in uid 10096 as part of process group 4165
- I/libprocessgroup( 424): Killing pid 4196 in uid 10096 as part of process group 4165
- I/libprocessgroup( 424): Killing pid 4196 in uid 10096 as part of process group 4165
- I/libprocessgroup( 424): Killing pid 4196 in uid 10096 as part of process group 4165
- I/ActivityManager( 424): Process com.estrongs.android.pop (pid 4165) has died
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_5524/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process1 (pid 5524) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService1 in 1000ms
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=content://com.android.email.provider/uifolder/74?appVersion=7008110 typ=application/email-ls flg=0x1000c000 cmp=com.android.email/com.android.email2.ui.MailActivityEmail (has extras)} from uid 10035 on display 0
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@5e22405 attribute=null, token = android.os.BinderProxy@3d28868c
- V/WindowManager( 424): addAppToken: AppWindowToken{38cc4b68 token=Token{1c71de8b ActivityRecord{9210c5a u0 com.android.email/com.android.email2.ui.MailActivityEmail t187}}} to stack=1 task=187 at 0
- V/WindowManager( 424): Adding window Window{2ba59403 u0 Starting com.android.email} at 6 of 12 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- V/WindowManager( 424): Adding window Window{33634e61 u0 com.android.email/com.android.email2.ui.MailActivityEmail} at 6 of 13 (before Window{2ba59403 u0 Starting com.android.email})
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Start proc 5806:com.chrome.beta:sandboxed_process2/u0i19 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService2
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_5806/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process2 (pid 5806) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService2 in 1000ms
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@341cbf4d attribute=null, token = android.os.BinderProxy@3db19dc8
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=content://com.android.email.provider/uifolder/79?appVersion=7008110 typ=application/email-ls flg=0x1000c000 cmp=com.android.email/com.android.email2.ui.MailActivityEmail (has extras)} from uid 10035 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{46cf550 token=Token{2774df13 ActivityRecord{35151a02 u0 com.android.email/com.android.email2.ui.MailActivityEmail t187}}} to stack=1 task=187 at 1
- V/WindowManager( 424): Adding window Window{21e71d8b u0 Starting com.android.email} at 7 of 13 (after Window{33634e61 u0 com.android.email/com.android.email2.ui.MailActivityEmail})
- V/WindowManager( 424): Adding window Window{37247c5f u0 com.android.email/com.android.email2.ui.MailActivityEmail} at 7 of 14 (before Window{21e71d8b u0 Starting com.android.email})
- I/ActivityManager( 424): Start proc 5972:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@1b517e1a attribute=null, token = android.os.BinderProxy@2eaeecfe
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=content://com.android.email.provider/uifolder/64?appVersion=7008110 typ=application/email-ls flg=0x1000c000 cmp=com.android.email/com.android.email2.ui.MailActivityEmail (has extras)} from uid 10035 on display 0
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@32541096 attribute=null, token = android.os.BinderProxy@2eaeecfe
- V/WindowManager( 424): addAppToken: AppWindowToken{11e009ed token=Token{353d2004 ActivityRecord{34dcf417 u0 com.android.email/com.android.email2.ui.MailActivityEmail t187}}} to stack=1 task=187 at 1
- V/WindowManager( 424): Adding window Window{8566b9c u0 Starting com.android.email} at 7 of 13 (after Window{37247c5f u0 com.android.email/com.android.email2.ui.MailActivityEmail})
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- V/WindowManager( 424): Adding window Window{6789da0 u0 com.android.email/com.android.email2.ui.MailActivityEmail} at 7 of 14 (before Window{8566b9c u0 Starting com.android.email})
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@21a43d0b attribute=null, token = android.os.BinderProxy@2b5fb6a3
- I/ActivityManager( 424): 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( 424): START u0 {act=com.android.systemui.recents.SHOW_RECENTS flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10012 on display 0
- W/InputMethodManagerService( 424): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@7beefc9 (uid=10042 pid=1404)
- I/ActivityManager( 424): Killing 18739:com.android.email/u0a35 (adj 9): remove task
- I/WindowState( 424): WIN DEATH: Window{6789da0 u0 com.android.email/com.android.email2.ui.MailActivityEmail}
- D/TaskPersister( 424): removeObsoleteFile: deleting file=187_task.xml
- D/TaskPersister( 424): removeObsoleteFile: deleting file=187_task_thumbnail.png
- I/ActivityManager( 424): Start proc 6358:com.chrome.beta:sandboxed_process3/u0i20 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService3
- I/ActivityManager( 424): Process android.process.media (pid 32266) has died
- I/ActivityManager( 424): Process com.google.android.partnersetup (pid 4039) has died
- V/WindowManager( 424): Adding window Window{20c2eb9a u0 PopupWindow:cff3e16} at 6 of 12 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{3b6b53f2 token=Token{19c0eafd ActivityRecord{41f9b54 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@1f72aa43 attribute=null, token = android.os.BinderProxy@3d28868c
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{41f9b54 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@32953fd8 attribute=null, token = android.os.BinderProxy@3d28868c
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=http://www.uukanshu.com/b/18628/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{334bb352 token=Token{933abdd ActivityRecord{355353b4 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=http://www.uukanshu.com/b/18628/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{355353b4 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@10457995 attribute=null, token = android.os.BinderProxy@3d28868c
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 6532:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ActivityThread( 6532): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- D/ActivityThread( 6532): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- D/ActivityThread( 6532): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8f39b22}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8f39b22}
- I/ActivityManager( 424): Process mobi.mgeek.TunnyBrowser (pid 3086) has died
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 31074) has died
- V/WindowManager( 424): Adding window Window{1d4e18 u0 PopupWindow:2fc3a61f} at 6 of 12 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{2aa3c830 token=Token{3289b173 ActivityRecord{38ca39e2 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@13db0ca9 attribute=null, token = android.os.BinderProxy@3d28868c
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{38ca39e2 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2fb7dbeb attribute=null, token = android.os.BinderProxy@3d28868c
- I/ActivityManager( 424): Process android.process.acore (pid 29534) has died
- I/ActivityManager( 424): Start proc 6718:com.chrome.beta:sandboxed_process4/u0i21 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService4
- I/ActivityManager( 424): Start proc 6738:com.chrome.beta:sandboxed_process5/u0i22 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService5
- I/ActivityManager( 424): Killing 6718:com.chrome.beta:sandboxed_process4/u0a65i21 (adj 0): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_6718/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Killing 6358:com.chrome.beta:sandboxed_process3/u0a65i20 (adj 11): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_6358/cgroup.procs: No such file or directory
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=http://www.uukanshu.com/b/17319/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{2a39abcb token=Token{359ec69a ActivityRecord{15b55f45 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=http://www.uukanshu.com/b/17319/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{15b55f45 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2e71c943 attribute=null, token = android.os.BinderProxy@3d28868c
- I/ActivityManager( 424): Start proc 6791:com.chrome.beta:sandboxed_process6/u0i23 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService6
- W/ActivityManager( 424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService5
- W/ActivityManager( 424): android.os.TransactionTooLargeException
- W/ActivityManager( 424): at android.os.BinderProxy.transactNative(Native Method)
- W/ActivityManager( 424): at android.os.BinderProxy.transact(Binder.java:496)
- W/ActivityManager( 424): at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
- W/ActivityManager( 424): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
- W/ActivityManager( 424): at android.os.Binder.execTransact(Binder.java:446)
- I/ActivityManager( 424): Killing 6738:com.chrome.beta:sandboxed_process5/u0a65i22 (adj 11): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_6738/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.android.deskclock (pid 5972) has died
- I/ActivityManager( 424): Process com.android.providers.calendar (pid 31216) has died
- I/ActivityManager( 424): Process com.android.email (pid 6532) has died
- I/WindowState( 424): WIN DEATH: Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity}
- I/ActivityManager( 424): Process com.android.browser (pid 17980) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 7366:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7636
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7637
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7639
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7640
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 7964:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7994
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7995
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7996
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7997
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 8167:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
- W/ResourcesManager( 8167): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 8197:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3b8fa95f}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3b8fa95f}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 9265:com.chrome.beta:sandboxed_process7/u0i24 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService7
- V/WindowManager( 424): Adding window Window{288ab9c4 u0 PopupWindow:30e41115} at 5 of 11 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- V/WindowManager( 424): Adding window Window{b79a9c7 u0 PopupWindow:31d96ee8} at 6 of 12 (after Window{288ab9c4 u0 PopupWindow:30e41115})
- W/ActivityManager( 424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService6
- W/ActivityManager( 424): android.os.TransactionTooLargeException
- W/ActivityManager( 424): at android.os.BinderProxy.transactNative(Native Method)
- W/ActivityManager( 424): at android.os.BinderProxy.transact(Binder.java:496)
- W/ActivityManager( 424): at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
- W/ActivityManager( 424): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
- W/ActivityManager( 424): at android.os.Binder.execTransact(Binder.java:446)
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_6791/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process6 (pid 6791) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{c1164d5 token=Token{1ad0f58c ActivityRecord{3c7c0abf u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@1df04ea attribute=null, token = android.os.BinderProxy@3d28868c
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{3c7c0abf u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4274742 attribute=null, token = android.os.BinderProxy@3d28868c
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/290/index.html flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{3c7f97a7 token=Token{14b3c866 ActivityRecord{161158c1 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/290/index.html flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{161158c1 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@de97e3e attribute=null, token = android.os.BinderProxy@3d28868c
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- V/WindowManager( 424): Adding window Window{2702db4d u0 PopupWindow:32910d56} at 5 of 11 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{18b535a token=Token{25fd2705 ActivityRecord{34c6a27c u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2d54198b attribute=null, token = android.os.BinderProxy@3d28868c
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{34c6a27c u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@320e31bd attribute=null, token = android.os.BinderProxy@3d28868c
- I/ActivityManager( 424): Start proc 9477:com.chrome.beta:sandboxed_process8/u0i25 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService8
- I/ActivityManager( 424): Start proc 9493:com.chrome.beta:sandboxed_process9/u0i26 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService9
- I/ActivityManager( 424): Killing 9477:com.chrome.beta:sandboxed_process8/u0a65i25 (adj 0): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_9477/cgroup.procs: No such file or directory
- W/ActivityManager( 424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService7
- W/ActivityManager( 424): android.os.TransactionTooLargeException
- W/ActivityManager( 424): at android.os.BinderProxy.transactNative(Native Method)
- W/ActivityManager( 424): at android.os.BinderProxy.transact(Binder.java:496)
- W/ActivityManager( 424): at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
- W/ActivityManager( 424): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
- W/ActivityManager( 424): at android.os.Binder.execTransact(Binder.java:446)
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_9265/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process7 (pid 9265) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/362/index.html flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{363c0147 token=Token{259f5486 ActivityRecord{3fc10161 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/362/index.html flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{3fc10161 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@1341d23f attribute=null, token = android.os.BinderProxy@3d28868c
- I/ActivityManager( 424): Start proc 9543:com.chrome.beta:sandboxed_process10/u0i27 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService10
- W/ActivityManager( 424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService9
- W/ActivityManager( 424): android.os.TransactionTooLargeException
- W/ActivityManager( 424): at android.os.BinderProxy.transactNative(Native Method)
- W/ActivityManager( 424): at android.os.BinderProxy.transact(Binder.java:496)
- W/ActivityManager( 424): at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
- W/ActivityManager( 424): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
- W/ActivityManager( 424): at android.os.Binder.execTransact(Binder.java:446)
- I/ActivityManager( 424): Killing 9493:com.chrome.beta:sandboxed_process9/u0a65i26 (adj 9): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_9493/cgroup.procs: No such file or directory
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- V/WindowManager( 424): Adding window Window{25f7cd07 u0 PopupWindow:1c93709a} at 5 of 11 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- W/ActivityManager( 424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService10
- W/ActivityManager( 424): android.os.TransactionTooLargeException
- W/ActivityManager( 424): at android.os.BinderProxy.transactNative(Native Method)
- W/ActivityManager( 424): at android.os.BinderProxy.transact(Binder.java:496)
- W/ActivityManager( 424): at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
- W/ActivityManager( 424): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
- W/ActivityManager( 424): at android.os.Binder.execTransact(Binder.java:446)
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_9543/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process10 (pid 9543) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1c5f7cc4}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1c5f7cc4}
- W/ProcessCpuTracker( 424): Skipping unknown process pid 10070
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 11013:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/PowerManagerService( 424): Going to sleep due to screen timeout (uid 1000)...
- I/PowerManagerService( 424): Sleeping (uid 1000)...
- I/DisplayManagerService( 424): Display device changed: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 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( 424): Display changed displayId=0
- W/ProcessCpuTracker( 424): Skipping unknown process pid 11512
- W/ProcessCpuTracker( 424): Skipping unknown process pid 11513
- W/ProcessCpuTracker( 424): Skipping unknown process pid 11515
- W/ProcessCpuTracker( 424): Skipping unknown process pid 11516
- W/ActivityManager( 424): SLOW OOM ADJ: 5849ms for pid 1115 = 1
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@19641bda}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@19641bda}
- I/ActivityManager( 424): Start proc 11569:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
- I/UsageStatsService( 424): User[0] Flushing usage stats to disk
- I/ActivityManager( 424): Start proc 11613:com.google.android.apps.plus/u0a103 for service com.google.android.apps.plus/com.google.android.apps.moviemaker.service.PluggedInAnalyzerService
- I/ActivityManager( 424): Start proc 11622:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
- W/ResourcesManager(11613): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 11657:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a8713c}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a8713c}
- I/ActivityManager( 424): Start proc 11693:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
- I/PowerManagerService( 424): Waking up from sleep (uid 1000)...
- I/DisplayPowerController( 424): Blocking screen on until initial contents have been drawn.
- I/DisplayManagerService( 424): Display device changed: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 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( 424): Display changed displayId=0
- I/DisplayPowerController( 424): Unblocked screen on after 192 ms
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17ff5067}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17ff5067}
- E/ActivityThread( 942): Service com.google.android.gms.auth.trustagent.GoogleTrustAgent has leaked IntentReceiver com.google.android.gms.auth.trustagent.trustlet.z@29b6cd85 that was originally registered here. Are you missing a call to unregisterReceiver()?
- E/ActivityThread( 942): android.app.IntentReceiverLeaked: Service com.google.android.gms.auth.trustagent.GoogleTrustAgent has leaked IntentReceiver com.google.android.gms.auth.trustagent.trustlet.z@29b6cd85 that was originally registered here. Are you missing a call to unregisterReceiver()?
- E/ActivityThread( 942): at android.app.LoadedApk$ReceiverDispatcher.<init>(LoadedApk.java:904)
- E/ActivityThread( 942): at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:705)
- E/ActivityThread( 942): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1660)
- E/ActivityThread( 942): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1640)
- E/ActivityThread( 942): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1634)
- E/ActivityThread( 942): at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:495)
- E/ActivityThread( 942): at com.google.android.gms.auth.trustagent.trustlet.aw.b(SourceFile:127)
- E/ActivityThread( 942): at com.google.android.gms.auth.trustagent.trustlet.bh.a(SourceFile:167)
- E/ActivityThread( 942): at com.google.android.gms.auth.trustagent.trustlet.bk.d(SourceFile:261)
- E/ActivityThread( 942): at com.google.android.gms.auth.trustagent.GoogleTrustAgent.onCreate(SourceFile:70)
- E/ActivityThread( 942): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2792)
- E/ActivityThread( 942): at android.app.ActivityThread.access$1900(ActivityThread.java:154)
- E/ActivityThread( 942): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1404)
- E/ActivityThread( 942): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/ActivityThread( 942): at android.os.Looper.loop(Looper.java:135)
- E/ActivityThread( 942): at android.app.ActivityThread.main(ActivityThread.java:5289)
- E/ActivityThread( 942): at java.lang.reflect.Method.invoke(Native Method)
- E/ActivityThread( 942): at java.lang.reflect.Method.invoke(Method.java:372)
- E/ActivityThread( 942): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- E/ActivityThread( 942): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@78ed05b attribute=android.view.inputmethod.EditorInfo@3caca0f8, token = android.os.BinderProxy@7d94437
- I/ActivityManager( 424): Start proc 11965:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
- D/WifiService( 424): New client listening to asynchronous messages
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12148
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12149
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12151
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12152
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12153
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12374
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12375
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12377
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12378
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12379
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1cb441ce}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1cb441ce}
- I/ProcessStatsService( 424): Prepared write state in 14ms
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@66af537}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@66af537}
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16244
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16245
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16472
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34f9c575}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34f9c575}
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- I/ActivityManager( 424): Start proc 17329:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@c327d40
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@33290479
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Killing 8197:com.android.calendar/u0a26 (adj 15): empty for 1804s
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@226de2cb}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@226de2cb}
- I/UsageStatsService( 424): User[0] Flushing usage stats to disk
- I/EntropyMixer( 424): Writing entropy...
- I/PowerManagerService( 424): Going to sleep due to screen timeout (uid 1000)...
- I/PowerManagerService( 424): Sleeping (uid 1000)...
- I/DisplayManagerService( 424): Display device changed: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 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( 424): Display changed displayId=0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@332082bf}
- W/ActivityManager( 424): Activity pause timeout for ActivityRecord{245cf6bc u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity t159}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@332082bf}
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2dfe467c}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2dfe467c}
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- I/BatteryStatsImpl( 424): Resetting battery stats: level=97 status=2 dischargeLevel=97 lowAmount=16 highAmount=17
- I/PowerManagerService( 424): Waking up from sleep (uid 1000)...
- I/DisplayPowerController( 424): Blocking screen on until initial contents have been drawn.
- I/DisplayManagerService( 424): Display device changed: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 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( 424): Display changed displayId=0
- I/DisplayPowerController( 424): Unblocked screen on after 343 ms
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6bd98ff}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6bd98ff}
- I/ActivityManager( 424): START u0 {act=com.android.systemui.recents.SHOW_RECENTS flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10012 on display 0
- V/WindowManager( 424): Adding window Window{cb8ca97 u0 Starting com.android.browser} at 5 of 11 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
- I/ActivityManager( 424): Start proc 20447:com.android.browser/u0a24 for activity com.android.browser/.BrowserActivity
- V/WindowManager( 424): Adding window Window{1fcbe2dd u0 com.android.browser/com.android.browser.BrowserActivity} at 5 of 12 (before Window{cb8ca97 u0 Starting com.android.browser})
- I/ActivityManager( 424): Process com.google.android.gms.wearable (pid 4405) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.google.android.gms/.wearable.service.WearableService in 1000ms
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox (pid 17329) has died
- I/ActivityManager( 424): Start proc 20812:com.google.android.gms.wearable/u0a16 for service com.google.android.gms/.wearable.service.WearableService
- W/ResourcesManager(20812): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(20812): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Process android.process.media (pid 11657) has died
- I/ActivityManager( 424): Process org.mozilla.firefox (pid 11569) has died
- I/EntropyMixer( 424): Writing entropy...
- I/ActivityManager( 424): Process com.android.providers.calendar (pid 8167) has died
- I/ActivityManager( 424): Process com.google.android.apps.genie.geniewidget (pid 11622) has died
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dc7d251}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dc7d251}
- E/libprocessgroup( 424): failed to kill 1 processes for processgroup 11613
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 11613) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- I/ActivityManager( 424): Start proc 21179:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@34318467
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@1e16f214
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ProcessStatsService( 424): Prepared write state in 8ms
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24563d3}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24563d3}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- W/ActivityManager( 424): SLOW OOM ADJ: 859ms for pid 7366 = 1
- W/ActivityManager( 424): Slow operation: 1651ms so far, now at getContentProviderImpl: after updateOomAdj
- W/ActivityManager( 424): Slow operation: 1704ms so far, now at getContentProviderImpl: done!
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 21284:com.google.android.apps.plus/u0a103 for service com.google.android.apps.plus/.service.EsSyncAdapterService
- I/ActivityManager( 424): Process android.process.acore (pid 7964) has died
- W/ResourcesManager(21284): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 21302:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ActivityManager( 424): Start proc 21324:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- E/WifiService( 424): Multicaster binderDied
- I/libprocessgroup( 424): Killing pid 11989 in uid 10096 as part of process group 11965
- I/libprocessgroup( 424): Killing pid 11989 in uid 10096 as part of process group 11965
- I/libprocessgroup( 424): Killing pid 11989 in uid 10096 as part of process group 11965
- I/libprocessgroup( 424): Killing pid 11989 in uid 10096 as part of process group 11965
- I/libprocessgroup( 424): Killing pid 11989 in uid 10096 as part of process group 11965
- D/WifiService( 424): Client connection lost with reason: 4
- I/ActivityManager( 424): Process com.estrongs.android.pop (pid 11965) has died
- I/ActivityManager( 424): Process com.glu.flc2 (pid 11693) has died
- I/ActivityManager( 424): Process com.android.deskclock (pid 11013) has died
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox:search (pid 4019) has died
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox (pid 21179) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- I/UsageStatsService( 424): User[0] Flushing usage stats to disk
- E/NetdConnector( 424): NDC Command {1374 bandwidth gettetherstats} took too long (1842ms)
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@155b9e81}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@155b9e81}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 21538:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- I/ActivityManager( 424): Process android.process.media (pid 21302) has died
- I/ActivityManager( 424): Start proc 21567:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 for service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
- E/NetdConnector( 424): NDC Command {1391 bandwidth gettetherstats} took too long (1143ms)
- W/ActivityManager( 424): Timeout executing service: ServiceRecord{30a0c32e u0 mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService}
- W/ActivityThread(21567): 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( 424): Process mobi.mgeek.TunnyBrowser:DolphinNotification (pid 21567) has died
- E/ActivityManager( 424): ANR in mobi.mgeek.TunnyBrowser:DolphinNotification
- E/ActivityManager( 424): PID: 21567
- E/ActivityManager( 424): Reason: executing service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
- E/ActivityManager( 424): Load: 6.42 / 4.25 / 3.44
- E/ActivityManager( 424): CPU usage from 4618ms to -11571ms ago with 99% awake:
- E/ActivityManager( 424): 61% 20447/com.android.browser: 53% user + 8.6% kernel / faults: 23916 minor 409 major
- E/ActivityManager( 424): 21% 424/system_server: 11% user + 9.3% kernel / faults: 12811 minor 654 major
- E/ActivityManager( 424): 15% 145/mediaserver: 9.4% user + 6.3% kernel / faults: 2069 minor 62 major
- E/ActivityManager( 424): 5.2% 37/kswapd0: 0% user + 5.2% kernel
- E/ActivityManager( 424): 5.2% 138/surfaceflinger: 2.4% user + 2.7% kernel / faults: 952 minor 10 major
- E/ActivityManager( 424): 0% 143/debuggerd: 0% user + 0% kernel / faults: 3922 minor 17 major
- E/ActivityManager( 424): 3.7% 92/mmcqd/0: 0% user + 3.7% kernel
- E/ActivityManager( 424): 3.6% 661/com.android.systemui: 1.6% user + 2% kernel / faults: 5635 minor 210 major
- E/ActivityManager( 424): 0.4% 896/com.android.phone: 0.2% user + 0.1% kernel / faults: 3818 minor 3 major
- E/ActivityManager( 424): 0.4% 7366/com.android.email: 0.2% user + 0.2% kernel / faults: 4132 minor 84 major
- E/ActivityManager( 424): 0.3% 27503/com.android.exchange: 0.2% user + 0.1% kernel / faults: 4332 minor 111 major
- E/ActivityManager( 424): 1.1% 19669/kworker/u:3: 0% user + 1.1% kernel
- E/ActivityManager( 424): 1% 17/irq/199-msmdata: 0% user + 1% kernel
- E/ActivityManager( 424): 0.9% 21196/kworker/u:2: 0% user + 0.9% kernel
- E/ActivityManager( 424): 0% 890/com.android.server.telecom: 0% user + 0% kernel / faults: 2428 minor 1 major
- E/ActivityManager( 424): 0.4% 3/ksoftirqd/0: 0% user + 0.4% kernel
- E/ActivityManager( 424): 0.3% 125/ksdioirqd/mmc1: 0% user + 0.3% kernel
- E/ActivityManager( 424): 0.2% 2187/kworker/u:0: 0% user + 0.2% kernel
- E/ActivityManager( 424): 0.1% 16879/kworker/0:2: 0% user + 0.1% kernel
- E/ActivityManager( 424): 0.1% 96/msmfb_commit_th: 0% user + 0.1% kernel
- E/ActivityManager( 424): 0% 1404/com.android.launcher3: 0% user + 0% kernel / faults: 793 minor 43 major
- E/ActivityManager( 424): 0% 21284/com.google.android.apps.plus: 0% user + 0% kernel / faults: 1042 minor 14 major
- E/ActivityManager( 424): 0% 127/sdcard: 0% user + 0% kernel / faults: 118 minor 4 major
- E/ActivityManager( 424): 0% 132/logd: 0% user + 0% kernel / faults: 123 minor 3 major
- E/ActivityManager( 424): 0% 134/lmkd: 0% user + 0% kernel / faults: 52 minor 2 major
- E/ActivityManager( 424): 0% 135/servicemanager: 0% user + 0% kernel / faults: 220 minor 8 major
- E/ActivityManager( 424): 0% 142/netd: 0% user + 0% kernel / faults: 212 minor 11 major
- E/ActivityManager( 424): 0% 942/com.google.process.location: 0% user + 0% kernel / faults: 558 minor 6 major
- E/ActivityManager( 424): 0% 2197/com.chrome.beta: 0% user + 0% kernel / faults: 350 minor 35 major
- E/ActivityManager( 424): 0% 21514/kworker/1:1: 0% user + 0% kernel
- E/ActivityManager( 424): 99% TOTAL: 43% user + 24% kernel + 30% iowait + 0.1% softirq
- E/ActivityManager( 424): CPU usage from 10316ms to 10880ms later:
- E/ActivityManager( 424): 100% 20447/com.android.browser: 87% user + 12% kernel / faults: 1490 minor 3 major
- E/ActivityManager( 424): 50% 20506/RenderThread: 47% user + 3.6% kernel
- E/ActivityManager( 424): 16% 20539/Thread-2740: 14% user + 1.8% kernel
- E/ActivityManager( 424): 10% 20498/Thread-2736: 10% user + 0% kernel
- E/ActivityManager( 424): 10% 20582/AsyncTransferTh: 1.8% user + 9% kernel
- E/ActivityManager( 424): 7.2% 20447/android.browser: 7.2% user + 0% kernel
- E/ActivityManager( 424): 1.8% 20465/Binder_2: 1.8% user + 0% kernel
- E/ActivityManager( 424): 1.8% 20894/Binder_5: 1.8% user + 0% kernel
- E/ActivityManager( 424): 19% 424/system_server: 8.9% user + 10% kernel / faults: 54 minor 7 major
- E/ActivityManager( 424): 8.9% 442/ActivityManager: 3.5% user + 5.3% kernel
- E/ActivityManager( 424): 3.5% 441/android.bg: 3.5% user + 0% kernel
- E/ActivityManager( 424): 3.5% 925/Binder_8: 0% user + 3.5% kernel
- E/ActivityManager( 424): 1.7% 1384/Binder_E: 1.7% user + 0% kernel
- E/ActivityManager( 424): 16% 145/mediaserver: 10% user + 5.3% kernel / faults: 1 minor 3 major
- E/ActivityManager( 424): 3.5% 21084/gle.aac.decoder: 3.5% user + 0% kernel
- E/ActivityManager( 424): 1.7% 21079/NPDecoder: 0% user + 1.7% kernel
- E/ActivityManager( 424): 1.7% 21080/NPDecoder-CL: 1.7% user + 0% kernel
- E/ActivityManager( 424): 1.7% 21083/CodecLooper: 1.7% user + 0% kernel
- E/ActivityManager( 424): 1.7% 21086/VideoDecMsgThre: 0% user + 1.7% kernel
- E/ActivityManager( 424): 7.1% 138/surfaceflinger: 3.5% user + 3.5% kernel / faults: 1 minor
- E/ActivityManager( 424): 3.5% 138/surfaceflinger: 1.7% user + 1.7% kernel
- E/ActivityManager( 424): 1.7% 231/hwcVsyncThread: 1.7% user + 0% kernel
- E/ActivityManager( 424): 5.4% 7366/com.android.email: 5.4% user + 0% kernel / faults: 41 minor 1 major
- E/ActivityManager( 424): 1.8% 7380/Binder_1: 1.8% user + 0% kernel
- E/ActivityManager( 424): 1.8% 21274/Binder_6: 1.8% user + 0% kernel
- E/ActivityManager( 424): 0.6% 17/irq/199-msmdata: 0% user + 0.6% kernel
- E/ActivityManager( 424): 1.7% 92/mmcqd/0: 0% user + 1.7% kernel
- E/ActivityManager( 424): 0.7% 125/ksdioirqd/mmc1: 0% user + 0.7% kernel
- E/ActivityManager( 424): 0.7% 142/netd: 0% user + 0.7% kernel / faults: 87 minor 1 major
- E/ActivityManager( 424): 0.8% 19669/kworker/u:3: 0% user + 0.8% kernel
- E/ActivityManager( 424): 0.9% 21196/kworker/u:2: 0% user + 0.9% kernel
- E/ActivityManager( 424): 1.7% 27503/com.android.exchange: 1.7% user + 0% kernel
- I/ActivityManager( 424): Killing 0:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 (adj 0): bg anr
- W/libprocessgroup( 424): failed to open /acct/uid_10083/pid_0/cgroup.procs: No such file or directory
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29c4dd24}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29c4dd24}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@328d7488}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@328d7488}
- I/ActivityManager( 424): Start proc 21731:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
- W/ResourcesManager(21731): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 21749:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Process com.android.deskclock (pid 21538) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- W/ProcessCpuTracker( 424): Skipping unknown process pid 21915
- W/ProcessCpuTracker( 424): Skipping unknown process pid 21916
- W/ProcessCpuTracker( 424): Skipping unknown process pid 21918
- W/ProcessCpuTracker( 424): Skipping unknown process pid 21919
- W/ProcessCpuTracker( 424): Skipping unknown process pid 21922
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@160e98e3}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@160e98e3}
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 21284) has died
- I/ActivityManager( 424): Process com.google.android.gms.wearable (pid 20812) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.google.android.gms/.wearable.service.WearableService in 1000ms
- I/ActivityManager( 424): Process android.process.acore (pid 21324) has died
- I/ActivityManager( 424): Process com.android.calendar (pid 21749) has died
- I/ActivityManager( 424): Process com.android.providers.calendar (pid 21731) has died
- I/ActivityManager( 424): Start proc 21962:com.google.android.gms.wearable/u0a16 for service com.google.android.gms/.wearable.service.WearableService
- W/ResourcesManager(21962): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(21962): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/ActivityManager( 424): Slow operation: 1015ms so far, now at startProcess: returned from zygote!
- W/ActivityManager( 424): Slow operation: 1015ms so far, now at startProcess: done updating battery stats
- W/ActivityManager( 424): Slow operation: 1015ms so far, now at startProcess: building log message
- I/ActivityManager( 424): Start proc 22096:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- W/ActivityManager( 424): Slow operation: 1015ms so far, now at startProcess: starting to update pids map
- W/ActivityManager( 424): Slow operation: 1015ms so far, now at startProcess: done updating pids map
- W/ActivityManager( 424): Slow operation: 1015ms so far, now at startProcess: done starting proc!
- W/Zygote (22096): Slow operation: 1145ms so far, now at Zygote.callPostForkChildHooks
- W/Zygote (22096): Slow operation: 1704ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote (22096): Slow operation: 1917ms so far, now at Zygote.postForkCommon
- W/Zygote (22096): Slow operation: 2080ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c1414a7}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c1414a7}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- W/ActivityManager( 424): SLOW OOM ADJ: 1054ms for pid 7366 = 0
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ProcessStatsService( 424): Prepared write state in 34ms
- I/ProcessStatsService( 424): Pruning old procstats: /data/system/procstats/state-2015-04-17-07-30-01.bin.ci
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 22303:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Process com.android.deskclock (pid 22096) has died
- I/ActivityManager( 424): Process org.mozilla.firefox (pid 22303) has died
- I/ActivityManager( 424): Start proc 22384:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@386da504}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@386da504}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 22462:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
- I/ActivityManager( 424): Start proc 22489:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
- I/ActivityManager( 424): Process android.process.acore (pid 22384) has died
- W/ResourcesManager(22462): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(22462): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16eab18c}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16eab18c}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 22531:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- W/ResourcesManager(22462): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(22462): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/ResourcesManager(22462): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(22462): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/PowerManagerService( 424): Going to sleep due to power button (uid 1000)...
- I/PowerManagerService( 424): Waking up from dozing (uid 1000)...
- I/PowerManagerService( 424): Going to sleep due to power button (uid 1000)...
- I/PowerManagerService( 424): Waking up from dozing (uid 1000)...
- I/PowerManagerService( 424): Going to sleep due to power button (uid 1000)...
- I/PowerManagerService( 424): Waking up from dozing (uid 1000)...
- I/PowerManagerService( 424): Going to sleep due to power button (uid 1000)...
- I/PowerManagerService( 424): Waking up from dozing (uid 1000)...
- I/PowerManagerService( 424): Going to sleep due to power button (uid 1000)...
- I/PowerManagerService( 424): Sleeping (uid 1000)...
- I/PowerManagerService( 424): Waking up from sleep (uid 1000)...
- D/ActivityManager( 424): awakeFromSleepingLocked: previously pausing activity didn't pause
- I/EntropyMixer( 424): Writing entropy...
- W/WindowManager( 424): Keyguard drawn timeout. Setting mKeyguardDrawComplete
- I/ActivityManager( 424): Process com.glu.flc2 (pid 22489) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Start proc 22575:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ActivityManager( 424): Start proc 22593:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
- I/ActivityThread( 7366): Removing dead content provider:android.content.ContentProviderProxy@22722089
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3aaea2ba}
- I/ActivityThread( 7366): Removing dead content provider:android.content.ContentProviderProxy@22722089
- I/ActivityManager( 424): Process android.process.acore (pid 22531) has died
- I/ActivityManager( 424): Start proc 22613:android.process.acore/u0a2 for content provider com.android.providers.userdictionary/.UserDictionaryProvider
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3aaea2ba}
- I/ActivityManager( 424): Start proc 22650:com.google.android.apps.plus/u0a103 for broadcast com.google.android.apps.plus/.service.BatteryReceiver
- D/WifiService( 424): New client listening to asynchronous messages
- W/ResourcesManager(22650): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Start proc 22695:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- I/ActivityManager( 424): Start proc 22717:com.google.android.googlequicksearchbox:search/u0a22 for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver
- I/ActivityManager( 424): Start proc 22736:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@171976d0 attribute=null, token = android.os.BinderProxy@18de06b4
- I/ActivityManager( 424): START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from uid 10012 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{32d5e8ef token=Token{2e66f1ce ActivityRecord{ceb26c9 u0 com.android.settings/.Settings t188}}} to stack=1 task=188 at 0
- I/ActivityManager( 424): Start proc 22775:com.android.settings/1000 for activity com.android.settings/.Settings
- V/WindowManager( 424): Adding window Window{32f6faf5 u0 Starting com.android.settings} at 6 of 12 (after Window{1fcbe2dd u0 com.android.browser/com.android.browser.BrowserActivity})
- V/WindowManager( 424): Adding window Window{35aac21d u0 com.android.settings/com.android.settings.Settings} at 6 of 13 (before Window{32f6faf5 u0 Starting com.android.settings})
- I/ActivityManager( 424): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{2db83bea token=Token{3d4117d5 ActivityRecord{26f3948c u0 com.android.settings/.SubSettings t188}}} to stack=1 task=188 at 1
- V/WindowManager( 424): Adding window Window{29f672a7 u0 com.android.settings/com.android.settings.SubSettings} at 7 of 13 (after Window{35aac21d u0 com.android.settings/com.android.settings.Settings})
- I/ActivityManager( 424): Process android.process.media (pid 22575) has died
- I/ActivityManager( 424): Process com.google.android.apps.genie.geniewidget (pid 22462) has died
- W/PackageManager( 424): Empty queue
- I/ActivityManager( 424): START u0 {act=android.intent.action.MAIN cmp=com.evervolv.toolbox/.Toolbox} from uid 1000 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{156c58c6 token=Token{20ca6ea1 ActivityRecord{203c1708 u0 com.evervolv.toolbox/.Toolbox t188}}} to stack=1 task=188 at 1
- V/WindowManager( 424): Adding window Window{2a6ac97f u0 Starting com.evervolv.toolbox} at 7 of 13 (after Window{35aac21d u0 com.android.settings/com.android.settings.Settings})
- I/ActivityManager( 424): Start proc 22900:com.evervolv.toolbox/1000 for activity com.evervolv.toolbox/.Toolbox
- V/WindowManager( 424): Adding window Window{24e0ee4d u0 com.evervolv.toolbox/com.evervolv.toolbox.Toolbox} at 7 of 14 (before Window{2a6ac97f u0 Starting com.evervolv.toolbox})
- W/ContextImpl(22900): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1709 android.content.ContextWrapper.startService:522 com.evervolv.toolbox.fragments.BugReport$4.onClick:205 android.view.View.performClick:4781 android.view.View$PerformClick.run:19873
- I/ActivityManager( 424): Start proc 23022:com.evervolv.toolbox:UploadService/1000 for service com.evervolv.toolbox/.services.UploadService
- W/ActivityThread(23022): 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/ContextImpl(23022): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1358 android.content.ContextWrapper.sendBroadcast:388 com.evervolv.toolbox.services.UploadService.notifyFragment:151 com.evervolv.toolbox.services.UploadService.access$200:50 com.evervolv.toolbox.services.UploadService$UploadLogcat.onPostExecute:118
- I/ActivityManager( 424): 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( 424): 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/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@30d7eddc attribute=null, token = android.os.BinderProxy@2556228e
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@378fbe5b attribute=null, token = android.os.BinderProxy@2556228e
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=content://com.android.email.provider/uifolder/74?appVersion=7008110 typ=application/email-ls flg=0x1000c000 cmp=com.android.email/com.android.email2.ui.MailActivityEmail (has extras)} from uid 10035 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{31df9236 token=Token{1e9e7d1 ActivityRecord{995f6f8 u0 com.android.email/com.android.email2.ui.MailActivityEmail t189}}} to stack=1 task=189 at 0
- V/WindowManager( 424): Adding window Window{2ba0c009 u0 Starting com.android.email} at 8 of 14 (after Window{24e0ee4d u0 com.evervolv.toolbox/com.evervolv.toolbox.Toolbox})
- V/WindowManager( 424): Adding window Window{3482b835 u0 com.android.email/com.android.email2.ui.MailActivityEmail} at 8 of 15 (before Window{2ba0c009 u0 Starting com.android.email})
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@1b2b1618 attribute=null, token = android.os.BinderProxy@176ffa6c
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=content://com.android.email.provider/uifolder/79?appVersion=7008110 typ=application/email-ls flg=0x1000c000 cmp=com.android.email/com.android.email2.ui.MailActivityEmail (has extras)} from uid 10035 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{a6c66d7 token=Token{f029656 ActivityRecord{20a3e871 u0 com.android.email/com.android.email2.ui.MailActivityEmail t189}}} to stack=1 task=189 at 1
- V/WindowManager( 424): Adding window Window{fa61a2e u0 Starting com.android.email} at 9 of 15 (after Window{3482b835 u0 com.android.email/com.android.email2.ui.MailActivityEmail})
- I/ActivityManager( 424): START u0 {act=android.intent.action.VIEW dat=content://com.android.email.provider/uifolder/79?appVersion=7008110 typ=application/email-ls flg=0x1000c000 cmp=com.android.email/com.android.email2.ui.MailActivityEmail (has extras)} from uid 10035 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{393eb3c7 token=Token{e0b4106 ActivityRecord{2ceecfe1 u0 com.android.email/com.android.email2.ui.MailActivityEmail t189}}} to stack=1 task=189 at 2
- V/WindowManager( 424): Adding window Window{26636ade u0 Starting com.android.email} at 10 of 16 (after Window{fa61a2e u0 Starting com.android.email})
- W/ActivityManager( 424): Activity pause timeout for ActivityRecord{20a3e871 u0 com.android.email/com.android.email2.ui.MailActivityEmail t189 f}
- V/WindowManager( 424): Adding window Window{1f61f38d u0 com.android.email/com.android.email2.ui.MailActivityEmail} at 9 of 17 (before Window{fa61a2e u0 Starting com.android.email EXITING})
- V/WindowManager( 424): Adding window Window{1655ebaf u0 com.android.email/com.android.email2.ui.MailActivityEmail} at 11 of 18 (before Window{26636ade u0 Starting com.android.email})
- I/ActivityManager( 424): START u0 {act=com.android.systemui.recents.SHOW_RECENTS flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10012 on display 0
- I/ActivityManager( 424): Killing 22775:com.android.settings/1000 (adj 9): remove task
- D/TaskPersister( 424): removeObsoleteFile: deleting file=188_task.xml
- D/TaskPersister( 424): removeObsoleteFile: deleting file=188_task_thumbnail.png
- I/ActivityManager( 424): Killing 7366:com.android.email/u0a35 (adj 9): remove task
- I/WindowState( 424): WIN DEATH: Window{1655ebaf u0 com.android.email/com.android.email2.ui.MailActivityEmail}
- E/libprocessgroup( 424): failed to kill 1 processes for processgroup 7366
- D/TaskPersister( 424): removeObsoleteFile: deleting file=189_task.xml
- D/TaskPersister( 424): removeObsoleteFile: deleting file=189_task_thumbnail.png
- W/InputMethodManagerService( 424): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@1e395c66 (uid=10012 pid=661)
- I/ActivityManager( 424): Start proc 23437:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
- D/ActivityThread(23437): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- I/ActivityManager( 424): Start proc 23482:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ActivityManager( 424): Process com.google.android.partnersetup (pid 22736) has died
- I/libprocessgroup( 424): Killing pid 22668 in uid 10096 as part of process group 22593
- I/libprocessgroup( 424): Killing pid 22668 in uid 10096 as part of process group 22593
- I/libprocessgroup( 424): Killing pid 22668 in uid 10096 as part of process group 22593
- I/libprocessgroup( 424): Killing pid 22668 in uid 10096 as part of process group 22593
- I/libprocessgroup( 424): Killing pid 22668 in uid 10096 as part of process group 22593
- D/WifiService( 424): Client connection lost with reason: 4
- E/WifiService( 424): Multicaster binderDied
- I/libprocessgroup( 424): Killing pid 22668 in uid 10096 as part of process group 22593
- I/ActivityManager( 424): Process com.estrongs.android.pop (pid 22593) has died
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29635582}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29635582}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- V/ActivityManager( 424): Display changed displayId=0
- I/ActivityManager( 424): Config changes=480 {1.3 ?mcc?mnc en_US ?layoutDir sw768dp w768dp h951dp 160dpi xlrg port finger -keyb/v/h -nav/h s.19 themeResource=themes:{default=overlay:system, iconPack:system, fontPkg:system, com.android.systemui=overlay:system, com.android.systemui.navbar=overlay:system}}
- I/WindowManager( 424): Screen frozen for +1s409ms due to Window{3602234b u0 NavigationBar}
- V/ActivityManager( 424): Display changed displayId=0
- I/ActivityManager( 424): Config changes=480 {1.3 ?mcc?mnc en_US ?layoutDir sw768dp w1024dp h695dp 160dpi xlrg land finger -keyb/v/h -nav/h s.20 themeResource=themes:{default=overlay:system, iconPack:system, fontPkg:system, com.android.systemui=overlay:system, com.android.systemui.navbar=overlay:system}}
- I/WindowManager( 424): Screen frozen for +444ms due to Window{1fcbe2dd u0 com.android.browser/com.android.browser.BrowserActivity}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Process com.android.deskclock (pid 22695) has died
- I/ActivityManager( 424): Process com.evervolv.toolbox (pid 22900) has died
- I/ActivityManager( 424): Process com.evervolv.toolbox:UploadService (pid 23022) has died
- I/ActivityManager( 424): Process com.android.defcontainer (pid 16882) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1f453e0d}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1f453e0d}
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 22650) has died
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox:search (pid 22717) has died
- I/ActivityManager( 424): Process android.process.media (pid 23482) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 24113:com.google.android.apps.plus/u0a103 for service com.google.android.apps.plus/com.google.android.apps.moviemaker.service.PluggedInAnalyzerService
- W/ResourcesManager(24113): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 24133:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 24376:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- W/ProcessCpuTracker( 424): Skipping unknown process pid 24411
- W/ProcessCpuTracker( 424): Skipping unknown process pid 24412
- W/ProcessCpuTracker( 424): Skipping unknown process pid 24414
- W/ProcessCpuTracker( 424): Skipping unknown process pid 24415
- W/ProcessCpuTracker( 424): Skipping unknown process pid 24416
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33d03bb}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@33d03bb}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- W/ProcessStats( 424): Time val negative: -10000
- W/ProcessStats( 424): Time val negative: -10000
- W/ProcessStats( 424): Time val negative: -10000
- I/ProcessStatsService( 424): Prepared write state in 5ms
- W/ProcessStats( 424): Time val negative: -10000
- W/ProcessStats( 424): Time val negative: -10000
- W/ProcessStats( 424): Time val negative: -10000
- I/ProcessStatsService( 424): Prepared write state in 4ms
- W/ProcessStats( 424): Time val negative: -10000
- W/ProcessStats( 424): Time val negative: -10000
- W/ProcessStats( 424): Time val negative: -10000
- I/ProcessStatsService( 424): Prepared write state in 5ms
- I/UsageStatsService( 424): User[0] Flushing usage stats to disk
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@10295be9}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@10295be9}
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- I/ActivityManager( 424): Start proc 24856:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@485de1d
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@1e1a9892
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Process android.process.media (pid 24133) has died
- I/ActivityManager( 424): Process com.google.android.gms.wearable (pid 21962) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.google.android.gms/.wearable.service.WearableService in 1000ms
- E/libprocessgroup( 424): failed to kill 1 processes for processgroup 24113
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 24113) has died
- I/ActivityManager( 424): Start proc 25065:com.google.android.gms.wearable/u0a16 for service com.google.android.gms/.wearable.service.WearableService
- W/ResourcesManager(25065): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(25065): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox (pid 24856) has died
- I/ActivityManager( 424): Process com.android.deskclock (pid 24376) has died
- --------- beginning of main
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): Keep alive
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): Keep alive
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/NuCachedSource2( 145): restarting prefetcher, totalSize = 5242880
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- D/GCM ( 1115): Message class com.google.f.a.a.i
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 138707345, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@20ab56a}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@20ab56a}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): caching reached eos.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/art ( 424): Background sticky concurrent mark sweep GC freed 73209(3MB) AllocSpace objects, 12(192KB) LOS objects, 10% free, 17MB/19MB, paused 2.410ms total 154.815ms
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/art (23437): Explicit concurrent mark sweep GC freed 4929(293KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4MB/5MB, paused 671us total 90.423ms
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 138767076, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 138827039, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/native ( 424): do suspend false
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/WifiStateMachine( 424): Unexpected BatchedScanResults :OK
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/dhcpcd (25347): sending signal 14 to pid 4919
- I/dhcpcd ( 4919): received SIGALRM, renewing
- I/dhcpcd ( 4919): wlan0: renewing lease of 192.168.1.106
- I/dhcpcd ( 4919): wlan0: acknowledged 192.168.1.106 from 192.168.1.1
- I/dhcpcd ( 4919): wlan0: leased 192.168.1.106 for 7200 seconds
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524295
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- E/WifiStateMachine( 424): WifiStateMachine: Leaving Connected state
- I/GCoreUlr( 942): Wifi connected, attempting upload
- I/GCoreUlr( 942): Starting service, intent=Intent { act=com.google.android.location.reporting.WIFI_TRIGGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService }, extras=null
- I/GCoreUlr( 942): DispatchingService.onCreate()
- I/GCoreUlr( 942): Wifi connected, attempting upload
- I/GCoreUlr( 942): Starting service, intent=Intent { act=com.google.android.location.reporting.WIFI_TRIGGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService }, extras=null
- W/GCoreUlr( 942): DispatchingService ignoring Intent { act=com.google.android.location.reporting.WIFI_TRIGGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService } because ULR inactive
- W/GCoreUlr( 942): DispatchingService ignoring Intent { act=com.google.android.location.reporting.WIFI_TRIGGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService } because ULR inactive
- I/GCoreUlr( 942): DispatchingService.onDestroy()
- I/GCoreUlr( 942): Unbound from all location providers
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/UnimplementedWebViewApi(20447): Unimplemented WebView method onKeyDown called from: android.webkit.WebView.onKeyDown(WebView.java:2310)
- E/OMX-VDEC-1080P( 145): send_command: Recieved a Command from Client
- E/OMX-VDEC-1080P( 145): send_command_proxy(): cmd = 1, Current State 3, Expected State -1
- E/OMX-VDEC-1080P( 145): send_command_proxy(): OMX_CommandFlush issued with param1: -1
- E/OMX-VDEC-1080P( 145): send_command: Command Processed
- E/OMX-VDEC-1080P( 145): Driver flush i/p Port complete
- E/OMX-VDEC-1080P( 145): Initiate Input Flush
- E/OMX-VDEC-1080P( 145): Flush Input OMX_COMPONENT_GENERATE_EBD 0x750a57f0
- E/OMX-VDEC-1080P( 145): OMX flush i/p Port complete PenBuf(0)
- E/OMX-VDEC-1080P( 145): Driver flush o/p Port complete
- E/OMX-VDEC-1080P( 145): Initiate Output Flush
- E/OMX-VDEC-1080P( 145): OMX flush o/p Port complete PenBuf(0)
- E/OMX-VDEC-1080P( 145): send_command: Recieved a Command from Client
- E/OMX-VDEC-1080P( 145): send_command_proxy(): cmd = 0, Current State 3, Expected State 2
- E/OMX-VDEC-1080P( 145): send_command_proxy(): OMX_CommandStateSet issued
- E/OMX-VDEC-1080P( 145): Current State 3, Expected State 2
- E/OMX-VDEC-1080P( 145): Command Recieved in OMX_StateExecuting
- E/OMX-VDEC-1080P( 145): send_command_proxy(): Executing --> Idle
- E/OMX-VDEC-1080P( 145): send_command: Command Processed
- E/OMX-VDEC-1080P( 145): Driver flush i/p Port complete
- E/OMX-VDEC-1080P( 145): Initiate Input Flush
- E/OMX-VDEC-1080P( 145): OMX flush i/p Port complete PenBuf(0)
- E/OMX-VDEC-1080P( 145): Driver flush o/p Port complete
- E/OMX-VDEC-1080P( 145): Initiate Output Flush
- E/OMX-VDEC-1080P( 145): Buffer queue size 2 pending buf cnt 0
- E/OMX-VDEC-1080P( 145): ID(4) P1(750e6004) P2(750cb2b0)
- E/OMX-VDEC-1080P( 145): Buffer queue size 1 pending buf cnt 1
- E/OMX-VDEC-1080P( 145): ID(4) P1(750e6004) P2(750cb300)
- E/OMX-VDEC-1080P( 145): OMX flush o/p Port complete PenBuf(2)
- E/OMX-VDEC-1080P( 145): Rxd OMX_COMPONENT_GENERATE_STOP_DONE
- E/OMX-VDEC-1080P( 145): send_command: Recieved a Command from Client
- E/OMX-VDEC-1080P( 145): send_command_proxy(): cmd = 0, Current State 2, Expected State 1
- E/OMX-VDEC-1080P( 145): send_command_proxy(): OMX_CommandStateSet issued
- E/OMX-VDEC-1080P( 145): Current State 2, Expected State 1
- E/OMX-VDEC-1080P( 145): send_command_proxy(): Idle-->Loaded-Pending
- E/OMX-VDEC-1080P( 145): send_command: Command Processed
- E/OMX-VDEC-1080P( 145): ALL input buffers are freed/released
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6efb6000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f027000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f098000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f109000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f17b000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f1ec000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f25d000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f2ce000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x707d0000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x70a90000, 229376)
- E/OMX-VDEC-1080P( 145): ALL output buffers are freed/released
- E/OMX-VDEC-1080P( 145): OMX_CommandStateSet complete, m_state = 1
- E/OMX-VDEC-1080P( 145): Playback Ended - PASSED
- E/OMX-VDEC-1080P( 145): ALL output buffers are freed/released
- E/OMX-VDEC-1080P( 145): Calling VDEC_IOCTL_STOP_NEXT_MSG
- E/OMX-VDEC-1080P( 145): omx_vdec::component_deinit() complete
- E/OMX-VDEC-1080P( 145): In OMX Vdec Destructor(), Vdec instances = 1
- E/OMX-VDEC-1080P( 145): Waiting on OMX Msg Thread exit
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): Error in ioctl read next msg
- E/OMX-VDEC-1080P( 145): omx_vdec: Async thread stop
- E/OMX-VDEC-1080P( 145): omx_vdec: message thread stop
- E/OMX-VDEC-1080P( 145): Waiting on OMX Async Thread exit
- E/OMX-VDEC-1080P( 145): Calling close() on Video Driver
- E/OMX-VDEC-1080P( 145): Calling close() on vdec ion devicefd = 21
- E/OMX-VDEC-1080P( 145): Successfully destroyed vdec ionlock
- E/OMX-VDEC-1080P( 145): Exit OMX vdec Destructor
- E/ ( 145):
- E/ ( 145): Destroy C2D instance
- E/ ( 145):
- E/ ( 145): Destroy C2D instance
- I/NuPlayerDecoder( 145): [OMX.google.aac.decoder] resubmitting CSD
- D/NuPlayerDriver( 145): reset(0x7502a3a0)
- I/SoftAAC2( 145): limiting to stereo output
- I/SoftAAC2( 145): Initially configuring decoder: 44100 Hz, 2 channels
- D/NuPlayerDriver( 145): notifyResetComplete(0x7502a3a0)
- I/MediaFocusControl( 424): AudioFocus abandonAudioFocus() from android.media.AudioManager@209e06bbcom.android.org.chromium.media.MediaPlayerListener@8e7448b
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/art ( 424): Background sticky concurrent mark sweep GC freed 37261(1641KB) AllocSpace objects, 7(112KB) LOS objects, 9% free, 17MB/19MB, paused 8.666ms total 118.103ms
- V/audio_hw_primary( 145): do_out_standby: CALLED
- V/audio_hw_primary( 145): do_out_standby: calling select_devices
- V/audio_hw_primary( 145): mixer_set: 'PCM Playback Sink' 0,0,0
- V/audio_hw_primary( 145): mixer_set: 'speaker_stereo_rx' 0,0,0
- V/audio_hw_primary( 145): disable speaker/headphones
- V/audio_hw_primary( 145): state hp=n skr=y mic=y
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/WifiStateMachine( 424): WifiStateMachine L2Connected CMD_START_SCAN source -2 1334, 1335 -> obsolete
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 138886970, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/browser (20447): Console: XMLHttpRequest cannot load http://dm.display.provenpixel.com/bidder/dm/bid.php?loc=&w=&h=&media=http%3A%2F%2Fwww.dailymotion.com%2Fvideo%2Fx2mqx78&media_title=&media_desc=mobile.dailymotion.com&lr_publisher_id=&lr_uid=3.1428186339360.1570508072700508945&lr_categories=&lr_adtype=2&lr_content=&lr_autoplay=&lr_muted=&deal=&cb=1429460885&sk_publisher_id=3681&lr_dm_ptype=html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.dailymotion.com' is therefore not allowed access. about:blank:0
- E/browser (20447): Console: XMLHttpRequest cannot load http://dm.display.provenpixel.com/bidder/dm/bid.php?loc=&w=&h=&media=http%3A%2F%2Fwww.dailymotion.com%2Fvideo%2Fx2mqx78&media_title=&media_desc=mobile.dailymotion.com&lr_publisher_id=&lr_uid=3.1428186339360.1570508072700508945&lr_categories=&lr_adtype=2&lr_content=&lr_autoplay=&lr_muted=&deal=&cb=1429460885&sk_publisher_id=3681&lr_dm_ptype=html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.dailymotion.com' is therefore not allowed access. about:blank:0
- E/browser (20447): Console: XMLHttpRequest cannot load http://bid.g.doubleclick.net/xbbe/bid/dailymotion?url=mobile.dailymotion.com&publisher_id=&runtime_adposition=0&bitrate=&format=application%2Fjavascript%3Bapplication%2Fx-javascript%3Bapplication%2Fx-mpegurl%3Bapplication%2Fvnd.apple.mpegurl%3Bvideo%2Fmp4%3Bvideo%2Fwebm&duration=3600&width=&height=&autoplay=&muted=&deal=2089:11100000:1. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.dailymotion.com' is therefore not allowed access. about:blank:0
- E/browser (20447): Console: XMLHttpRequest cannot load http://a.jumptap.com/a/ads?v=v30&spot=pa_dailymotion2_dailymotion_mob_webvideo. A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin 'http://www.dailymotion.com' is therefore not allowed access. about:blank:0
- E/browser (20447): Console: XMLHttpRequest cannot load http://bid.g.doubleclick.net/xbbe/bid/dailymotion?url=mobile.dailymotion.com&publisher_id=&runtime_adposition=0&bitrate=&format=application%2Fjavascript%3Bapplication%2Fx-javascript%3Bapplication%2Fx-mpegurl%3Bapplication%2Fvnd.apple.mpegurl%3Bvideo%2Fmp4%3Bvideo%2Fwebm&duration=3600&width=&height=&autoplay=&muted=&deal=. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.dailymotion.com' is therefore not allowed access. about:blank:0
- E/browser (20447): Console: XMLHttpRequest cannot load http://bid.g.doubleclick.net/xbbe/bid/dailymotion?url=mobile.dailymotion.com&publisher_id=&runtime_adposition=0&bitrate=&format=application%2Fjavascript%3Bapplication%2Fx-javascript%3Bapplication%2Fx-mpegurl%3Bapplication%2Fvnd.apple.mpegurl%3Bvideo%2Fmp4%3Bvideo%2Fwebm&duration=3600&width=&height=&autoplay=&muted=&deal=2089:11100000:1. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.dailymotion.com' is therefore not allowed access. about:blank:0
- E/browser (20447): Console: XMLHttpRequest cannot load http://bid.g.doubleclick.net/xbbe/bid/dailymotion?url=mobile.dailymotion.com&publisher_id=&runtime_adposition=0&bitrate=&format=application%2Fjavascript%3Bapplication%2Fx-javascript%3Bapplication%2Fx-mpegurl%3Bapplication%2Fvnd.apple.mpegurl%3Bvideo%2Fmp4%3Bvideo%2Fwebm&duration=3600&width=&height=&autoplay=&muted=&deal=. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.dailymotion.com' is therefore not allowed access. about:blank:0
- E/browser (20447): Console: XMLHttpRequest cannot load http://a.jumptap.com/a/ads?v=v30&spot=pa_dailymotion2_dailymotion_mob_webvideo. A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin 'http://www.dailymotion.com' is therefore not allowed access. about:blank:0
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/Adreno200-ES20(20447): <core_glBindVertexArrayOES:269>: GL_INVALID_OPERATION
- E/chromium(20447): [ERROR:gles2_cmd_decoder.cc(5324)] [.Parent-Compositor-0x501642e0]GL ERROR :GL_INVALID_OPERATION : glFramebufferTexture2D: <- error from previous GL command
- W/Adreno200-ES20(20447): <core_glBindVertexArrayOES:269>: GL_INVALID_OPERATION
- D/MediaResourceGetter(20447): ethernet/wifi connection detected
- I/StagefrightMetadataRetriever( 145): setDataSource(http://<suppressed>)
- D/MediaHTTPConnection(20447): filterOutInternalHeaders: key=Cookie, val= ts=493843; dmvk=553078cd20f8a; v1st=B12A8C74009033C3; _ga=GA1.2.1114414055.1429240017; s_cc=true; s_ppv=-; s_fid=76429DFEF49F7C38-1288A7640E4B6759; s_pv=no%20value; s_p9=video; SC_LNK_GZ=%5B%5BB%5D%5D; s_sq=%5B%5BB%5D%5D; s_vi=[CS]v1|2A9848EE8507B87A-60000108600C7EEC[CE]
- D/MediaHTTPConnection(20447): filterOutInternalHeaders: key=User-Agent, val= stagefright/1.2 (Linux;Android 5.1)
- D/MediaHTTPConnection(20447): proxy null port 0
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): new range: offset= 203782872
- D/MediaHTTPConnection(20447): proxy null port 0
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): caching reached eos.
- D/ExtendedUtils( 145): extended extractor not needed, return default
- D/MediaResourceGetter(20447): resource has video
- D/MediaResourceGetter(20447): extracted valid metadata: MediaMetadata[durationInMilliseconds=3562870, width=512, height=288, success=true]
- W/Adreno200-ES20(20447): <core_glBindVertexArrayOES:269>: GL_INVALID_OPERATION
- E/chromium(20447): [ERROR:gles2_cmd_decoder.cc(5324)] [.Parent-Compositor-0x501642e0]GL ERROR :GL_INVALID_OPERATION : glFramebufferTexture2D: <- error from previous GL command
- E/ExtMediaPlayer-JNI(20447): QCMediaPlayer could not be located....
- E/MediaPlayer-JNI(20447): QCMediaPlayer mediaplayer NOT present
- I/MediaFocusControl( 424): AudioFocus requestAudioFocus() from android.media.AudioManager@209e06bbcom.android.org.chromium.media.MediaPlayerListener@48f1c74 req=3flags=0x0
- D/MediaPlayer(20447): Couldn't open file on client side, trying server side
- D/MediaHTTPConnection(20447): filterOutInternalHeaders: key=Cookie, val= ts=493843; dmvk=553078cd20f8a; v1st=B12A8C74009033C3; _ga=GA1.2.1114414055.1429240017; s_cc=true; s_ppv=-; s_fid=76429DFEF49F7C38-1288A7640E4B6759; s_pv=no%20value; s_p9=video; SC_LNK_GZ=%5B%5BB%5D%5D; s_sq=%5B%5BB%5D%5D; s_vi=[CS]v1|2A9848EE8507B87A-60000108600C7EEC[CE]
- D/MediaHTTPConnection(20447): filterOutInternalHeaders: key=User-Agent, val= stagefright/1.2 (Linux;Android 5.1)
- D/MediaHTTPConnection(20447): filterOutInternalHeaders: key=allow-cross-domain-redirect, val= false
- D/MediaHTTPConnection(20447): proxy null port 0
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/GCM ( 1115): Message class com.google.f.a.a.i
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/art ( 1115): Explicit concurrent mark sweep GC freed 59224(3MB) AllocSpace objects, 0(0B) LOS objects, 39% free, 5MB/9MB, paused 1.708ms total 332.244ms
- I/NuCachedSource2( 145): new range: offset= 203782872
- D/MediaHTTPConnection(20447): proxy null port 0
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): caching reached eos.
- D/ExtendedUtils( 145): extended extractor not needed, return default
- E/MediaPlayer(20447): Should have subtitle controller already set
- D/NuPlayerDriver( 145): start(0x7502a4c0)
- I/GenericSource( 145): start
- I/NuCachedSource2( 145): new range: offset= 1325568
- D/MediaPlayer(20447): getMetadata
- D/MediaHTTPConnection(20447): filterOutInternalHeaders: key=Cookie, val= ts=493843; dmvk=553078cd20f8a; v1st=B12A8C74009033C3; _ga=GA1.2.1114414055.1429240017; s_cc=true; s_ppv=-; s_fid=76429DFEF49F7C38-1288A7640E4B6759; s_pv=no%20value; s_p9=video; SC_LNK_GZ=%5B%5BB%5D%5D; s_sq=%5B%5BB%5D%5D; s_vi=[CS]v1|2A9848EE8507B87A-60000108600C7EEC[CE]
- D/MediaHTTPConnection(20447): filterOutInternalHeaders: key=User-Agent, val= stagefright/1.2 (Linux;Android 5.1)
- D/MediaHTTPConnection(20447): filterOutInternalHeaders: key=allow-cross-domain-redirect, val= false
- D/MediaHTTPConnection(20447): proxy null port 0
- I/NuCachedSource2( 145): retrying a previously failed read succeeded.
- W/Utils ( 145): bool android::canOffloadStream(const android::sp<android::MetaData>&, bool, const android::sp<android::MetaData>&, bool, audio_stream_type_t) No sample bit depth info in meta data
- I/ExtendedUtils( 145): No channel mask, try channel count
- W/ExtendedUtils( 145): No bitrate info
- I/NuPlayer( 145): Could not offload audio decode, pcm offload decided :0
- I/NuPlayer( 145): buffer low, pausing...
- W/Utils ( 145): bool android::canOffloadStream(const android::sp<android::MetaData>&, bool, const android::sp<android::MetaData>&, bool, audio_stream_type_t) No sample bit depth info in meta data
- W/MediaPlayer(20447): info/warning (703, 0)
- W/MediaPlayer(20447): info/warning (701, 0)
- E/OMX-VDEC-1080P( 145): In OMX vdec Constructor
- E/OMX-VDEC-1080P( 145): vidc.dec.debug.ts value is 0
- E/OMX-VDEC-1080P( 145): vidc.dec.debug.concealedmb value is 0
- E/OMX-VDEC-1080P( 145): vidc.dec.debug.extradata value is 0
- E/OMX-VDEC-1080P( 145): Successfully opened vdec ion devicefd = 23
- E/OMX-VDEC-1080P( 145): Successfully created vdec ionlock
- E/OMX-VDEC-1080P( 145): Vdec instances = 1, ion device fd = 23
- E/OMX-VDEC-1080P( 145): omx_vdec::component_init(): Start of New Playback : role = OMX.qcom.video.decoder.avc : DEVICE = /dev/msm_vidc_dec
- E/OMX-VDEC-1080P( 145): omx_vdec::component_init(): Open returned fd 24, errno 0
- E/OMX-VDEC-1080P( 145): component_init: current performance level = 0
- E/OMX-VDEC-1080P( 145): omx_vdec::component_init() success
- E/OMX-VDEC-1080P( 145): omx_vdec: message thread start
- E/OMX-VDEC-1080P( 145): omx_vdec: Async thread start
- I/ACodec ( 145): sampleRate=22050 channels=2 bits=16
- I/SoftAAC2( 145): limiting to stereo output
- E/OMX-VDEC-1080P( 145): Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented
- E/OMXNodeInstance( 145): getExtensionIndex(88:qcom.decoder.avc, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006)
- E/ACodec ( 145): [OMX.qcom.video.decoder.avc] storeMetaDataInBuffers failed w/ err -2147483648
- I/ACodec ( 145): [OMX.qcom.video.decoder.avc] DRC Mode: Port Reconfig Mode
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamVideoPortFormat: nPortIndex (0), nIndex (0), eCompressionFormat (0x7), eColorFormat (0x0), xFramerate (0x767911e8)
- E/OMX-VDEC-1080P( 145): Set_parameter: OMX_IndexParamVideoPortFormat: nPortIndex (0), nIndex (0), eCompressionFormat (0x7), eColorFormat (0x0), xFramerate (0x767911e8)
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamVideoPortFormat: nPortIndex (1), nIndex (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03), xFramerate (0x0)
- E/OMX-VDEC-1080P( 145): Set_parameter: OMX_IndexParamVideoPortFormat: portFmt->eColorFormat = 2141391875
- E/OMX-VDEC-1080P( 145): Set_parameter: OMX_IndexParamVideoPortFormat: nPortIndex (1), nIndex (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03), xFramerate (0x0)
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (0), nFrameWidth (176), nFrameHeight (144), nStride (176), nSliceHeight (144), nBitrate (0), xFramerate (0x1e), nBufferSize (2097088), nBufferCountMin (1), nBufferCountActual (2), bBuffersContiguous (0), nBufferAlignment (7), bEnabled (1), bPopulated (0), eCompressionFormat (0x7), eColorFormat (0x0)
- E/OMX-VDEC-1080P( 145): Set_parameter: OMX_IndexParamPortDefinition: nPortIndex (0), nFrameWidth (512), nFrameHeight (288), nStride (176), nSliceHeight (144), nBitrate (0), xFramerate (0x1e), nBufferSize (2097088), nBufferCountMin (1), nBufferCountActual (2), bBuffersContiguous (0), nBufferAlignment (7), bEnabled (1), bPopulated (0), eCompressionFormat (0x7), eColorFormat (0x0)
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (22), bBuffersContiguous (0), nBufferAlignment (7), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Set_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (22), bBuffersContiguous (0), nBufferAlignment (7), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- I/ExtendedCodec( 145): Decoder will be in frame by frame mode
- E/OMX-VDEC-1080P( 145): setparameter: arbitrary_bytes disabled
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (0), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (4), xFramerate (0x1e), nBufferSize (2097088), nBufferCountMin (1), nBufferCountActual (2), bBuffersContiguous (1880878048), nBufferAlignment (1989081481), bEnabled (1), bPopulated (0), eCompressionFormat (0x7), eColorFormat (0x0)
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (0), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (1963157760), xFramerate (0x1e), nBufferSize (2097088), nBufferCountMin (1), nBufferCountActual (2), bBuffersContiguous (1987904136), nBufferAlignment (1963157760), bEnabled (1), bPopulated (0), eCompressionFormat (0x7), eColorFormat (0x0)
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (1963157760), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (22), bBuffersContiguous (1987904136), nBufferAlignment (1963157760), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): send_command: Recieved a Command from Client
- E/OMX-VDEC-1080P( 145): send_command_proxy(): cmd = 0, Current State 1, Expected State 2
- E/OMX-VDEC-1080P( 145): send_command_proxy(): OMX_CommandStateSet issued
- E/OMX-VDEC-1080P( 145): Current State 1, Expected State 2
- E/OMX-VDEC-1080P( 145): send_command: Command Processed
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (0), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (1), xFramerate (0x1e), nBufferSize (2097088), nBufferCountMin (1), nBufferCountActual (2), bBuffersContiguous (1971838148), nBufferAlignment (1880878324), bEnabled (1), bPopulated (0), eCompressionFormat (0x7), eColorFormat (0x0)
- E/OMX-VDEC-1080P( 145): Allocate i/p buffer Header: Cnt(2) Sz(2097152)
- E/OMX-VDEC-1080P( 145): ion_alloc: device_fd = 23, len = 2097152, align = 8192, flags = 0x1, heap_mask = 0x2000100, handle = 0xb44e3d00, fd = 30
- E/OMX-VDEC-1080P( 145): ion_alloc: device_fd = 23, len = 2097152, align = 8192, flags = 0x1, heap_mask = 0x2000100, handle = 0xb44e3280, fd = 31
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (22), bBuffersContiguous (31), nBufferAlignment (1989108619), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): get_parameter: CACHED buffers from IOMMU heap
- I/SoftAAC2( 145): Reconfiguring decoder: 0->44100 Hz, 0->2 channels
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Set_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (31), nBufferAlignment (1989108619), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Use_op_buf:Allocating output headers
- E/OMX-VDEC-1080P( 145): Use o/p buffer case - Header List allocation
- E/OMX-VDEC-1080P( 145): GET_MV_BUFFER_SIZE returned: Size: 49152 and alignment: 8192
- E/OMX-VDEC-1080P( 145): ion_alloc: device_fd = 23, len = 1130496, align = 8192, flags = 0x1, heap_mask = 0x2000100, handle = 0xb34758c0, fd = 32
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 0, addr: 0x6f232000, pmem_fd = 34, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 1, addr: 0x6f1c2000, pmem_fd = 38, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 2, addr: 0x6f152000, pmem_fd = 40, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 3, addr: 0x6f0e2000, pmem_fd = 42, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 4, addr: 0x6f072000, pmem_fd = 44, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 5, addr: 0x6f002000, pmem_fd = 47, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 6, addr: 0x6ef92000, pmem_fd = 49, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 7, addr: 0x6ed22000, pmem_fd = 51, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 8, addr: 0x6ecb2000, pmem_fd = 53, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 9, addr: 0x6ec42000, pmem_fd = 55, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/AudioTrack( 145): AudioTrack::set : Exit
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 10, addr: 0x6ebd2000, pmem_fd = 57, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 11, addr: 0x6eb62000, pmem_fd = 59, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 12, addr: 0x6eaf2000, pmem_fd = 61, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 13, addr: 0x6ea82000, pmem_fd = 63, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 14, addr: 0x6ea12000, pmem_fd = 65, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- V/audio_hw_primary( 145): out_set_parameters: CALLED: 'routing=2'
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 15, addr: 0x6e9a2000, pmem_fd = 67, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 16, addr: 0x6e932000, pmem_fd = 69, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 17, addr: 0x6e8c2000, pmem_fd = 71, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 18, addr: 0x6e852000, pmem_fd = 73, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- V/audio_hw_primary( 145): start_output_stream: CALLED
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 19, addr: 0x6e7e2000, pmem_fd = 75, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 20, addr: 0x6e772000, pmem_fd = 78, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 21, addr: 0x6e702000, pmem_fd = 80, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (18), nBufferCountActual (23), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 22, addr: 0x6e692000, pmem_fd = 82, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145): Allocate done for all o/p buffers
- E/OMX-VDEC-1080P( 145): OMX_CommandStateSet complete, m_state = 2
- E/OMX-VDEC-1080P( 145): send_command: Recieved a Command from Client
- E/OMX-VDEC-1080P( 145): send_command_proxy(): cmd = 0, Current State 2, Expected State 3
- E/OMX-VDEC-1080P( 145): send_command_proxy(): OMX_CommandStateSet issued
- E/OMX-VDEC-1080P( 145): Current State 2, Expected State 3
- E/OMX-VDEC-1080P( 145): send_command_proxy(): Idle-->Executing
- E/OMX-VDEC-1080P( 145): send_command: Command Processed
- E/OMX-VDEC-1080P( 145): Rxd OMX_COMPONENT_GENERATE_START_DONE
- E/OMX-VDEC-1080P( 145): Port settings changed
- E/OMX-VDEC-1080P( 145): Rxd OMX_COMPONENT_GENERATE_PORT_RECONFIG
- E/OMX-VDEC-1080P( 145): in_reconfig: update buffer_size = 229376
- E/OMX-VDEC-1080P( 145): send_command: Recieved a Command from Client
- E/OMX-VDEC-1080P( 145): send_command_proxy(): cmd = 2, Current State 3, Expected State 1
- E/OMX-VDEC-1080P( 145): send_command_proxy(): OMX_CommandPortDisable issued with param1: 1
- E/OMX-VDEC-1080P( 145): Disable output Port command recieved
- E/OMX-VDEC-1080P( 145): send_command: Command Processed
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6e692000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6e702000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6e772000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6e7e2000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6e852000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f232000, 229376)
- E/OMX-VDEC-1080P( 145): Driver flush o/p Port complete
- E/OMX-VDEC-1080P( 145): Initiate Output Flush
- E/OMX-VDEC-1080P( 145): Buffer queue size 17 pending buf cnt 17
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63850) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f1c2000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 16 pending buf cnt 16
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a638a0) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f152000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 15 pending buf cnt 15
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a638f0) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f0e2000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 14 pending buf cnt 14
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63940) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f072000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 13 pending buf cnt 13
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63990) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f002000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 12 pending buf cnt 12
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a639e0) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ef92000, 229376)
- V/audio_hw_primary( 145): start_output_stream: calling select_devices
- V/audio_hw_primary( 145): mixer_set: 'PCM Playback Sink' 0,0,0
- E/OMX-VDEC-1080P( 145): Buffer queue size 11 pending buf cnt 11
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63a30) P2(40000000)
- V/audio_hw_primary( 145): mixer_set: 'speaker_stereo_rx' 0,0,0
- V/audio_hw_primary( 145): mixer_set: 'PCM Playback Sink' 0,0,1
- V/audio_hw_primary( 145): mixer_set: 'speaker_stereo_rx' 1,1,0
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ed22000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 10 pending buf cnt 10
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63a80) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ecb2000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 9 pending buf cnt 9
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63ad0) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ec42000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 8 pending buf cnt 8
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63b20) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ebd2000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 7 pending buf cnt 7
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63b70) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6eb62000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 6 pending buf cnt 6
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63bc0) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6eaf2000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 5 pending buf cnt 5
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63c10) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ea82000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 4 pending buf cnt 4
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63c60) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ea12000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 3 pending buf cnt 3
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63cb0) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6e9a2000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 2 pending buf cnt 2
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63d00) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6e932000, 229376)
- E/OMX-VDEC-1080P( 145): Buffer queue size 1 pending buf cnt 1
- E/OMX-VDEC-1080P( 145): ID(c) P1(71a63d50) P2(40000000)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6e8c2000, 229376)
- E/OMX-VDEC-1080P( 145): ALL output buffers are freed/released
- E/OMX-VDEC-1080P( 145): OMX flush o/p Port complete PenBuf(0)
- E/OMX-VDEC-1080P( 145): OMX_CommandPortDisable complete for port [1]
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): send_command: Recieved a Command from Client
- E/OMX-VDEC-1080P( 145): send_command_proxy(): cmd = 3, Current State 3, Expected State 1
- E/OMX-VDEC-1080P( 145): send_command_proxy(): OMX_CommandPortEnable issued with param1: 1
- E/OMX-VDEC-1080P( 145): Enable output Port command recieved
- E/OMX-VDEC-1080P( 145): send_command_proxy(): Disabled-->Enabled Pending
- E/OMX-VDEC-1080P( 145): send_command: Command Processed
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (16), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (5), nBufferCountActual (9), bBuffersContiguous (31), nBufferAlignment (1989108619), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): get_parameter: CACHED buffers from IOMMU heap
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Set_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (16), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (5), nBufferCountActual (10), bBuffersContiguous (31), nBufferAlignment (1989108619), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- V/audio_hw_primary( 145): mixer_set: 'LINEOUT1N Switch' 1,63,0
- V/audio_hw_primary( 145): mixer_set: 'LINEOUT1P Switch' 1,1,0
- V/audio_hw_primary( 145): mixer_set: 'LINEOUT2N Switch' 1,45,0
- V/audio_hw_primary( 145): mixer_set: 'LINEOUT2P Switch' 1,1,0
- V/audio_hw_primary( 145): mixer_set: 'Output Volume' 59,59,0
- V/audio_hw_primary( 145): enable speaker
- V/audio_hw_primary( 145): state hp=n skr=y mic=y
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (5), nBufferCountActual (10), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Use_op_buf:Allocating output headers
- E/OMX-VDEC-1080P( 145): Use o/p buffer case - Header List allocation
- E/OMX-VDEC-1080P( 145): GET_MV_BUFFER_SIZE returned: Size: 49152 and alignment: 8192
- E/OMX-VDEC-1080P( 145): ion_alloc: device_fd = 23, len = 491520, align = 8192, flags = 0x1, heap_mask = 0x2000100, handle = 0xa9e163c0, fd = 32
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 0, addr: 0x6f2ce000, pmem_fd = 36, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (5), nBufferCountActual (10), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 1, addr: 0x6f25e000, pmem_fd = 40, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (5), nBufferCountActual (10), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 2, addr: 0x6f1ee000, pmem_fd = 42, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (5), nBufferCountActual (10), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 3, addr: 0x6f17e000, pmem_fd = 44, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (5), nBufferCountActual (10), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 4, addr: 0x6f10e000, pmem_fd = 46, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (5), nBufferCountActual (10), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 5, addr: 0x6f09e000, pmem_fd = 48, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (5), nBufferCountActual (10), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 6, addr: 0x6f02e000, pmem_fd = 50, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (5), nBufferCountActual (10), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 7, addr: 0x6efbe000, pmem_fd = 52, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (5), nBufferCountActual (10), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 8, addr: 0x6ed22000, pmem_fd = 54, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (0), xFramerate (0x1e), nBufferSize (229376), nBufferCountMin (5), nBufferCountActual (10), bBuffersContiguous (0), nBufferAlignment (0), bEnabled (1), bPopulated (0), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- E/OMX-VDEC-1080P( 145): Set Output Buffer Idx: 9, addr: 0x6ecb2000, pmem_fd = 56, buffer_len = 229376, offset = 0
- E/OMX-VDEC-1080P( 145): Allocate done for all i/p buffers
- E/OMX-VDEC-1080P( 145): Allocate done for all o/p buffers
- E/OMX-VDEC-1080P( 145): OMX_CommandPortEnable complete for port [1]
- E/ ( 145):
- E/ ( 145): not in avi mode
- E/OMX-VDEC-1080P( 145): set_frame_rate: frm_int(40000) fps(25.000000)
- E/OMX-VDEC-1080P( 145): Sync frame received
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): No color conversion required
- E/OMX-VDEC-1080P( 145): Get_parameter: OMX_IndexParamPortDefinition: nPortIndex (1), nFrameWidth (512), nFrameHeight (288), nStride (512), nSliceHeight (288), nBitrate (1995743192), xFramerate (0x19), nBufferSize (229376), nBufferCountMin (5), nBufferCountActual (10), bBuffersContiguous (0), nBufferAlignment (1995635515), bEnabled (1), bPopulated (1), eCompressionFormat (0x0), eColorFormat (0x7fa30c03)
- W/audio_hw_primary( 145): pcm_write: underrun
- I/AudioFlinger( 145): BUFFER TIMEOUT: remove(4096) from active list on thread 0x758e8000
- I/NuPlayer( 145): buffer ready, resuming...
- W/AudioTrack( 145): releaseBuffer() track 0x7503f180 disabled due to previous underrun, restarting
- W/MediaPlayer(20447): info/warning (703, 0)
- W/MediaPlayer(20447): info/warning (702, 0)
- V/audio_hw_primary( 145): out_set_parameters: CALLED: 'routing=2'
- W/MediaPlayer(20447): info/warning (3, 0)
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/art (23437): Explicit concurrent mark sweep GC freed 5320(272KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4MB/5MB, paused 762us total 84.472ms
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/art ( 424): Background sticky concurrent mark sweep GC freed 27828(1433KB) AllocSpace objects, 4(64KB) LOS objects, 8% free, 17MB/19MB, paused 2.685ms total 107.727ms
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 138949540, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/ActivityManager( 424): Start proc 25617:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 139007411, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/art ( 424): Background sticky concurrent mark sweep GC freed 24794(1192KB) AllocSpace objects, 6(96KB) LOS objects, 7% free, 18MB/19MB, paused 8.239ms total 114.257ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.pm.PackageManagerService$PackageUsage.writeInternal() from PackageManagerService.java:734 waiters=0 for 114ms
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@26053824}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@26053824}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- I/art ( 424): Background partial concurrent mark sweep GC freed 38492(1989KB) AllocSpace objects, 7(112KB) LOS objects, 18% free, 17MB/21MB, paused 4.272ms total 233.154ms
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- E/Parcel ( 424): Class not found when unmarshalling: com.android.emailcommon.provider.Account
- E/Parcel ( 424): java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:309)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:273)
- E/Parcel ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2281)
- E/Parcel ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- E/Parcel ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- E/Parcel ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- E/Parcel ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- E/Parcel ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- E/Parcel ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- E/Parcel ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- E/Parcel ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- E/Parcel ( 424): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.emailcommon.provider.Account" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
- E/Parcel ( 424): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
- E/Parcel ( 424): ... 16 more
- E/Parcel ( 424): Suppressed: java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
- E/Parcel ( 424): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
- E/Parcel ( 424): ... 17 more
- E/Parcel ( 424): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
- W/Intent ( 424): Failure filling in extras
- W/Intent ( 424): android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.android.emailcommon.provider.Account
- W/Intent ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2295)
- W/Intent ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- W/Intent ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- W/Intent ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- W/Intent ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- W/Intent ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- W/Intent ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- W/Intent ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- W/Intent ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- I/Exchange(27503): requestPing EasOperation Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{force=true, __push_only__=true}]
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 139067767, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- I/Exchange(27503): onPerformSync email: Bundle[{ignore_settings=true, force=true, ignore_backoff=true, __push_only__=true}]
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS starting ping task acct:3
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/art (23437): Explicit concurrent mark sweep GC freed 4925(254KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4MB/5MB, paused 1.007ms total 131.317ms
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 139127915, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 139130511, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/GCM ( 1115): Message class com.google.f.a.a.i
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/art ( 424): Background sticky concurrent mark sweep GC freed 71592(3MB) AllocSpace objects, 13(208KB) LOS objects, 10% free, 17MB/19MB, paused 2.929ms total 284.423ms
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Parcel ( 424): Class not found when unmarshalling: com.android.emailcommon.provider.Account
- E/Parcel ( 424): java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:309)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:273)
- E/Parcel ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2281)
- E/Parcel ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- E/Parcel ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- E/Parcel ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- E/Parcel ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- E/Parcel ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- E/Parcel ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- E/Parcel ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- E/Parcel ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- E/Parcel ( 424): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.emailcommon.provider.Account" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
- E/Parcel ( 424): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
- E/Parcel ( 424): ... 16 more
- E/Parcel ( 424): Suppressed: java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
- E/Parcel ( 424): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
- E/Parcel ( 424): ... 17 more
- E/Parcel ( 424): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
- W/Intent ( 424): Failure filling in extras
- W/Intent ( 424): android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.android.emailcommon.provider.Account
- W/Intent ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2295)
- W/Intent ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- W/Intent ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- W/Intent ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- W/Intent ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- W/Intent ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- W/Intent ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- W/Intent ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- W/Intent ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- I/Exchange(27503): requestPing EasOperation Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{force=true, __push_only__=true}]
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 139188026, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{ignore_settings=true, force=true, ignore_backoff=true, __push_only__=true}]
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS starting ping task acct:3
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- I/art (23437): Explicit concurrent mark sweep GC freed 5011(258KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4MB/5MB, paused 671us total 80.383ms
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 139249243, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): Cache full, done prefetching for now
- I/NuCachedSource2( 145): restarting prefetcher, totalSize = 5242880
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): onPerformSync contacts starting Bundle[{__mailboxCount__=6, __mailboxId0__=33, __mailboxId1__=36, __mailboxId2__=39, __mailboxId3__=40, __mailboxId4__=41, __mailboxId5__=42}]
- I/Exchange(27503): PSS syncStart for account acct:2
- I/Exchange(27503): PSS adding account state for acct:2
- I/qtaguid (27503): Failed write_ctrl(u 19) res=-1 errno=22
- I/qtaguid (27503): Untagging socket 19 failed errno=-22
- W/NetworkManagementSocketTagger(27503): untagSocket(19) failed with errno -22
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.ContactsSyncAdapterService$SyncAdapterImpl.onPerformSync(ContactsSyncAdapterService.java:134)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:2
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
- I/Exchange(27503): PSS removing account state for acct:2
- D/SyncManager( 424): failed sync operation patrick.t.wong@outlook.com u0 (com.android.exchange), com.android.contacts, SERVER, currentRunTime 139289704, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 139252095, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/art (20447): Background sticky concurrent mark sweep GC freed 69742(1302KB) AllocSpace objects, 0(0B) LOS objects, 19% free, 5MB/7MB, paused 2.136ms total 122.070ms
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- W/audio_hw_primary( 145): pcm_write: underrun
- W/art (27503): Suspending all threads took: 1.002s
- W/art ( 424): 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:788 waiters=0 for 3.758s
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.AlarmManagerService$AlarmThread.run() from AlarmManagerService.java:1863 waiters=0 for 109ms
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=0 for 344ms
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=1 for 399ms
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 139309267, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String, int, boolean, boolean, int) from ActivityManagerService.java:16429 waiters=0 for 159ms
- I/Choreographer(20447): Skipped 977 frames! The application may be doing too much work on its main thread.
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/art ( 424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=0 for 16.783s
- W/audio_hw_primary( 145): pcm_write: underrun
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=0 for 955ms
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/art ( 424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=1 for 26.716s
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=1 for 4.994s
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- I/AudioFlinger( 145): BUFFER TIMEOUT: remove(4096) from active list on thread 0x758e8000
- W/AudioTrack( 145): releaseBuffer() track 0x7503f180 disabled due to previous underrun, restarting
- V/audio_hw_primary( 145): out_set_parameters: CALLED: 'routing=2'
- W/audio_hw_primary( 145): pcm_write: underrun
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=0 for 8.167s
- W/art ( 424): Long monitor contention event with owner method=boolean com.android.server.content.SyncStorageEngine.getMasterSyncAutomatically(int) from SyncStorageEngine.java:1041 waiters=1 for 12.161s
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:553 waiters=0 for 329ms
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art ( 424): Long monitor contention event with owner method=void com.android.internal.os.BatteryStatsImpl.setBatteryState(int, int, int, int, int, int) from BatteryStatsImpl.java:6995 waiters=0 for 550ms
- W/art ( 424): 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:788 waiters=0 for 1.196s
- W/art ( 424): 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:788 waiters=2 for 605ms
- W/art ( 424): 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:788 waiters=1 for 729ms
- I/EntropyMixer( 424): Writing entropy...
- I/Choreographer( 661): Skipped 1013 frames! The application may be doing too much work on its main thread.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@19e8a072}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/iu.Environment(18840): update battery state; isPlugged? true*
- I/iu.FingerprintManager(18840): Start processing all media
- I/Choreographer(20447): Skipped 2614 frames! The application may be doing too much work on its main thread.
- I/GCoreUlr( 942): 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_CONNECTED}]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/iu.FingerprintManager(18840): Start processing media store URI: content://media/external/images/media
- I/iu.UploadsManager(18840): num queued entries: 0
- I/iu.UploadsManager(18840): num updated entries: 0
- I/iu.SyncManager(18840): NEXT; no task
- I/art ( 148): Background concurrent mark sweep GC freed 788(33KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1931KB/3MB, paused 274us total 108.734ms
- I/ActivityManager( 424): Start proc 25979:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ActivityManager( 424): Start proc 25993:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art ( 942): Suspending all threads took: 75.561ms
- I/art ( 942): Background sticky concurrent mark sweep GC freed 32572(1444KB) AllocSpace objects, 3(48KB) LOS objects, 16% free, 8MB/9MB, paused 172.851ms total 1.789s
- I/GCoreUlr( 942): DispatchingService.onCreate()
- E/Parcel ( 424): Class not found when unmarshalling: com.android.emailcommon.provider.Account
- E/Parcel ( 424): java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:309)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:273)
- E/Parcel ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2281)
- E/Parcel ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- E/Parcel ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- E/Parcel ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- E/Parcel ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- E/Parcel ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- E/Parcel ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- E/Parcel ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- E/Parcel ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- E/Parcel ( 424): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.emailcommon.provider.Account" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
- E/Parcel ( 424): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
- E/Parcel ( 424): ... 16 more
- E/Parcel ( 424): Suppressed: java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
- E/Parcel ( 424): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
- E/Parcel ( 424): ... 17 more
- E/Parcel ( 424): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
- W/Intent ( 424): Failure filling in extras
- W/Intent ( 424): android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.android.emailcommon.provider.Account
- W/Intent ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2295)
- W/Intent ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- W/Intent ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- W/Intent ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- W/Intent ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- W/Intent ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- W/Intent ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- W/Intent ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- W/Intent ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.AlarmManagerService$AlarmThread.run() from AlarmManagerService.java:1863 waiters=0 for 1.213s
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=0 for 2.058s
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=1 for 2.154s
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=2 for 1.498s
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=3 for 1.413s
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=4 for 825ms
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=5 for 361ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.trimApplications() from ActivityManagerService.java:18657 waiters=3 for 375ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread) from ActivityManagerService.java:6117 waiters=2 for 385ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread) from ActivityManagerService.java:6117 waiters=3 for 356ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread) from ActivityManagerService.java:6117 waiters=4 for 270ms
- I/Exchange(27503): requestPing EasOperation Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{force=true, __push_only__=true}]
- W/art ( 424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=0 for 129ms
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync contacts starting Bundle[{__mailboxCount__=6, __mailboxId0__=54, __mailboxId1__=56, __mailboxId2__=59, __mailboxId3__=60, __mailboxId4__=61, __mailboxId5__=62}]
- I/art ( 424): Background sticky concurrent mark sweep GC freed 28263(1432KB) AllocSpace objects, 8(197KB) LOS objects, 8% free, 17MB/19MB, paused 3.082ms total 756.195ms
- I/art (23437): Explicit concurrent mark sweep GC freed 5439(290KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4MB/5MB, paused 2.136ms total 414.581ms
- I/GCoreUlr( 942): 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_CONNECTED
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@19e8a072}
- W/art (18840): Suspending all threads took: 72.296ms
- W/art (23437): Suspending all threads took: 2.993s
- W/libbacktrace(25979): void ThreadEntry::Wait(int): pthread_cond_timedwait failed: Connection timed out
- W/libbacktrace(25993): void ThreadEntry::Wait(int): pthread_cond_timedwait failed: Connection timed out
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=0 for 15.528s
- I/AudioFlinger( 145): BUFFER TIMEOUT: remove(4096) from active list on thread 0x758e8000
- W/AudioTrack( 145): releaseBuffer() track 0x7503f180 disabled due to previous underrun, restarting
- V/audio_hw_primary( 145): out_set_parameters: CALLED: 'routing=2'
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- I/AudioFlinger( 145): BUFFER TIMEOUT: remove(4096) from active list on thread 0x758e8000
- W/AudioTrack( 145): releaseBuffer() track 0x7503f180 disabled due to previous underrun, restarting
- V/audio_hw_primary( 145): out_set_parameters: CALLED: 'routing=2'
- I/Process ( 424): Sending signal. PID: 424 SIG: 3
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=1 for 34.918s
- I/art ( 424): Thread[3,tid=430,WaitingInMainSignalCatcherLoop,Thread*=0x74827c00,peer=0x12c020a0,"Signal Catcher"]: reacting to signal 3
- I/NuPlayer( 145): buffer low, pausing...
- W/art ( 424): Suspending all threads took: 6.807s
- V/audio_hw_primary( 145): do_out_standby: CALLED
- V/audio_hw_primary( 145): do_out_standby: calling select_devices
- V/audio_hw_primary( 145): mixer_set: 'PCM Playback Sink' 0,0,0
- V/audio_hw_primary( 145): mixer_set: 'speaker_stereo_rx' 0,0,0
- V/audio_hw_primary( 145): disable speaker/headphones
- V/audio_hw_primary( 145): state hp=n skr=y mic=y
- W/MediaPlayer(20447): info/warning (703, 475)
- W/MediaPlayer(20447): info/warning (701, 0)
- I/Choreographer(20447): Skipped 5041 frames! The application may be doing too much work on its main thread.
- I/Choreographer( 661): Skipped 4188 frames! The application may be doing too much work on its main thread.
- I/NuPlayer( 145): buffer ready, resuming...
- V/audio_hw_primary( 145): out_set_parameters: CALLED: 'routing=2'
- W/MediaPlayer(20447): info/warning (703, 209)
- W/MediaPlayer(20447): info/warning (702, 0)
- V/audio_hw_primary( 145): start_output_stream: CALLED
- V/audio_hw_primary( 145): start_output_stream: calling select_devices
- V/audio_hw_primary( 145): mixer_set: 'PCM Playback Sink' 0,0,0
- V/audio_hw_primary( 145): mixer_set: 'speaker_stereo_rx' 0,0,0
- V/audio_hw_primary( 145): mixer_set: 'PCM Playback Sink' 0,0,1
- V/audio_hw_primary( 145): mixer_set: 'speaker_stereo_rx' 1,1,0
- V/audio_hw_primary( 145): mixer_set: 'LINEOUT1N Switch' 1,63,0
- V/audio_hw_primary( 145): mixer_set: 'LINEOUT1P Switch' 1,1,0
- V/audio_hw_primary( 145): mixer_set: 'LINEOUT2N Switch' 1,45,0
- V/audio_hw_primary( 145): mixer_set: 'LINEOUT2P Switch' 1,1,0
- V/audio_hw_primary( 145): mixer_set: 'Output Volume' 59,59,0
- V/audio_hw_primary( 145): enable speaker
- V/audio_hw_primary( 145): state hp=n skr=y mic=y
- W/MediaHTTPConnection(20447): readAt 34756017 / 32768 => java.net.ProtocolException: unexpected end of stream
- E/NuCachedSource2( 145): source returned error -1010, 0 retries left
- F/art (25993): art/runtime/thread_list.cc:173] Thread suspend timeout
- F/art (25993): art/runtime/thread_list.cc:173] mutator lock level=46 owner=18446744073709551615 state=1 num_pending_writers=0 num_pending_readers=0
- F/art (25993): art/runtime/thread_list.cc:173] DALVIK THREADS (11):
- F/art (25993): art/runtime/thread_list.cc:173] "main" prio=5 tid=1 Runnable
- F/art (25993): art/runtime/thread_list.cc:173] | group="main" sCount=1 dsCount=0 obj=0x63023000 self=0x74827800
- F/art (25993): art/runtime/thread_list.cc:173] | sysTid=25993 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x76f49bec
- F/art (25993): art/runtime/thread_list.cc:173] | state=D schedstat=( 0 0 0 ) utm=6 stm=11 core=0 HZ=100
- F/art (25993): art/runtime/thread_list.cc:173] | stack=0x7e273000-0x7e275000 stackSize=8MB
- F/art (25993): art/runtime/thread_list.cc:173] | held mutexes= "mutator lock"(shared held)
- F/art (25993): art/runtime/thread_list.cc:173] Not able to dump stack of thread that isn't suspended
- F/art (25993): art/runtime/thread_list.cc:173] "Heap thread pool worker thread 0" prio=5 tid=2 Native (still starting up)
- F/art (25993): art/runtime/thread_list.cc:173] | group="" sCount=1 dsCount=0 obj=0x0 self=0x70077400
- F/art (25993): art/runtime/thread_list.cc:173] | sysTid=25999 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925080
- F/art (25993): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
- F/art (25993): art/runtime/thread_list.cc:173] | stack=0x74228000-0x7422a000 stackSize=1020KB
- F/art (25993): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25993): art/runtime/thread_list.cc:173] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25993): art/runtime/thread_list.cc:173] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25993): art/runtime/thread_list.cc:173] native: #02 pc 002315a7 /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread*)+50)
- F/art (25993): art/runtime/thread_list.cc:173] native: #03 pc 0023154d /system/lib/libart.so (art::ThreadPoolWorker::Run()+52)
- F/art (25993): art/runtime/thread_list.cc:173] native: #04 pc 00231d89 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+52)
- F/art (25993): art/runtime/thread_list.cc:173] native: #05 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25993): art/runtime/thread_list.cc:173] native: #06 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25993): art/runtime/thread_list.cc:173] (no managed stack frames)
- F/art (25993): art/runtime/thread_list.cc:173]
- F/art (25993): art/runtime/thread_list.cc:173] "Signal Catcher" daemon prio=5 tid=3 WaitingInMainSignalCatcherLoop
- F/art (25993): art/runtime/thread_list.cc:173] | group="system" sCount=1 dsCount=0 obj=0x12c000a0 self=0x74827400
- F/art (25993): art/runtime/thread_list.cc:173] | sysTid=26000 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925300
- F/art (25993): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
- F/art (25993): art/runtime/thread_list.cc:173] | stack=0x74126000-0x74128000 stackSize=1012KB
- F/art (25993): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25993): art/runtime/thread_list.cc:173] native: #00 pc 00038f24 /system/lib/libc.so (__rt_sigtimedwait+12)
- F/art (25993): art/runtime/thread_list.cc:173] native: #01 pc 00015f75 /system/lib/libc.so (sigwait+24)
- F/art (25993): art/runtime/thread_list.cc:173] native: #02 pc 0021acc3 /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+66)
- F/art (25993): art/runtime/thread_list.cc:173] native: #03 pc 0021c7c5 /system/lib/libart.so (art::SignalCatcher::Run(void*)+196)
- F/art (25993): art/runtime/thread_list.cc:173] native: #04 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25993): art/runtime/thread_list.cc:173] native: #05 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25993): art/runtime/thread_list.cc:173] (no managed stack frames)
- F/art (25993): art/runtime/thread_list.cc:173]
- F/art (25993): art/runtime/thread_list.cc:173] "JDWP" daemon prio=5 tid=4 WaitingInMainDebuggerLoop
- F/art (25993): art/runtime/thread_list.cc:173] | group="system" sCount=1 dsCount=0 obj=0x12c010a0 self=0x70078400
- F/art (25993): art/runtime/thread_list.cc:173] | sysTid=26001 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925580
- F/art (25993): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25993): art/runtime/thread_list.cc:173] | stack=0x74024000-0x74026000 stackSize=1012KB
- F/art (25993): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25993): art/runtime/thread_list.cc:173] native: #00 pc 00038054 /system/lib/libc.so (recvmsg+8)
- F/art (25993): art/runtime/thread_list.cc:173] native: #01 pc 0028218b /system/lib/libart.so (art::JDWP::JdwpAdbState::ReceiveClientFd()+86)
- F/art (25993): art/runtime/thread_list.cc:173] native: #02 pc 0028227d /system/lib/libart.so (art::JDWP::JdwpAdbState::Accept()+100)
- F/art (25993): art/runtime/thread_list.cc:173] native: #03 pc 0018f891 /system/lib/libart.so (art::JDWP::JdwpState::Run()+292)
- F/art (25993): art/runtime/thread_list.cc:173] native: #04 pc 00190df3 /system/lib/libart.so (art::JDWP::StartJdwpThread(void*)+10)
- F/art (25993): art/runtime/thread_list.cc:173] native: #05 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25993): art/runtime/thread_list.cc:173] native: #06 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25993): art/runtime/thread_list.cc:173] (no managed stack frames)
- F/art (25993): art/runtime/thread_list.cc:173]
- F/art (25993): art/runtime/thread_list.cc:173] "ReferenceQueueDaemon" daemon prio=5 tid=5 Waiting
- F/art (25993): art/runtime/thread_list.cc:173] | group="system" sCount=1 dsCount=0 obj=0x12c060a0 self=0x74828c00
- F/art (25993): art/runtime/thread_list.cc:173] | sysTid=26002 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925800
- F/art (25993): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25993): art/runtime/thread_list.cc:173] | stack=0x73f1c000-0x73f1e000 stackSize=1036KB
- F/art (25993): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Object.wait!(Native method)
- F/art (25993): art/runtime/thread_list.cc:173] - waiting on <0x076b06f0> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:134)
- F/art (25993): art/runtime/thread_list.cc:173] - locked <0x076b06f0> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Thread.run(Thread.java:818)
- F/art (25993): art/runtime/thread_list.cc:173]
- F/art (25993): art/runtime/thread_list.cc:173] "FinalizerDaemon" daemon prio=5 tid=6 Waiting
- F/art (25993): art/runtime/thread_list.cc:173] | group="system" sCount=1 dsCount=0 obj=0x12c06100 self=0x74829000
- F/art (25993): art/runtime/thread_list.cc:173] | sysTid=26003 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925a80
- F/art (25993): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
- F/art (25993): art/runtime/thread_list.cc:173] | stack=0x73e14000-0x73e16000 stackSize=1036KB
- F/art (25993): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Object.wait!(Native method)
- F/art (25993): art/runtime/thread_list.cc:173] - waiting on <0x124f4469> (a java.lang.ref.ReferenceQueue)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Object.wait(Object.java:422)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
- F/art (25993): art/runtime/thread_list.cc:173] - locked <0x124f4469> (a java.lang.ref.ReferenceQueue)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:174)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Thread.run(Thread.java:818)
- F/art (25993): art/runtime/thread_list.cc:173]
- F/art (25993): art/runtime/thread_list.cc:173] "GCDaemon" daemon prio=5 tid=7 Waiting
- F/art (25993): art/runtime/thread_list.cc:173] | group="system" sCount=1 dsCount=0 obj=0x12c06220 self=0x74829c00
- F/art (25993): art/runtime/thread_list.cc:173] | sysTid=26006 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74927b00
- F/art (25993): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
- F/art (25993): art/runtime/thread_list.cc:173] | stack=0x6e746000-0x6e748000 stackSize=1036KB
- F/art (25993): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Object.wait!(Native method)
- F/art (25993): art/runtime/thread_list.cc:173] - waiting on <0x04ce4eee> (a java.lang.Daemons$GCDaemon)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Daemons$GCDaemon.run(Daemons.java:344)
- F/art (25993): art/runtime/thread_list.cc:173] - locked <0x04ce4eee> (a java.lang.Daemons$GCDaemon)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Thread.run(Thread.java:818)
- F/art (25993): art/runtime/thread_list.cc:173]
- F/art (25993): art/runtime/thread_list.cc:173] "HeapTrimmerDaemon" daemon prio=5 tid=8 WaitingPerformingGc
- F/art (25993): art/runtime/thread_list.cc:173] | group="system" sCount=0 dsCount=0 obj=0x12c061c0 self=0x74829800
- F/art (25993): art/runtime/thread_list.cc:173] | sysTid=26005 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74927600
- F/art (25993): art/runtime/thread_list.cc:173] | state=R schedstat=( 0 0 0 ) utm=5 stm=20 core=0 HZ=100
- F/art (25993): art/runtime/thread_list.cc:173] | stack=0x6e84a000-0x6e84c000 stackSize=1036KB
- F/art (25993): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25993): art/runtime/thread_list.cc:173] native: #00 pc 0000484c /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
- F/art (25993): art/runtime/thread_list.cc:173] native: #01 pc 00003031 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
- F/art (25993): art/runtime/thread_list.cc:173] native: #02 pc 00242f29 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
- F/art (25993): art/runtime/thread_list.cc:173] native: #03 pc 002272d1 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+144)
- F/art (25993): art/runtime/thread_list.cc:173] native: #04 pc 002303b9 /system/lib/libart.so (art::ThreadList::DumpLocked(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+104)
- F/art (25993): art/runtime/thread_list.cc:173] native: #05 pc 002308af /system/lib/libart.so (art::UnsafeLogFatalForThreadSuspendAllTimeout()+206)
- F/art (25993): art/runtime/thread_list.cc:173] native: #06 pc 00230c07 /system/lib/libart.so (art::ThreadList::SuspendAll()+750)
- F/art (25993): art/runtime/thread_list.cc:173] native: #07 pc 00134b8d /system/lib/libart.so (art::gc::Heap::PerformHomogeneousSpaceCompact()+1764)
- F/art (25993): art/runtime/thread_list.cc:173] native: #08 pc 00142065 /system/lib/libart.so (art::gc::Heap::DoPendingTransitionOrTrim()+772)
- F/art (25993): art/runtime/thread_list.cc:173] native: #09 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_dalvik_system_VMRuntime_trimHeap__+82)
- F/art (25993): art/runtime/thread_list.cc:173] at dalvik.system.VMRuntime.trimHeap(Native method)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:313)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Thread.run(Thread.java:818)
- F/art (25993): art/runtime/thread_list.cc:173]
- F/art (25993): art/runtime/thread_list.cc:173] "FinalizerWatchdogDaemon" daemon prio=5 tid=9 Waiting
- F/art (25993): art/runtime/thread_list.cc:173] | group="system" sCount=1 dsCount=0 obj=0x12c06160 self=0x74829400
- F/art (25993): art/runtime/thread_list.cc:173] | sysTid=26004 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925f80
- F/art (25993): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
- F/art (25993): art/runtime/thread_list.cc:173] | stack=0x6e94e000-0x6e950000 stackSize=1036KB
- F/art (25993): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Object.wait!(Native method)
- F/art (25993): art/runtime/thread_list.cc:173] - waiting on <0x21f84f8f> (a java.lang.Daemons$FinalizerWatchdogDaemon)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:240)
- F/art (25993): art/runtime/thread_list.cc:173] - locked <0x21f84f8f> (a java.lang.Daemons$FinalizerWatchdogDaemon)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:212)
- F/art (25993): art/runtime/thread_list.cc:173] at java.lang.Thread.run(Thread.java:818)
- F/art (25993): art/runtime/thread_list.cc:173]
- F/art (25993): art/runtime/thread_list.cc:173] "Binder_1" prio=5 tid=10 Native
- F/art (25993): art/runtime/thread_list.cc:173] | group="main" sCount=1 dsCount=0 obj=0x12c540a0 self=0x70079400
- F/art (25993): art/runtime/thread_list.cc:173] | sysTid=26008 nice=0 cgrp=default sched=0/0 handle=0x74927d80
- F/art (25993): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1 HZ=100
- F/art (25993): art/runtime/thread_list.cc:173] | stack=0x6e54a000-0x6e54c000 stackSize=1012KB
- F/art (25993): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25993): art/runtime/thread_list.cc:173] native: #00 pc 00037ee0 /system/lib/libc.so (__ioctl+8)
- F/art (25993): art/runtime/thread_list.cc:173] native: #01 pc 0004fed5 /system/lib/libc.so (ioctl+14)
- F/art (25993): art/runtime/thread_list.cc:173] native: #02 pc 0001f223 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
- F/art (25993): art/runtime/thread_list.cc:173] native: #03 pc 0001f713 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
- F/art (25993): art/runtime/thread_list.cc:173] native: #04 pc 0001f775 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
- F/art (25993): art/runtime/thread_list.cc:173] native: #05 pc 000238eb /system/lib/libbinder.so (???)
- F/art (25993): art/runtime/thread_list.cc:173] native: #06 pc 0000ef11 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
- F/art (25993): art/runtime/thread_list.cc:173] native: #07 pc 0005bc41 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
- F/art (25993): art/runtime/thread_list.cc:173] native: #08 pc 0000ea81 /system/lib/libutils.so (???)
- F/art (25993): art/runtime/thread_list.cc:173] native: #09 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25993): art/runtime/thread_list.cc:173] native: #10 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25993): art/runtime/thread_list.cc:173] (no managed stack frames)
- F/art (25993): art/runtime/thread_list.cc:173]
- F/art (25993): art/runtime/thread_list.cc:173] "Binder_2" prio=5 tid=11 Native
- F/art (25993): art/runtime/thread_list.cc:173] | group="main" sCount=1 dsCount=0 obj=0x12c590a0 self=0x7482ac00
- F/art (25993): art/runtime/thread_list.cc:173] | sysTid=26010 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x70042080
- F/art (25993): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25993): art/runtime/thread_list.cc:173] | stack=0x6e44c000-0x6e44e000 stackSize=1012KB
- F/art (25993): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25993): art/runtime/thread_list.cc:173] native: #00 pc 00037ee0 /system/lib/libc.so (__ioctl+8)
- F/art (25993): art/runtime/thread_list.cc:173] native: #01 pc 0004fed5 /system/lib/libc.so (ioctl+14)
- F/art (25993): art/runtime/thread_list.cc:173] native: #02 pc 0001f223 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
- F/art (25993): art/runtime/thread_list.cc:173] native: #03 pc 0001f713 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
- F/art (25993): art/runtime/thread_list.cc:173] native: #04 pc 0001f775 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
- F/art (25993): art/runtime/thread_list.cc:173] native: #05 pc 000238eb /system/lib/libbinder.so (???)
- F/art (25993): art/runtime/thread_list.cc:173] native: #06 pc 0000ef11 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
- F/art (25993): art/runtime/thread_list.cc:173] native: #07 pc 0005bc41 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
- F/art (25993): art/runtime/thread_list.cc:173] native: #08 pc 0000ea81 /system/lib/libutils.so (???)
- F/art (25993): art/runtime/thread_list.cc:173] native: #09 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25993): art/runtime/thread_list.cc:173] native: #10 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25993): art/runtime/thread_list.cc:173] (no managed stack frames)
- F/art (25993): art/runtime/thread_list.cc:173]
- F/art (25993): art/runtime/thread_list.cc:173]
- F/art (25979): art/runtime/thread_list.cc:173] Thread suspend timeout
- F/art (25979): art/runtime/thread_list.cc:173] mutator lock level=46 owner=18446744073709551615 state=1 num_pending_writers=0 num_pending_readers=0
- F/art (25979): art/runtime/thread_list.cc:173] DALVIK THREADS (11):
- F/art (25979): art/runtime/thread_list.cc:173] "main" prio=5 tid=1 Runnable
- F/art (25979): art/runtime/thread_list.cc:173] | group="main" sCount=1 dsCount=0 obj=0x63023000 self=0x74827800
- F/art (25979): art/runtime/thread_list.cc:173] | sysTid=25979 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x76f49bec
- F/art (25979): art/runtime/thread_list.cc:173] | state=D schedstat=( 0 0 0 ) utm=1 stm=16 core=0 HZ=100
- F/art (25979): art/runtime/thread_list.cc:173] | stack=0x7e273000-0x7e275000 stackSize=8MB
- F/art (25979): art/runtime/thread_list.cc:173] | held mutexes= "mutator lock"(shared held)
- F/art (25979): art/runtime/thread_list.cc:173] Not able to dump stack of thread that isn't suspended
- F/art (25979): art/runtime/thread_list.cc:173] "Heap thread pool worker thread 0" prio=5 tid=2 Native (still starting up)
- F/art (25979): art/runtime/thread_list.cc:173] | group="" sCount=1 dsCount=0 obj=0x0 self=0x70077400
- F/art (25979): art/runtime/thread_list.cc:173] | sysTid=25985 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925f80
- F/art (25979): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
- F/art (25979): art/runtime/thread_list.cc:173] | stack=0x74228000-0x7422a000 stackSize=1020KB
- F/art (25979): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25979): art/runtime/thread_list.cc:173] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25979): art/runtime/thread_list.cc:173] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25979): art/runtime/thread_list.cc:173] native: #02 pc 002315a7 /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread*)+50)
- F/art (25979): art/runtime/thread_list.cc:173] native: #03 pc 0023154d /system/lib/libart.so (art::ThreadPoolWorker::Run()+52)
- F/art (25979): art/runtime/thread_list.cc:173] native: #04 pc 00231d89 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+52)
- F/art (25979): art/runtime/thread_list.cc:173] native: #05 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25979): art/runtime/thread_list.cc:173] native: #06 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25979): art/runtime/thread_list.cc:173] (no managed stack frames)
- F/art (25979): art/runtime/thread_list.cc:173]
- F/art (25979): art/runtime/thread_list.cc:173] "Signal Catcher" daemon prio=5 tid=3 WaitingInMainSignalCatcherLoop
- F/art (25979): art/runtime/thread_list.cc:173] | group="system" sCount=1 dsCount=0 obj=0x12c000a0 self=0x74827400
- F/art (25979): art/runtime/thread_list.cc:173] | sysTid=25986 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925080
- F/art (25979): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
- F/art (25979): art/runtime/thread_list.cc:173] | stack=0x74126000-0x74128000 stackSize=1012KB
- F/art (25979): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25979): art/runtime/thread_list.cc:173] native: #00 pc 00038f24 /system/lib/libc.so (__rt_sigtimedwait+12)
- F/art (25979): art/runtime/thread_list.cc:173] native: #01 pc 00015f75 /system/lib/libc.so (sigwait+24)
- F/art (25979): art/runtime/thread_list.cc:173] native: #02 pc 0021acc3 /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+66)
- F/art (25979): art/runtime/thread_list.cc:173] native: #03 pc 0021c7c5 /system/lib/libart.so (art::SignalCatcher::Run(void*)+196)
- F/art (25979): art/runtime/thread_list.cc:173] native: #04 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25979): art/runtime/thread_list.cc:173] native: #05 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25979): art/runtime/thread_list.cc:173] (no managed stack frames)
- F/art (25979): art/runtime/thread_list.cc:173]
- F/art (25979): art/runtime/thread_list.cc:173] "JDWP" daemon prio=5 tid=4 WaitingInMainDebuggerLoop
- F/art (25979): art/runtime/thread_list.cc:173] | group="system" sCount=1 dsCount=0 obj=0x12c060a0 self=0x70078400
- F/art (25979): art/runtime/thread_list.cc:173] | sysTid=25987 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925300
- F/art (25979): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25979): art/runtime/thread_list.cc:173] | stack=0x74024000-0x74026000 stackSize=1012KB
- F/art (25979): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25979): art/runtime/thread_list.cc:173] native: #00 pc 00038054 /system/lib/libc.so (recvmsg+8)
- F/art (25979): art/runtime/thread_list.cc:173] native: #01 pc 0028218b /system/lib/libart.so (art::JDWP::JdwpAdbState::ReceiveClientFd()+86)
- F/art (25979): art/runtime/thread_list.cc:173] native: #02 pc 0028227d /system/lib/libart.so (art::JDWP::JdwpAdbState::Accept()+100)
- F/art (25979): art/runtime/thread_list.cc:173] native: #03 pc 0018f891 /system/lib/libart.so (art::JDWP::JdwpState::Run()+292)
- F/art (25979): art/runtime/thread_list.cc:173] native: #04 pc 00190df3 /system/lib/libart.so (art::JDWP::StartJdwpThread(void*)+10)
- F/art (25979): art/runtime/thread_list.cc:173] native: #05 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25979): art/runtime/thread_list.cc:173] native: #06 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25979): art/runtime/thread_list.cc:173] (no managed stack frames)
- F/art (25979): art/runtime/thread_list.cc:173]
- F/art (25979): art/runtime/thread_list.cc:173] "GCDaemon" daemon prio=5 tid=5 Waiting
- F/art (25979): art/runtime/thread_list.cc:173] | group="system" sCount=1 dsCount=0 obj=0x12c0d220 self=0x74829c00
- F/art (25979): art/runtime/thread_list.cc:173] | sysTid=25992 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74927b00
- F/art (25979): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25979): art/runtime/thread_list.cc:173] | stack=0x6e746000-0x6e748000 stackSize=1036KB
- F/art (25979): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Object.wait!(Native method)
- F/art (25979): art/runtime/thread_list.cc:173] - waiting on <0x076b06f0> (a java.lang.Daemons$GCDaemon)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Daemons$GCDaemon.run(Daemons.java:344)
- F/art (25979): art/runtime/thread_list.cc:173] - locked <0x076b06f0> (a java.lang.Daemons$GCDaemon)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Thread.run(Thread.java:818)
- F/art (25979): art/runtime/thread_list.cc:173]
- F/art (25979): art/runtime/thread_list.cc:173] "FinalizerDaemon" daemon prio=5 tid=6 Waiting
- F/art (25979): art/runtime/thread_list.cc:173] | group="system" sCount=1 dsCount=0 obj=0x12c0d100 self=0x74828c00
- F/art (25979): art/runtime/thread_list.cc:173] | sysTid=25989 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925800
- F/art (25979): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25979): art/runtime/thread_list.cc:173] | stack=0x73e18000-0x73e1a000 stackSize=1036KB
- F/art (25979): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Object.wait!(Native method)
- F/art (25979): art/runtime/thread_list.cc:173] - waiting on <0x124f4469> (a java.lang.ref.ReferenceQueue)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Object.wait(Object.java:422)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
- F/art (25979): art/runtime/thread_list.cc:173] - locked <0x124f4469> (a java.lang.ref.ReferenceQueue)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:174)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Thread.run(Thread.java:818)
- F/art (25979): art/runtime/thread_list.cc:173]
- F/art (25979): art/runtime/thread_list.cc:173] "ReferenceQueueDaemon" daemon prio=5 tid=7 Waiting
- F/art (25979): art/runtime/thread_list.cc:173] | group="system" sCount=1 dsCount=0 obj=0x12c0d0a0 self=0x74829000
- F/art (25979): art/runtime/thread_list.cc:173] | sysTid=25988 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925580
- F/art (25979): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25979): art/runtime/thread_list.cc:173] | stack=0x73f1c000-0x73f1e000 stackSize=1036KB
- F/art (25979): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Object.wait!(Native method)
- F/art (25979): art/runtime/thread_list.cc:173] - waiting on <0x04ce4eee> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:134)
- F/art (25979): art/runtime/thread_list.cc:173] - locked <0x04ce4eee> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Thread.run(Thread.java:818)
- F/art (25979): art/runtime/thread_list.cc:173]
- F/art (25979): art/runtime/thread_list.cc:173] "FinalizerWatchdogDaemon" daemon prio=5 tid=8 Waiting
- F/art (25979): art/runtime/thread_list.cc:173] | group="system" sCount=1 dsCount=0 obj=0x12c0d160 self=0x74829400
- F/art (25979): art/runtime/thread_list.cc:173] | sysTid=25990 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925a80
- F/art (25979): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25979): art/runtime/thread_list.cc:173] | stack=0x6e94e000-0x6e950000 stackSize=1036KB
- F/art (25979): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Object.wait!(Native method)
- F/art (25979): art/runtime/thread_list.cc:173] - waiting on <0x21f84f8f> (a java.lang.Daemons$FinalizerWatchdogDaemon)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:240)
- F/art (25979): art/runtime/thread_list.cc:173] - locked <0x21f84f8f> (a java.lang.Daemons$FinalizerWatchdogDaemon)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:212)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Thread.run(Thread.java:818)
- F/art (25979): art/runtime/thread_list.cc:173]
- F/art (25979): art/runtime/thread_list.cc:173] "HeapTrimmerDaemon" daemon prio=5 tid=9 WaitingPerformingGc
- F/art (25979): art/runtime/thread_list.cc:173] | group="system" sCount=0 dsCount=0 obj=0x12c0d1c0 self=0x74829800
- F/art (25979): art/runtime/thread_list.cc:173] | sysTid=25991 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74927600
- F/art (25979): art/runtime/thread_list.cc:173] | state=R schedstat=( 0 0 0 ) utm=0 stm=24 core=0 HZ=100
- F/art (25979): art/runtime/thread_list.cc:173] | stack=0x6e84a000-0x6e84c000 stackSize=1036KB
- F/art (25979): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25979): art/runtime/thread_list.cc:173] native: #00 pc 0000484c /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
- F/art (25979): art/runtime/thread_list.cc:173] native: #01 pc 00003031 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
- F/art (25979): art/runtime/thread_list.cc:173] native: #02 pc 00242f29 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
- F/art (25979): art/runtime/thread_list.cc:173] native: #03 pc 002272d1 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+144)
- F/art (25979): art/runtime/thread_list.cc:173] native: #04 pc 002303b9 /system/lib/libart.so (art::ThreadList::DumpLocked(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+104)
- F/art (25979): art/runtime/thread_list.cc:173] native: #05 pc 002308af /system/lib/libart.so (art::UnsafeLogFatalForThreadSuspendAllTimeout()+206)
- F/art (25979): art/runtime/thread_list.cc:173] native: #06 pc 00230c07 /system/lib/libart.so (art::ThreadList::SuspendAll()+750)
- F/art (25979): art/runtime/thread_list.cc:173] native: #07 pc 00134b8d /system/lib/libart.so (art::gc::Heap::PerformHomogeneousSpaceCompact()+1764)
- F/art (25979): art/runtime/thread_list.cc:173] native: #08 pc 00142065 /system/lib/libart.so (art::gc::Heap::DoPendingTransitionOrTrim()+772)
- F/art (25979): art/runtime/thread_list.cc:173] native: #09 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_dalvik_system_VMRuntime_trimHeap__+82)
- F/art (25979): art/runtime/thread_list.cc:173] at dalvik.system.VMRuntime.trimHeap(Native method)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:313)
- F/art (25979): art/runtime/thread_list.cc:173] at java.lang.Thread.run(Thread.java:818)
- F/art (25979): art/runtime/thread_list.cc:173]
- F/art (25979): art/runtime/thread_list.cc:173] "Binder_1" prio=5 tid=10 Native
- F/art (25979): art/runtime/thread_list.cc:173] | group="main" sCount=1 dsCount=0 obj=0x12c570a0 self=0x70079400
- F/art (25979): art/runtime/thread_list.cc:173] | sysTid=26007 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74927d80
- F/art (25979): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=2 core=1 HZ=100
- F/art (25979): art/runtime/thread_list.cc:173] | stack=0x6e54a000-0x6e54c000 stackSize=1012KB
- F/art (25979): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25979): art/runtime/thread_list.cc:173] native: #00 pc 00037ee0 /system/lib/libc.so (__ioctl+8)
- F/art (25979): art/runtime/thread_list.cc:173] native: #01 pc 0004fed5 /system/lib/libc.so (ioctl+14)
- F/art (25979): art/runtime/thread_list.cc:173] native: #02 pc 0001f223 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
- F/art (25979): art/runtime/thread_list.cc:173] native: #03 pc 0001f713 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
- F/art (25979): art/runtime/thread_list.cc:173] native: #04 pc 0001f775 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
- F/art (25979): art/runtime/thread_list.cc:173] native: #05 pc 000238eb /system/lib/libbinder.so (???)
- F/art (25979): art/runtime/thread_list.cc:173] native: #06 pc 0000ef11 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
- F/art (25979): art/runtime/thread_list.cc:173] native: #07 pc 0005bc41 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
- F/art (25979): art/runtime/thread_list.cc:173] native: #08 pc 0000ea81 /system/lib/libutils.so (???)
- F/art (25979): art/runtime/thread_list.cc:173] native: #09 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25979): art/runtime/thread_list.cc:173] native: #10 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25979): art/runtime/thread_list.cc:173] (no managed stack frames)
- F/art (25979): art/runtime/thread_list.cc:173]
- F/art (25979): art/runtime/thread_list.cc:173] "Binder_2" prio=5 tid=11 Native
- F/art (25979): art/runtime/thread_list.cc:173] | group="main" sCount=1 dsCount=0 obj=0x12c5a0a0 self=0x7482b000
- F/art (25979): art/runtime/thread_list.cc:173] | sysTid=26009 nice=0 cgrp=default sched=0/0 handle=0x70042080
- F/art (25979): art/runtime/thread_list.cc:173] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25979): art/runtime/thread_list.cc:173] | stack=0x6e44c000-0x6e44e000 stackSize=1012KB
- F/art (25979): art/runtime/thread_list.cc:173] | held mutexes=
- F/art (25979): art/runtime/thread_list.cc:173] native: #00 pc 00037ee0 /system/lib/libc.so (__ioctl+8)
- F/art (25979): art/runtime/thread_list.cc:173] native: #01 pc 0004fed5 /system/lib/libc.so (ioctl+14)
- F/art (25979): art/runtime/thread_list.cc:173] native: #02 pc 0001f223 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
- F/art (25979): art/runtime/thread_list.cc:173] native: #03 pc 0001f713 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
- F/art (25979): art/runtime/thread_list.cc:173] native: #04 pc 0001f775 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
- F/art (25979): art/runtime/thread_list.cc:173] native: #05 pc 000238eb /system/lib/libbinder.so (???)
- F/art (25979): art/runtime/thread_list.cc:173] native: #06 pc 0000ef11 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
- F/art (25979): art/runtime/thread_list.cc:173] native: #07 pc 0005bc41 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
- F/art (25979): art/runtime/thread_list.cc:173] native: #08 pc 0000ea81 /system/lib/libutils.so (???)
- F/art (25979): art/runtime/thread_list.cc:173] native: #09 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25979): art/runtime/thread_list.cc:173] native: #10 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25979): art/runtime/thread_list.cc:173] (no managed stack frames)
- F/art (25979): art/runtime/thread_list.cc:173]
- F/art (25979): art/runtime/thread_list.cc:173]
- F/art (25979): art/runtime/runtime.cc:289] Runtime aborting...
- F/art (25979): art/runtime/runtime.cc:289] Aborting thread:
- F/art (25979): art/runtime/runtime.cc:289] "HeapTrimmerDaemon" prio=5 tid=9 WaitingPerformingGc
- F/art (25979): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c0d1c0 self=0x74829800
- F/art (25979): art/runtime/runtime.cc:289] | sysTid=25991 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74927600
- F/art (25979): art/runtime/runtime.cc:289] | state=R schedstat=( 0 0 0 ) utm=5 stm=25 core=0 HZ=100
- F/art (25979): art/runtime/runtime.cc:289] | stack=0x6e84a000-0x6e84c000 stackSize=1036KB
- F/art (25979): art/runtime/runtime.cc:289] | held mutexes= "abort lock" "mutator lock"(shared held)
- F/art (25979): art/runtime/runtime.cc:289] native: #00 pc 0000484c /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
- F/art (25979): art/runtime/runtime.cc:289] native: #01 pc 00003031 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
- F/art (25979): art/runtime/runtime.cc:289] native: #02 pc 00242f29 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
- F/art (25979): art/runtime/runtime.cc:289] native: #03 pc 002272d1 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+144)
- F/art (25979): art/runtime/runtime.cc:289] native: #04 pc 00217447 /system/lib/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, art::Thread*)+22)
- F/art (25979): art/runtime/runtime.cc:289] native: #05 pc 002176ad /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+364)
- F/art (25979): art/runtime/runtime.cc:289] native: #06 pc 00217879 /system/lib/libart.so (art::Runtime::Abort()+72)
- F/art (25979): art/runtime/runtime.cc:289] native: #07 pc 000a63db /system/lib/libart.so (art::LogMessage::~LogMessage()+1322)
- F/art (25979): art/runtime/runtime.cc:289] native: #08 pc 002308db /system/lib/libart.so (art::UnsafeLogFatalForThreadSuspendAllTimeout()+250)
- F/art (25979): art/runtime/runtime.cc:289] native: #09 pc 00230c07 /system/lib/libart.so (art::ThreadList::SuspendAll()+750)
- F/art (25979): art/runtime/runtime.cc:289] native: #10 pc 00134b8d /system/lib/libart.so (art::gc::Heap::PerformHomogeneousSpaceCompact()+1764)
- F/art (25979): art/runtime/runtime.cc:289] native: #11 pc 00142065 /system/lib/libart.so (art::gc::Heap::DoPendingTransitionOrTrim()+772)
- F/art (25979): art/runtime/runtime.cc:289] native: #12 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_dalvik_system_VMRuntime_trimHeap__+82)
- F/art (25979): art/runtime/runtime.cc:289] at dalvik.system.VMRuntime.trimHeap(Native method)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:313)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
- F/art (25979): art/runtime/runtime.cc:289] Dumping all threads without appropriate locks held: thread list lock mutator lock
- F/art (25979): art/runtime/runtime.cc:289] All threads:
- F/art (25979): art/runtime/runtime.cc:289] DALVIK THREADS (11):
- F/art (25979): art/runtime/runtime.cc:289] "main" prio=5 tid=1 Suspended
- F/art (25979): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x63023000 self=0x74827800
- F/art (25979): art/runtime/runtime.cc:289] | sysTid=25979 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x76f49bec
- F/art (25979): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=2 stm=29 core=1 HZ=100
- F/art (25979): art/runtime/runtime.cc:289] | stack=0x7e273000-0x7e275000 stackSize=8MB
- F/art (25979): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25979): art/runtime/runtime.cc:289] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25979): art/runtime/runtime.cc:289] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25979): art/runtime/runtime.cc:289] native: #02 pc 00223617 /system/lib/libart.so (art::Thread::FullSuspendCheck()+782)
- F/art (25979): art/runtime/runtime.cc:289] native: #03 pc 00071131 /system/lib/libart.so (art::CheckSuspend(art::Thread*)+24)
- F/art (25979): art/runtime/runtime.cc:289] native: #04 pc 00093c73 /system/lib/libart.so (art::JValue art::interpreter::ExecuteGotoImpl<false, false>(art::Thread*, art::MethodHelper&, art::DexFile::CodeItem const*, art::ShadowFrame&, art::JValue)+1210)
- F/art (25979): art/runtime/runtime.cc:289] native: #05 pc 0015f0c7 /system/lib/libart.so (art::interpreter::EnterInterpreterFromStub(art::Thread*, art::MethodHelper&, art::DexFile::CodeItem const*, art::ShadowFrame&)+122)
- F/art (25979): art/runtime/runtime.cc:289] native: #06 pc 0027fa69 /system/lib/libart.so (artQuickToInterpreterBridge+472)
- F/art (25979): art/runtime/runtime.cc:289] native: #07 pc 000a232b /system/lib/libart.so (art_quick_to_interpreter_bridge+10)
- F/art (25979): art/runtime/runtime.cc:289] native: #08 pc 002b4170 /system/lib/libart.so (???)
- F/art (25979): art/runtime/runtime.cc:289] at android.app.DownloadManager.<clinit>(DownloadManager.java:321)
- F/art (25979): art/runtime/runtime.cc:289] at android.app.ContextImpl$15.createService(ContextImpl.java:431)
- F/art (25979): art/runtime/runtime.cc:289] at android.app.ContextImpl$ServiceFetcher.getService(ContextImpl.java:300)
- F/art (25979): art/runtime/runtime.cc:289] - locked <0x3691a21c> (a java.util.ArrayList)
- F/art (25979): art/runtime/runtime.cc:289] at android.app.ContextImpl.getSystemService(ContextImpl.java:1855)
- F/art (25979): art/runtime/runtime.cc:289] at com.android.providers.downloads.DownloadStorageProvider.onCreate(DownloadStorageProvider.java:70)
- F/art (25979): art/runtime/runtime.cc:289] at android.content.ContentProvider.attachInfo(ContentProvider.java:1730)
- F/art (25979): art/runtime/runtime.cc:289] at android.content.ContentProvider.attachInfo(ContentProvider.java:1705)
- F/art (25979): art/runtime/runtime.cc:289] at android.provider.DocumentsProvider.attachInfo(DocumentsProvider.java:171)
- F/art (25979): art/runtime/runtime.cc:289] at android.app.ActivityThread.installProvider(ActivityThread.java:5034)
- F/art (25979): art/runtime/runtime.cc:289] at android.app.ActivityThread.installContentProviders(ActivityThread.java:4629)
- F/art (25979): art/runtime/runtime.cc:289] at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4569)
- F/art (25979): art/runtime/runtime.cc:289] at android.app.ActivityThread.access$1600(ActivityThread.java:154)
- F/art (25979): art/runtime/runtime.cc:289] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1382)
- F/art (25979): art/runtime/runtime.cc:289] at android.os.Handler.dispatchMessage(Handler.java:102)
- F/art (25979): art/runtime/runtime.cc:289] at android.os.Looper.loop(Looper.java:135)
- F/art (25979): art/runtime/runtime.cc:289] at android.app.ActivityThread.main(ActivityThread.java:5289)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke!(Native method)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke(Method.java:372)
- F/art (25979): art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- F/art (25979): art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- F/art (25979): art/runtime/runtime.cc:289]
- F/art (25979): art/runtime/runtime.cc:289] "Heap thread pool worker thread 0" prio=5 tid=2 Native (still starting up)
- F/art (25979): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x0 self=0x70077400
- F/art (25979): art/runtime/runtime.cc:289] | sysTid=25985 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925f80
- F/art (25979): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25979): art/runtime/runtime.cc:289] | stack=0x74228000-0x7422a000 stackSize=1020KB
- F/art (25979): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25979): art/runtime/runtime.cc:289] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25979): art/runtime/runtime.cc:289] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25979): art/runtime/runtime.cc:289] native: #02 pc 002315a7 /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread*)+50)
- F/art (25979): art/runtime/runtime.cc:289] native: #03 pc 0023154d /system/lib/libart.so (art::ThreadPoolWorker::Run()+52)
- F/art (25979): art/runtime/runtime.cc:289] native: #04 pc 00231d89 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+52)
- F/art (25979): art/runtime/runtime.cc:289] native: #05 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25979): art/runtime/runtime.cc:289] native: #06 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25979): art/runtime/runtime.cc:289] (no managed stack frames)
- F/art (25979): art/runtime/runtime.cc:289]
- F/art (25979): art/runtime/runtime.cc:289] "Signal Catcher" prio=5 tid=3 WaitingInMainSignalCatcherLoop
- F/art (25979): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c000a0 self=0x74827400
- F/art (25979): art/runtime/runtime.cc:289] | sysTid=25986 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925080
- F/art (25979): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
- F/art (25979): art/runtime/runtime.cc:289] | stack=0x74126000-0x74128000 stackSize=1012KB
- F/art (25979): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25979): art/runtime/runtime.cc:289] native: #00 pc 00038f24 /system/lib/libc.so (__rt_sigtimedwait+12)
- F/art (25979): art/runtime/runtime.cc:289] native: #01 pc 00015f75 /system/lib/libc.so (sigwait+24)
- F/art (25979): art/runtime/runtime.cc:289] native: #02 pc 0021acc3 /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+66)
- F/art (25979): art/runtime/runtime.cc:289] native: #03 pc 0021c7c5 /system/lib/libart.so (art::SignalCatcher::Run(void*)+196)
- F/art (25979): art/runtime/runtime.cc:289] native: #04 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25979): art/runtime/runtime.cc:289] native: #05 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25979): art/runtime/runtime.cc:289] (no managed stack frames)
- F/art (25979): art/runtime/runtime.cc:289]
- F/art (25979): art/runtime/runtime.cc:289] "JDWP" prio=5 tid=4 WaitingInMainDebuggerLoop
- F/art (25979): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c060a0 self=0x70078400
- F/art (25979): art/runtime/runtime.cc:289] | sysTid=25987 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925300
- F/art (25979): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
- F/art (25979): art/runtime/runtime.cc:289] | stack=0x74024000-0x74026000 stackSize=1012KB
- F/art (25979): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25979): art/runtime/runtime.cc:289] native: #00 pc 00038054 /system/lib/libc.so (recvmsg+8)
- F/art (25979): art/runtime/runtime.cc:289] native: #01 pc 0028218b /system/lib/libart.so (art::JDWP::JdwpAdbState::ReceiveClientFd()+86)
- F/art (25979): art/runtime/runtime.cc:289] native: #02 pc 0028227d /system/lib/libart.so (art::JDWP::JdwpAdbState::Accept()+100)
- F/art (25979): art/runtime/runtime.cc:289] native: #03 pc 0018f891 /system/lib/libart.so (art::JDWP::JdwpState::Run()+292)
- F/art (25979): art/runtime/runtime.cc:289] native: #04 pc 00190df3 /system/lib/libart.so (art::JDWP::StartJdwpThread(void*)+10)
- F/art (25979): art/runtime/runtime.cc:289] native: #05 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25979): art/runtime/runtime.cc:289] native: #06 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25979): art/runtime/runtime.cc:289] (no managed stack frames)
- F/art (25979): art/runtime/runtime.cc:289]
- F/art (25979): art/runtime/runtime.cc:289] "GCDaemon" prio=5 tid=5 Waiting
- F/art (25979): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c0d220 self=0x74829c00
- F/art (25979): art/runtime/runtime.cc:289] | sysTid=25992 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74927b00
- F/art (25979): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25979): art/runtime/runtime.cc:289] | stack=0x6e746000-0x6e748000 stackSize=1036KB
- F/art (25979): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25979): art/runtime/runtime.cc:289] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25979): art/runtime/runtime.cc:289] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25979): art/runtime/runtime.cc:289] native: #02 pc 001e980b /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
- F/art (25979): art/runtime/runtime.cc:289] native: #03 pc 001eac29 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
- F/art (25979): art/runtime/runtime.cc:289] native: #04 pc 001f7851 /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
- F/art (25979): art/runtime/runtime.cc:289] native: #05 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
- F/art (25979): art/runtime/runtime.cc:289] - waiting on <0x076b06f0> (a java.lang.Daemons$GCDaemon)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Daemons$GCDaemon.run(Daemons.java:344)
- F/art (25979): art/runtime/runtime.cc:289] - locked <0x076b06f0> (a java.lang.Daemons$GCDaemon)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
- F/art (25979): art/runtime/runtime.cc:289]
- F/art (25979): art/runtime/runtime.cc:289] "FinalizerDaemon" prio=5 tid=6 Waiting
- F/art (25979): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c0d100 self=0x74828c00
- F/art (25979): art/runtime/runtime.cc:289] | sysTid=25989 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925800
- F/art (25979): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25979): art/runtime/runtime.cc:289] | stack=0x73e18000-0x73e1a000 stackSize=1036KB
- F/art (25979): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25979): art/runtime/runtime.cc:289] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25979): art/runtime/runtime.cc:289] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25979): art/runtime/runtime.cc:289] native: #02 pc 001e980b /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
- F/art (25979): art/runtime/runtime.cc:289] native: #03 pc 001eac29 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
- F/art (25979): art/runtime/runtime.cc:289] native: #04 pc 001f7829 /system/lib/libart.so (art::Object_waitJI(_JNIEnv*, _jobject*, long long, int)+36)
- F/art (25979): art/runtime/runtime.cc:289] native: #05 pc 0000060b /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
- F/art (25979): art/runtime/runtime.cc:289] - waiting on <0x124f4469> (a java.lang.ref.ReferenceQueue)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Object.wait(Object.java:422)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
- F/art (25979): art/runtime/runtime.cc:289] - locked <0x124f4469> (a java.lang.ref.ReferenceQueue)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:174)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
- F/art (25979): art/runtime/runtime.cc:289]
- F/art (25979): art/runtime/runtime.cc:289] "ReferenceQueueDaemon" prio=5 tid=7 Waiting
- F/art (25979): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c0d0a0 self=0x74829000
- F/art (25979): art/runtime/runtime.cc:289] | sysTid=25988 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925580
- F/art (25979): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25979): art/runtime/runtime.cc:289] | stack=0x73f1c000-0x73f1e000 stackSize=1036KB
- F/art (25979): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25979): art/runtime/runtime.cc:289] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25979): art/runtime/runtime.cc:289] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25979): art/runtime/runtime.cc:289] native: #02 pc 001e980b /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
- F/art (25979): art/runtime/runtime.cc:289] native: #03 pc 001eac29 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
- F/art (25979): art/runtime/runtime.cc:289] native: #04 pc 001f7851 /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
- F/art (25979): art/runtime/runtime.cc:289] native: #05 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
- F/art (25979): art/runtime/runtime.cc:289] - waiting on <0x04ce4eee> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:134)
- F/art (25979): art/runtime/runtime.cc:289] - locked <0x04ce4eee> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
- F/art (25979): art/runtime/runtime.cc:289]
- F/art (25979): art/runtime/runtime.cc:289] "FinalizerWatchdogDaemon" prio=5 tid=8 Waiting
- F/art (25979): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c0d160 self=0x74829400
- F/art (25979): art/runtime/runtime.cc:289] | sysTid=25990 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925a80
- F/art (25979): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25979): art/runtime/runtime.cc:289] | stack=0x6e94e000-0x6e950000 stackSize=1036KB
- F/art (25979): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25979): art/runtime/runtime.cc:289] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25979): art/runtime/runtime.cc:289] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25979): art/runtime/runtime.cc:289] native: #02 pc 001e980b /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
- F/art (25979): art/runtime/runtime.cc:289] native: #03 pc 001eac29 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
- F/art (25979): art/runtime/runtime.cc:289] native: #04 pc 001f7851 /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
- F/art (25979): art/runtime/runtime.cc:289] native: #05 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
- F/art (25979): art/runtime/runtime.cc:289] - waiting on <0x21f84f8f> (a java.lang.Daemons$FinalizerWatchdogDaemon)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:240)
- F/art (25979): art/runtime/runtime.cc:289] - locked <0x21f84f8f> (a java.lang.Daemons$FinalizerWatchdogDaemon)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:212)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
- F/art (25979): art/runtime/runtime.cc:289]
- F/art (25979): art/runtime/runtime.cc:289] "HeapTrimmerDaemon" prio=5 tid=9 WaitingPerformingGc
- F/art (25979): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c0d1c0 self=0x74829800
- F/art (25979): art/runtime/runtime.cc:289] | sysTid=25991 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74927600
- F/art (25979): art/runtime/runtime.cc:289] | state=R schedstat=( 0 0 0 ) utm=20 stm=31 core=1 HZ=100
- F/art (25979): art/runtime/runtime.cc:289] | stack=0x6e84a000-0x6e84c000 stackSize=1036KB
- F/art (25979): art/runtime/runtime.cc:289] | held mutexes= "abort lock"
- F/art (25979): art/runtime/runtime.cc:289] native: #00 pc 0000484c /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
- F/art (25979): art/runtime/runtime.cc:289] native: #01 pc 00003031 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
- F/art (25979): art/runtime/runtime.cc:289] native: #02 pc 00242f29 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
- F/art (25979): art/runtime/runtime.cc:289] native: #03 pc 002272d1 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+144)
- F/art (25979): art/runtime/runtime.cc:289] native: #04 pc 002303b9 /system/lib/libart.so (art::ThreadList::DumpLocked(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+104)
- F/art (25979): art/runtime/runtime.cc:289] native: #05 pc 0021762d /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+236)
- F/art (25979): art/runtime/runtime.cc:289] native: #06 pc 00217879 /system/lib/libart.so (art::Runtime::Abort()+72)
- F/art (25979): art/runtime/runtime.cc:289] native: #07 pc 000a63db /system/lib/libart.so (art::LogMessage::~LogMessage()+1322)
- F/art (25979): art/runtime/runtime.cc:289] native: #08 pc 002308db /system/lib/libart.so (art::UnsafeLogFatalForThreadSuspendAllTimeout()+250)
- F/art (25979): art/runtime/runtime.cc:289] native: #09 pc 00230c07 /system/lib/libart.so (art::ThreadList::SuspendAll()+750)
- F/art (25979): art/runtime/runtime.cc:289] native: #10 pc 00134b8d /system/lib/libart.so (art::gc::Heap::PerformHomogeneousSpaceCompact()+1764)
- F/art (25979): art/runtime/runtime.cc:289] native: #11 pc 00142065 /system/lib/libart.so (art::gc::Heap::DoPendingTransitionOrTrim()+772)
- F/art (25979): art/runtime/runtime.cc:289] native: #12 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_dalvik_system_VMRuntime_trimHeap__+82)
- F/art (25979): art/runtime/runtime.cc:289] at dalvik.system.VMRuntime.trimHeap(Native method)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:313)
- F/art (25979): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
- F/art (25979): art/runtime/runtime.cc:289]
- F/art (25979): art/runtime/runtime.cc:289] "Binder_1" prio=5 tid=10 Native
- F/art (25979): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c570a0 self=0x70079400
- F/art (25979): art/runtime/runtime.cc:289] | sysTid=26007 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74927d80
- F/art (25979): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=2 core=0 HZ=100
- F/art (25979): art/runtime/runtime.cc:289] | stack=0x6e54a000-0x6e54c000 stackSize=1012KB
- F/art (25979): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25979): art/runtime/runtime.cc:289] native: #00 pc 00037ee0 /system/lib/libc.so (__ioctl+8)
- F/art (25979): art/runtime/runtime.cc:289] native: #01 pc 0004fed5 /system/lib/libc.so (ioctl+14)
- F/art (25979): art/runtime/runtime.cc:289] native: #02 pc 0001f223 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
- F/art (25979): art/runtime/runtime.cc:289] native: #03 pc 0001f713 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
- F/art (25979): art/runtime/runtime.cc:289] native: #04 pc 0001f775 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
- F/art (25979): art/runtime/runtime.cc:289] native: #05 pc 000238eb /system/lib/libbinder.so (???)
- F/art (25979): art/runtime/runtime.cc:289] native: #06 pc 0000ef11 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
- F/art (25979): art/runtime/runtime.cc:289] native: #07 pc 0005bc41 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
- F/art (25979): art/runtime/runtime.cc:289] native: #08 pc 0000ea81 /system/lib/libutils.so (???)
- F/art (25979): art/runtime/runtime.cc:289] native: #09 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25979): art/runtime/runtime.cc:289] native: #10 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25979): art/runtime/runtime.cc:289] (no managed stack frames)
- F/art (25979): art/runtime/runtime.cc:289]
- F/art (25979): art/runtime/runtime.cc:289] "Binder_2" prio=5 tid=11 Native
- F/art (25979): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c5a0a0 self=0x7482b000
- F/art (25979): art/runtime/runtime.cc:289] | sysTid=26009 nice=0 cgrp=default sched=0/0 handle=0x70042080
- F/art (25979): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25979): art/runtime/runtime.cc:289] | stack=0x6e44c000-0x6e44e000 stackSize=1012KB
- F/art (25979): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25979): art/runtime/runtime.cc:289] native: #00 pc 00037ee0 /system/lib/libc.so (__ioctl+8)
- F/art (25979): art/runtime/runtime.cc:289] native: #01 pc 0004fed5 /system/lib/libc.so (ioctl+14)
- F/art (25979): art/runtime/runtime.cc:289] native: #02 pc 0001f223 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
- F/art (25979): art/runtime/runtime.cc:289] native: #03 pc 0001f713 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
- F/art (25979): art/runtime/runtime.cc:289] native: #04 pc 0001f775 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
- F/art (25979): art/runtime/runtime.cc:289] native: #05 pc 000238eb /system/lib/libbinder.so (???)
- F/art (25979): art/runtime/runtime.cc:289] native: #06 pc 0000ef11 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
- F/art (25979): art/runtime/runtime.cc:289] native: #07 pc 0005bc41 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
- F/art (25979): art/runtime/runtime.cc:289] native: #08 pc 0000ea81 /system/lib/libutils.so (???)
- F/art (25979): art/runtime/runtime.cc:289] native: #09 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/libc (25979): Fatal signal 6 (SIGABRT), code -6 in tid 25991 (HeapTrimmerDaem)
- I/DEBUG ( 143): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
- I/DEBUG ( 143): Build fingerprint: 'hp/hp_tenderloin/tenderloin:5.0.2/LRX22G/1649326:user/release-keys'
- I/DEBUG ( 143): Revision: '3'
- I/DEBUG ( 143): ABI: 'arm'
- I/DEBUG ( 143): pid: 25979, tid: 25991, name: HeapTrimmerDaem >>> android.process.media <<<
- I/DEBUG ( 143): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
- I/DEBUG ( 143): Abort message: 'art/runtime/thread_list.cc:173] Thread suspend timeout'
- I/DEBUG ( 143): r0 00000000 r1 00006587 r2 00000006 r3 00000000
- I/DEBUG ( 143): r4 6e94bdb8 r5 00000006 r6 0000000b r7 0000010c
- I/DEBUG ( 143): r8 00000000 r9 7486f520 sl 74829800 fp 000026f6
- I/DEBUG ( 143): ip 00006587 sp 6e94b768 lr 76dc5ff1 pc 76de9be4 cpsr 600f0010
- I/DEBUG ( 143):
- I/DEBUG ( 143): backtrace:
- I/DEBUG ( 143): #00 pc 00038be4 /system/lib/libc.so (tgkill+12)
- I/DEBUG ( 143): #01 pc 00014fed /system/lib/libc.so (pthread_kill+52)
- I/DEBUG ( 143): #02 pc 00015c0b /system/lib/libc.so (raise+10)
- I/DEBUG ( 143): #03 pc 000123b5 /system/lib/libc.so (__libc_android_abort+36)
- I/DEBUG ( 143): #04 pc 0000fffc /system/lib/libc.so (abort+4)
- I/DEBUG ( 143): #05 pc 002178d1 /system/lib/libart.so (art::Runtime::Abort()+160)
- I/DEBUG ( 143): #06 pc 000a63db /system/lib/libart.so (art::LogMessage::~LogMessage()+1322)
- I/DEBUG ( 143): #07 pc 002308db /system/lib/libart.so (art::UnsafeLogFatalForThreadSuspendAllTimeout()+250)
- I/DEBUG ( 143): #08 pc 00230c07 /system/lib/libart.so (art::ThreadList::SuspendAll()+750)
- I/DEBUG ( 143): #09 pc 00134b8d /system/lib/libart.so (art::gc::Heap::PerformHomogeneousSpaceCompact()+1764)
- I/DEBUG ( 143): #10 pc 00142065 /system/lib/libart.so (art::gc::Heap::DoPendingTransitionOrTrim()+772)
- I/DEBUG ( 143): #11 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat
- E/Sensors ( 424): poll() failed (Interrupted system call)
- F/art (25993): art/runtime/runtime.cc:289] Runtime aborting...
- F/art (25993): art/runtime/runtime.cc:289] Aborting thread:
- F/art (25993): art/runtime/runtime.cc:289] "HeapTrimmerDaemon" prio=5 tid=8 WaitingPerformingGc
- F/art (25993): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c061c0 self=0x74829800
- F/art (25993): art/runtime/runtime.cc:289] | sysTid=26005 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74927600
- F/art (25993): art/runtime/runtime.cc:289] | state=R schedstat=( 0 0 0 ) utm=9 stm=22 core=1 HZ=100
- F/art (25993): art/runtime/runtime.cc:289] | stack=0x6e84a000-0x6e84c000 stackSize=1036KB
- F/art (25993): art/runtime/runtime.cc:289] | held mutexes= "abort lock" "mutator lock"(shared held)
- F/art (25993): art/runtime/runtime.cc:289] native: #00 pc 0000484c /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
- F/art (25993): art/runtime/runtime.cc:289] native: #01 pc 00003031 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
- F/art (25993): art/runtime/runtime.cc:289] native: #02 pc 00242f29 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
- F/art (25993): art/runtime/runtime.cc:289] native: #03 pc 002272d1 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+144)
- F/art (25993): art/runtime/runtime.cc:289] native: #04 pc 00217447 /system/lib/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, art::Thread*)+22)
- F/art (25993): art/runtime/runtime.cc:289] native: #05 pc 002176ad /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+364)
- F/art (25993): art/runtime/runtime.cc:289] native: #06 pc 00217879 /system/lib/libart.so (art::Runtime::Abort()+72)
- F/art (25993): art/runtime/runtime.cc:289] native: #07 pc 000a63db /system/lib/libart.so (art::LogMessage::~LogMessage()+1322)
- F/art (25993): art/runtime/runtime.cc:289] native: #08 pc 002308db /system/lib/libart.so (art::UnsafeLogFatalForThreadSuspendAllTimeout()+250)
- F/art (25993): art/runtime/runtime.cc:289] native: #09 pc 00230c07 /system/lib/libart.so (art::ThreadList::SuspendAll()+750)
- F/art (25993): art/runtime/runtime.cc:289] native: #10 pc 00134b8d /system/lib/libart.so (art::gc::Heap::PerformHomogeneousSpaceCompact()+1764)
- F/art (25993): art/runtime/runtime.cc:289] native: #11 pc 00142065 /system/lib/libart.so (art::gc::Heap::DoPendingTransitionOrTrim()+772)
- F/art (25993): art/runtime/runtime.cc:289] native: #12 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_dalvik_system_VMRuntime_trimHeap__+82)
- F/art (25993): art/runtime/runtime.cc:289] at dalvik.system.VMRuntime.trimHeap(Native method)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:313)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
- F/art (25993): art/runtime/runtime.cc:289] Dumping all threads without appropriate locks held: thread list lock mutator lock
- F/art (25993): art/runtime/runtime.cc:289] All threads:
- F/art (25993): art/runtime/runtime.cc:289] DALVIK THREADS (11):
- F/art (25993): art/runtime/runtime.cc:289] "main" prio=5 tid=1 Native
- F/art (25993): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x63023000 self=0x74827800
- F/art (25993): art/runtime/runtime.cc:289] | sysTid=25993 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x76f49bec
- F/art (25993): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=6 stm=38 core=1 HZ=100
- F/art (25993): art/runtime/runtime.cc:289] | stack=0x7e273000-0x7e275000 stackSize=8MB
- F/art (25993): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25993): art/runtime/runtime.cc:289] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25993): art/runtime/runtime.cc:289] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25993): art/runtime/runtime.cc:289] native: #02 pc 001b7e51 /system/lib/libart.so (art::JNI::SetLongField(_JNIEnv*, _jobject*, _jfieldID*, long long)+556)
- F/art (25993): art/runtime/runtime.cc:289] native: #03 pc 00083599 /system/lib/libandroid_runtime.so (???)
- F/art (25993): art/runtime/runtime.cc:289] native: #04 pc 00083929 /system/lib/libandroid_runtime.so (???)
- F/art (25993): art/runtime/runtime.cc:289] native: #05 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_android_os_Binder_init__+82)
- F/art (25993): art/runtime/runtime.cc:289] at android.os.Binder.init(Native method)
- F/art (25993): art/runtime/runtime.cc:289] at android.os.Binder.<init>(Binder.java:193)
- F/art (25993): art/runtime/runtime.cc:289] at android.app.ITransientNotification$Stub.<init>(ITransientNotification.java:15)
- F/art (25993): art/runtime/runtime.cc:289] at android.widget.Toast$TN.<init>(Toast.java:357)
- F/art (25993): art/runtime/runtime.cc:289] at android.widget.Toast.<init>(Toast.java:100)
- F/art (25993): art/runtime/runtime.cc:289] at android.widget.Toast.makeText(Toast.java:258)
- F/art (25993): art/runtime/runtime.cc:289] at com.estrongs.android.ui.view.ag.a(unavailable:-1)
- F/art (25993): art/runtime/runtime.cc:289] at com.estrongs.android.pop.FexApplication.onCreate(unavailable:-1)
- F/art (25993): art/runtime/runtime.cc:289] at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
- F/art (25993): art/runtime/runtime.cc:289] at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4588)
- F/art (25993): art/runtime/runtime.cc:289] at android.app.ActivityThread.access$1600(ActivityThread.java:154)
- F/art (25993): art/runtime/runtime.cc:289] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1382)
- F/art (25993): art/runtime/runtime.cc:289] at android.os.Handler.dispatchMessage(Handler.java:102)
- F/art (25993): art/runtime/runtime.cc:289] at android.os.Looper.loop(Looper.java:135)
- F/art (25993): art/runtime/runtime.cc:289] at android.app.ActivityThread.main(ActivityThread.java:5289)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke!(Native method)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke(Method.java:372)
- F/art (25993): art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- F/art (25993): art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- F/art (25993): art/runtime/runtime.cc:289]
- F/art (25993): art/runtime/runtime.cc:289] "Heap thread pool worker thread 0" prio=5 tid=2 Native (still starting up)
- F/art (25993): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x0 self=0x70077400
- F/art (25993): art/runtime/runtime.cc:289] | sysTid=25999 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925080
- F/art (25993): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25993): art/runtime/runtime.cc:289] | stack=0x74228000-0x7422a000 stackSize=1020KB
- F/art (25993): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25993): art/runtime/runtime.cc:289] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25993): art/runtime/runtime.cc:289] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25993): art/runtime/runtime.cc:289] native: #02 pc 002315a7 /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread*)+50)
- F/art (25993): art/runtime/runtime.cc:289] native: #03 pc 0023154d /system/lib/libart.so (art::ThreadPoolWorker::Run()+52)
- F/art (25993): art/runtime/runtime.cc:289] native: #04 pc 00231d89 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+52)
- F/art (25993): art/runtime/runtime.cc:289] native: #05 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25993): art/runtime/runtime.cc:289] native: #06 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25993): art/runtime/runtime.cc:289] (no managed stack frames)
- F/art (25993): art/runtime/runtime.cc:289]
- F/art (25993): art/runtime/runtime.cc:289] "Signal Catcher" prio=5 tid=3 WaitingInMainSignalCatcherLoop
- F/art (25993): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c000a0 self=0x74827400
- F/art (25993): art/runtime/runtime.cc:289] | sysTid=26000 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925300
- F/art (25993): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
- F/art (25993): art/runtime/runtime.cc:289] | stack=0x74126000-0x74128000 stackSize=1012KB
- F/art (25993): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25993): art/runtime/runtime.cc:289] native: #00 pc 00038f24 /system/lib/libc.so (__rt_sigtimedwait+12)
- F/art (25993): art/runtime/runtime.cc:289] native: #01 pc 00015f75 /system/lib/libc.so (sigwait+24)
- F/art (25993): art/runtime/runtime.cc:289] native: #02 pc 0021acc3 /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+66)
- F/art (25993): art/runtime/runtime.cc:289] native: #03 pc 0021c7c5 /system/lib/libart.so (art::SignalCatcher::Run(void*)+196)
- F/art (25993): art/runtime/runtime.cc:289] native: #04 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25993): art/runtime/runtime.cc:289] native: #05 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25993): art/runtime/runtime.cc:289] (no managed stack frames)
- F/art (25993): art/runtime/runtime.cc:289]
- F/art (25993): art/runtime/runtime.cc:289] "JDWP" prio=5 tid=4 WaitingInMainDebuggerLoop
- F/art (25993): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c010a0 self=0x70078400
- F/art (25993): art/runtime/runtime.cc:289] | sysTid=26001 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925580
- F/art (25993): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25993): art/runtime/runtime.cc:289] | stack=0x74024000-0x74026000 stackSize=1012KB
- F/art (25993): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25993): art/runtime/runtime.cc:289] native: #00 pc 00038054 /system/lib/libc.so (recvmsg+8)
- F/art (25993): art/runtime/runtime.cc:289] native: #01 pc 0028218b /system/lib/libart.so (art::JDWP::JdwpAdbState::ReceiveClientFd()+86)
- F/art (25993): art/runtime/runtime.cc:289] native: #02 pc 0028227d /system/lib/libart.so (art::JDWP::JdwpAdbState::Accept()+100)
- F/art (25993): art/runtime/runtime.cc:289] native: #03 pc 0018f891 /system/lib/libart.so (art::JDWP::JdwpState::Run()+292)
- F/art (25993): art/runtime/runtime.cc:289] native: #04 pc 00190df3 /system/lib/libart.so (art::JDWP::StartJdwpThread(void*)+10)
- F/art (25993): art/runtime/runtime.cc:289] native: #05 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25993): art/runtime/runtime.cc:289] native: #06 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25993): art/runtime/runtime.cc:289] (no managed stack frames)
- F/art (25993): art/runtime/runtime.cc:289]
- F/art (25993): art/runtime/runtime.cc:289] "ReferenceQueueDaemon" prio=5 tid=5 Waiting
- F/art (25993): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c060a0 self=0x74828c00
- F/art (25993): art/runtime/runtime.cc:289] | sysTid=26002 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925800
- F/art (25993): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25993): art/runtime/runtime.cc:289] | stack=0x73f1c000-0x73f1e000 stackSize=1036KB
- F/art (25993): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25993): art/runtime/runtime.cc:289] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25993): art/runtime/runtime.cc:289] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25993): art/runtime/runtime.cc:289] native: #02 pc 001e980b /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
- F/art (25993): art/runtime/runtime.cc:289] native: #03 pc 001eac29 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
- F/art (25993): art/runtime/runtime.cc:289] native: #04 pc 001f7851 /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
- F/art (25993): art/runtime/runtime.cc:289] native: #05 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
- F/art (25993): art/runtime/runtime.cc:289] - waiting on <0x076b06f0> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:134)
- F/art (25993): art/runtime/runtime.cc:289] - locked <0x076b06f0> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
- F/art (25993): art/runtime/runtime.cc:289]
- F/art (25993): art/runtime/runtime.cc:289] "FinalizerDaemon" prio=5 tid=6 Waiting
- F/art (25993): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c06100 self=0x74829000
- F/art (25993): art/runtime/runtime.cc:289] | sysTid=26003 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925a80
- F/art (25993): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
- F/art (25993): art/runtime/runtime.cc:289] | stack=0x73e14000-0x73e16000 stackSize=1036KB
- F/art (25993): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25993): art/runtime/runtime.cc:289] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25993): art/runtime/runtime.cc:289] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25993): art/runtime/runtime.cc:289] native: #02 pc 001e980b /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
- F/art (25993): art/runtime/runtime.cc:289] native: #03 pc 001eac29 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
- F/art (25993): art/runtime/runtime.cc:289] native: #04 pc 001f7829 /system/lib/libart.so (art::Object_waitJI(_JNIEnv*, _jobject*, long long, int)+36)
- F/art (25993): art/runtime/runtime.cc:289] native: #05 pc 0000060b /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
- F/art (25993): art/runtime/runtime.cc:289] - waiting on <0x124f4469> (a java.lang.ref.ReferenceQueue)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Object.wait(Object.java:422)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
- F/art (25993): art/runtime/runtime.cc:289] - locked <0x124f4469> (a java.lang.ref.ReferenceQueue)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:174)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
- F/art (25993): art/runtime/runtime.cc:289]
- F/art (25993): art/runtime/runtime.cc:289] "GCDaemon" prio=5 tid=7 Waiting
- F/art (25993): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c06220 self=0x74829c00
- F/art (25993): art/runtime/runtime.cc:289] | sysTid=26006 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74927b00
- F/art (25993): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
- F/art (25993): art/runtime/runtime.cc:289] | stack=0x6e746000-0x6e748000 stackSize=1036KB
- F/art (25993): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25993): art/runtime/runtime.cc:289] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25993): art/runtime/runtime.cc:289] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25993): art/runtime/runtime.cc:289] native: #02 pc 001e980b /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
- F/art (25993): art/runtime/runtime.cc:289] native: #03 pc 001eac29 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
- F/art (25993): art/runtime/runtime.cc:289] native: #04 pc 001f7851 /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
- F/art (25993): art/runtime/runtime.cc:289] native: #05 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
- F/art (25993): art/runtime/runtime.cc:289] - waiting on <0x04ce4eee> (a java.lang.Daemons$GCDaemon)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Daemons$GCDaemon.run(Daemons.java:344)
- F/art (25993): art/runtime/runtime.cc:289] - locked <0x04ce4eee> (a java.lang.Daemons$GCDaemon)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
- F/art (25993): art/runtime/runtime.cc:289]
- F/art (25993): art/runtime/runtime.cc:289] "HeapTrimmerDaemon" prio=5 tid=8 WaitingPerformingGc
- F/art (25993): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c061c0 self=0x74829800
- F/art (25993): art/runtime/runtime.cc:289] | sysTid=26005 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74927600
- F/art (25993): art/runtime/runtime.cc:289] | state=R schedstat=( 0 0 0 ) utm=23 stm=26 core=1 HZ=100
- F/art (25993): art/runtime/runtime.cc:289] | stack=0x6e84a000-0x6e84c000 stackSize=1036KB
- F/art (25993): art/runtime/runtime.cc:289] | held mutexes= "abort lock"
- F/art (25993): art/runtime/runtime.cc:289] native: #00 pc 0000484c /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
- F/art (25993): art/runtime/runtime.cc:289] native: #01 pc 00003031 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
- F/art (25993): art/runtime/runtime.cc:289] native: #02 pc 00242f29 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
- F/art (25993): art/runtime/runtime.cc:289] native: #03 pc 002272d1 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+144)
- F/art (25993): art/runtime/runtime.cc:289] native: #04 pc 002303b9 /system/lib/libart.so (art::ThreadList::DumpLocked(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+104)
- F/art (25993): art/runtime/runtime.cc:289] native: #05 pc 0021762d /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+236)
- F/art (25993): art/runtime/runtime.cc:289] native: #06 pc 00217879 /system/lib/libart.so (art::Runtime::Abort()+72)
- F/art (25993): art/runtime/runtime.cc:289] native: #07 pc 000a63db /system/lib/libart.so (art::LogMessage::~LogMessage()+1322)
- F/art (25993): art/runtime/runtime.cc:289] native: #08 pc 002308db /system/lib/libart.so (art::UnsafeLogFatalForThreadSuspendAllTimeout()+250)
- F/art (25993): art/runtime/runtime.cc:289] native: #09 pc 00230c07 /system/lib/libart.so (art::ThreadList::SuspendAll()+750)
- F/art (25993): art/runtime/runtime.cc:289] native: #10 pc 00134b8d /system/lib/libart.so (art::gc::Heap::PerformHomogeneousSpaceCompact()+1764)
- F/art (25993): art/runtime/runtime.cc:289] native: #11 pc 00142065 /system/lib/libart.so (art::gc::Heap::DoPendingTransitionOrTrim()+772)
- F/art (25993): art/runtime/runtime.cc:289] native: #12 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_dalvik_system_VMRuntime_trimHeap__+82)
- F/art (25993): art/runtime/runtime.cc:289] at dalvik.system.VMRuntime.trimHeap(Native method)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:313)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
- F/art (25993): art/runtime/runtime.cc:289]
- F/art (25993): art/runtime/runtime.cc:289] "FinalizerWatchdogDaemon" prio=5 tid=9 Waiting
- F/art (25993): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c06160 self=0x74829400
- F/art (25993): art/runtime/runtime.cc:289] | sysTid=26004 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x74925f80
- F/art (25993): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
- F/art (25993): art/runtime/runtime.cc:289] | stack=0x6e94e000-0x6e950000 stackSize=1036KB
- F/art (25993): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25993): art/runtime/runtime.cc:289] native: #00 pc 00010470 /system/lib/libc.so (syscall+28)
- F/art (25993): art/runtime/runtime.cc:289] native: #01 pc 000a8d9f /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
- F/art (25993): art/runtime/runtime.cc:289] native: #02 pc 001e980b /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
- F/art (25993): art/runtime/runtime.cc:289] native: #03 pc 001eac29 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
- F/art (25993): art/runtime/runtime.cc:289] native: #04 pc 001f7851 /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
- F/art (25993): art/runtime/runtime.cc:289] native: #05 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
- F/art (25993): art/runtime/runtime.cc:289] - waiting on <0x21f84f8f> (a java.lang.Daemons$FinalizerWatchdogDaemon)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:240)
- F/art (25993): art/runtime/runtime.cc:289] - locked <0x21f84f8f> (a java.lang.Daemons$FinalizerWatchdogDaemon)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:212)
- F/art (25993): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
- F/art (25993): art/runtime/runtime.cc:289]
- F/art (25993): art/runtime/runtime.cc:289] "Binder_1" prio=5 tid=10 Native
- F/art (25993): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c540a0 self=0x70079400
- F/art (25993): art/runtime/runtime.cc:289] | sysTid=26008 nice=0 cgrp=default sched=0/0 handle=0x74927d80
- F/art (25993): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=0 HZ=100
- F/art (25993): art/runtime/runtime.cc:289] | stack=0x6e54a000-0x6e54c000 stackSize=1012KB
- F/art (25993): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25993): art/runtime/runtime.cc:289] native: #00 pc 00037ee0 /system/lib/libc.so (__ioctl+8)
- F/art (25993): art/runtime/runtime.cc:289] native: #01 pc 0004fed5 /system/lib/libc.so (ioctl+14)
- F/art (25993): art/runtime/runtime.cc:289] native: #02 pc 0001f223 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
- F/art (25993): art/runtime/runtime.cc:289] native: #03 pc 0001f713 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
- F/art (25993): art/runtime/runtime.cc:289] native: #04 pc 0001f775 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
- F/art (25993): art/runtime/runtime.cc:289] native: #05 pc 000238eb /system/lib/libbinder.so (???)
- F/art (25993): art/runtime/runtime.cc:289] native: #06 pc 0000ef11 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
- F/art (25993): art/runtime/runtime.cc:289] native: #07 pc 0005bc41 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
- F/art (25993): art/runtime/runtime.cc:289] native: #08 pc 0000ea81 /system/lib/libutils.so (???)
- F/art (25993): art/runtime/runtime.cc:289] native: #09 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25993): art/runtime/runtime.cc:289] native: #10 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25993): art/runtime/runtime.cc:289] (no managed stack frames)
- F/art (25993): art/runtime/runtime.cc:289]
- F/art (25993): art/runtime/runtime.cc:289] "Binder_2" prio=5 tid=11 Native
- F/art (25993): art/runtime/runtime.cc:289] | group="" sCount=1 dsCount=0 obj=0x12c590a0 self=0x7482ac00
- F/art (25993): art/runtime/runtime.cc:289] | sysTid=26010 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x70042080
- F/art (25993): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
- F/art (25993): art/runtime/runtime.cc:289] | stack=0x6e44c000-0x6e44e000 stackSize=1012KB
- F/art (25993): art/runtime/runtime.cc:289] | held mutexes=
- F/art (25993): art/runtime/runtime.cc:289] native: #00 pc 00037ee0 /system/lib/libc.so (__ioctl+8)
- F/art (25993): art/runtime/runtime.cc:289] native: #01 pc 0004fed5 /system/lib/libc.so (ioctl+14)
- F/art (25993): art/runtime/runtime.cc:289] native: #02 pc 0001f223 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
- F/art (25993): art/runtime/runtime.cc:289] native: #03 pc 0001f713 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
- F/art (25993): art/runtime/runtime.cc:289] native: #04 pc 0001f775 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
- F/art (25993): art/runtime/runtime.cc:289] native: #05 pc 000238eb /system/lib/libbinder.so (???)
- F/art (25993): art/runtime/runtime.cc:289] native: #06 pc 0000ef11 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
- F/art (25993): art/runtime/runtime.cc:289] native: #07 pc 0005bc41 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
- F/art (25993): art/runtime/runtime.cc:289] native: #08 pc 0000ea81 /system/lib/libutils.so (???)
- F/art (25993): art/runtime/runtime.cc:289] native: #09 pc 000147d7 /system/lib/libc.so (__pthread_start(void*)+30)
- F/art (25993): art/runtime/runtime.cc:289] native: #10 pc 0001271f /system/lib/libc.so (__start_thread+6)
- F/art (25993): art/runtime/runtime.cc:289] (no managed stack frames)
- F/art (25993): art/runtime/runtime.cc:289]
- F/art (25993): art/runtime/runtime.cc:289]
- F/libc (25993): Fatal signal 6 (SIGABRT), code -6 in tid 26005 (HeapTrimmerDaem)
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=2 for 109.449s
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=1 for 203ms
- W/art ( 424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=2 for 200ms
- I/DEBUG ( 143):
- I/DEBUG ( 143): Tombstone written to: /data/tombstones/tombstone_00
- I/ActivityManager( 424): Process android.process.media (pid 25979) has died
- I/Zygote ( 148): Process 25979 exited due to signal (6)
- I/DEBUG ( 143): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
- I/DEBUG ( 143): Build fingerprint: 'hp/hp_tenderloin/tenderloin:5.0.2/LRX22G/1649326:user/release-keys'
- I/DEBUG ( 143): Revision: '3'
- I/DEBUG ( 143): ABI: 'arm'
- I/DEBUG ( 143): pid: 25993, tid: 26005, name: HeapTrimmerDaem >>> com.estrongs.android.pop <<<
- I/DEBUG ( 143): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
- I/art ( 424): Wrote stack traces to '/data/anr/traces.txt'
- I/DEBUG ( 143): Abort message: 'art/runtime/thread_list.cc:173] Thread suspend timeout'
- I/DEBUG ( 143): r0 00000000 r1 00006595 r2 00000006 r3 00000000
- I/DEBUG ( 143): r4 6e94bdb8 r5 00000006 r6 00000002 r7 0000010c
- I/DEBUG ( 143): r8 00000000 r9 7486f520 sl 74829800 fp 000026f6
- I/DEBUG ( 143): ip 00006595 sp 6e94b768 lr 76dc5ff1 pc 76de9be4 cpsr 600f0010
- I/DEBUG ( 143):
- I/DEBUG ( 143): backtrace:
- I/DEBUG ( 143): #00 pc 00038be4 /system/lib/libc.so (tgkill+12)
- I/DEBUG ( 143): #01 pc 00014fed /system/lib/libc.so (pthread_kill+52)
- I/DEBUG ( 143): #02 pc 00015c0b /system/lib/libc.so (raise+10)
- I/DEBUG ( 143): #03 pc 000123b5 /system/lib/libc.so (__libc_android_abort+36)
- I/DEBUG ( 143): #04 pc 0000fffc /system/lib/libc.so (abort+4)
- I/DEBUG ( 143): #05 pc 002178d1 /system/lib/libart.so (art::Runtime::Abort()+160)
- I/DEBUG ( 143): #06 pc 000a63db /system/lib/libart.so (art::LogMessage::~LogMessage()+1322)
- I/DEBUG ( 143): #07 pc 002308db /system/lib/libart.so (art::UnsafeLogFatalForThreadSuspendAllTimeout()+250)
- I/DEBUG ( 143): #08 pc 00230c07 /system/lib/libart.so (art::ThreadList::SuspendAll()+750)
- I/DEBUG ( 143): #09 pc 00134b8d /system/lib/libart.so (art::gc::Heap::PerformHomogeneousSpaceCompact()+1764)
- I/DEBUG ( 143): #10 pc 00142065 /system/lib/libart.so (art::gc::Heap::DoPendingTransitionOrTrim()+772)
- I/DEBUG ( 143): #11 pc 000003df /data/dalvik-cache/arm/system@framework@boot.oat
- I/ActivityManager( 424): Start proc 26024:android.process.media/u0a4 for restart android.process.media
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.content.SyncStorageEngine.updateOrAddPeriodicSync(com.android.server.content.SyncStorageEngine$EndPoint, long, long, android.os.Bundle) from SyncStorageEngine.java:910 waiters=0 for 147.555s
- I/DEBUG ( 143):
- I/DEBUG ( 143): Tombstone written to: /data/tombstones/tombstone_01
- I/ActivityManager( 424): Process com.estrongs.android.pop (pid 25993) has died
- I/Zygote ( 148): Process 25993 exited due to signal (6)
- I/GCoreUlr( 942): WorldUpdater:android.intent.action.ACTION_POWER_CONNECTED: Ensuring that reporting is stopped because of reasons: {account#10#=[InactiveReason{mVersionCode=0, mIdentifier=6, mName='ReportingNotEnabled'}]}
- I/GCoreUlr( 942): Unbound from all location providers
- E/SQLiteLog(26024): (283) recovered 2 frames from WAL file /data/user/0/com.android.providers.media/databases/external.db-wal
- I/GCoreUlr( 942): DispatchingService.onDestroy()
- I/GCoreUlr( 942): Unbound from all location providers
- I/iu.FingerprintManager(18840): Start processing media store URI: content://media/external/video/media
- I/iu.FingerprintManager(18840): Start processing media store URI: content://media/phoneStorage/images/media
- I/iu.FingerprintManager(18840): Start processing media store URI: content://media/phoneStorage/video/media
- I/iu.FingerprintManager(18840): Finished generating fingerprints; 156.108 seconds
- I/iu.FingerprintManager(18840): numSeen=0 numGenerated=0 numDeleted=0 numFailed=0
- I/ActivityManager( 424): Process com.android.deskclock (pid 25617) has died
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=0 for 80.407s
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=1 for 70.748s
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=2 for 2.769s
- I/ActivityManager( 424): Start proc 26051:com.google.android.apps.plus/u0a103 for broadcast com.google.android.apps.plus/.service.BatteryReceiver
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$MainHandler.handleMessage(android.os.Message) from ActivityManagerService.java:1312 waiters=0 for 802ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$MainHandler.handleMessage(android.os.Message) from ActivityManagerService.java:1312 waiters=2 for 698ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$MainHandler.handleMessage(android.os.Message) from ActivityManagerService.java:1312 waiters=3 for 666ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$MainHandler.handleMessage(android.os.Message) from ActivityManagerService.java:1312 waiters=1 for 796ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$MainHandler.handleMessage(android.os.Message) from ActivityManagerService.java:1312 waiters=1 for 184ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$MainHandler.handleMessage(android.os.Message) from ActivityManagerService.java:1312 waiters=2 for 148ms
- W/ResourcesManager(26051): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- I/OpenGLRenderer( 424): Initialized EGL, version 1.4
- I/RenderThread(20916): type=1400 audit(0.0:270): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- I/RenderThread(20916): type=1400 audit(0.0:271): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- I/Choreographer( 424): Skipped 32 frames! The application may be doing too much work on its main thread.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.ContactsSyncAdapterService$SyncAdapterImpl.onPerformSync(ContactsSyncAdapterService.java:134)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer( 661): Skipped 32 frames! The application may be doing too much work on its main thread.
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync needs to wait: Ping: no, Pending tasks: 2 acct: 3
- W/art ( 424): Suspending all threads took: 13.000ms
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS Signalling a pending sync to proceed acct:3.
- I/art ( 424): Background partial concurrent mark sweep GC freed 31492(1859KB) AllocSpace objects, 10(160KB) LOS objects, 18% free, 17MB/21MB, paused 72.692ms total 1.387s
- W/art (26051): Suspending all threads took: 86.608ms
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.contacts, SERVER, currentRunTime 139378074, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art ( 424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=0 for 252ms
- W/art ( 424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=1 for 372ms
- I/art ( 148): Explicit concurrent mark sweep GC freed 705(30KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1930KB/3MB, paused 305us total 29.327ms
- I/ActivityManager( 424): Start proc 26078:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
- I/art ( 148): Explicit concurrent mark sweep GC freed 6(208B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1930KB/3MB, paused 335us total 21.209ms
- I/art ( 148): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1930KB/3MB, paused 549us total 24.932ms
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.content.SyncStorageEngine.stopSyncEvent(long, long, java.lang.String, long, long) from SyncStorageEngine.java:1311 waiters=0 for 378ms
- W/ResourcesManager(26078): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
- W/art ( 424): Long monitor contention event with owner method=boolean com.android.server.content.SyncStorageEngine.deleteFromPending(com.android.server.content.SyncStorageEngine$PendingOperation) from SyncStorageEngine.java:1105 waiters=0 for 241ms
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art ( 424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=0 for 193ms
- W/art ( 424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=0 for 168ms
- I/Choreographer(20447): Skipped 70 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/CalendarProvider2(26078): Created com.android.providers.calendar.CalendarAlarmManager@21f84f8f(com.android.providers.calendar.CalendarProvider2@3691a21c)
- W/art (26078): Suspending all threads took: 85.479ms
- I/Choreographer( 661): Skipped 35 frames! The application may be doing too much work on its main thread.
- I/Exchange(27503): onPerformSync calendar: Bundle[{__mailboxCount__=5, __mailboxId0__=33, __mailboxId1__=36, __mailboxId2__=40, __mailboxId3__=41, __mailboxId4__=42}]
- I/Exchange(27503): PSS syncStart for account acct:2
- I/Exchange(27503): PSS adding account state for acct:2
- I/CalendarProvider2(26078): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar }
- W/ContentResolver(26078): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
- W/art (27503): Suspending all threads took: 16.632ms
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.CalendarSyncAdapterService$SyncAdapterImpl.onPerformSync(CalendarSyncAdapterService.java:131)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 139385936, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- I/Adreno200-EGL(26051): <qeglDrvAPI_eglInitialize:265>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081)
- I/Adreno200-EGL(26051): Build Date: 06/25/13 Tue
- I/Adreno200-EGL(26051): Local Branch:
- I/Adreno200-EGL(26051): Remote Branch: quic/jb_2.5.5
- I/Adreno200-EGL(26051): Local Patches: NONE
- I/Adreno200-EGL(26051): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/ActivityManager( 424): Start proc 26119:com.google.android.googlequicksearchbox:search/u0a22 for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver
- I/ActivityManager( 424): Process com.google.android.gms (pid 18840) has died
- D/GCM ( 1115): Message class com.google.f.a.a.i
- W/art ( 424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=0 for 356ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied() from ActivityManagerService.java:1229 waiters=0 for 194ms
- I/ActivityManager( 424): Start proc 26135:com.google.android.gms/u0a16 for service com.google.android.gms/.usagereporting.service.UsageReportingService
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:2
- I/Exchange(27503): PSS push enabled is unknown
- W/ResourcesManager(26135): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(26135): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
- I/Exchange(27503): onPerformSync email: Bundle[{ignore_settings=true, force=true, ignore_backoff=true, __push_only__=true}]
- I/Exchange(27503): PSS removing account state for acct:2
- D/SyncManager( 424): failed sync operation patrick.t.wong@outlook.com u0 (com.android.exchange), com.android.calendar, SERVER, currentRunTime 139470046, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art ( 424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=0 for 608ms
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS starting ping task acct:3
- I/Exchange(27503): Ping task starting for 3
- I/MultiDex(26135): VM with version 2.1.0 has multidex support
- I/MultiDex(26135): install
- I/MultiDex(26135): VM has multidex support, MultiDex support library is disabled.
- I/art (26135): Background sticky concurrent mark sweep GC freed 1753(94KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 3MB/3MB, paused 38.574ms total 239.074ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.content.SyncStorageEngine.updateOrAddPeriodicSync(com.android.server.content.SyncStorageEngine$EndPoint, long, long, android.os.Bundle) from SyncStorageEngine.java:910 waiters=0 for 588ms
- W/art (26135): Suspending all threads took: 6.927ms
- I/art (26135): Background partial concurrent mark sweep GC freed 124(19KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 3MB/5MB, paused 7.843ms total 42.602ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.content.SyncStorageEngine.updateOrAddPeriodicSync(com.android.server.content.SyncStorageEngine$EndPoint, long, long, android.os.Bundle) from SyncStorageEngine.java:910 waiters=1 for 642ms
- I/GoogleURLConnFactory( 1115): Using platform SSLCertificateSocketFactory
- W/Uploader( 1115): No account for auth token provided
- I/ActivityManager( 424): Process com.android.providers.calendar (pid 26078) has died
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): Changes found in: 00000000-0000-0000-0000-000000000001
- I/Exchange(27503): Changes found in: 00000000-0000-0000-0000-000000000003
- I/Exchange(27503): Changes found in: 2:0
- I/Exchange(27503): Changes found in: 1:ALi8xGyb4UJBqKMtyXrl7gb+TmCl9hQIQZ+ElNrB0soP
- I/Exchange(27503): Changes found in: 1:AMotgEqhejlMpRkkcN+5DqUjI1PE7lL9QqwB65OBa1Mr
- I/Exchange(27503): Changes found in: 1:AR/o0A+y+1ZBriYBR872EdGNJuMAEEWdSYGU+UiijYTs
- I/Exchange(27503): Ping found changed folders for account 3
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- E/Exchange(27503): unexpected collectiontype 0 in EasPing
- W/art (26119): Suspending all threads took: 18.798ms
- W/Uploader( 1115): No account for auth token provided
- I/art ( 424): Explicit concurrent mark sweep GC freed 48936(2MB) AllocSpace objects, 8(128KB) LOS objects, 18% free, 17MB/21MB, paused 10.314ms total 1.196s
- W/Uploader( 1115): No account for auth token provided
- E/Exchange(27503): unexpected collectiontype 5 in EasPing
- I/ProviderInstaller(26135): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application'
- W/Uploader( 1115): No account for auth token provided
- E/Exchange(27503): unexpected collectiontype 66 in EasPing
- E/Exchange(27503): unexpected collectiontype 65 in EasPing
- I/GAV2 (26051): Thread[GAThread,5,main]: No campaign data found.
- W/Uploader( 1115): No account for auth token provided
- E/Exchange(27503): unexpected collectiontype 65 in EasPing
- E/Exchange(27503): unexpected collectiontype 65 in EasPing
- I/ActivityManager( 424): Start proc 26166:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
- I/Exchange(27503): EasOperation requestSyncForMailboxes Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/art (23437): Explicit concurrent mark sweep GC freed 5217(289KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 4MB/5MB, paused 3.387ms total 432.098ms
- I/Exchange(27503): EasOperation requestSyncForMailboxes Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{__mailboxCount__=5, __mailboxId0__=54, __mailboxId1__=56, __mailboxId2__=60, __mailboxId3__=61, __mailboxId4__=62}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Stop next with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): EasOperation requestSyncForMailboxes Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{__mailboxCount__=6, __mailboxId0__=54, __mailboxId1__=56, __mailboxId2__=59, __mailboxId3__=60, __mailboxId4__=61, __mailboxId5__=62}]
- I/Exchange(27503): Ping task ending with status: 2
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- W/art (26119): Suspending all threads took: 99.121ms
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/ActivityManager( 424): Start proc 26195:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
- I/ActivityManager( 424): Process android.process.acore (pid 22613) has died
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/SearchServiceFactory(26119): refreshing search history.
- W/GAV2 (26119): Thread[Background Blocking-0,5,main]: Need to call initialize() and be in fallback mode to start dispatch.
- W/GAV2 (26119): Thread[Background Blocking-0,5,main]: dispatch call queued. Need to call GAServiceManager.getInstance().initialize().
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- W/art (26119): Long monitor contention event with owner method=com.google.android.search.core.google.bk com.google.android.search.core.m.ash() from CoreSearchServices.java:503 waiters=0 for 302ms
- D/ExtensionsFactory(26195): No custom extensions.
- D/AlertReceiver(26195): 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(26195): 0 Action = android.intent.action.PROVIDER_CHANGED
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- I/ActivityManager( 424): Start proc 26230:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
- W/art (26119): Suspending all threads took: 20.965ms
- E/NuPlayerDecoder( 145): Stream error for OMX.google.aac.decoder (err=-1004), EOS successfully queued
- E/NuPlayer( 145): received error(0xfffffc14) from audio decoder, flushing(0), now shutting down
- W/ResourcesManager(26230): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
- E/MediaPlayer(20447): error (1, -1004)
- E/MediaPlayer(20447): Error (1,-1004)
- E/NuPlayerDecoder( 145): Stream error for OMX.qcom.video.decoder.avc (err=-1004), EOS successfully queued
- E/NuPlayer( 145): received error(0xfffffc14) from video decoder, flushing(0), now shutting down
- E/MediaPlayer(20447): error (1, -1004)
- E/OMX-VDEC-1080P( 145): send_command: Recieved a Command from Client
- E/OMX-VDEC-1080P( 145): Rxd i/p EOS, Notify Driver that EOS has been reached
- E/OMX-VDEC-1080P( 145): send_command_proxy(): cmd = 1, Current State 3, Expected State -1
- E/OMX-VDEC-1080P( 145): send_command_proxy(): OMX_CommandFlush issued with param1: -1
- E/OMX-VDEC-1080P( 145): send_command: Command Processed
- E/OMX-VDEC-1080P( 145): Driver flush i/p Port complete
- E/OMX-VDEC-1080P( 145): Initiate Input Flush
- E/OMX-VDEC-1080P( 145): Flush Input OMX_COMPONENT_GENERATE_EBD 0x750a5700
- E/OMX-VDEC-1080P( 145): Flush Input OMX_COMPONENT_GENERATE_EBD 0x750a5750
- E/OMX-VDEC-1080P( 145): OMX flush i/p Port complete PenBuf(0)
- E/OMX-VDEC-1080P( 145): Driver flush o/p Port complete
- E/OMX-VDEC-1080P( 145): Initiate Output Flush
- E/OMX-VDEC-1080P( 145): OMX flush o/p Port complete PenBuf(0)
- E/OMX-VDEC-1080P( 145): send_command: Recieved a Command from Client
- E/OMX-VDEC-1080P( 145): send_command_proxy(): cmd = 0, Current State 3, Expected State 2
- E/OMX-VDEC-1080P( 145): send_command_proxy(): OMX_CommandStateSet issued
- E/OMX-VDEC-1080P( 145): Current State 3, Expected State 2
- E/OMX-VDEC-1080P( 145): Command Recieved in OMX_StateExecuting
- E/OMX-VDEC-1080P( 145): send_command_proxy(): Executing --> Idle
- E/OMX-VDEC-1080P( 145): send_command: Command Processed
- E/OMX-VDEC-1080P( 145): Driver flush i/p Port complete
- E/OMX-VDEC-1080P( 145): Initiate Input Flush
- E/OMX-VDEC-1080P( 145): OMX flush i/p Port complete PenBuf(0)
- E/OMX-VDEC-1080P( 145): Driver flush o/p Port complete
- E/OMX-VDEC-1080P( 145): Initiate Output Flush
- E/OMX-VDEC-1080P( 145): Buffer queue size 3 pending buf cnt 1
- E/OMX-VDEC-1080P( 145): ID(4) P1(75098004) P2(753974b0)
- E/OMX-VDEC-1080P( 145): Buffer queue size 2 pending buf cnt 2
- E/OMX-VDEC-1080P( 145): ID(4) P1(75098004) P2(75397550)
- E/OMX-VDEC-1080P( 145): Buffer queue size 1 pending buf cnt 3
- E/OMX-VDEC-1080P( 145): ID(c) P1(75397370) P2(40000000)
- E/OMX-VDEC-1080P( 145): OMX flush o/p Port complete PenBuf(2)
- E/OMX-VDEC-1080P( 145): Rxd OMX_COMPONENT_GENERATE_STOP_DONE
- E/OMX-VDEC-1080P( 145): send_command: Recieved a Command from Client
- E/OMX-VDEC-1080P( 145): send_command_proxy(): cmd = 0, Current State 2, Expected State 1
- E/OMX-VDEC-1080P( 145): send_command_proxy(): OMX_CommandStateSet issued
- E/OMX-VDEC-1080P( 145): Current State 2, Expected State 1
- E/OMX-VDEC-1080P( 145): send_command_proxy(): Idle-->Loaded-Pending
- E/OMX-VDEC-1080P( 145): send_command: Command Processed
- E/OMX-VDEC-1080P( 145): ALL input buffers are freed/released
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ecb2000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ed22000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6efbe000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f02e000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f09e000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f10e000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f17e000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f1ee000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f25e000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f2ce000, 229376)
- E/OMX-VDEC-1080P( 145): ALL output buffers are freed/released
- E/OMX-VDEC-1080P( 145): OMX_CommandStateSet complete, m_state = 1
- E/OMX-VDEC-1080P( 145): Playback Ended - PASSED
- E/OMX-VDEC-1080P( 145): ALL output buffers are freed/released
- E/OMX-VDEC-1080P( 145): Calling VDEC_IOCTL_STOP_NEXT_MSG
- E/OMX-VDEC-1080P( 145): omx_vdec::component_deinit() complete
- E/OMX-VDEC-1080P( 145): In OMX Vdec Destructor(), Vdec instances = 1
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): Error in ioctl read next msg
- E/OMX-VDEC-1080P( 145): omx_vdec: Async thread stop
- E/OMX-VDEC-1080P( 145): Waiting on OMX Msg Thread exit
- E/OMX-VDEC-1080P( 145): omx_vdec: message thread stop
- E/OMX-VDEC-1080P( 145): Waiting on OMX Async Thread exit
- E/OMX-VDEC-1080P( 145): Calling close() on Video Driver
- E/OMX-VDEC-1080P( 145): Calling close() on vdec ion devicefd = 23
- E/OMX-VDEC-1080P( 145): Successfully destroyed vdec ionlock
- E/OMX-VDEC-1080P( 145): Exit OMX vdec Destructor
- E/ ( 145):
- E/ ( 145): Destroy C2D instance
- E/ ( 145):
- E/ ( 145): Destroy C2D instance
- I/CalendarProvider2(26230): Created com.android.providers.calendar.CalendarAlarmManager@21f84f8f(com.android.providers.calendar.CalendarProvider2@3691a21c)
- E/MediaPlayer(20447): Error (1,-1004)
- W/LocationOracleImpl(26119): Best location was null
- W/art (26119): Suspending all threads took: 22.949ms
- I/AudioFlinger( 145): BUFFER TIMEOUT: remove(4096) from active list on thread 0x758e8000
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/browser (20447): Console: src error: retry once... http://static1.dmcdn.net/js/component/player/player-e9b7602a.js:3
- I/WebViewFactory(26119): Loading com.android.webview version 39 (eng.flintman-arm) (code 399991)
- D/NuPlayerDriver( 145): reset(0x7502a4c0)
- I/CalendarProvider2(26230): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar }
- W/ContentResolver(26230): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
- D/NuPlayerDriver( 145): notifyResetComplete(0x7502a4c0)
- I/MediaFocusControl( 424): AudioFocus abandonAudioFocus() from android.media.AudioManager@209e06bbcom.android.org.chromium.media.MediaPlayerListener@48f1c74
- I/LibraryLoader(26119): Time to load native libraries: 254 ms (timestamps 9377-9631)
- I/LibraryLoader(26119): Expected native library version number "",actual native library version number ""
- D/GCM ( 1115): 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
- W/art (26119): Attempt to remove local handle scope entry from IRT, ignoring
- D/AuthorizationBluetoothService( 1115): 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 ( 1115): Getting all permits...
- D/a ( 1115): Opening database...
- W/art ( 424): Long monitor contention event with owner method=boolean com.android.server.content.SyncStorageEngine.deleteFromPending(com.android.server.content.SyncStorageEngine$PendingOperation) from SyncStorageEngine.java:1105 waiters=0 for 1.827s
- D/a ( 1115): Opening database auth.proximity.permit_store...
- D/a ( 1115): Closing database...
- V/GmsCoreStatsServiceLauncher(26135): 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/LocationInitializer(26135): Restart initialization of location
- D/AlertReceiver(26195): 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 }
- E/MDM ( 942): [103] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null}
- I/System.out(26119): Found 5 addresses to connect to, out of which 0 are on Ipv6
- I/art ( 424): Explicit concurrent mark sweep GC freed 23948(1101KB) AllocSpace objects, 1(16KB) LOS objects, 18% free, 17MB/21MB, paused 10.009ms total 160.491ms
- V/audio_hw_primary( 145): do_out_standby: CALLED
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- V/audio_hw_primary( 145): do_out_standby: calling select_devices
- V/audio_hw_primary( 145): mixer_set: 'PCM Playback Sink' 0,0,0
- V/audio_hw_primary( 145): mixer_set: 'speaker_stereo_rx' 0,0,0
- V/audio_hw_primary( 145): disable speaker/headphones
- V/audio_hw_primary( 145): state hp=n skr=y mic=y
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 139603800, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- I/GAV2 (26119): Thread[GAThread,5,main]: No campaign data found.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/GlobalDismissManager(26195): no sender configured
- D/AlertService(26195): Beginning updateAlertNotification
- D/AlertService(26195): No fired or scheduled alerts
- D/AlertService(26195): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
- D/AlarmScheduler(26195): Query result count for events starting within 1 week: 2
- D/AlertService(26195): 0 Action = android.intent.action.PROVIDER_CHANGED
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 26051) has died
- I/ActivityManager( 424): Process android.process.media (pid 26024) has died
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync calendar: Bundle[{__mailboxCount__=5, __mailboxId0__=54, __mailboxId1__=56, __mailboxId2__=60, __mailboxId3__=61, __mailboxId4__=62}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/GlobalDismissManager(26195): no sender configured
- D/AlertService(26195): Beginning updateAlertNotification
- D/AlertService(26195): No fired or scheduled alerts
- D/AlertService(26195): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
- D/AlarmScheduler(26195): Query result count for events starting within 1 week: 2
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.CalendarSyncAdapterService$SyncAdapterImpl.onPerformSync(CalendarSyncAdapterService.java:131)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.calendar, SERVER, currentRunTime 139618020, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/OpenGLRenderer( 424): endAllStagingAnimators on 0x7005e900 (RippleDrawable) with handle 0x70210400
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@37415e6b attribute=null, token = android.os.BinderProxy@18de06b4
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/ActivityManager( 424): 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
- D/WebViewTimersControl(20447): onBrowserActivityPause
- D/WebViewTimersControl(20447): Pausing webview timers, view=com.android.browser.BrowserWebView{3eb43e72 VFEDHVCL .F...... 0,0-1024,591}
- I/Adreno200-EGL( 1404): <qeglDrvAPI_eglInitialize:265>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081)
- I/Adreno200-EGL( 1404): Build Date: 06/25/13 Tue
- I/Adreno200-EGL( 1404): Local Branch:
- I/Adreno200-EGL( 1404): Remote Branch: quic/jb_2.5.5
- I/Adreno200-EGL( 1404): Local Patches: NONE
- I/Adreno200-EGL( 1404): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING
- I/OpenGLRenderer( 1404): Initialized EGL, version 1.4
- I/Timeline( 1404): Timeline: Activity_idle id: android.os.BinderProxy@8354af3 time:48339117
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/IInputConnectionWrapper(20447): showStatusIcon on inactive InputConnection
- I/Timeline( 424): Timeline: Activity_windows_visible id: ActivityRecord{35d154fb u0 com.android.launcher3/.Launcher t147} time:48339373
- W/OpenGLRenderer( 1404): Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
- W/ResourceType( 661): No package identifier when getting value for resource number 0x00000000
- W/PackageManager( 661): Failure retrieving resources for com.android.browser: Resource ID #0x0
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/ActivityManager( 424): START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from uid 10012 on display 0
- W/InputMethodManagerService( 424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@29ba5436 attribute=null, token = android.os.BinderProxy@2556228e
- V/WindowManager( 424): addAppToken: AppWindowToken{1bf75a0d token=Token{3e1d1ca4 ActivityRecord{21c27f37 u0 com.android.settings/.Settings t190}}} to stack=1 task=190 at 0
- V/WindowManager( 424): Adding window Window{ce3031a u0 Starting com.android.settings} at 6 of 12 (after Window{1fcbe2dd u0 com.android.browser/com.android.browser.BrowserActivity})
- I/ActivityManager( 424): Start proc 26382:com.android.settings/1000 for activity com.android.settings/.Settings
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- I/IndexDatabaseHelper(26382): Using schema version: 115
- I/IndexDatabaseHelper(26382): Index is fine
- D/Index (26382): Locale 'en_US' is already indexed
- D/OpenGLRenderer(26382): Use EGL_SWAP_BEHAVIOR_PRESERVED: true
- D/Atlas (26382): Validating map...
- V/WindowManager( 424): Adding window Window{28252cb1 u0 com.android.settings/com.android.settings.Settings} at 6 of 13 (before Window{ce3031a u0 Starting com.android.settings})
- D/DashboardSummary(26382): rebuildUI took: 240 ms
- I/art (26382): Background partial concurrent mark sweep GC freed 1596(84KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 2MB/4MB, paused 15.808ms total 97.625ms
- I/RenderThread(26402): type=1400 audit(0.0:272): avc: denied { read write } for name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- I/RenderThread(26402): type=1400 audit(0.0:273): avc: denied { open } for name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- I/RenderThread(26402): type=1400 audit(0.0:274): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- I/Adreno200-EGL(26382): <qeglDrvAPI_eglInitialize:265>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081)
- I/Adreno200-EGL(26382): Build Date: 06/25/13 Tue
- I/Adreno200-EGL(26382): Local Branch:
- I/Adreno200-EGL(26382): Remote Branch: quic/jb_2.5.5
- I/Adreno200-EGL(26382): Local Patches: NONE
- I/Adreno200-EGL(26382): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING
- I/OpenGLRenderer(26382): Initialized EGL, version 1.4
- D/OpenGLRenderer(26382): Enabling debug mode 0
- I/ActivityManager( 424): Displayed com.android.settings/.Settings: +1s756ms
- I/Timeline( 424): Timeline: Activity_windows_visible id: ActivityRecord{21c27f37 u0 com.android.settings/.Settings t190} time:48350468
- I/Timeline(26382): Timeline: Activity_idle id: android.os.BinderProxy@37624f9e time:48350548
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Timeline(26382): Timeline: Activity_launch_request id:com.evervolv.toolbox time:48352326
- I/ActivityManager( 424): START u0 {act=android.intent.action.MAIN cmp=com.evervolv.toolbox/.Toolbox} from uid 1000 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{89a570 token=Token{3b93bbb3 ActivityRecord{29690522 u0 com.evervolv.toolbox/.Toolbox t190}}} to stack=1 task=190 at 1
- V/WindowManager( 424): Adding window Window{2669a421 u0 Starting com.evervolv.toolbox} at 7 of 13 (after Window{28252cb1 u0 com.android.settings/com.android.settings.Settings})
- I/ActivityManager( 424): Start proc 26430:com.evervolv.toolbox/1000 for activity com.evervolv.toolbox/.Toolbox
- I/Timeline(26382): Timeline: Activity_launch_request id:com.evervolv.toolbox time:48352532
- I/ActivityManager( 424): START u0 {act=android.intent.action.MAIN cmp=com.evervolv.toolbox/.Toolbox} from uid 1000 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{85a6f34 token=Token{ce4207 ActivityRecord{1d832046 u0 com.evervolv.toolbox/.Toolbox t190}}} to stack=1 task=190 at 2
- V/WindowManager( 424): Adding window Window{3c436aff u0 Starting com.evervolv.toolbox} at 8 of 14 (after Window{2669a421 u0 Starting com.evervolv.toolbox})
- I/art ( 424): Explicit concurrent mark sweep GC freed 57609(2MB) AllocSpace objects, 6(96KB) LOS objects, 17% free, 18MB/22MB, paused 1.983ms total 198.211ms
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.display.DisplayManagerService.registerCallbackInternal(android.hardware.display.IDisplayManagerCallback, int) from DisplayManagerService.java:384 waiters=0 for 164ms
- D/OpenGLRenderer(26382): endAllStagingAnimators on 0x74afd180 (RippleDrawable) with handle 0x74b03730
- D/Toolbox (26430): Selected item=0
- D/OpenGLRenderer(26430): Use EGL_SWAP_BEHAVIOR_PRESERVED: true
- D/Atlas (26430): Validating map...
- V/WindowManager( 424): Adding window Window{1899bc82 u0 com.evervolv.toolbox/com.evervolv.toolbox.Toolbox} at 7 of 14 (before Window{3c436aff u0 Starting com.evervolv.toolbox})
- I/Adreno200-EGL(26430): <qeglDrvAPI_eglInitialize:265>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081)
- I/Adreno200-EGL(26430): Build Date: 06/25/13 Tue
- I/Adreno200-EGL(26430): Local Branch:
- I/Adreno200-EGL(26430): Remote Branch: quic/jb_2.5.5
- I/Adreno200-EGL(26430): Local Patches: NONE
- I/Adreno200-EGL(26430): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING
- I/OpenGLRenderer(26430): Initialized EGL, version 1.4
- D/OpenGLRenderer(26430): Enabling debug mode 0
- I/ActivityManager( 424): Displayed com.evervolv.toolbox/.Toolbox: +1s146ms (total +1s249ms)
- I/Timeline( 424): Timeline: Activity_windows_visible id: ActivityRecord{1d832046 u0 com.evervolv.toolbox/.Toolbox t190} time:48353688
- I/Timeline(26430): Timeline: Activity_idle id: android.os.BinderProxy@30978cdd time:48353758
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/Toolbox (26430): Selected item=5
- I/art (26430): Background partial concurrent mark sweep GC freed 2185(153KB) AllocSpace objects, 2(32KB) LOS objects, 40% free, 2MB/4MB, paused 13.244ms total 51.483ms
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- D/SyncManager( 424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 139615360, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/EVToolbox(26430): Calling dumplogcat:-D -B -o /data/data/com.evervolv.toolbox/files/logcat -m -r -d -k
- [logcat: 0.0s elapsed]
- ------ RADIO LOG (logcat -b radio -d *:v) ------
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_OFF
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(25109): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(25109): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.iso-country' defaultVal='' prop=
- D/TelephonyManager(25109): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(25109): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_ON
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 8606): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.iso-country' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21994): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21994): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(27503): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(27503): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21994): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21994): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): [getPhoneId] asked for default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_OFF
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): [getPhoneId] asked for default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 5002): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 5002): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 5002): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 7001): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7001): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 7001): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7001): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7475): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 8835): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 8835): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 8835): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]hasMatchedTetherApnSetting: APN=null
- D/GsmDCT ( 896): [0]hasMatchedTetherApnSetting: APN=null
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_ON
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): [getPhoneId] asked for default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager(11461): [getPhoneId]- fail
- D/TelephonyManager(11461): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager(11610): [getPhoneId]- fail
- D/TelephonyManager(11610): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager(11630): [getPhoneId]- fail
- D/TelephonyManager(11630): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(11392): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionManager(14061): [getPhoneId]- fail
- D/TelephonyManager(14061): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager(14182): [getPhoneId]- fail
- D/TelephonyManager(14182): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(13786): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionManager(17574): [getPhoneId]- fail
- D/TelephonyManager(17574): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_OFF
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): [getPhoneId] asked for default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager(31869): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(31869): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(31970): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(31970): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(31970): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 2604): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 2604): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 2604): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getSimStateForSubscriber: simState=NOT_READY ordinal=6
- D/SubscriptionManager( 424): getSimStateForSubscriber: simState=6 subId=5000
- D/TelephonyManager( 424): getSimState: simState=6 slotIdx=0
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 661): getTelephonyProperty: return propVal='false' phoneId=0 property='gsm.operator.isroaming' defaultVal='null' prop=false
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 661): getTelephonyProperty: return propVal='false' phoneId=0 property='gsm.operator.isroaming' defaultVal='null' prop=false
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getSimStateForSubscriber: simState=NOT_READY ordinal=6
- D/SubscriptionManager( 424): getSimStateForSubscriber: simState=6 subId=5000
- D/TelephonyManager( 424): getSimState: simState=6 slotIdx=0
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_ON
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): [getPhoneId] asked for default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getSimStateForSubscriber: simState=NOT_READY ordinal=6
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionManager( 424): getSimStateForSubscriber: simState=6 subId=5000
- D/TelephonyManager( 661): getTelephonyProperty: return propVal='false' phoneId=0 property='gsm.operator.isroaming' defaultVal='null' prop=false
- D/TelephonyManager( 424): getSimState: simState=6 slotIdx=0
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 661): getTelephonyProperty: return propVal='false' phoneId=0 property='gsm.operator.isroaming' defaultVal='null' prop=false
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionManager( 5431): [getPhoneId]- fail
- D/TelephonyManager( 5431): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager( 6358): [getPhoneId]- fail
- D/TelephonyManager( 6358): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 6532): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionManager( 6738): [getPhoneId]- fail
- D/TelephonyManager( 6738): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager( 6791): [getPhoneId]- fail
- D/TelephonyManager( 6791): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionManager( 9265): [getPhoneId]- fail
- D/TelephonyManager( 9265): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager( 9493): [getPhoneId]- fail
- D/TelephonyManager( 9493): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager( 9543): [getPhoneId]- fail
- D/TelephonyManager( 9543): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7366): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_OFF
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_ON
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_OFF
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_ON
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(20447): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(20447): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(20447): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21567): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21567): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21567): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_OFF
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_ON
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7366): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7366): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7366): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7366): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7366): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7366): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7366): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7366): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]hasMatchedTetherApnSetting: APN=null
- D/GsmDCT ( 896): [0]hasMatchedTetherApnSetting: APN=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(23437): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): [getPhoneId] asked for default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- [logcat: 0.0s elapsed]
- ------ KERNEL LOG (dmesg) ------
- 916.665312] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=637 chg=a
- <6>[42917.976713] PM: suspend entry 2015-04-19 14:56:47.410155825 UTC
- <4>[42917.976743] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42918.035368] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42918.037046] Suspending console(s) (use no_console_suspend to debug)
- <7>[42918.212797] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42918.213255] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.238157] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.241361] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42918.244352] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42918.244413] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42918.250425] max8903b_suspend: suspend
- <6>[42918.258512] PM: suspend of devices complete after 218.782 msecs
- <6>[42918.264219] PM: late suspend of devices complete after 5.645 msecs
- <6>[42918.271269] PM: noirq suspend of devices complete after 6.987 msecs
- <4>[42918.271299] Disabling non-boot CPUs ...
- <6>[42918.271574] msm_pm_enter
- <6>[42918.271574] msm_pm_enter: power collapse
- <6>[42918.271574] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42918.271574] msm_pm_enter: return
- <6>[42918.277738] PM: noirq resume of devices complete after 5.614 msecs
- <6>[42918.279691] wakeup wake lock: alarm_rtc
- <6>[42918.286131] PM: early resume of devices complete after 6.285 msecs
- <4>[42918.288633] max8903b_resume: resume
- <3>[42918.297910] msm_wm8958_setup_power: codec power setup
- <4>[42918.297972] 8058_s3: Failed to create debugfs directory
- <3>[42918.298002] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42918.390928] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.392271] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42918.395139] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.395506] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42918.395750] PM: resume of devices complete after 109.547 msecs
- <4>[42918.399900] Restarting tasks ... done.
- <6>[42918.403044] PM: suspend exit 2015-04-19 14:57:13.008355825 UTC
- <6>[42918.403074] suspend: exit suspend, ret = 0 (2015-04-19 14:57:13.008386321 UTC)
- <4>[42918.457670] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=627 chg=a
- <6>[42918.547148] PM: suspend entry 2015-04-19 14:57:13.152355498 UTC
- <4>[42918.591734] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42918.593778] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42918.595457] Suspending console(s) (use no_console_suspend to debug)
- <7>[42918.772947] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42918.773374] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.798002] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.801206] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42918.804167] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42918.804228] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42918.810362] max8903b_suspend: suspend
- <6>[42918.818479] PM: suspend of devices complete after 220.062 msecs
- <6>[42918.823942] PM: late suspend of devices complete after 5.400 msecs
- <6>[42918.831236] PM: noirq suspend of devices complete after 7.261 msecs
- <4>[42918.831297] Disabling non-boot CPUs ...
- <6>[42918.831571] msm_pm_enter
- <6>[42918.831571] msm_pm_enter: power collapse
- <6>[42918.831571] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42918.831571] msm_pm_enter: return
- <6>[42918.837705] PM: noirq resume of devices complete after 5.613 msecs
- <6>[42918.839659] wakeup wake lock: alarm_rtc
- <6>[42918.846342] PM: early resume of devices complete after 6.528 msecs
- <4>[42918.848966] max8903b_resume: resume
- <3>[42918.858244] msm_wm8958_setup_power: codec power setup
- <4>[42918.858305] 8058_s3: Failed to create debugfs directory
- <3>[42918.858335] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42918.951322] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.952635] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42918.955503] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.955869] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42918.956114] PM: resume of devices complete after 109.664 msecs
- <4>[42918.960386] Restarting tasks ... done.
- <6>[42918.964659] PM: suspend exit 2015-04-19 14:57:43.009606149 UTC
- <6>[42918.964689] suspend: exit suspend, ret = 0 (2015-04-19 14:57:43.009636645 UTC)
- <6>[42918.964689] active wake lock power-supply
- <6>[42918.964689] active wake lock alarm_rtc, time left 87
- <4>[42919.022886] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=618 chg=a
- <6>[42921.086912] PM: suspend entry 2015-04-19 14:57:45.131274311 UTC
- <4>[42921.086973] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42921.115080] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42921.116789] Suspending console(s) (use no_console_suspend to debug)
- <7>[42921.293669] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42921.294096] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.318449] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.321684] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42921.323789] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42921.323820] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42921.326200] max8903b_suspend: suspend
- <6>[42921.334379] PM: suspend of devices complete after 214.926 msecs
- <6>[42921.339933] PM: late suspend of devices complete after 5.523 msecs
- <6>[42921.347440] PM: noirq suspend of devices complete after 7.476 msecs
- <4>[42921.347471] Disabling non-boot CPUs ...
- <6>[42921.347624] msm_pm_enter
- <6>[42921.347624] msm_pm_enter: power collapse
- <6>[42921.347624] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <3>[42921.347624] msm_pm_enter: cannot find the lowest power limit
- <6>[42921.347624] msm_pm_enter: return
- <6>[42921.349485] PM: noirq resume of devices complete after 1.708 msecs
- <6>[42921.351743] PM: early resume of devices complete after 1.708 msecs
- <4>[42921.353483] max8903b_resume: resume
- <3>[42921.362730] msm_wm8958_setup_power: codec power setup
- <4>[42921.362791] 8058_s3: Failed to create debugfs directory
- <3>[42921.362821] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42921.455961] lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>[42921.456999] wakeup wake lock: power-supply
- <7>[42921.457273] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42921.460081] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.460447] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42921.460691] PM: resume of devices complete after 108.853 msecs
- <4>[42921.464842] Restarting tasks ... done.
- <6>[42921.469602] PM: suspend exit 2015-04-19 14:57:45.513884813 UTC
- <6>[42921.469633] suspend: exit suspend, ret = 0 (2015-04-19 14:57:45.513884813 UTC)
- <6>[42921.469633] active wake lock power-supply
- <6>[42921.511472] PM: suspend entry 2015-04-19 14:57:45.555694744 UTC
- <4>[42921.529478] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=618 chg=a
- <4>[42921.555967] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42921.560392] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
- <4>[42921.563383] Suspending console(s) (use no_console_suspend to debug)
- <7>[42921.761961] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42921.762419] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.780973] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.783018] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42921.785032] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42921.785063] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42921.788542] max8903b_suspend: suspend
- <6>[42921.792295] PM: suspend of devices complete after 220.089 msecs
- <6>[42921.794065] PM: late suspend of devices complete after 1.739 msecs
- <6>[42921.796446] PM: noirq suspend of devices complete after 2.349 msecs
- <4>[42921.796476] Disabling non-boot CPUs ...
- <6>[42921.796598] msm_pm_enter
- <6>[42921.796598] msm_pm_enter: power collapse
- <6>[42921.796598] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42921.796598] msm_pm_enter: return
- <6>[42921.798582] PM: noirq resume of devices complete after 1.769 msecs
- <6>[42921.799162] wakeup wake lock: mmc1
- <6>[42921.801023] PM: early resume of devices complete after 1.739 msecs
- <4>[42921.806242] max8903b_resume: resume
- <3>[42921.807554] msm_wm8958_setup_power: codec power setup
- <4>[42921.807615] 8058_s3: Failed to create debugfs directory
- <3>[42921.807646] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42921.893034] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.893705] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42921.896635] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.897001] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42921.897032] PM: resume of devices complete after 95.916 msecs
- <4>[42921.899931] Restarting tasks ... done.
- <6>[42921.908720] PM: suspend exit 2015-04-19 14:57:49.012535035 UTC
- <6>[42921.908720] suspend: exit suspend, ret = 0 (2015-04-19 14:57:49.012535035 UTC)
- <6>[42921.908750] active wake lock power-supply
- <6>[42921.941587] PM: suspend entry 2015-04-19 14:57:49.045347669 UTC
- <4>[42921.962736] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=618 chg=a
- <4>[42921.990415] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42921.992216] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42921.993864] Suspending console(s) (use no_console_suspend to debug)
- <7>[42922.164152] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42922.164579] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.189420] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.192625] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42922.195646] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42922.195707] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42922.201750] max8903b_suspend: suspend
- <6>[42922.209867] PM: suspend of devices complete after 212.676 msecs
- <6>[42922.215299] PM: late suspend of devices complete after 5.399 msecs
- <6>[42922.222593] PM: noirq suspend of devices complete after 6.985 msecs
- <4>[42922.222654] Disabling non-boot CPUs ...
- <6>[42922.222929] msm_pm_enter
- <6>[42922.222929] msm_pm_enter: power collapse
- <6>[42922.222929] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42922.222929] msm_pm_enter: return
- <6>[42922.229063] PM: noirq resume of devices complete after 5.613 msecs
- <6>[42922.230589] wakeup wake lock: mmc1
- <6>[42922.237486] PM: early resume of devices complete after 6.527 msecs
- <4>[42922.242155] max8903b_resume: resume
- <3>[42922.243467] msm_wm8958_setup_power: codec power setup
- <4>[42922.243498] 8058_s3: Failed to create debugfs directory
- <3>[42922.243528] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42922.331785] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.332426] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42922.335386] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.335783] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42922.335935] PM: resume of devices complete after 98.349 msecs
- <4>[42922.339018] Restarting tasks ... done.
- <6>[42922.345609] PM: suspend exit 2015-04-19 14:57:57.010673704 UTC
- <6>[42922.345609] suspend: exit suspend, ret = 0 (2015-04-19 14:57:57.010704197 UTC)
- <6>[42922.345640] active wake lock power-supply
- <6>[42922.379392] PM: suspend entry 2015-04-19 14:57:57.044428686 UTC
- <4>[42922.395231] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=613 chg=a
- <4>[42922.425382] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42922.427427] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42922.429014] Suspending console(s) (use no_console_suspend to debug)
- <7>[42922.601866] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42922.602293] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.621397] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.623533] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42922.625517] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42922.625547] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42922.628996] max8903b_suspend: suspend
- <6>[42922.632749] PM: suspend of devices complete after 200.961 msecs
- <6>[42922.634519] PM: late suspend of devices complete after 1.769 msecs
- <6>[42922.636900] PM: noirq suspend of devices complete after 2.379 msecs
- <4>[42922.636900] Disabling non-boot CPUs ...
- <6>[42922.637052] msm_pm_enter
- <6>[42922.637052] msm_pm_enter: power collapse
- <6>[42922.637052] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42922.637052] msm_pm_enter: return
- <6>[42922.639005] PM: noirq resume of devices complete after 1.769 msecs
- <6>[42922.639738] wakeup wake lock: alarm_rtc
- <6>[42922.641569] PM: early resume of devices complete after 1.738 msecs
- <4>[42922.643247] max8903b_resume: resume
- <3>[42922.644560] msm_wm8958_setup_power: codec power setup
- <4>[42922.644590] 8058_s3: Failed to create debugfs directory
- <3>[42922.644621] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42922.737974] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.739256] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42922.742155] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.742491] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42922.742796] PM: resume of devices complete after 101.128 msecs
- <4>[42922.747068] Restarting tasks ... done.
- <6>[42922.764707] PM: suspend exit 2015-04-19 14:58:13.023025221 UTC
- <6>[42922.764738] suspend: exit suspend, ret = 0 (2015-04-19 14:58:13.023055713 UTC)
- <6>[42922.764738] active wake lock PowerManagerService.WakeLocks
- <6>[42922.764738] active wake lock power-supply
- <4>[42922.819792] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=608 chg=a
- <6>[42922.887602] PM: suspend entry 2015-04-19 14:58:13.145833583 UTC
- <4>[42922.934690] Freezing user space processes ... (elapsed 0.008 seconds) done.
- <4>[42922.954588] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42922.956144] Suspending console(s) (use no_console_suspend to debug)
- <7>[42923.134702] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42923.135130] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.159544] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.162718] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42923.165647] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42923.165678] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42923.171842] max8903b_suspend: suspend
- <6>[42923.179930] PM: suspend of devices complete after 221.038 msecs
- <6>[42923.185392] PM: late suspend of devices complete after 5.400 msecs
- <6>[42923.192564] PM: noirq suspend of devices complete after 7.139 msecs
- <4>[42923.192594] Disabling non-boot CPUs ...
- <6>[42923.192899] msm_pm_enter
- <6>[42923.192899] msm_pm_enter: power collapse
- <6>[42923.192899] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42923.192899] msm_pm_enter: return
- <6>[42923.199034] PM: noirq resume of devices complete after 5.613 msecs
- <6>[42923.200559] wakeup wake lock: mmc1
- <6>[42923.206877] PM: early resume of devices complete after 5.888 msecs
- <4>[42923.213835] max8903b_resume: resume
- <3>[42923.215147] msm_wm8958_setup_power: codec power setup
- <4>[42923.215208] 8058_s3: Failed to create debugfs directory
- <3>[42923.215208] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42923.301847] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.302519] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42923.305357] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.305723] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42923.305753] PM: resume of devices complete after 98.777 msecs
- <4>[42923.308897] Restarting tasks ... done.
- <6>[42923.311369] PM: suspend exit 2015-04-19 14:58:33.006434680 UTC
- <6>[42923.311369] suspend: exit suspend, ret = 0 (2015-04-19 14:58:33.006465177 UTC)
- <6>[42923.311399] active wake lock power-supply
- <6>[42923.354521] PM: suspend entry 2015-04-19 14:58:33.049551677 UTC
- <4>[42923.370085] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=602 chg=a
- <4>[42923.374571] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42923.376371] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42923.378050] Suspending console(s) (use no_console_suspend to debug)
- <7>[42923.555113] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42923.555540] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.580503] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.583738] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42923.586729] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42923.586790] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42923.592802] max8903b_suspend: suspend
- <6>[42923.600858] PM: suspend of devices complete after 219.874 msecs
- <6>[42923.606626] PM: late suspend of devices complete after 5.674 msecs
- <6>[42923.613767] PM: noirq suspend of devices complete after 7.107 msecs
- <4>[42923.613798] Disabling non-boot CPUs ...
- <6>[42923.614073] msm_pm_enter
- <6>[42923.614073] msm_pm_enter: power collapse
- <6>[42923.614073] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42923.614073] msm_pm_enter: return
- <6>[42923.620268] PM: noirq resume of devices complete after 5.674 msecs
- <6>[42923.622221] wakeup wake lock: alarm_rtc
- <6>[42923.628599] PM: early resume of devices complete after 6.192 msecs
- <4>[42923.631071] max8903b_resume: resume
- <3>[42923.640348] msm_wm8958_setup_power: codec power setup
- <4>[42923.640409] 8058_s3: Failed to create debugfs directory
- <3>[42923.640440] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42923.733396] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.734770] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42923.737638] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.737974] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42923.738859] PM: resume of devices complete after 110.121 msecs
- <4>[42923.742521] Restarting tasks ... done.
- <6>[42923.756986] PM: suspend exit 2015-04-19 14:58:44.019822280 UTC
- <6>[42923.757017] suspend: exit suspend, ret = 0 (2015-04-19 14:58:44.019852772 UTC)
- <6>[42923.757017] active wake lock PowerManagerService.WakeLocks
- <6>[42923.757047] active wake lock power-supply
- <4>[42923.794920] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=600 chg=a
- <6>[42927.440794] PM: suspend entry 2015-04-19 14:58:47.702990865 UTC
- <4>[42927.440855] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42927.506498] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42927.508177] Suspending console(s) (use no_console_suspend to debug)
- <7>[42927.685819] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42927.686247] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42927.711149] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42927.714384] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42927.717375] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42927.717436] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42927.723417] max8903b_suspend: suspend
- <6>[42927.731535] PM: suspend of devices complete after 220.672 msecs
- <6>[42927.737303] PM: late suspend of devices complete after 5.737 msecs
- <6>[42927.744383] PM: noirq suspend of devices complete after 7.019 msecs
- <4>[42927.744413] Disabling non-boot CPUs ...
- <6>[42927.744688] msm_pm_enter
- <6>[42927.744688] msm_pm_enter: power collapse
- <6>[42927.744688] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42927.744688] msm_pm_enter: return
- <6>[42927.750791] PM: noirq resume of devices complete after 5.584 msecs
- <6>[42927.752348] wakeup wake lock: mmc1
- <6>[42927.759184] PM: early resume of devices complete after 6.438 msecs
- <4>[42927.763883] max8903b_resume: resume
- <3>[42927.765196] msm_wm8958_setup_power: codec power setup
- <4>[42927.765257] 8058_s3: Failed to create debugfs directory
- <3>[42927.765257] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42927.852445] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42927.853117] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42927.856107] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42927.856443] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42927.856504] PM: resume of devices complete after 97.252 msecs
- <4>[42927.859739] Restarting tasks ... done.
- <6>[42927.868192] PM: suspend exit 2015-04-19 14:59:03.012533583 UTC
- <6>[42927.868192] suspend: exit suspend, ret = 0 (2015-04-19 14:59:03.012564074 UTC)
- <6>[42927.868223] active wake lock power-supply
- <6>[42927.903288] PM: suspend entry 2015-04-19 14:59:03.047630116 UTC
- <4>[42927.919096] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=593 chg=a
- <4>[42927.946165] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42927.948271] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42927.949980] Suspending console(s) (use no_console_suspend to debug)
- <7>[42928.123411] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42928.123838] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.142973] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.145017] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42928.147032] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42928.147032] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42928.150541] max8903b_suspend: suspend
- <6>[42928.154325] PM: suspend of devices complete after 201.265 msecs
- <6>[42928.156065] PM: late suspend of devices complete after 1.738 msecs
- <6>[42928.158445] PM: noirq suspend of devices complete after 2.348 msecs
- <4>[42928.158476] Disabling non-boot CPUs ...
- <6>[42928.158598] msm_pm_enter
- <6>[42928.158598] msm_pm_enter: power collapse
- <6>[42928.158598] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42928.158598] msm_pm_enter: return
- <6>[42928.160581] PM: noirq resume of devices complete after 1.769 msecs
- <6>[42928.161131] wakeup wake lock: mmc1
- <6>[42928.163023] PM: early resume of devices complete after 1.738 msecs
- <4>[42928.166746] max8903b_resume: resume
- <3>[42928.174253] msm_wm8958_setup_power: codec power setup
- <4>[42928.174314] 8058_s3: Failed to create debugfs directory
- <3>[42928.174314] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42928.258634] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.259947] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42928.262754] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.263090] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42928.263120] PM: resume of devices complete after 100.030 msecs
- <4>[42928.265959] Restarting tasks ... done.
- <6>[42928.268034] PM: suspend exit 2015-04-19 14:59:06.005734014 UTC
- <6>[42928.268064] suspend: exit suspend, ret = 0 (2015-04-19 14:59:06.005734014 UTC)
- <6>[42928.268064] active wake lock power-supply
- <6>[42928.322019] PM: suspend entry 2015-04-19 14:59:06.059678782 UTC
- <4>[42928.337919] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=593 chg=a
- <4>[42928.367124] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42928.369261] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42928.370970] Suspending console(s) (use no_console_suspend to debug)
- <7>[42928.546263] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42928.546690] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.571592] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.574827] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42928.577848] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42928.577879] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42928.583891] max8903b_suspend: suspend
- <6>[42928.591978] PM: suspend of devices complete after 217.986 msecs
- <6>[42928.597440] PM: late suspend of devices complete after 5.399 msecs
- <6>[42928.604734] PM: noirq suspend of devices complete after 6.986 msecs
- <4>[42928.604795] Disabling non-boot CPUs ...
- <6>[42928.605070] msm_pm_enter
- <6>[42928.605070] msm_pm_enter: power collapse
- <6>[42928.605070] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42928.605070] msm_pm_enter: return
- <6>[42928.611418] PM: noirq resume of devices complete after 5.765 msecs
- <6>[42928.613340] wakeup wake lock: alarm_rtc
- <6>[42928.619840] PM: early resume of devices complete after 6.283 msecs
- <4>[42928.622343] max8903b_resume: resume
- <3>[42928.631559] msm_wm8958_setup_power: codec power setup
- <4>[42928.631620] 8058_s3: Failed to create debugfs directory
- <3>[42928.631620] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42928.724516] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.725828] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42928.728666] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.729032] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42928.729307] PM: resume of devices complete after 109.359 msecs
- <4>[42928.733457] Restarting tasks ... done.
- <6>[42928.756376] PM: suspend exit 2015-04-19 14:59:15.028116057 UTC
- <6>[42928.756376] suspend: exit suspend, ret = 0 (2015-04-19 14:59:15.028146549 UTC)
- <6>[42928.756407] active wake lock PowerManagerService.WakeLocks
- <6>[42928.756407] active wake lock power-supply
- <4>[42928.811094] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=590 chg=a
- <6>[42928.881254] PM: suspend entry 2015-04-19 14:59:15.152904787 UTC
- <4>[42928.936979] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42928.975614] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42928.977293] Suspending console(s) (use no_console_suspend to debug)
- <7>[42929.156584] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42929.157011] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42929.181425] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42929.184568] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42929.187528] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42929.187559] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42929.193754] max8903b_suspend: suspend
- <6>[42929.201841] PM: suspend of devices complete after 221.752 msecs
- <6>[42929.207273] PM: late suspend of devices complete after 5.400 msecs
- <6>[42929.214597] PM: noirq suspend of devices complete after 7.261 msecs
- <4>[42929.214628] Disabling non-boot CPUs ...
- <6>[42929.214903] msm_pm_enter
- <6>[42929.214903] msm_pm_enter: power collapse
- <6>[42929.214903] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42929.214903] msm_pm_enter: return
- <6>[42929.221037] PM: noirq resume of devices complete after 5.583 msecs
- <6>[42929.222990] wakeup wake lock: alarm_rtc
- <6>[42929.229124] PM: early resume of devices complete after 5.918 msecs
- <4>[42929.232633] max8903b_resume: resume
- <3>[42929.241911] msm_wm8958_setup_power: codec power setup
- <4>[42929.241972] 8058_s3: Failed to create debugfs directory
- <3>[42929.242002] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42929.334959] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42929.336271] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42929.339140] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42929.339475] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42929.339720] PM: resume of devices complete after 110.486 msecs
- <4>[42929.343870] Restarting tasks ... done.
- <6>[42929.346037] PM: suspend exit 2015-04-19 14:59:45.007349524 UTC
- <6>[42929.346067] suspend: exit suspend, ret = 0 (2015-04-19 14:59:45.007349524 UTC)
- <6>[42929.346067] active wake lock power-supply
- <6>[42929.346067] active wake lock alarm_rtc, time left 88
- <4>[42929.402159] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=581 chg=a
- <6>[42931.860044] PM: suspend entry 2015-04-19 14:59:47.520753158 UTC
- <4>[42931.860105] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42931.919401] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42931.921110] Suspending console(s) (use no_console_suspend to debug)
- <7>[42932.097471] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42932.097898] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.122740] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.125974] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42932.128996] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42932.129026] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42932.131315] max8903b_suspend: suspend
- <6>[42932.139585] PM: suspend of devices complete after 215.816 msecs
- <6>[42932.145017] PM: late suspend of devices complete after 5.401 msecs
- <6>[42932.151609] PM: noirq suspend of devices complete after 6.561 msecs
- <4>[42932.151609] Disabling non-boot CPUs ...
- <6>[42932.151762] msm_pm_enter
- <6>[42932.151762] msm_pm_enter: power collapse
- <6>[42932.151762] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <3>[42932.151762] msm_pm_enter: cannot find the lowest power limit
- <6>[42932.151762] msm_pm_enter: return
- <6>[42932.153501] PM: noirq resume of devices complete after 1.556 msecs
- <6>[42932.155729] PM: early resume of devices complete after 1.647 msecs
- <4>[42932.157438] max8903b_resume: resume
- <3>[42932.166685] msm_wm8958_setup_power: codec power setup
- <4>[42932.166746] 8058_s3: Failed to create debugfs directory
- <3>[42932.166746] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42932.251219] lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>[42932.252226] wakeup wake lock: power-supply
- <7>[42932.252500] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42932.255308] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.255674] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42932.255918] PM: resume of devices complete after 100.151 msecs
- <4>[42932.260069] Restarting tasks ... done.
- <6>[42932.262937] PM: suspend exit 2015-04-19 14:59:48.008050399 UTC
- <6>[42932.262937] suspend: exit suspend, ret = 0 (2015-04-19 14:59:48.008080893 UTC)
- <6>[42932.262968] active wake lock power-supply
- <6>[42932.305967] PM: suspend entry 2015-04-19 14:59:48.051044750 UTC
- <4>[42932.321501] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=581 chg=a
- <4>[42932.361845] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42932.363920] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42932.365598] Suspending console(s) (use no_console_suspend to debug)
- <7>[42932.547544] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42932.547971] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.572874] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.576048] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42932.579069] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42932.579130] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42932.585111] max8903b_suspend: suspend
- <6>[42932.593229] PM: suspend of devices complete after 224.668 msecs
- <6>[42932.598661] PM: late suspend of devices complete after 5.399 msecs
- <6>[42932.605985] PM: noirq suspend of devices complete after 7.260 msecs
- <4>[42932.606016] Disabling non-boot CPUs ...
- <6>[42932.606291] msm_pm_enter
- <6>[42932.606291] msm_pm_enter: power collapse
- <6>[42932.606291] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42932.606291] msm_pm_enter: return
- <6>[42932.612608] PM: noirq resume of devices complete after 5.766 msecs
- <6>[42932.614561] wakeup wake lock: alarm_rtc
- <6>[42932.621305] PM: early resume of devices complete after 6.589 msecs
- <4>[42932.623960] max8903b_resume: resume
- <3>[42932.633177] msm_wm8958_setup_power: codec power setup
- <4>[42932.633238] 8058_s3: Failed to create debugfs directory
- <3>[42932.633268] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42932.726225] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.727598] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42932.730467] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.730802] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42932.731046] PM: resume of devices complete after 109.633 msecs
- <4>[42932.735166] Restarting tasks ... done.
- <6>[42932.739652] PM: suspend exit 2015-04-19 15:00:15.009667212 UTC
- <6>[42932.739683] suspend: exit suspend, ret = 0 (2015-04-19 15:00:15.009667212 UTC)
- <6>[42932.739744] active wake lock power-supply
- <6>[42932.783170] PM: suspend entry 2015-04-19 15:00:15.053120689 UTC
- <4>[42932.816007] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=573 chg=a
- <4>[42932.839140] Freezing user space processes ...
- <6>[42932.839750] active wake lock PowerManagerService.WakeLocks
- <4>[42932.839750]
- <3>[42932.839781] Freezing of tasks aborted after 0.000 seconds (30 tasks refusing to freeze, wq_busy=0):
- <4>[42932.839781]
- <4>[42932.839781] Restarting tasks ... done.
- <6>[42932.841001] PM: suspend exit 2015-04-19 15:00:15.110941861 UTC
- <6>[42932.841032] suspend: exit suspend, ret = -16 (2015-04-19 15:00:15.110972356 UTC)
- <6>[42933.107542] PM: suspend entry 2015-04-19 15:00:15.377317551 UTC
- <4>[42933.107572] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42933.164579] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42933.166288] Suspending console(s) (use no_console_suspend to debug)
- <7>[42933.347898] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42933.348325] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42933.372923] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42933.376188] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42933.379148] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42933.379179] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42933.385282] max8903b_suspend: suspend
- <6>[42933.393400] PM: suspend of devices complete after 224.364 msecs
- <6>[42933.398832] PM: late suspend of devices complete after 5.368 msecs
- <6>[42933.406034] PM: noirq suspend of devices complete after 7.137 msecs
- <4>[42933.406065] Disabling non-boot CPUs ...
- <6>[42933.406339] msm_pm_enter
- <6>[42933.406339] msm_pm_enter: power collapse
- <6>[42933.406339] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42933.406339] msm_pm_enter: return
- <6>[42933.412565] PM: noirq resume of devices complete after 5.673 msecs
- <6>[42933.414488] wakeup wake lock: alarm_rtc
- <6>[42933.420622] PM: early resume of devices complete after 5.917 msecs
- <4>[42933.424345] max8903b_resume: resume
- <3>[42933.433592] msm_wm8958_setup_power: codec power setup
- <4>[42933.433653] 8058_s3: Failed to create debugfs directory
- <3>[42933.433683] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42933.526548] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42933.527860] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42933.530729] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42933.531095] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42933.531309] PM: resume of devices complete after 110.578 msecs
- <4>[42933.535429] Restarting tasks ... done.
- <6>[42933.537992] PM: suspend exit 2015-04-19 15:00:45.007715456 UTC
- <6>[42933.538023] suspend: exit suspend, ret = 0 (2015-04-19 15:00:45.007745952 UTC)
- <4>[42933.595396] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=564 chg=a
- <6>[42935.952421] PM: suspend entry 2015-04-19 15:00:47.421540117 UTC
- <4>[42935.952482] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42936.015989] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42936.017668] Suspending console(s) (use no_console_suspend to debug)
- <7>[42936.188749] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42936.189176] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42936.214109] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42936.217253] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42936.220304] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42936.220365] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42936.226377] max8903b_suspend: suspend
- <6>[42936.234464] PM: suspend of devices complete after 214.046 msecs
- <6>[42936.240171] PM: late suspend of devices complete after 5.645 msecs
- <6>[42936.247221] PM: noirq suspend of devices complete after 7.018 msecs
- <4>[42936.247251] Disabling non-boot CPUs ...
- <6>[42936.247556] msm_pm_enter
- <6>[42936.247556] msm_pm_enter: power collapse
- <6>[42936.247556] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42936.247556] msm_pm_enter: return
- <6>[42936.253690] PM: noirq resume of devices complete after 5.615 msecs
- <6>[42936.255644] wakeup wake lock: alarm_rtc
- <6>[42936.262144] PM: early resume of devices complete after 6.317 msecs
- <4>[42936.264646] max8903b_resume: resume
- <3>[42936.273893] msm_wm8958_setup_power: codec power setup
- <4>[42936.273954] 8058_s3: Failed to create debugfs directory
- <3>[42936.273985] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42936.366972] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42936.368284] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42936.371153] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42936.371519] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42936.371763] PM: resume of devices complete after 109.562 msecs
- <4>[42936.375913] Restarting tasks ... done.
- <6>[42936.379087] PM: suspend exit 2015-04-19 15:01:15.008356919 UTC
- <6>[42936.379087] suspend: exit suspend, ret = 0 (2015-04-19 15:01:15.008387418 UTC)
- <6>[42936.420469] PM: suspend entry 2015-04-19 15:01:15.049738046 UTC
- <4>[42936.436796] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=556 chg=a
- <4>[42936.463316] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42936.465513] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42936.467283] Suspending console(s) (use no_console_suspend to debug)
- <7>[42936.649015] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42936.649473] lm8502_mod_brightness: set LED1 brightness (0) percent
- <3>[42936.650297] dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
- <3>[42936.650327] PM: Device alarm failed to suspend: error -16
- <3>[42936.650358] PM: Some devices failed to suspend
- <7>[42936.651029] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42936.651457] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42936.653715] PM: resume of devices complete after 3.325 msecs
- <4>[42936.659818] Restarting tasks ... done.
- <6>[42936.683134] PM: suspend exit 2015-04-19 15:01:15.312215697 UTC
- <6>[42936.683134] suspend: exit suspend, ret = -16 (2015-04-19 15:01:15.312246203 UTC)
- <6>[42936.683164] active wake lock PowerManagerService.WakeLocks
- <6>[42936.915190] PM: suspend entry 2015-04-19 15:01:15.544239772 UTC
- <4>[42936.915251] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42936.990537] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42936.992246] Suspending console(s) (use no_console_suspend to debug)
- <7>[42937.169187] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42937.169615] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42937.194547] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42937.197721] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42937.200773] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42937.200804] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42937.206846] max8903b_suspend: suspend
- <6>[42937.214933] PM: suspend of devices complete after 219.896 msecs
- <6>[42937.220670] PM: late suspend of devices complete after 5.643 msecs
- <6>[42937.227690] PM: noirq suspend of devices complete after 6.985 msecs
- <4>[42937.227720] Disabling non-boot CPUs ...
- <6>[42937.227995] msm_pm_enter
- <6>[42937.227995] msm_pm_enter: power collapse
- <6>[42937.227995] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42937.227995] msm_pm_enter: return
- <6>[42937.234129] PM: noirq resume of devices complete after 5.613 msecs
- <6>[42937.236082] wakeup wake lock: alarm_rtc
- <6>[42937.242582] PM: early resume of devices complete after 6.314 msecs
- <4>[42937.245115] max8903b_resume: resume
- <3>[42937.254362] msm_wm8958_setup_power: codec power setup
- <4>[42937.254423] 8058_s3: Failed to create debugfs directory
- <3>[42937.254423] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42937.347349] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42937.348692] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42937.351530] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42937.351896] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42937.352140] PM: resume of devices complete after 109.480 msecs
- <4>[42937.356230] Restarting tasks ... done.
- <6>[42937.358824] PM: suspend exit 2015-04-19 15:01:45.007745949 UTC
- <6>[42937.358824] suspend: exit suspend, ret = 0 (2015-04-19 15:01:45.007745949 UTC)
- <4>[42937.421354] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=547 chg=a
- <6>[42940.270872] PM: suspend entry 2015-04-19 15:01:47.919182292 UTC
- <4>[42940.270933] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42940.328794] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42940.330473] Suspending console(s) (use no_console_suspend to debug)
- <7>[42940.509977] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42940.510404] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42940.535337] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42940.538511] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42940.541502] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42940.541563] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42940.547605] max8903b_suspend: suspend
- <6>[42940.555692] PM: suspend of devices complete after 222.502 msecs
- <6>[42940.561430] PM: late suspend of devices complete after 5.676 msecs
- <6>[42940.568479] PM: noirq suspend of devices complete after 7.019 msecs
- <4>[42940.568510] Disabling non-boot CPUs ...
- <6>[42940.568784] msm_pm_enter
- <6>[42940.568784] msm_pm_enter: power collapse
- <6>[42940.568784] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42940.568784] msm_pm_enter: return
- <6>[42940.574949] PM: noirq resume of devices complete after 5.584 msecs
- <6>[42940.576902] wakeup wake lock: alarm_rtc
- <6>[42940.583311] PM: early resume of devices complete after 6.256 msecs
- <4>[42940.585813] max8903b_resume: resume
- <3>[42940.594999] msm_wm8958_setup_power: codec power setup
- <4>[42940.595060] 8058_s3: Failed to create debugfs directory
- <3>[42940.595091] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42940.679746] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42940.681059] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42940.683958] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42940.684294] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42940.684477] PM: resume of devices complete after 101.047 msecs
- <4>[42940.688841] Restarting tasks ... done.
- <6>[42940.694212] PM: suspend exit 2015-04-19 15:02:16.010705366 UTC
- <6>[42940.694212] suspend: exit suspend, ret = 0 (2015-04-19 15:02:16.010735866 UTC)
- <4>[42940.765959] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=540 chg=a
- <6>[42940.875669] PM: suspend entry 2015-04-19 15:02:16.192038054 UTC
- <4>[42940.907041] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42940.921385] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42940.923094] Suspending console(s) (use no_console_suspend to debug)
- <7>[42941.100126] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42941.100553] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.125425] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.128629] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42941.131651] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42941.131712] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42941.134001] max8903b_suspend: suspend
- <6>[42941.142210] PM: suspend of devices complete after 216.379 msecs
- <6>[42941.147642] PM: late suspend of devices complete after 5.400 msecs
- <6>[42941.154356] PM: noirq suspend of devices complete after 6.681 msecs
- <4>[42941.154356] Disabling non-boot CPUs ...
- <6>[42941.154508] msm_pm_enter
- <6>[42941.154508] msm_pm_enter: power collapse
- <6>[42941.154508] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <3>[42941.154508] msm_pm_enter: cannot find the lowest power limit
- <6>[42941.154508] msm_pm_enter: return
- <6>[42941.156278] PM: noirq resume of devices complete after 1.678 msecs
- <6>[42941.158506] PM: early resume of devices complete after 1.678 msecs
- <4>[42941.160215] max8903b_resume: resume
- <3>[42941.169370] msm_wm8958_setup_power: codec power setup
- <4>[42941.169431] 8058_s3: Failed to create debugfs directory
- <3>[42941.169462] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42941.252531] lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>[42941.252897] wakeup wake lock: power-supply
- <7>[42941.253202] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42941.255918] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.256284] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42941.256529] PM: resume of devices complete after 97.929 msecs
- <4>[42941.260648] Restarting tasks ... done.
- <6>[42941.262907] PM: suspend exit 2015-04-19 15:02:16.579127444 UTC
- <6>[42941.262937] suspend: exit suspend, ret = 0 (2015-04-19 15:02:16.579157939 UTC)
- <6>[42941.262937] active wake lock power-supply
- <6>[42941.311674] PM: suspend entry 2015-04-19 15:02:16.627859583 UTC
- <4>[42941.326505] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=540 chg=a
- <4>[42941.387785] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42941.394071] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42941.395750] Suspending console(s) (use no_console_suspend to debug)
- <7>[42941.566953] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42941.567381] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.592497] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.593595] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42941.595396] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42941.595396] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42941.598173] max8903b_suspend: suspend
- <6>[42941.601988] PM: suspend of devices complete after 203.501 msecs
- <6>[42941.603758] PM: late suspend of devices complete after 1.769 msecs
- <6>[42941.606046] PM: noirq suspend of devices complete after 2.288 msecs
- <4>[42941.606077] Disabling non-boot CPUs ...
- <6>[42941.606199] msm_pm_enter
- <6>[42941.606199] msm_pm_enter: power collapse
- <6>[42941.606199] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42941.606199] msm_pm_enter: return
- <6>[42941.608183] PM: noirq resume of devices complete after 1.769 msecs
- <6>[42941.608915] wakeup wake lock: alarm_rtc
- <6>[42941.610716] PM: early resume of devices complete after 1.739 msecs
- <4>[42941.612425] max8903b_resume: resume
- <3>[42941.621671] msm_wm8958_setup_power: codec power setup
- <4>[42941.621732] 8058_s3: Failed to create debugfs directory
- <3>[42941.621763] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42941.714659] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.715940] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42941.718748] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.719114] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42941.719358] PM: resume of devices complete after 108.541 msecs
- <4>[42941.723539] Restarting tasks ... done.
- <6>[42941.738645] PM: suspend exit 2015-04-19 15:02:47.020339965 UTC
- <6>[42941.738645] suspend: exit suspend, ret = 0 (2015-04-19 15:02:47.020370457 UTC)
- <6>[42941.738676] active wake lock PowerManagerService.WakeLocks
- <6>[42941.738676] active wake lock power-supply
- <4>[42941.780515] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=531 chg=a
- <6>[42945.643339] PM: suspend entry 2015-04-19 15:02:50.924427299 UTC
- <4>[42945.643369] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42945.702390] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42945.704099] Suspending console(s) (use no_console_suspend to debug)
- <7>[42945.881193] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42945.881651] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42945.906614] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42945.909757] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42945.912779] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42945.912840] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42945.918882] max8903b_suspend: suspend
- <6>[42945.926969] PM: suspend of devices complete after 220.214 msecs
- <6>[42945.932585] PM: late suspend of devices complete after 5.584 msecs
- <6>[42945.939634] PM: noirq suspend of devices complete after 6.988 msecs
- <4>[42945.939665] Disabling non-boot CPUs ...
- <6>[42945.939939] msm_pm_enter
- <6>[42945.939939] msm_pm_enter: power collapse
- <6>[42945.939939] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42945.939939] msm_pm_enter: return
- <6>[42945.946073] PM: noirq resume of devices complete after 5.584 msecs
- <6>[42945.948026] wakeup wake lock: alarm_rtc
- <6>[42945.954588] PM: early resume of devices complete after 6.378 msecs
- <4>[42945.957121] max8903b_resume: resume
- <3>[42945.966367] msm_wm8958_setup_power: codec power setup
- <4>[42945.966429] 8058_s3: Failed to create debugfs directory
- <3>[42945.966429] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42946.059385] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42946.060728] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42946.063566] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42946.063932] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42946.064207] PM: resume of devices complete after 109.556 msecs
- <4>[42946.068327] Restarting tasks ... done.
- <6>[42946.088102] PM: suspend exit 2015-04-19 15:03:18.024944632 UTC
- <6>[42946.088102] suspend: exit suspend, ret = 0 (2015-04-19 15:03:18.024975124 UTC)
- <4>[42946.145567] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=524 chg=a
- <6>[42946.442594] PM: suspend entry 2015-04-19 15:03:18.379239497 UTC
- <4>[42946.442655] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42946.520567] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42946.522276] Suspending console(s) (use no_console_suspend to debug)
- <7>[42946.701505] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42946.701933] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42946.726835] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42946.730070] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42946.733091] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42946.733122] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42946.739164] max8903b_suspend: suspend
- <6>[42946.747282] PM: suspend of devices complete after 222.260 msecs
- <6>[42946.753019] PM: late suspend of devices complete after 5.673 msecs
- <6>[42946.760069] PM: noirq suspend of devices complete after 7.015 msecs
- <4>[42946.760099] Disabling non-boot CPUs ...
- <6>[42946.760374] msm_pm_enter
- <6>[42946.760374] msm_pm_enter: power collapse
- <6>[42946.760374] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42946.760374] msm_pm_enter: return
- <6>[42946.766508] PM: noirq resume of devices complete after 5.612 msecs
- <6>[42946.768461] wakeup wake lock: alarm_rtc
- <6>[42946.774931] PM: early resume of devices complete after 6.252 msecs
- <4>[42946.777403] max8903b_resume: resume
- <3>[42946.786649] msm_wm8958_setup_power: codec power setup
- <4>[42946.786711] 8058_s3: Failed to create debugfs directory
- <3>[42946.786741] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42946.879698] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42946.881010] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42946.883848] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42946.884214] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42946.884458] PM: resume of devices complete after 109.419 msecs
- <4>[42946.888578] Restarting tasks ... done.
- <6>[42946.893705] PM: suspend exit 2015-04-19 15:03:48.010307634 UTC
- <6>[42946.893736] suspend: exit suspend, ret = 0 (2015-04-19 15:03:48.010338130 UTC)
- <4>[42946.942503] healthd: battery l=95 v=4099 t=26.0 h=2 st=2 c=516 chg=a
- <6>[42952.409757] PM: suspend entry 2015-04-19 15:03:53.525744891 UTC
- <4>[42952.409818] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42952.433195] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42952.434965] Suspending console(s) (use no_console_suspend to debug)
- <7>[42952.609617] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42952.610044] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42952.629209] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42952.631315] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42952.633299] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42952.633299] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42952.636808] max8903b_suspend: suspend
- <6>[42952.640562] PM: suspend of devices complete after 202.972 msecs
- <6>[42952.642332] PM: late suspend of devices complete after 1.770 msecs
- <6>[42952.644712] PM: noirq suspend of devices complete after 2.349 msecs
- <4>[42952.644712] Disabling non-boot CPUs ...
- <6>[42952.644834] msm_pm_enter
- <6>[42952.644834] msm_pm_enter: power collapse
- <6>[42952.644834] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42952.644834] msm_pm_enter: return
- <6>[42952.646818] PM: noirq resume of devices complete after 1.770 msecs
- <6>[42952.647550] wakeup wake lock: alarm_rtc
- <6>[42952.649351] PM: early resume of devices complete after 1.739 msecs
- <4>[42952.651029] max8903b_resume: resume
- <3>[42952.660215] msm_wm8958_setup_power: codec power setup
- <4>[42952.660276] 8058_s3: Failed to create debugfs directory
- <3>[42952.660276] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42952.748533] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42952.749174] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42952.751982] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42952.752317] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42952.753568] PM: resume of devices complete after 104.139 msecs
- <4>[42952.756956] Restarting tasks ... done.
- <6>[42952.761442] PM: suspend exit 2015-04-19 15:04:18.009941558 UTC
- <6>[42952.761442] suspend: exit suspend, ret = 0 (2015-04-19 15:04:18.009941558 UTC)
- <6>[42952.804411] PM: suspend entry 2015-04-19 15:04:18.052875108 UTC
- <4>[42952.820036] healthd: battery l=95 v=4099 t=26.0 h=2 st=2 c=508 chg=a
- <4>[42952.868467] Freezing user space processes ...
- <6>[42952.868894] active wake lock PowerManagerService.WakeLocks
- <4>[42952.868925]
- <3>[42952.868925] Freezing of tasks aborted after 0.000 seconds (25 tasks refusing to freeze, wq_busy=0):
- <4>[42952.868925]
- <4>[42952.868925] Restarting tasks ... done.
- <6>[42952.870512] PM: suspend exit 2015-04-19 15:04:18.118933028 UTC
- <6>[42952.870512] suspend: exit suspend, ret = -16 (2015-04-19 15:04:18.118933028 UTC)
- <6>[42952.972807] PM: suspend entry 2015-04-19 15:04:18.221134408 UTC
- <4>[42952.974943] Freezing user space processes ... (elapsed 0.017 seconds) done.
- <4>[42953.005003] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42953.006223] Suspending console(s) (use no_console_suspend to debug)
- <7>[42953.192411] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42953.192838] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42953.217161] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42953.220365] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42953.223325] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42953.223356] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42953.229551] max8903b_suspend: suspend
- <6>[42953.237669] PM: suspend of devices complete after 228.648 msecs
- <6>[42953.243101] PM: late suspend of devices complete after 5.400 msecs
- <6>[42953.250425] PM: noirq suspend of devices complete after 7.261 msecs
- <4>[42953.250456] Disabling non-boot CPUs ...
- <6>[42953.250761] msm_pm_enter
- <6>[42953.250761] msm_pm_enter: power collapse
- <6>[42953.250761] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42953.250761] msm_pm_enter: return
- <6>[42953.256895] PM: noirq resume of devices complete after 5.614 msecs
- <6>[42953.258848] wakeup wake lock: alarm_rtc
- <6>[42953.264982] PM: early resume of devices complete after 5.949 msecs
- <4>[42953.268461] max8903b_resume: resume
- <3>[42953.277738] msm_wm8958_setup_power: codec power setup
- <4>[42953.277799] 8058_s3: Failed to create debugfs directory
- <3>[42953.277830] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42953.370725] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42953.372068] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42953.374906] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42953.375273] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42953.375517] PM: resume of devices complete after 110.394 msecs
- <4>[42953.379789] Restarting tasks ... done.
- <6>[42953.385893] PM: suspend exit 2015-04-19 15:04:48.011435982 UTC
- <6>[42953.385923] suspend: exit suspend, ret = 0 (2015-04-19 15:04:48.011435982 UTC)
- <4>[42953.434904] healthd: battery l=95 v=4099 t=26.0 h=2 st=2 c=500 chg=a
- <6>[42956.261015] PM: suspend entry 2015-04-19 15:04:50.885940768 UTC
- <4>[42956.261076] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42956.321531] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42956.323240] Suspending console(s) (use no_console_suspend to debug)
- <7>[42956.499754] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42956.500181] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42956.524381] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42956.527647] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42956.530576] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42956.530638] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42956.535551] max8903b_suspend: suspend
- <6>[42956.543638] PM: suspend of devices complete after 217.713 msecs
- <6>[42956.549223] PM: late suspend of devices complete after 5.523 msecs
- <6>[42956.556333] PM: noirq suspend of devices complete after 7.049 msecs
- <4>[42956.556394] Disabling non-boot CPUs ...
- <6>[42956.556669] msm_pm_enter
- <6>[42956.556669] msm_pm_enter: power collapse
- <6>[42956.556669] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42956.556669] msm_pm_enter: return
- <6>[42956.562711] PM: noirq resume of devices complete after 5.523 msecs
- <6>[42956.564237] wakeup wake lock: mmc1
- <6>[42956.570280] PM: early resume of devices complete after 5.554 msecs
- <4>[42956.578428] max8903b_resume: resume
- <3>[42956.587553] msm_wm8958_setup_power: codec power setup
- <4>[42956.587614] 8058_s3: Failed to create debugfs directory
- <3>[42956.587644] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42956.671781] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42956.673124] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42956.675962] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42956.676298] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42956.676328] PM: resume of devices complete after 105.950 msecs
- <4>[42956.679197] Restarting tasks ... done.
- <6>[42956.704740] PM: suspend exit 2015-04-19 15:04:56.029213556 UTC
- <6>[42956.704740] suspend: exit suspend, ret = 0 (2015-04-19 15:04:56.029213556 UTC)
- <6>[42956.704771] active wake lock PowerManagerService.WakeLocks
- <6>[42956.704771] active wake lock power-supply
- <6>[42956.719969] PM: suspend entry 2015-04-19 15:04:56.044429710 UTC
- <4>[42956.734586] healthd: battery l=95 v=4099 t=26.0 h=2 st=2 c=496 chg=a
- <4>[42956.763639] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42956.765592] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42956.767240] Suspending console(s) (use no_console_suspend to debug)
- <7>[42956.943449] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42956.943876] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42956.967314] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42956.968321] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42956.969938] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42956.969969] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42956.972227] max8903b_suspend: suspend
- <6>[42956.980436] PM: suspend of devices complete after 210.384 msecs
- <6>[42956.986082] PM: late suspend of devices complete after 5.582 msecs
- <6>[42956.993131] PM: noirq suspend of devices complete after 7.016 msecs
- <4>[42956.993162] Disabling non-boot CPUs ...
- <6>[42956.993467] msm_pm_enter
- <6>[42956.993467] msm_pm_enter: power collapse
- <6>[42956.993467] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42956.993467] msm_pm_enter: return
- <6>[42956.999601] PM: noirq resume of devices complete after 5.582 msecs
- <6>[42957.001554] wakeup wake lock: alarm_rtc
- <6>[42957.007353] PM: early resume of devices complete after 5.612 msecs
- <4>[42957.009489] max8903b_resume: resume
- <3>[42957.018705] msm_wm8958_setup_power: codec power setup
- <4>[42957.018766] 8058_s3: Failed to create debugfs directory
- <3>[42957.018797] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42957.111784] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42957.113127] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42957.115965] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42957.116331] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42957.116575] PM: resume of devices complete after 109.145 msecs
- <4>[42957.120695] Restarting tasks ... done.
- <6>[42957.123045] PM: suspend exit 2015-04-19 15:05:18.007532492 UTC
- <6>[42957.123075] suspend: exit suspend, ret = 0 (2015-04-19 15:05:18.007562988 UTC)
- <6>[42957.123075] active wake lock power-supply
- <6>[42957.175260] PM: suspend entry 2015-04-19 15:05:18.059676884 UTC
- <4>[42957.197416] healthd: battery l=96 v=4099 t=26.0 h=2 st=2 c=493 chg=a
- <4>[42957.226042] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42957.227842] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42957.229460] Suspending console(s) (use no_console_suspend to debug)
- <7>[42957.403806] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42957.404234] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42957.428648] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42957.431791] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42957.434751] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42957.434782] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42957.440977] max8903b_suspend: suspend
- <6>[42957.449064] PM: suspend of devices complete after 216.586 msecs
- <6>[42957.454496] PM: late suspend of devices complete after 5.399 msecs
- <6>[42957.461790] active wake lock alarm, time left 492
- <3>[42957.461851] dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
- <3>[42957.461881] PM: Device power.0 failed to suspend noirq: error -11
- <6>[42957.466825] PM: noirq resume of devices complete after 4.911 msecs
- <6>[42957.473722] PM: early resume of devices complete after 5.155 msecs
- <3>[42957.473753] PM: Some devices failed to power down
- <4>[42957.479612] max8903b_resume: resume
- <3>[42957.488767] msm_wm8958_setup_power: codec power setup
- <4>[42957.488828] 8058_s3: Failed to create debugfs directory
- <3>[42957.488859] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42957.581815] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42957.583189] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42957.586027] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42957.586363] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42957.586637] PM: resume of devices complete after 112.793 msecs
- <4>[42957.590910] Restarting tasks ... done.
- <6>[42957.615385] PM: suspend exit 2015-04-19 15:05:18.499598305 UTC
- <6>[42957.615385] suspend: exit suspend, ret = -11 (2015-04-19 15:05:18.499628817 UTC)
- <6>[42957.615415] active wake lock PowerManagerService.WakeLocks
- <6>[42957.615415] active wake lock power-supply
- <4>[42957.659055] healthd: battery l=96 v=4099 t=26.0 h=2 st=2 c=493 chg=a
- <6>[42957.921659] PM: suspend entry 2015-04-19 15:05:18.805766360 UTC
- <4>[42957.921720] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42957.989134] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42957.990843] Suspending console(s) (use no_console_suspend to debug)
- <7>[42958.174070] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42958.174497] lm8502_mod_brightness: set LED1 brightness (0) percent
- <3>[42958.175169] dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
- <3>[42958.175321] PM: Device alarm failed to suspend: error -16
- <3>[42958.175352] PM: Some devices failed to suspend
- <7>[42958.176023] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42958.176450] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42958.178648] PM: resume of devices complete after 3.294 msecs
- <4>[42958.184904] Restarting tasks ... done.
- <6>[42958.188383] PM: suspend exit 2015-04-19 15:05:19.072394155 UTC
- <6>[42958.188383] suspend: exit suspend, ret = -16 (2015-04-19 15:05:19.072424664 UTC)
- <6>[42959.794798] PM: suspend entry 2015-04-19 15:05:20.678612781 UTC
- <4>[42959.794950] Freezing user space processes ... (elapsed 0.009 seconds) done.
- <4>[42959.828062] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42959.829771] Suspending console(s) (use no_console_suspend to debug)
- <7>[42960.014219] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42960.014646] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42960.039640] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42960.042845] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42960.045835] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42960.045896] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42960.051908] max8903b_suspend: suspend
- <6>[42960.060423] PM: suspend of devices complete after 227.781 msecs
- <6>[42960.066038] PM: late suspend of devices complete after 5.554 msecs
- <6>[42960.073087] active wake lock alarm_rtc, time left 92
- <3>[42960.073148] dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
- <3>[42960.073179] PM: Device power.0 failed to suspend noirq: error -11
- <6>[42960.078123] PM: noirq resume of devices complete after 4.882 msecs
- <6>[42960.085020] PM: early resume of devices complete after 5.187 msecs
- <3>[42960.085050] PM: Some devices failed to power down
- <4>[42960.090177] max8903b_resume: resume
- <3>[42960.099424] msm_wm8958_setup_power: codec power setup
- <4>[42960.099485] 8058_s3: Failed to create debugfs directory
- <3>[42960.099516] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42960.184171] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42960.185453] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42960.188291] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42960.188627] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42960.188871] PM: resume of devices complete after 103.789 msecs
- <4>[42960.192991] Restarting tasks ... done.
- <6>[42960.195005] PM: suspend exit 2015-04-19 15:05:21.078878740 UTC
- <6>[42960.195036] suspend: exit suspend, ret = -11 (2015-04-19 15:05:21.078878740 UTC)
- <4>[42960.252195] healthd: battery l=96 v=4099 t=26.0 h=2 st=2 c=493 chg=a
- <6>[42960.989012] PM: suspend entry 2015-04-19 15:05:21.872852290 UTC
- <4>[42961.038542] Freezing user space processes ... (elapsed 0.003 seconds) done.
- <4>[42961.042295] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
- <4>[42961.045194] Suspending console(s) (use no_console_suspend to debug)
- <7>[42961.242307] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42961.242796] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42961.261442] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42961.263487] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42961.265531] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42961.265531] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42961.268980] max8903b_suspend: suspend
- <6>[42961.272764] PM: suspend of devices complete after 218.170 msecs
- <6>[42961.274534] PM: late suspend of devices complete after 1.739 msecs
- <6>[42961.276914] PM: noirq suspend of devices complete after 2.349 msecs
- <4>[42961.276914] Disabling non-boot CPUs ...
- <6>[42961.277036] msm_pm_enter
- <6>[42961.277036] msm_pm_enter: power collapse
- <6>[42961.277036] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42961.277036] msm_pm_enter: return
- <6>[42961.279020] PM: noirq resume of devices complete after 1.770 msecs
- <6>[42961.279752] wakeup wake lock: alarm_rtc
- <6>[42961.281553] PM: early resume of devices complete after 1.739 msecs
- <4>[42961.283262] max8903b_resume: resume
- <3>[42961.292326] msm_wm8958_setup_power: codec power setup
- <4>[42961.292387] 8058_s3: Failed to create debugfs directory
- <3>[42961.292417] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42961.385374] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42961.386717] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42961.389524] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42961.389890] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42961.390135] PM: resume of devices complete after 108.507 msecs
- <4>[42961.394254] Restarting tasks ... done.
- <6>[42961.400480] PM: suspend exit 2015-04-19 15:05:49.011405349 UTC
- <6>[42961.400511] suspend: exit suspend, ret = 0 (2015-04-19 15:05:49.011435845 UTC)
- <6>[42961.400511] active wake lock PowerManagerService.WakeLocks
- <6>[42961.400541] active wake lock power-supply
- <4>[42961.453886] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=486 chg=a
- <6>[42963.204801] PM: suspend entry 2015-04-19 15:05:50.815157392 UTC
- <4>[42963.204832] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42963.249876] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42963.251554] Suspending console(s) (use no_console_suspend to debug)
- <7>[42963.424864] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42963.425291] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42963.449705] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42963.452940] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42963.455900] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42963.455930] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42963.462034] max8903b_suspend: suspend
- <6>[42963.470152] PM: suspend of devices complete after 215.929 msecs
- <6>[42963.475584] PM: late suspend of devices complete after 5.370 msecs
- <6>[42963.482908] PM: noirq suspend of devices complete after 7.262 msecs
- <4>[42963.482939] Disabling non-boot CPUs ...
- <6>[42963.483213] msm_pm_enter
- <6>[42963.483213] msm_pm_enter: power collapse
- <6>[42963.483213] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42963.483213] msm_pm_enter: return
- <6>[42963.489347] PM: noirq resume of devices complete after 5.614 msecs
- <6>[42963.491300] wakeup wake lock: alarm_rtc
- <6>[42963.497434] PM: early resume of devices complete after 5.919 msecs
- <4>[42963.500822] max8903b_resume: resume
- <3>[42963.510099] msm_wm8958_setup_power: codec power setup
- <4>[42963.510160] 8058_s3: Failed to create debugfs directory
- <3>[42963.510160] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42963.603147] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42963.604490] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42963.607359] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42963.607694] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42963.607969] PM: resume of devices complete after 110.432 msecs
- <4>[42963.612119] Restarting tasks ... done.
- <6>[42963.614897] PM: suspend exit 2015-04-19 15:06:19.007959310 UTC
- <6>[42963.614897] suspend: exit suspend, ret = 0 (2015-04-19 15:06:19.007989806 UTC)
- <4>[42963.705290] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=478 chg=a
- <6>[42963.784269] PM: suspend entry 2015-04-19 15:06:19.177244588 UTC
- <4>[42963.835691] Freezing user space processes ... (elapsed 0.003 seconds) done.
- <4>[42963.849943] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42963.851621] Suspending console(s) (use no_console_suspend to debug)
- <7>[42964.023222] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42964.023679] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42964.042356] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42964.044401] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42964.046446] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42964.046446] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42964.049894] max8903b_suspend: suspend
- <6>[42964.053678] PM: suspend of devices complete after 199.320 msecs
- <6>[42964.055448] PM: late suspend of devices complete after 1.739 msecs
- <6>[42964.057798] PM: noirq suspend of devices complete after 2.349 msecs
- <4>[42964.057829] Disabling non-boot CPUs ...
- <6>[42964.057951] msm_pm_enter
- <6>[42964.057951] msm_pm_enter: power collapse
- <6>[42964.057951] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42964.057951] msm_pm_enter: return
- <6>[42964.059934] PM: noirq resume of devices complete after 1.769 msecs
- <6>[42964.060667] wakeup wake lock: alarm_rtc
- <6>[42964.062467] PM: early resume of devices complete after 1.739 msecs
- <4>[42964.064146] max8903b_resume: resume
- <3>[42964.073301] msm_wm8958_setup_power: codec power setup
- <4>[42964.073362] 8058_s3: Failed to create debugfs directory
- <3>[42964.073393] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42964.158140] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42964.159483] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42964.162260] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42964.162626] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42964.162870] PM: resume of devices complete after 100.308 msecs
- <4>[42964.166990] Restarting tasks ... done.
- <6>[42964.169096] PM: suspend exit 2015-04-19 15:06:49.007258719 UTC
- <6>[42964.169096] suspend: exit suspend, ret = 0 (2015-04-19 15:06:49.007289218 UTC)
- <6>[42964.169096] active wake lock power-supply
- <6>[42964.169126] active wake lock alarm_rtc, time left 89
- <4>[42964.227903] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=472 chg=a
- <6>[42965.898954] PM: suspend entry 2015-04-19 15:06:50.736558562 UTC
- <4>[42965.898985] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42965.955229] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42965.956938] Suspending console(s) (use no_console_suspend to debug)
- <7>[42966.125944] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42966.126402] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42966.151365] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42966.154539] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42966.157560] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42966.157621] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42966.163633] max8903b_suspend: suspend
- <6>[42966.171690] PM: suspend of devices complete after 212.050 msecs
- <6>[42966.177305] PM: late suspend of devices complete after 5.553 msecs
- <6>[42966.184355] PM: noirq suspend of devices complete after 6.988 msecs
- <4>[42966.184385] Disabling non-boot CPUs ...
- <6>[42966.184660] msm_pm_enter
- <6>[42966.184660] msm_pm_enter: power collapse
- <6>[42966.184660] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42966.184660] msm_pm_enter: return
- <6>[42966.190794] PM: noirq resume of devices complete after 5.614 msecs
- <6>[42966.192747] wakeup wake lock: alarm_rtc
- <6>[42966.199247] PM: early resume of devices complete after 6.346 msecs
- <4>[42966.201780] max8903b_resume: resume
- <3>[42966.211088] msm_wm8958_setup_power: codec power setup
- <4>[42966.211149] 8058_s3: Failed to create debugfs directory
- <3>[42966.211149] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42966.304075] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42966.305418] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42966.308256] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42966.308622] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42966.308897] PM: resume of devices complete after 109.577 msecs
- <4>[42966.313017] Restarting tasks ... done.
- <6>[42966.334471] PM: suspend exit 2015-04-19 15:07:20.026652211 UTC
- <6>[42966.334501] suspend: exit suspend, ret = 0 (2015-04-19 15:07:20.026682703 UTC)
- <4>[42966.376798] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=465 chg=a
- <6>[42966.750822] PM: suspend entry 2015-04-19 15:07:20.442759230 UTC
- <4>[42966.750883] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42966.817228] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42966.818968] Suspending console(s) (use no_console_suspend to debug)
- <7>[42966.996122] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42966.996549] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42967.020933] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42967.024137] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42967.027097] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42967.027128] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42967.033323] max8903b_suspend: suspend
- <6>[42967.041410] PM: suspend of devices complete after 219.720 msecs
- <6>[42967.046842] PM: late suspend of devices complete after 5.398 msecs
- <6>[42967.054167] PM: noirq suspend of devices complete after 7.259 msecs
- <4>[42967.054197] Disabling non-boot CPUs ...
- <6>[42967.054502] msm_pm_enter
- <6>[42967.054502] msm_pm_enter: power collapse
- <6>[42967.054502] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42967.054502] msm_pm_enter: return
- <6>[42967.060667] PM: noirq resume of devices complete after 5.582 msecs
- <6>[42967.062620] wakeup wake lock: alarm_rtc
- <6>[42967.068754] PM: early resume of devices complete after 5.947 msecs
- <4>[42967.072233] max8903b_resume: resume
- <3>[42967.074644] msm_wm8958_setup_power: codec power setup
- <4>[42967.074705] 8058_s3: Failed to create debugfs directory
- <3>[42967.074705] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42967.160368] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42967.161710] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42967.164762] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42967.165128] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42967.165434] PM: resume of devices complete after 96.581 msecs
- <4>[42967.170011] Restarting tasks ... done.
- <6>[42967.188261] PM: suspend exit 2015-04-19 15:07:50.023968954 UTC
- <6>[42967.188291] suspend: exit suspend, ret = 0 (2015-04-19 15:07:50.023968954 UTC)
- <4>[42967.226804] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=458 chg=a
- <6>[42970.843168] PM: suspend entry 2015-04-19 15:07:53.678274215 UTC
- <4>[42970.843229] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42970.915159] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42970.916837] Suspending console(s) (use no_console_suspend to debug)
- <7>[42971.097074] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42971.097532] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42971.122434] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42971.125608] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42971.128629] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42971.128690] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42971.134702] max8903b_suspend: suspend
- <6>[42971.142759] PM: suspend of devices complete after 223.143 msecs
- <6>[42971.148557] PM: late suspend of devices complete after 5.737 msecs
- <6>[42971.155607] PM: noirq suspend of devices complete after 7.019 msecs
- <4>[42971.155638] Disabling non-boot CPUs ...
- <6>[42971.155943] msm_pm_enter
- <6>[42971.155943] msm_pm_enter: power collapse
- <6>[42971.155943] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42971.155943] msm_pm_enter: return
- <6>[42971.162077] PM: noirq resume of devices complete after 5.615 msecs
- <6>[42971.164060] wakeup wake lock: alarm_rtc
- <6>[42971.170469] PM: early resume of devices complete after 6.225 msecs
- <4>[42971.172910] max8903b_resume: resume
- <3>[42971.182127] msm_wm8958_setup_power: codec power setup
- <4>[42971.182188] 8058_s3: Failed to create debugfs directory
- <3>[42971.182218] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42971.275175] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42971.276518] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42971.279356] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42971.279722] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42971.279997] PM: resume of devices complete after 109.440 msecs
- <4>[42971.284147] Restarting tasks ... done.
- <6>[42971.305662] PM: suspend exit 2015-04-19 15:08:21.026746180 UTC
- <6>[42971.305692] suspend: exit suspend, ret = 0 (2015-04-19 15:08:21.026776672 UTC)
- <4>[42971.349149] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=451 chg=a
- <6>[42971.705992] PM: suspend entry 2015-04-19 15:08:21.426866360 UTC
- <4>[42971.706053] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42971.781400] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42971.783109] Suspending console(s) (use no_console_suspend to debug)
- <7>[42971.967344] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42971.967771] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42971.992368] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42971.995634] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42971.998564] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42971.998594] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42972.004789] max8903b_suspend: suspend
- <6>[42972.012876] PM: suspend of devices complete after 227.009 msecs
- <6>[42972.018339] PM: late suspend of devices complete after 5.398 msecs
- <6>[42972.025663] PM: noirq suspend of devices complete after 7.259 msecs
- <4>[42972.025694] Disabling non-boot CPUs ...
- <6>[42972.025968] msm_pm_enter
- <6>[42972.025968] msm_pm_enter: power collapse
- <6>[42972.025968] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42972.025968] msm_pm_enter: return
- <6>[42972.032133] PM: noirq resume of devices complete after 5.612 msecs
- <6>[42972.034086] wakeup wake lock: alarm_rtc
- <6>[42972.040739] PM: early resume of devices complete after 6.466 msecs
- <4>[42972.043333] max8903b_resume: resume
- <3>[42972.052610] msm_wm8958_setup_power: codec power setup
- <4>[42972.052671] 8058_s3: Failed to create debugfs directory
- <3>[42972.052702] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42972.136930] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42972.137602] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42972.140409] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42972.140775] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42972.140928] PM: resume of devices complete after 100.118 msecs
- <4>[42972.145170] Restarting tasks ... done.
- <6>[42972.151426] PM: suspend exit 2015-04-19 15:08:51.011466291 UTC
- <6>[42972.151457] suspend: exit suspend, ret = 0 (2015-04-19 15:08:51.011466291 UTC)
- <4>[42972.198637] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=444 chg=a
- <6>[42974.200987] PM: suspend entry 2015-04-19 15:08:53.060411527 UTC
- <4>[42974.201048] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42974.271604] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42974.273283] Suspending console(s) (use no_console_suspend to debug)
- <7>[42974.448118] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42974.448576] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42974.473417] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42974.476591] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42974.479612] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42974.479673] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42974.485716] max8903b_suspend: suspend
- <6>[42974.493803] PM: suspend of devices complete after 217.856 msecs
- <6>[42974.499540] PM: late suspend of devices complete after 5.676 msecs
- <6>[42974.506590] PM: noirq suspend of devices complete after 7.018 msecs
- <4>[42974.506620] Disabling non-boot CPUs ...
- <6>[42974.506895] msm_pm_enter
- <6>[42974.506895] msm_pm_enter: power collapse
- <6>[42974.506895] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42974.506895] msm_pm_enter: return
- <6>[42974.513029] PM: noirq resume of devices complete after 5.615 msecs
- <6>[42974.514982] wakeup wake lock: alarm_rtc
- <6>[42974.521482] PM: early resume of devices complete after 6.316 msecs
- <4>[42974.524015] max8903b_resume: resume
- <3>[42974.533323] msm_wm8958_setup_power: codec power setup
- <4>[42974.533384] 8058_s3: Failed to create debugfs directory
- <3>[42974.533384] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42974.618253] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42974.618894] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42974.621763] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42974.622129] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42974.622373] PM: resume of devices complete after 100.820 msecs
- <4>[42974.626493] Restarting tasks ... done.
- <6>[42974.631162] PM: suspend exit 2015-04-19 15:08:56.009819461 UTC
- <6>[42974.631162] suspend: exit suspend, ret = 0 (2015-04-19 15:08:56.009849956 UTC)
- <6>[42974.671293] PM: suspend entry 2015-04-19 15:08:56.049918993 UTC
- <4>[42974.686887] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=442 chg=a
- <4>[42974.714689] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42974.716795] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42974.718504] Suspending console(s) (use no_console_suspend to debug)
- <7>[42974.898283] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42974.898710] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42974.923582] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42974.926786] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42974.929777] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42974.929838] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42974.934599] max8903b_suspend: suspend
- <6>[42974.942655] PM: suspend of devices complete after 220.940 msecs
- <6>[42974.948118] PM: late suspend of devices complete after 5.399 msecs
- <6>[42974.955290] PM: noirq suspend of devices complete after 7.138 msecs
- <4>[42974.955351] Disabling non-boot CPUs ...
- <6>[42974.955625] msm_pm_enter
- <6>[42974.955625] msm_pm_enter: power collapse
- <6>[42974.955625] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42974.955625] msm_pm_enter: return
- <6>[42974.961759] PM: noirq resume of devices complete after 5.613 msecs
- <6>[42974.963285] wakeup wake lock: mmc1
- <6>[42974.969145] PM: early resume of devices complete after 5.460 msecs
- <4>[42974.977567] max8903b_resume: resume
- <3>[42974.978880] msm_wm8958_setup_power: codec power setup
- <4>[42974.978941] 8058_s3: Failed to create debugfs directory
- <3>[42974.978941] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42975.061918] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.062559] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42975.065489] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.065824] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42975.065885] PM: resume of devices complete after 96.642 msecs
- <4>[42975.068846] Restarting tasks ... done.
- <6>[42975.081938] PM: suspend exit 2015-04-19 15:08:57.016925147 UTC
- <6>[42975.081968] suspend: exit suspend, ret = 0 (2015-04-19 15:08:57.016955639 UTC)
- <6>[42975.081968] active wake lock PowerManagerService.WakeLocks
- <6>[42975.081968] active wake lock power-supply
- <6>[42975.121061] PM: suspend entry 2015-04-19 15:08:57.055956781 UTC
- <4>[42975.141477] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=442 chg=a
- <4>[42975.164762] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42975.166868] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42975.168577] Suspending console(s) (use no_console_suspend to debug)
- <7>[42975.348570] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42975.348997] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.374021] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.377165] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42975.380186] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42975.380216] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42975.386259] max8903b_suspend: suspend
- <6>[42975.394377] PM: suspend of devices complete after 222.682 msecs
- <6>[42975.399839] PM: late suspend of devices complete after 5.430 msecs
- <6>[42975.407041] PM: noirq suspend of devices complete after 7.108 msecs
- <4>[42975.407072] Disabling non-boot CPUs ...
- <6>[42975.407346] msm_pm_enter
- <6>[42975.407346] msm_pm_enter: power collapse
- <6>[42975.407346] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42975.407346] msm_pm_enter: return
- <6>[42975.413511] PM: noirq resume of devices complete after 5.582 msecs
- <6>[42975.415464] wakeup wake lock: alarm_rtc
- <6>[42975.422086] PM: early resume of devices complete after 6.466 msecs
- <4>[42975.424650] max8903b_resume: resume
- <3>[42975.433775] msm_wm8958_setup_power: codec power setup
- <4>[42975.433836] 8058_s3: Failed to create debugfs directory
- <3>[42975.433866] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42975.526762] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.528135] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42975.530973] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.531339] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42975.531584] PM: resume of devices complete after 109.389 msecs
- <4>[42975.535734] Restarting tasks ... done.
- <6>[42975.538084] PM: suspend exit 2015-04-19 15:09:21.007562970 UTC
- <6>[42975.538114] suspend: exit suspend, ret = 0 (2015-04-19 15:09:21.007593465 UTC)
- <6>[42975.538114] active wake lock power-supply
- <6>[42975.574644] PM: suspend entry 2015-04-19 15:09:21.044064066 UTC
- <4>[42975.608183] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=438 chg=a
- <4>[42975.620878] Freezing user space processes ...
- <6>[42975.621305] active wake lock PowerManagerService.WakeLocks
- <4>[42975.621305]
- <3>[42975.621336] Freezing of tasks aborted after 0.000 seconds (27 tasks refusing to freeze, wq_busy=0):
- <4>[42975.621336]
- <4>[42975.621336] Restarting tasks ... done.
- <6>[42975.624601] PM: suspend exit 2015-04-19 15:09:21.093985692 UTC
- <6>[42975.624601] suspend: exit suspend, ret = -16 (2015-04-19 15:09:21.094016191 UTC)
- <6>[42975.715635] PM: suspend entry 2015-04-19 15:09:21.184957925 UTC
- <4>[42975.715696] Freezing user space processes ... (elapsed 0.052 seconds) done.
- <4>[42975.771971] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42975.773710] Suspending console(s) (use no_console_suspend to debug)
- <7>[42975.958952] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42975.959379] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.983762] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.986906] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42975.989866] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42975.989897] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42975.996061] max8903b_suspend: suspend
- <6>[42976.004179] PM: suspend of devices complete after 227.727 msecs
- <6>[42976.009611] PM: late suspend of devices complete after 5.400 msecs
- <6>[42976.016905] PM: noirq suspend of devices complete after 7.261 msecs
- <4>[42976.016966] Disabling non-boot CPUs ...
- <6>[42976.017240] msm_pm_enter
- <6>[42976.017240] msm_pm_enter: power collapse
- <6>[42976.017240] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42976.017240] msm_pm_enter: return
- <6>[42976.023374] PM: noirq resume of devices complete after 5.614 msecs
- <6>[42976.025327] wakeup wake lock: alarm_rtc
- <6>[42976.031461] PM: early resume of devices complete after 5.949 msecs
- <4>[42976.034940] max8903b_resume: resume
- <3>[42976.044187] msm_wm8958_setup_power: codec power setup
- <4>[42976.044248] 8058_s3: Failed to create debugfs directory
- <3>[42976.044279] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42976.137174] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42976.138487] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42976.141355] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42976.141721] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42976.141966] PM: resume of devices complete after 110.394 msecs
- <4>[42976.146116] Restarting tasks ... done.
- <6>[42976.160459] PM: suspend exit 2015-04-19 15:09:51.019547882 UTC
- <6>[42976.160490] suspend: exit suspend, ret = 0 (2015-04-19 15:09:51.019578374 UTC)
- <4>[42976.203581] healthd: battery l=97 v=4104 t=26.0 h=2 st=2 c=431 chg=a
- <6>[42981.459593] PM: suspend entry 2015-04-19 15:09:56.318072891 UTC
- <4>[42981.459654] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42981.473661] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42981.475340] Suspending console(s) (use no_console_suspend to debug)
- <7>[42981.647184] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42981.647611] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42981.666685] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42981.668730] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42981.670744] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42981.670774] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42981.674223] max8903b_suspend: suspend
- <6>[42981.678373] PM: suspend of devices complete after 200.378 msecs
- <6>[42981.680143] PM: late suspend of devices complete after 1.770 msecs
- <6>[42981.682523] PM: noirq suspend of devices complete after 2.380 msecs
- <4>[42981.682523] Disabling non-boot CPUs ...
- <6>[42981.682676] msm_pm_enter
- <6>[42981.682676] msm_pm_enter: power collapse
- <6>[42981.682676] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42981.682676] msm_pm_enter: return
- <6>[42981.684660] PM: noirq resume of devices complete after 1.770 msecs
- <6>[42981.685362] wakeup wake lock: alarm_rtc
- <6>[42981.687193] PM: early resume of devices complete after 1.739 msecs
- <4>[42981.688963] max8903b_resume: resume
- <6>[42981.689665] msm_otg_resume: usb exited from low power mode
- <6>[42981.691984] android_work: android_work: did not send uevent (0 0 (null))
- <3>[42981.695097] msm_wm8958_setup_power: codec power setup
- <4>[42981.695158] 8058_s3: Failed to create debugfs directory
- <3>[42981.695158] wm8994_ldo_power: Power up the WM8994 LDOs
- <6>[42981.732572] a6_update_connected_ps: ac=0 usb=0 dock=0
- <6>[42981.732603] max8903b_current_setup: ### CHARGE_DISABLE
- <7>[42981.766172] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42981.766813] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42981.775236] lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>[42981.775511] PM: resume of devices complete after 88.259 msecs
- <7>[42981.776396] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42981.779569] a6_update_connected_ps: ac=0 usb=0 dock=0
- <6>[42981.779569] max8903b_current_setup: ### CHARGE_DISABLE
- <4>[42981.782560] Restarting tasks ... done.
- <6>[42981.789549] PM: suspend exit 2015-04-19 15:10:21.015642695 UTC
- <6>[42981.789549] suspend: exit suspend, ret = 0 (2015-04-19 15:10:21.015673187 UTC)
- <4>[42981.809355] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
- <4>[42981.834440] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
- <4>[42981.847410] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
- <4>[42981.860258] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
- <4>[42981.873502] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
- <6>[42981.971708] msm_otg_suspend: usb in low power mode
- <6>[42982.112577] lsm303dlh_acc_sysfs: hw init start
- <6>[42982.120939] request_suspend_state: wakeup (3->0) at 42980499884061 (2015-04-19 15:10:21.346839751 UTC)
- <6>[42982.123319] lsm303dlh_acc_sysfs: hw init done
- <6>[42982.162748] [MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
- <3>[42982.163847] [DISP] lcdc_panel_power: ++ 1
- <4>[42982.403013] mdp4_csc_config: Block type 10 isn't supported by CSC.
- <4>[42982.403013] mdp4_csc_config: Block type 8 isn't supported by CSC.
- <6>[42982.417692] mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
- <38>[42982.418974] type=1400 audit(1429456221.630:223): avc: denied { read write } for pid=138 comm="surfaceflinger" name="msm_rotator" dev="tmpfs" ino=4342 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[42982.419187] type=1400 audit(1429456221.630:224): avc: denied { open } for pid=138 comm="surfaceflinger" name="msm_rotator" dev="tmpfs" ino=4342 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[42982.432432] type=1400 audit(1429456221.650:225): avc: denied { ioctl } for pid=1317 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[42982.432646] type=1400 audit(1429456221.650:226): avc: denied { read write } for pid=1317 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[42982.461027] type=1400 audit(1429456221.670:227): avc: denied { write } for pid=635 comm="Thread-64" name="tsdriver" dev="tmpfs" ino=3292 scontext=u:r:system_server:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1
- <3>[42982.522642] [DISP] lcdc_tenderloin_panel_set_backlight: 80
- <3>[42982.522886] [DISP] lcdc_tenderloin_panel_set_backlight: 83
- <3>[42982.536100] [DISP] lcdc_tenderloin_panel_set_backlight: 87
- <3>[42982.601621] [DISP] lcdc_tenderloin_panel_set_backlight: 91
- <3>[42982.601835] [DISP] lcdc_tenderloin_panel_set_backlight: 98
- <3>[42982.612760] [DISP] lcdc_tenderloin_panel_set_backlight: 101
- <3>[42982.624204] [DISP] lcdc_tenderloin_panel_set_backlight: 104
- <3>[42982.640806] [DISP] lcdc_tenderloin_panel_set_backlight: 108
- <3>[42982.657743] [DISP] lcdc_tenderloin_panel_set_backlight: 111
- <3>[42982.674223] [DISP] lcdc_tenderloin_panel_set_backlight: 114
- <3>[42982.690885] [DISP] lcdc_tenderloin_panel_set_backlight: 118
- <3>[42982.707548] [DISP] lcdc_tenderloin_panel_set_backlight: 121
- <3>[42982.724455] [DISP] lcdc_tenderloin_panel_set_backlight: 124
- <3>[42982.741117] [DISP] lcdc_tenderloin_panel_set_backlight: 128
- <3>[42982.757749] [DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[42982.774198] [DISP] lcdc_tenderloin_panel_set_backlight: 133
- <3>[42982.791197] [DISP] lcdc_tenderloin_panel_set_backlight: 137
- <3>[42982.807646] [DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[42982.824400] [DISP] lcdc_tenderloin_panel_set_backlight: 143
- <3>[42982.841062] [DISP] lcdc_tenderloin_panel_set_backlight: 147
- <3>[42982.857908] [DISP] lcdc_tenderloin_panel_set_backlight: 150
- <3>[42982.874845] [DISP] lcdc_tenderloin_panel_set_backlight: 153
- <3>[42982.891508] [DISP] lcdc_tenderloin_panel_set_backlight: 157
- <3>[42982.907896] [DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[42982.924955] [DISP] lcdc_tenderloin_panel_set_backlight: 163
- <3>[42982.941221] [DISP] lcdc_tenderloin_panel_set_backlight: 167
- <3>[42982.957792] [DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[42982.974424] [DISP] lcdc_tenderloin_panel_set_backlight: 173
- <3>[42982.990965] [DISP] lcdc_tenderloin_panel_set_backlight: 177
- <3>[42983.007658] [DISP] lcdc_tenderloin_panel_set_backlight: 178
- <4>[43059.916288] send sigkill to 4405 (id.gms.wearable), adj 1000, size 4869
- <4>[43059.944456] send sigkill to 17329 (equicksearchbox), adj 1000, size 4653
- <4>[43066.011076] send sigkill to 11657 (d.process.media), adj 1000, size 4756
- <4>[43066.118650] send sigkill to 11569 (mozilla.firefox), adj 1000, size 5012
- <6>[43071.844023] msm_vidc_dec: Inside vid_dec_open()
- <4>[43071.845365]
- <4>[43071.845365] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <38>[43071.861204] type=1400 audit(1429456311.057:228): avc: denied { read write } for pid=20882 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4344 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[43071.861845] type=1400 audit(1429456311.057:229): avc: denied { open } for pid=20882 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4344 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>[43071.862455] fw_version 2:28:2013
- <38>[43071.862882] type=1400 audit(1429456311.077:230): avc: denied { ioctl } for pid=20882 comm="CodecLooper" path="/dev/msm_vidc_dec" dev="tmpfs" ino=4344 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>[43072.123045] msm_device_put:device speaker_stereo_rx set 0
- <6>[43072.123106] msm_device_put:device speaker_stereo_rx set 1
- <3>[43072.123106] msm_device_put:device freq =48000
- <3>[43072.149809] Device active
- <4>[43072.242124]
- <4>[43072.242124] VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <6>[43072.248869] profile 0 level 25 progressive 1
- <4>[43072.248869]
- <4>[43072.248869] VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <4>[43072.342802]
- <4>[43072.342802] VIDC: vidc_freq = 48000000, req_perf_lvl = 21160, set_perf_lvl = 37900
- <4>[43088.844236]
- <4>[43088.844236] VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>[43088.850981] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- <4>[43088.851011] vidc_cleanup_addr_table(): buffer = INPUT
- <6>[43088.865690] msm_vidc_dec: Return from vid_dec_release()
- <6>[43091.131590] msm_device_put:device speaker_stereo_rx set 0
- <6>[43132.505918] msm_vidc_dec: Inside vid_dec_open()
- <4>[43132.511015]
- <4>[43132.511015] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>[43132.531858] fw_version 2:28:2013
- <6>[43132.689268] msm_device_put:device speaker_stereo_rx set 0
- <6>[43132.689359] msm_device_put:device speaker_stereo_rx set 1
- <3>[43132.689390] msm_device_put:device freq =48000
- <3>[43132.704435] Device active
- <4>[43132.930174]
- <4>[43132.930174] VIDC: vidc_freq = 48000000, req_perf_lvl = 17280, set_perf_lvl = 37900
- <6>[43132.935240] profile 0 level 23 progressive 1
- <4>[43132.935270]
- <4>[43132.935270] VIDC: vidc_freq = 48000000, req_perf_lvl = 17280, set_perf_lvl = 37900
- <4>[43133.053282]
- <4>[43133.053282] VIDC: vidc_freq = 48000000, req_perf_lvl = 14400, set_perf_lvl = 37900
- <4>[43256.397611] send sigkill to 8167 (viders.calendar), adj 1000, size 3084
- <4>[43260.792112] send sigkill to 11622 (nie.geniewidget), adj 1000, size 4472
- <4>[43282.825926] healthd: battery l=94 v=3931 t=31.0 h=2 st=3 c=-1359 chg=
- <4>[43377.476255] send sigkill to 11613 (droid.apps.plus), adj 1000, size 5856
- <4>[43583.625334] healthd: battery l=91 v=3897 t=33.0 h=2 st=3 c=-1334 chg=
- <4>[43742.931822] send sigkill to 7964 (d.process.acore), adj 1000, size 3656
- <4>[43749.735105] send sigkill to 11965 (ngs.android.pop), adj 1000, size 3332
- <3>[43749.784300] init: untracked pid 11989 killed by signal 9
- <4>[43749.794798] send sigkill to 11693 (com.glu.flc2), adj 1000, size 2940
- <4>[43749.906858] send sigkill to 11013 (droid.deskclock), adj 1000, size 2895
- <4>[43750.284208] send sigkill to 4019 (earchbox:search), adj 1000, size 3885
- <4>[43750.377104] send sigkill to 21179 (equicksearchbox), adj 1000, size 3036
- <4>[43884.426908] healthd: battery l=89 v=3873 t=34.0 h=2 st=3 c=-1343 chg=
- <6>[44138.286222] cfg80211: Calling CRDA to update world regulatory domain
- <4>[44185.216398] healthd: battery l=87 v=3849 t=35.0 h=2 st=3 c=-1330 chg=
- <4>[44199.542295] send sigkill to 21302 (d.process.media), adj 1000, size 2809
- <38>[44241.360655] type=1400 audit(1429457480.568:231): avc: denied { ioctl } for pid=138 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[44282.723570] type=1400 audit(1429457521.938:232): avc: denied { ioctl } for pid=21086 comm="VideoDecMsgThre" path="/dev/msm_vidc_dec" dev="tmpfs" ino=4344 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[44292.827879] type=1400 audit(1429457532.038:233): avc: denied { read write } for pid=138 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>[44486.023924] healthd: battery l=84 v=3830 t=36.0 h=2 st=3 c=-1189 chg=
- <4>[44627.312162] send sigkill to 21538 (droid.deskclock), adj 1000, size 2904
- <4>[44786.811949] healthd: battery l=81 v=3816 t=35.0 h=2 st=3 c=-1203 chg=
- <4>[44881.094908] send sigkill to 21284 (droid.apps.plus), adj 1000, size 3715
- <4>[44881.154386] send sigkill to 20812 (id.gms.wearable), adj 1000, size 3046
- <4>[44881.213468] send sigkill to 21324 (d.process.acore), adj 1000, size 4407
- <4>[44881.243650] send sigkill to 21749 (ndroid.calendar), adj 1000, size 3035
- <4>[44881.285002] send sigkill to 21731 (viders.calendar), adj 1000, size 2976
- <4>[45087.626585] healthd: battery l=79 v=3782 t=35.0 h=2 st=3 c=-1322 chg=
- <4>[45388.436064] healthd: battery l=77 v=3763 t=36.0 h=2 st=3 c=-1353 chg=
- <4>[45460.533445] send sigkill to 22096 (droid.deskclock), adj 1000, size 2919
- <4>[45460.685697] send sigkill to 22303 (mozilla.firefox), adj 1000, size 6781
- <4>[45614.092832] send sigkill to 22384 (d.process.acore), adj 1000, size 3099
- <4>[45689.221800] healthd: battery l=74 v=3748 t=35.0 h=2 st=3 c=-1375 chg=
- <6>[45814.334562] msm_device_put:device speaker_stereo_rx set 0
- <38>[45850.175138] type=1400 audit(1429459088.927:234): avc: denied { ioctl } for pid=20506 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>[45931.702146] msm_otg_resume: usb exited from low power mode
- <6>[45931.931913] android_work: android_work: did not send uevent (0 0 (null))
- <4>[45933.001585] UDC-CHG (2-1-1-2): usb_multi_chg_detect (560) : 10W Adaptor(2000mA)!
- <4>[45933.001615] usb_chg_detect: temp = 2
- <6>[45933.042906] a6_update_connected_ps: ac=1 usb=0 dock=0
- <6>[45933.042936] max8903b_current_setup: CURRENT_750(4), 900(5), 1000(6), 1400(7), 2000MA(9): 9
- <4>[45933.058561] healthd: battery l=72 v=3744 t=35.0 h=2 st=2 c=-1054 chg=a
- <4>[45933.072080] healthd: battery l=72 v=3744 t=35.0 h=2 st=2 c=-1054 chg=a
- <6>[45933.232359] msm_otg_suspend: usb in low power mode
- <6>[45963.973997] msm_device_put:device speaker_stereo_rx set 0
- <6>[45963.974088] msm_device_put:device speaker_stereo_rx set 1
- <3>[45963.974088] msm_device_put:device freq =48000
- <3>[45964.000913] Device active
- <38>[45964.224577] type=1400 audit(1429459203.439:235): avc: denied { read write } for pid=20506 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>[45971.038877] lsm303dlh_acc_sysfs: hw init start
- <6>[45971.041349] lsm303dlh_acc_sysfs: hw init done
- <6>[45971.045255] lsm303dlh_acc_sysfs: hw init start
- <6>[45971.046598] lsm303dlh_acc_sysfs: hw init done
- <6>[45971.050321] lsm303dlh_acc_sysfs: hw init start
- <6>[45971.051573] lsm303dlh_acc_sysfs: hw init done
- <6>[45971.074674] lsm303dlh_acc_sysfs: hw init start
- <6>[45971.077787] lsm303dlh_acc_sysfs: hw init done
- <38>[45971.547575] type=1400 audit(1429459210.766:236): avc: denied { ioctl } for pid=1317 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[45971.547819] type=1400 audit(1429459210.766:237): avc: denied { read write } for pid=1317 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>[45971.758939] lsm303dlh_acc_sysfs: hw init start
- <6>[45971.759916] lsm303dlh_acc_sysfs: hw init done
- <4>[45973.137693]
- <4>[45973.137693] VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>[45973.145628] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- <4>[45973.145628] vidc_cleanup_addr_table(): buffer = INPUT
- <6>[45973.165617] msm_vidc_dec: Return from vid_dec_release()send sigkill to 22489 (com.glu.flc2), adj 1000, size 2952
- <6>[45976.270414] msm_device_put:device speaker_stereo_rx set 0
- <38>[45977.208463] type=1400 audit(1429459216.421:238): avc: denied { read write } for pid=424 comm="system_server" name="lm8502" dev="tmpfs" ino=4258 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[45977.208708] type=1400 audit(1429459216.421:239): avc: denied { open } for pid=424 comm="system_server" name="lm8502" dev="tmpfs" ino=4258 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[45977.208891] type=1400 audit(1429459216.421:240): avc: denied { getattr } for pid=424 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4258 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[45977.209013] type=1400 audit(1429459216.421:241): avc: denied { ioctl } for pid=424 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4258 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>[45978.485319] send sigkill to 22531 (d.process.acore), adj 1000, size 4475
- <6>[45978.634367] binder: undelivered transaction 9469746
- <6>[45978.634367] binder: send failed reply for transaction 9469848 to 7366:22522
- <38>[45989.675504] type=1400 audit(1429459228.893:242): avc: denied { open } for pid=22712 comm="Thread-2833" name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>[45990.035429] healthd: battery l=72 v=3806 t=34.0 h=2 st=2 c=31 chg=a
- <38>[45995.791898] type=1400 audit(1429459234.999:243): avc: denied { read write } for pid=22802 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[45995.792448] type=1400 audit(1429459234.999:244): avc: denied { open } for pid=22802 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[45995.792631] type=1400 audit(1429459234.999:245): avc: denied { ioctl } for pid=22802 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>[46002.556425] send sigkill to 22575 (d.process.media), adj 1000, size 6193
- <4>[46002.680174] send sigkill to 22462 (nie.geniewidget), adj 1000, size 4438
- <6>[46002.730131] binder: undelivered transaction 9481345
- <4>[46023.353971] 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
- <3>[46023.361234] init: Warning! Service dumplogcat needs a SELinux domain defined; please fix!
- <4>[46023.432829] dumplogcat (22971): /proc/22971/oom_adj is deprecated, please use /proc/22971/oom_score_adj instead.
- <38>[46024.256681] type=1400 audit(1429459263.467:246): avc: denied { syslog_read } for pid=22971 comm="dumplogcat" scontext=u:r:init:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1
- <38>[46024.705137] type=1400 audit(1429459263.918:247): avc: denied { write } for pid=22985 comm="app_process" path="/data/data/com.evervolv.toolbox/files/logcat-2015-04-19-12-01-02.txt" dev="dm-9" ino=1180132 scontext=u:r:zygote:s0 tcontext=u:object_r:system_app_data_file:s0 tclass=file permissive=1
- <38>[46025.418516] type=1400 audit(1429459264.628:248): avc: denied { getattr } for pid=22985 comm="app_process" path="/data/data/com.evervolv.toolbox/files/logcat-2015-04-19-12-01-02.txt" dev="dm-9" ino=1180132 scontext=u:r:zygote:s0 tcontext=u:object_r:system_app_data_file:s0 tclass=file permissive=1
- <38>[46026.122587] type=1400 audit(1429459265.339:249): avc: denied { call } for pid=22985 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:servicemanager:s0 tclass=binder permissive=1
- <38>[46026.125761] type=1400 audit(1429459265.339:250): avc: denied { search } for pid=135 comm="servicemanager" name="22985" dev="proc" ino=523343 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=dir permissive=1
- <38>[46026.126219] type=1400 audit(1429459265.339:251): avc: denied { read } for pid=135 comm="servicemanager" name="current" dev="proc" ino=523385 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=file permissive=1
- <38>[46026.126371] type=1400 audit(1429459265.339:252): avc: denied { open } for pid=135 comm="servicemanager" name="current" dev="proc" ino=523385 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=file permissive=1
- <38>[46026.126493] type=1400 audit(1429459265.339:253): avc: denied { getattr } for pid=135 comm="servicemanager" scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=process permissive=1
- <38>[46026.131925] type=1400 audit(1429459265.339:254): avc: denied { write } for pid=22985 comm="main" path="/data/data/com.evervolv.toolbox/files/logcat-2015-04-19-12-01-02.txt" dev="dm-9" ino=1180132 scontext=u:r:zygote:s0 tcontext=u:object_r:system_app_data_file:s0 tclass=file permissive=1
- <38>[46026.138639] type=1400 audit(1429459265.349:255): avc: denied { call } for pid=22985 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1
- <38>[46026.138792] type=1400 audit(1429459265.349:256): avc: denied { transfer } for pid=22985 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1
- <38>[46026.195005] type=1400 audit(1429459265.409:257): avc: denied { call } for pid=1096 comm="Binder_B" scontext=u:r:system_server:s0 tcontext=u:r:zygote:s0 tclass=binder permissive=1
- <38>[46059.636595] type=1400 audit(1429459298.852:258): avc: denied { ioctl } for pid=138 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[46077.086363] type=1400 audit(1429459316.299:259): avc: denied { read write } for pid=138 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>[46095.562711] binder: undelivered transaction 9514368
- <4>[46113.140531] send sigkill to 22736 (id.partnersetup), adj 1000, size 4481
- <4>[46130.596678] send sigkill to 22593 (ngs.android.pop), adj 1000, size 5603
- <3>[46130.742857] init: untracked pid 22668 killed by signal 9
- <6>[46132.862943] msm_vidc_dec: Inside vid_dec_open()
- <38>[46132.863096] type=1400 audit(1429459372.083:260): avc: denied { read write } for pid=23564 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4344 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[46132.868162] type=1400 audit(1429459372.083:261): avc: denied { open } for pid=23564 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4344 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>[46132.868925]
- <4>[46132.868925] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>[46132.891874] fw_version 2:28:2013
- <38>[46132.892423] type=1400 audit(1429459372.113:262): avc: denied { ioctl } for pid=23564 comm="CodecLooper" path="/dev/msm_vidc_dec" dev="tmpfs" ino=4344 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>[46133.010771]
- <4>[46133.010771] VIDC: vidc_freq = 48000000, req_perf_lvl = 17280, set_perf_lvl = 37900
- <6>[46133.016020] profile 0 level 23 progressive 1
- <4>[46133.016050]
- <4>[46133.016050] VIDC: vidc_freq = 48000000, req_perf_lvl = 17280, set_perf_lvl = 37900
- <4>[46133.019285]
- <4>[46133.019285] VIDC: vidc_freq = 48000000, req_perf_lvl = 0, set_perf_lvl = 37900
- <6>[46133.049497] msm_device_put:device speaker_stereo_rx set 0
- <6>[46133.049589] msm_device_put:device speaker_stereo_rx set 1
- <3>[46133.049589] msm_device_put:device freq =48000
- <4>[46133.072416]
- <4>[46133.072416] VIDC: vidc_freq = 48000000, req_perf_lvl = 14400, set_perf_lvl = 37900
- <3>[46133.076719] Device active
- <4>[46290.826444] healthd: battery l=73 v=3820 t=33.0 h=2 st=3 c=-3 chg=a
- <38>[46395.252622] type=1400 audit(1429459634.469:263): avc: denied { ioctl } for pid=20506 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[46395.289091] type=1400 audit(1429459634.499:264): avc: denied { read write } for pid=20506 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>[46395.885435] msm_otg_resume: usb exited from low power mode
- <6>[46395.887876] android_work: android_work: did not send uevent (0 0 (null))
- <6>[46395.924650] a6_update_connected_ps: ac=0 usb=0 dock=0
- <6>[46395.924650] max8903b_current_setup: ### CHARGE_DISABLE
- <6>[46395.939207] a6_update_connected_ps: ac=0 usb=0 dock=0
- <6>[46395.939207] max8903b_current_setup: ### CHARGE_DISABLE
- <4>[46395.952512] healthd: battery l=73 v=3825 t=33.0 h=2 st=3 c=-3 chg=
- <4>[46395.985868] healthd: battery l=73 v=3825 t=33.0 h=2 st=3 c=-3 chg=
- <4>[46396.001707] healthd: battery l=73 v=3825 t=33.0 h=2 st=3 c=-3 chg=
- <4>[46396.027067] healthd: battery l=73 v=3825 t=33.0 h=2 st=3 c=-3 chg=
- <38>[46396.103086] type=1400 audit(1429459635.320:265): avc: denied { ioctl } for pid=1317 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>[46396.152891] msm_otg_suspend: usb in low power mode
- <38>[46396.482542] type=1400 audit(1429459635.700:266): avc: denied { read write } for pid=1317 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>[46420.696562] send sigkill to 22695 (droid.deskclock), adj 1000, size 4332
- <4>[46421.563596] send sigkill to 22900 (vervolv.toolbox), adj 764, size 8069
- <4>[46423.607603] send sigkill to 23022 (x:UploadService), adj 1000, size 7656
- <4>[46423.633939] send sigkill to 16882 (id.defcontainer), adj 1000, size 3664
- <4>[46591.617552] healthd: battery l=71 v=3720 t=36.0 h=2 st=3 c=-1346 chg=
- <4>[46668.222135] send sigkill to 22650 (droid.apps.plus), adj 1000, size 4992
- <4>[46668.358305] send sigkill to 22717 (earchbox:search), adj 1000, size 4440
- <4>[46669.357572] send sigkill to 23482 (d.process.media), adj 1000, size 3782
- <38>[46715.813169] type=1400 audit(1429459955.032:267): avc: denied { open } for pid=24162 comm="Thread-2877" name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>[46869.065183] msm_device_put:device speaker_stereo_rx set 0
- <6>[46870.029600] msm_device_put:device speaker_stereo_rx set 0
- <6>[46870.029661] msm_device_put:device speaker_stereo_rx set 1
- <3>[46870.029691] msm_device_put:device freq =48000
- <3>[46870.056394] Device active
- <4>[46892.411405] healthd: battery l=69 v=3691 t=36.0 h=2 st=3 c=-1340 chg=
- <4>[47193.214567] healthd: battery l=65 v=3676 t=37.0 h=2 st=3 c=-1320 chg=
- <38>[47224.966337] type=1400 audit(1429460464.179:268): avc: denied { read } for pid=24830 comm="AnalyticsLogger" name="mem" dev="debugfs" ino=528089 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:debugfs:s0 tclass=file permissive=1
- <38>[47224.977842] type=1400 audit(1429460464.189:269): avc: denied { getattr } for pid=24830 comm="AnalyticsLogger" path="/sys/kernel/debug/kgsl/proc/24113/mem" dev="debugfs" ino=528089 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:debugfs:s0 tclass=file permissive=1
- <4>[47398.613218] send sigkill to 24133 (d.process.media), adj 1000, size 6340
- <4>[47398.644499] send sigkill to 21962 (id.gms.wearable), adj 1000, size 3097
- <4>[47399.164182] send sigkill to 24113 (droid.apps.plus), adj 1000, size 11489
- <4>[47402.328153] send sigkill to 24856 (equicksearchbox), adj 1000, size 6945
- <4>[47402.357298] send sigkill to 24376 (droid.deskclock), adj 1000, size 5816
- <4>[47494.013792] healthd: battery l=63 v=3657 t=38.0 h=2 st=3 c=-1326 chg=
- <4>[47611.970030]
- <4>[47611.970030] VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>[47611.978605] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- <4>[47611.978605] vidc_cleanup_addr_table(): buffer = INPUT
- <6>[47611.995634] msm_vidc_dec: Return from vid_dec_release()
- <6>[47615.245359] msm_device_put:device speaker_stereo_rx set 0
- <6>[47680.670133] msm_vidc_dec: Inside vid_dec_open()
- <4>[47680.671629]
- <4>[47680.671659] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>[47680.691862] fw_version 2:28:2013
- <4>[47680.780271]
- <4>[47680.780271] VIDC: vidc_freq = 48000000, req_perf_lvl = 17280, set_perf_lvl = 37900
- <6>[47680.785185] profile 0 level 23 progressive 1
- <4>[47680.785185]
- <4>[47680.785185] VIDC: vidc_freq = 48000000, req_perf_lvl = 17280, set_perf_lvl = 37900
- <6>[47680.794615] msm_device_put:device speaker_stereo_rx set 0
- <6>[47680.794706] msm_device_put:device speaker_stereo_rx set 1
- <3>[47680.794706] msm_device_put:device freq =48000
- <3>[47680.809843] Device active
- <4>[47680.855345]
- <4>[47680.855345] VIDC: vidc_freq = 48000000, req_perf_lvl = 14400, set_perf_lvl = 37900
- <4>[47794.834074] healthd: battery l=60 v=3638 t=38.0 h=2 st=3 c=-1338 chg=
- <4>[48095.629179] healthd: battery l=58 v=3628 t=39.0 h=2 st=3 c=-1197 chg=
- <6>[48115.156126] msm_otg_resume: usb exited from low power mode
- <6>[48115.391752] android_work: android_work: did not send uevent (0 0 (null))
- <4>[48116.461546] UDC-CHG (2-1-1-2): usb_multi_chg_detect (560) : 10W Adaptor(2000mA)!
- <4>[48116.461576] usb_chg_detect: temp = 2
- <6>[48116.502897] a6_update_connected_ps: ac=1 usb=0 dock=0
- <6>[48116.502928] max8903b_current_setup: CURRENT_750(4), 900(5), 1000(6), 1400(7), 2000MA(9): 9
- <4>[48116.519438] healthd: battery l=58 v=3628 t=39.0 h=2 st=2 c=-1144 chg=a
- <4>[48116.533720] healthd: battery l=58 v=3628 t=39.0 h=2 st=2 c=-1144 chg=a
- <6>[48116.692381] msm_otg_suspend: usb in low power mode
- <6>[48232.469480] msm_device_put:device speaker_stereo_rx set 0
- <6>[48278.238767] msm_device_put:device speaker_stereo_rx set 0
- <6>[48278.238859] msm_device_put:device speaker_stereo_rx set 1
- <3>[48278.238859] msm_device_put:device freq =48000
- <3>[48278.265592] Device active
- <4>[48284.943449] send sigkill to 25617 (droid.deskclock), adj 1000, size 2682
- <38>[48286.825254] type=1400 audit(1429461526.045:270): avc: denied { ioctl } for pid=20916 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[48286.827268] type=1400 audit(1429461526.045:271): avc: denied { read write } for pid=20916 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>[48301.668943] send sigkill to 18840 (gle.android.gms), adj 1000, size 4348
- <4>[48304.423094] send sigkill to 26078 (viders.calendar), adj 1000, size 4434
- <4>[48308.237272] send sigkill to 22613 (d.process.acore), adj 1000, size 3440
- <4>[48309.810880]
- <4>[48309.810911] VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>[48309.817289] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- <4>[48309.817320] vidc_cleanup_addr_table(): buffer = INPUT
- <6>[48309.835600] msm_vidc_dec: Return from vid_dec_release()
- <6>[48312.915830] msm_device_put:device speaker_stereo_rx set 0
- <4>[48316.181211] send sigkill to 26051 (droid.apps.plus), adj 1000, size 7246
- <4>[48316.225218] send sigkill to 26024 (d.process.media), adj 1000, size 3108
- <38>[48351.778105] type=1400 audit(1429461590.988:272): avc: denied { read write } for pid=26402 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[48351.778715] type=1400 audit(1429461590.988:273): avc: denied { open } for pid=26402 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>[48351.778898] type=1400 audit(1429461590.988:274): avc: denied { ioctl } for pid=26402 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <3>[48366.315489] init: Warning! Service dumplogcat needs a SELinux domain defined; please fix!
- ------ LAST KMSG (/proc/last_klog) ------
- ,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.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
- <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 93.930 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:01:27.017566578 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:01:27.017566578 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:01:27.057300128 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 219.890 msecs
- <6>PM: late suspend of devices complete after 5.400 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: alarm_rtc
- <6>PM: early resume of devices complete after 5.918 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 98.228 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:02:48.015034006 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:02:48.015094992 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:02:48.045253107 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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.324 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:02:48.307698218 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:02:48.307728724 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>PM: suspend entry 2015-04-17 22:02:48.434184747 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.867 msecs
- <6>PM: late suspend of devices complete after 1.738 msecs
- <6>PM: noirq suspend of devices complete after 2.379 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.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
- <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.446 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:02:53.030496465 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:02:53.030526957 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:02:53.045285605 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 203.003 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.288 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 97.561 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:04:05.029489492 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:04:05.029489492 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:04:05.045010666 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.047 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.811 msecs
- <6>PM: late suspend of devices complete after 1.738 msecs
- <6>PM: noirq suspend of devices complete after 2.288 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.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
- <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 98.659 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:04:07.019914600 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:04:07.019945092 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:04:07.045925330 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.022 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.754 msecs
- <6>PM: late suspend of devices complete after 5.398 msecs
- <6>PM: noirq suspend of devices complete after 7.229 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.947 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.356 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:04:10.008264598 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:04:10.008295095 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:04:10.043149121 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.022 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.695 msecs
- <6>PM: late suspend of devices complete after 5.644 msecs
- <6>PM: noirq suspend of devices complete after 7.017 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 6.436 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.282 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:04:11.016192753 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:04:11.016192753 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:04:11.044064107 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 188.224 msecs
- <6>PM: late suspend of devices complete after 3.050 msecs
- <6>active wake lock mmc1
- <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 2.257 msecs
- <6>PM: early resume of devices complete after 3.355 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 96.743 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:04:12.009915724 UTC
- <6>suspend: exit suspend, ret = -11 (2015-04-17 22:04:12.009946234 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:04:12.047456824 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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.036 msecs
- <6>PM: late suspend of devices complete after 5.399 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.674 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 5.856 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 98.776 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:05:04.009697583 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:05:04.009728078 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:05:04.046471263 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 199.493 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.379 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.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
- <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.891 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:06:17.014426129 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:06:17.014456622 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:06:17.048609065 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.047 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.406 msecs
- <6>PM: late suspend of devices complete after 5.583 msecs
- <6>PM: noirq suspend of devices complete after 6.986 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: alarm_rtc
- <6>PM: early resume of devices complete after 6.162 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.729 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:07:10.029427223 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:07:10.029457718 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:07:10.762699457 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 203.486 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.288 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.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
- <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.866 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:07:16.017628071 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:07:16.017658563 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:07:16.049188583 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.033 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.354 msecs
- <6>PM: late suspend of devices complete after 1.769 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.769 msecs
- <6>wakeup wake lock: alarm_rtc
- <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
- <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.633 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:07:40.019059565 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:07:40.019090057 UTC)
- <6>active wake lock power-supply
- <6>active wake lock alarm_rtc, time left 87
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:07:40.601816786 UTC
- Freezing user space processes ... (elapsed 0.006 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.633 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 6.985 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: alarm_rtc
- <6>PM: early resume of devices complete after 6.283 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.572 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:08:10.008203423 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:08:10.008233919 UTC)
- <6>PM: suspend entry 2015-04-17 22:08:10.041960254 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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.263 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:08:10.291831900 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:08:10.291831900 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>PM: suspend entry 2015-04-17 22:08:10.432748108 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 232.773 msecs
- <6>PM: late suspend of devices complete after 5.551 msecs
- <6>PM: noirq suspend of devices complete after 6.985 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: alarm_rtc
- <6>PM: early resume of devices complete after 6.313 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.575 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:11:10.028451025 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:11:10.028451025 UTC)
- <6>PM: suspend entry 2015-04-17 22:11:10.042447497 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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.294 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:11:10.377765004 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:11:10.377765004 UTC)
- <6>active wake lock alarm_rtc, time left 197
- <6>PM: suspend entry 2015-04-17 22:11:10.803374813 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.490 msecs
- <6>PM: late suspend of devices complete after 5.552 msecs
- <6>PM: noirq suspend of devices complete after 7.596 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.678 msecs
- <6>PM: early resume of devices complete after 1.678 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 100.368 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:11:11.223120031 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:11:11.223150527 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:11:11.256391258 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.024 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.515 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.288 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: alarm_rtc
- <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
- <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.243 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:11:21.021650961 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:11:21.021711947 UTC)
- <6>active wake lock power-supply
- <6>active wake lock alarm_rtc, time left 87
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:11:21.356422304 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.926 msecs
- <6>PM: late suspend of devices complete after 5.398 msecs
- <6>PM: noirq suspend of devices complete after 7.320 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.916 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 98.807 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:11:53.010643326 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:11:53.010673819 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:11:53.045984909 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 214.591 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.260 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.857 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 6.558 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.465 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:12:23.010948146 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:12:23.010948146 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:12:23.045678796 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 203.594 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.348 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.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
- <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.047 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:12:24.009485692 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:12:24.009516192 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:12:24.046749033 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 220.054 msecs
- <6>PM: late suspend of devices complete after 5.430 msecs
- <6>PM: noirq suspend of devices complete after 7.260 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 6.497 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.271 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:15:02.030738383 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:15:02.030768877 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:15:14.903155739 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
- <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.356 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:15:15.138781952 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:15:15.138781952 UTC)
- <6>PM: suspend entry 2015-04-17 22:15:16.936816626 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.400 msecs
- <6>PM: late suspend of devices complete after 5.554 msecs
- <6>PM: noirq suspend of devices complete after 7.019 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 6.164 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.495 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:15:33.024670203 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:15:33.024670203 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:15:33.074162010 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 204.935 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.379 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: alarm_rtc
- <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
- <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.367 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:16:07.033545560 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:16:07.033576054 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:16:07.517330928 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 230.659 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.260 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: alarm_rtc
- <6>PM: early resume of devices complete after 5.917 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.855 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:16:37.011070200 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:16:37.011100697 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:16:37.487734234 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 205.339 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.348 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.738 msecs
- <6>wakeup wake lock: mmc1
- <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
- <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.919 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:19:04.014060333 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:19:04.014090825 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:19:04.045742948 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 211.363 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.229 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 6.558 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.049 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:19:07.006709186 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:19:07.006739682 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:19:07.047632026 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 220.026 msecs
- <6>PM: late suspend of devices complete after 5.674 msecs
- <6>PM: noirq suspend of devices complete after 6.986 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 6.466 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 98.441 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:19:09.006770178 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:19:09.006800674 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:19:09.042629414 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 211.665 msecs
- <6>PM: late suspend of devices complete after 5.430 msecs
- <6>PM: noirq suspend of devices complete after 7.260 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 6.405 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.495 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:19:10.021376037 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:19:10.021406528 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:19:10.043513278 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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.734 msecs
- <6>PM: late suspend of devices complete after 5.704 msecs
- <6>PM: noirq suspend of devices complete after 7.016 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 6.253 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.572 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:20:28.041655136 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:20:28.041685629 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:20:28.802384638 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 224.811 msecs
- <6>PM: late suspend of devices complete after 5.369 msecs
- <6>PM: noirq suspend of devices complete after 7.261 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.949 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.248 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:21:22.010307399 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:21:22.010307399 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:21:22.146319788 UTC
- Freezing user space processes ... (elapsed 0.006 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 209.236 msecs
- <6>PM: late suspend of devices complete after 1.799 msecs
- <6>PM: noirq suspend of devices complete after 2.287 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.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
- <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.812 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:25:40.012413671 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:25:40.012444171 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:25:40.039889047 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.003 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.961 msecs
- <6>PM: late suspend of devices complete after 5.552 msecs
- <6>PM: noirq suspend of devices complete after 6.986 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.734 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.948 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:25:40.467421925 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:25:40.467452420 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:25:40.490508014 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 220.457 msecs
- <6>PM: late suspend of devices complete after 5.644 msecs
- <6>PM: noirq suspend of devices complete after 7.017 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 6.406 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 98.807 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:25:42.010124646 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:25:42.010155142 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:25:42.042143185 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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.397 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.260 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 6.466 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.937 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:27:10.025889912 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:10.025920406 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:27:10.155804311 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 188.947 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.288 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.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
- <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.373 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:27:10.540490579 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:10.540521074 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:27:10.569462569 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 216.912 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 6.559 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.586 msecs
- <6>PM: early resume of devices complete after 1.647 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 101.648 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:27:11.016286211 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:11.016316706 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:27:11.045194477 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.048 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.868 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.017 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.678 msecs
- <6>PM: early resume of devices complete after 1.678 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 108.785 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:27:11.531087809 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:11.531118305 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:27:11.555180170 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 207.963 msecs
- <6>PM: late suspend of devices complete after 1.739 msecs
- <6>PM: noirq suspend of devices complete after 2.257 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.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
- <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 98.813 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:27:59.009668475 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:59.009668475 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:27:59.045833933 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.021 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.865 msecs
- <6>PM: late suspend of devices complete after 5.400 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.766 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 5.461 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.176 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:30:03.028969806 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:30:03.028969806 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:30:14.235095290 UTC
- Freezing user space processes ... (elapsed 0.006 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.740 msecs
- <6>PM: late suspend of devices complete after 5.676 msecs
- <6>PM: noirq suspend of devices complete after 7.019 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 6.286 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.249 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:30:33.013783961 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:30:33.013814453 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:30:35.086327422 UTC
- Freezing user space processes ... (elapsed 0.006 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 230.549 msecs
- <6>PM: late suspend of devices complete after 5.553 msecs
- <6>PM: noirq suspend of devices complete after 6.988 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 6.438 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.651 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:04.018205188 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:04.018235681 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:31:04.142751576 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.522 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.261 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.949 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.193 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:11.014515969 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:11.014546465 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:31:11.052693319 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 199.442 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.769 msecs
- <6>wakeup wake lock: mmc1
- <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
- <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.865 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:16.027050400 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:16.027080894 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:31:16.046718692 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 221.581 msecs
- <6>PM: late suspend of devices complete after 5.643 msecs
- <6>PM: noirq suspend of devices complete after 7.016 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: alarm_rtc
- <6>PM: early resume of devices complete after 6.314 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.670 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:22.016589746 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:22.016620242 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:31:22.042569933 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 219.319 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.260 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.857 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.057 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:22.448379878 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:22.448410374 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:31:22.471832008 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.045 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.611 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.261 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.949 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.446 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:27.018936710 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:27.018967201 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:31:27.043055997 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.018 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 234.077 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 6.040 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.586 msecs
- <6>PM: early resume of devices complete after 1.647 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 100.459 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:28.016316510 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:28.016316510 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:31:28.046169078 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 225.467 msecs
- <6>PM: late suspend of devices complete after 5.552 msecs
- <6>PM: noirq suspend of devices complete after 6.986 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 6.589 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.862 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:35:11.021528970 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:35:11.021528970 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:35:11.049735677 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.047 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.626 msecs
- <6>PM: late suspend of devices complete after 5.430 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: alarm_rtc
- <6>PM: early resume of devices complete after 6.314 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.335 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:35:16.020188056 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:35:16.020188056 UTC)
- <6>active wake lock power-supply
- <6>active wake lock alarm_rtc, time left 86
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:35:18.589450515 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 202.022 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.739 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 95.732 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:35:23.016497257 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:35:23.016527751 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:35:23.043727626 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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.349 msecs
- <6>PM: late suspend of devices complete after 5.764 msecs
- <6>PM: noirq suspend of devices complete after 7.015 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.581 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.252 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.480 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:35:48.018084076 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:35:48.018114572 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:35:48.246478844 UTC
- Freezing user space processes ... (elapsed 0.006 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.121 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.261 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.949 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.365 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:36:18.010063671 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:36:18.010063671 UTC)
- <6>PM: suspend entry 2015-04-17 22:36:18.042112717 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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-17 22:36:18.097188533 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:36:18.097188533 UTC)
- <6>PM: suspend entry 2015-04-17 22:36:18.197432899 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 215.793 msecs
- <6>PM: late suspend of devices complete after 5.400 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 6.498 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.633 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:36:52.016559186 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:36:52.016589682 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:36:57.528094795 UTC
- Freezing user space processes ... (elapsed 0.009 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.834 msecs
- <6>PM: late suspend of devices complete after 5.401 msecs
- <6>PM: noirq suspend of devices complete after 7.263 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.920 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.408 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:37:16.021315303 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:37:16.021315303 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:37:16.052631439 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 219.877 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 6.986 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 6.375 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 91.488 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:37:53.021377451 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:37:53.021377451 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:37:53.671558101 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 212.018 msecs
- <6>PM: late suspend of devices complete after 5.491 msecs
- <6>PM: noirq suspend of devices complete after 6.986 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.368 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.522 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:37:59.017748257 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:37:59.017809244 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:37:59.042448208 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 213.170 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 6.742 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.708 msecs
- <6>PM: early resume of devices complete after 1.677 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 100.397 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:37:59.480509946 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:37:59.480540441 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:37:59.509176198 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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.002 msecs
- <6>PM: late suspend of devices complete after 1.739 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.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
- <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 92.164 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:39:19.008203924 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:39:19.008203924 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:39:19.046687562 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 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 220.084 msecs
- <6>PM: late suspend of devices complete after 5.429 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: alarm_rtc
- <6>PM: early resume of devices complete after 6.314 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.368 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:39:36.010764861 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:39:36.010795356 UTC)
- <6>active wake lock power-supply
- <6>active wake lock alarm_rtc, time left 88
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:39:36.244986680 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 214.440 msecs
- <6>PM: late suspend of devices complete after 5.644 msecs
- <6>PM: noirq suspend of devices complete after 7.017 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 6.528 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 98.532 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:40:56.022901434 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:40:56.022901434 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:40:56.043118904 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.029 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.575 msecs
- <6>PM: late suspend of devices complete after 5.673 msecs
- <6>PM: noirq suspend of devices complete after 6.984 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: alarm_rtc
- <6>PM: early resume of devices complete after 6.557 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.551 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:41:22.022505138 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:41:22.022505138 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <6>active wake lock alarm, time left 498
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:41:22.172545302 UTC
- Freezing user space processes ... (elapsed 0.033 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.999 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.261 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.949 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.019 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:41:53.015003808 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:41:53.015034304 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:41:53.048667939 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.023 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.355 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:41:53.346371338 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:41:53.346401846 UTC)
- <6>active wake lock alarm_rtc, time left 197
- <6>PM: suspend entry 2015-04-17 22:41:54.343541896 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 212.951 msecs
- <6>PM: late suspend of devices complete after 5.462 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.431 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.149 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:42:00.013784043 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:42:00.013814535 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:42:00.044642139 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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.762 msecs
- <6>PM: late suspend of devices complete after 1.738 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.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
- <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.776 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:42:24.020859822 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:42:24.020859822 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:42:24.154341828 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 229.003 msecs
- <6>PM: late suspend of devices complete after 5.673 msecs
- <6>PM: noirq suspend of devices complete after 7.015 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: alarm_rtc
- <6>PM: early resume of devices complete after 6.343 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.758 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:43:37.022505211 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:43:37.022535703 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:43:38.599734326 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 201.122 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.380 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: alarm_rtc
- <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
- <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.730 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:45:03.008814564 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:45:03.008845064 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:45:17.627919118 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 214.355 msecs
- <6>PM: late suspend of devices complete after 5.554 msecs
- <6>PM: noirq suspend of devices complete after 6.988 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 6.408 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.133 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:45:33.007440921 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:45:33.007440921 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:45:33.516880952 UTC
- 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 217.967 msecs
- <6>PM: late suspend of devices complete after 5.369 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: alarm_rtc
- <6>PM: early resume of devices complete after 5.918 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.426 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:46:03.007593461 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:46:03.007623957 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:46:03.059981617 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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
- <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.568 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:46:03.308120957 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:46:03.308151463 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>PM: suspend entry 2015-04-17 22:46:03.433540702 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.041 msecs
- <6>PM: late suspend of devices complete after 5.734 msecs
- <6>active wake lock alarm, time left 490
- <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 4.880 msecs
- <6>PM: early resume of devices complete after 5.155 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 112.014 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:46:03.880862633 UTC
- <6>suspend: exit suspend, ret = -11 (2015-04-17 22:46:03.880893139 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:46:04.150618347 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 225.330 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.231 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: alarm_rtc
- <6>PM: early resume of devices complete after 6.498 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.456 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:46:34.011954376 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:46:34.011984872 UTC)
- <6>PM: suspend entry 2015-04-17 22:46:34.044338507 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 217.943 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.260 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: alarm_rtc
- <6>PM: early resume of devices complete after 5.918 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.487 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:47:37.011039456 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:47:37.011039456 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:47:37.046838733 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 199.080 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>active wake lock alarm, time left 493
- <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 1.372 msecs
- <6>PM: early resume of devices complete after 1.555 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 108.612 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:47:37.483577867 UTC
- <6>suspend: exit suspend, ret = -11 (2015-04-17 22:47:37.483608378 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:47:37.610631725 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 202.695 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.379 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.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
- <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.327 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:47:39.014913401 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:47:39.014913401 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:47:39.049158275 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 200.577 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.379 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.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
- <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 83.105 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:47:44.014363829 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:47:44.014394322 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:47:44.043851082 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.014 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.610 msecs
- <6>PM: late suspend of devices complete after 5.400 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: alarm_rtc
- <6>PM: early resume of devices complete after 6.589 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.665 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:50:29.032385015 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:50:29.032415509 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:50:29.470004836 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 210.408 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 6.832 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.677 msecs
- <6>PM: early resume of devices complete after 1.677 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 110.032 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:50:30.065654193 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:50:30.065684690 UTC)
- <6>PM: suspend entry 2015-04-17 22:50:30.075413254 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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 211.623 msecs
- <6>PM: late suspend of devices complete after 5.643 msecs
- <6>PM: noirq suspend of devices complete after 7.016 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: alarm_rtc
- <6>PM: early resume of devices complete after 6.284 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.420 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:51:22.043423734 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:51:22.043423734 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:51:22.183951516 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 223.470 msecs
- <6>PM: late suspend of devices complete after 5.400 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.766 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 5.918 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.395 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:51:39.009728218 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:51:39.009728218 UTC)
- <6>active wake lock power-supply
- <6>active wake lock alarm_rtc, time left 87
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:51:40.125119930 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 219.895 msecs
- <6>PM: late suspend of devices complete after 5.644 msecs
- <6>PM: noirq suspend of devices complete after 7.017 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 6.742 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.020 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:51:45.007227405 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:51:45.007257900 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:51:45.041868828 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- 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.435 msecs
- <6>PM: late suspend of devices complete after 5.643 msecs
- <6>PM: noirq suspend of devices complete after 7.016 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: msm_otg
- <6>msm_otg_resume: usb exited from low power mode
- <6>android_work: android_work: did not send uevent (0 0 (null))
- <6>PM: early resume of devices complete after 6.741 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>a6_update_connected_ps: ac=0 usb=0 dock=0
- <6>max8903b_current_setup: ### CHARGE_DISABLE
- <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 83.009 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:53:34.016104044 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:53:34.016134537 UTC)
- <6>active wake lock power-supply
- <6>active wake lock msm_otg
- <6>a6_update_connected_ps: ac=0 usb=0 dock=0
- <6>max8903b_current_setup: ### CHARGE_DISABLE
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
- <6>msm_otg_suspend: usb in low power mode
- <6>PM: suspend entry 2015-04-17 22:53:34.176605747 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 223.379 msecs
- <6>PM: late suspend of devices complete after 5.552 msecs
- <6>PM: noirq suspend of devices complete after 6.986 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: event0-431
- <6>PM: early resume of devices complete after 3.142 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.257 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:53:47.033177729 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:53:47.033208222 UTC)
- <4>healthd: battery l=100 v=4104 t=26.0 h=2 st=5 c=-35 chg=
- <6>request_suspend_state: wakeup (3->0) at 9765155929189 (2015-04-17 22:53:47.265545503 UTC)
- <6>lsm303dlh_acc_sysfs: hw init start
- <6>lsm303dlh_acc_sysfs: hw init done
- <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
- <3>[DISP] lcdc_panel_power: ++ 1
- <38>type=1400 audit(1429311227.340:109): avc: denied { read write } for pid=431 comm="system_server" name="lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429311227.340:110): avc: denied { open } for pid=431 comm="system_server" name="lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429311227.340:111): avc: denied { getattr } for pid=431 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429311227.340:112): avc: denied { ioctl } for pid=431 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=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.
- <38>type=1400 audit(1429311227.530:113): avc: denied { ioctl } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
- <38>type=1400 audit(1429311227.540:114): avc: denied { read write } for pid=142 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
- <38>type=1400 audit(1429311227.540:115): avc: denied { open } for pid=142 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>[DISP] lcdc_tenderloin_panel_set_backlight: 103
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 110
- <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
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
- <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
- <38>type=1400 audit(1429311236.979:116): avc: denied { ioctl } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429311237.009:117): avc: denied { read write } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429311237.179:118): avc: denied { ioctl } for pid=1503 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429311237.649:119): avc: denied { read write } for pid=15335 comm="CrGpuMain" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>msm_device_put:device speaker_stereo_rx set 0
- <38>type=1400 audit(1429311312.002:120): avc: denied { read write } for pid=28390 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>msm_vidc_dec: Inside vid_dec_open()<38>type=1400 audit(1429311312.002:121): avc: denied { open } for pid=28390 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<38>type=1400 audit(1429311312.032:122): avc: denied { ioctl } for pid=28390 comm="CodecLooper" path="/dev/msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=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
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, 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()<6>msm_device_put:device speaker_stereo_rx set 0
- send sigkill to 12682 (id.gms.wearable), adj 1000, size 6120
- send sigkill to 24418 (d.process.media), adj 764, size 6243
- send sigkill to 24251 (equicksearchbox), adj 764, size 6134
- send sigkill to 24637 (ndroid.calendar), adj 764, size 5860
- send sigkill to 24620 (viders.calendar), adj 764, size 5857
- send sigkill to 21321 (nie.geniewidget), adj 647, size 9570
- send sigkill to 22611 (mozilla.firefox), adj 647, size 6331
- <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
- <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 = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, 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()<6>msm_device_put:device speaker_stereo_rx set 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<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
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- <4>------------[ cut here ]------------
- <4>WARNING: at /home/flintman/source/ever/loll-5.1/kernel/htc/msm8960/drivers/cpufreq/cpufreq_interactive.c:414 cpufreq_interactive_timer+0xa8/0x448()
- [<80014cc0>] (unwind_backtrace+0x0/0x11c) from [<800788bc>] (warn_slowpath_common+0x48/0x60)
- [<800788bc>] (warn_slowpath_common+0x48/0x60) from [<8007898c>] (warn_slowpath_null+0x18/0x1c)
- [<8007898c>] (warn_slowpath_null+0x18/0x1c) from [<8049c460>] (cpufreq_interactive_timer+0xa8/0x448)
- [<8049c460>] (cpufreq_interactive_timer+0xa8/0x448) from [<8049d160>] (cpufreq_interactive_idle_notifier+0x174/0x19c)
- [<8049d160>] (cpufreq_interactive_idle_notifier+0x174/0x19c) from [<80097128>] (notifier_call_chain+0x38/0x68)
- [<80097128>] (notifier_call_chain+0x38/0x68) from [<80097200>] (__atomic_notifier_call_chain+0x34/0x44)
- [<80097200>] (__atomic_notifier_call_chain+0x34/0x44) from [<80097224>] (atomic_notifier_call_chain+0x14/0x18)
- [<80097224>] (atomic_notifier_call_chain+0x14/0x18) from [<8000f908>] (cpu_idle+0xa4/0xf0)
- [<8000f908>] (cpu_idle+0xa4/0xf0) from [<806927f8>] (rest_init+0x88/0xa0)
- [<806927f8>] (rest_init+0x88/0xa0) from [<80914a30>] (start_kernel+0x2c4/0x320)
- <4>---[ end trace 65540ed0f045f467 ]---
- <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_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 = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, 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
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- <4>healthd: battery l=100 v=3984 t=30.0 h=2 st=5 c=-1170 chg=
- <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_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
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- send sigkill to 21790 (com.glu.flc2), adj 1000, size 5675
- <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_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
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- <4>healthd: battery l=96 v=3955 t=32.0 h=2 st=3 c=-1189 chg=
- <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_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
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- send sigkill to 24435 (droid.apps.plus), adj 764, size 8272
- send sigkill to 29088 (equicksearchbox), adj 1000, size 7122
- send sigkill to 24490 (ngs.android.pop), adj 1000, size 6611
- <3>init: untracked pid 24523 killed by signal 9
- <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_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
- <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 = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- send sigkill to 19616 (droid.deskclock), adj 764, size 5622
- <38>type=1400 audit(1429312039.492:123): avc: denied { open } for pid=342 comm="Thread-817" name="kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>healthd: battery l=94 v=3931 t=34.0 h=2 st=3 c=-1179 chg=
- <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_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 = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, 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
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, 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()<6>msm_device_put:device speaker_stereo_rx set 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<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
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- <6>msm_device_put:device speaker_stereo_rx set 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()send sigkill to 14576 (m.android.email), adj 1000, size 9921
- <38>type=1400 audit(1429312373.007:124): avc: denied { ioctl } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- send sigkill to 314 (d.process.media), adj 764, size 6489
- send sigkill to 16474 (d.process.acore), adj 647, size 6344
- send sigkill to 15265 (dboxed_process0), adj 588, size 18610
- <38>type=1400 audit(1429312383.027:125): avc: denied { read write } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429312386.810:126): avc: denied { ioctl } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429312387.101:127): avc: denied { ioctl } for pid=2995 comm="m.android.email" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429312387.101:128): avc: denied { read write } for pid=2995 comm="m.android.email" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429312389.463:129): avc: denied { read write } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>healthd: battery l=92 v=3926 t=35.0 h=2 st=3 c=-1002 chg=
- <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
- <38>type=1400 audit(1429312539.239:130): avc: denied { open } for pid=4074 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>msm_vidc_dec: Inside vid_dec_open()<38>type=1400 audit(1429312649.827:131): avc: denied { read write } for pid=5270 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429312649.827:132): avc: denied { open } for pid=5270 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<38>type=1400 audit(1429312649.857:133): avc: denied { ioctl } for pid=5270 comm="CodecLooper" path="/dev/msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=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
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <6>profile 0 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 = 23000, set_perf_lvl = 37900
- <4>healthd: battery l=90 v=3883 t=36.0 h=2 st=3 c=-1283 chg=
- send sigkill to 32760 (droid.apps.plus), adj 764, size 6399
- send sigkill to 4003 (d.process.media), adj 1000, size 5503
- send sigkill to 3729 (droid.deskclock), adj 1000, size 4971
- send sigkill to 3047 (d.process.acore), adj 764, size 5840
- send sigkill to 4878 (system:ui), adj 647, size 6375
- send sigkill to 2898 (boxed_process15), adj 529, size 17877
- <4>healthd: battery l=87 v=3864 t=37.0 h=2 st=3 c=-1242 chg=
- <4>healthd: battery l=85 v=3844 t=38.0 h=2 st=3 c=-1246 chg=
- send sigkill to 8559 (droid.deskclock), adj 1000, size 5969
- send sigkill to 28728 (id.gms.wearable), adj 1000, size 5537
- send sigkill to 4806 (m.android.email), adj 764, size 11147
- send sigkill to 8675 (d.process.acore), adj 647, size 7077
- send sigkill to 8697 (d.process.media), adj 529, size 6481
- send sigkill to 1654 (er:bdservice_v1), adj 470, size 5194
- <4>healthd: battery l=83 v=3820 t=38.0 h=2 st=3 c=-1230 chg=
- send sigkill to 8814 (m.android.email), adj 1000, size 10157
- send sigkill to 10061 (d.process.media), adj 764, size 6435
- send sigkill to 8909 (d.process.acore), adj 647, size 7045
- send sigkill to 10042 (droid.apps.plus), adj 529, size 10735
- send sigkill to 8722 (id.gms.wearable), adj 470, size 7038
- send sigkill to 1354 (droid.launcher3), adj 352, size 8988
- <6>binder: 431:431 transaction failed 29189, size 108-0
- send sigkill to 10192 (nie.geniewidget), adj 529, size 6934
- send sigkill to 10454 (com.glu.flc2), adj 529, size 5614
- <4>healthd: battery l=80 v=3801 t=38.0 h=2 st=3 c=-1236 chg=
- <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_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
- send sigkill to 11238 (mozilla.firefox), adj 529, size 6864
- send sigkill to 28230 (android.youtube), adj 529, size 7493
- send sigkill to 8792 (er:bdservice_v1), adj 470, size 4883
- send sigkill to 11353 (droid.launcher3), adj 352, size 13734
- send sigkill to 1711 (ndroid.exchange), adj 294, size 5662
- send sigkill to 10119 (id.gms.wearable), adj 294, size 5273
- send sigkill to 792 (putmethod.latin), adj 117, size 7767
- <6>binder: 431:431 transaction failed 29189, size 100-0
- <6>binder: 431:431 transaction failed 29189, size 100-0
- <6>binder: 431:431 transaction failed 29189, size 100-0
- send sigkill to 11713 (er:bdservice_v1), adj 294, size 6137
- send sigkill to 12062 (er:bdservice_v1), adj 470, size 5903
- send sigkill to 11991 (m.android.email), adj 529, size 8359
- send sigkill to 11968 (ndroid.exchange), adj 470, size 7395
- send sigkill to 12125 (er:bdservice_v1), adj 294, size 5966
- send sigkill to 12155 (er:bdservice_v1), adj 470, size 5942
- send sigkill to 12182 (id.gms.wearable), adj 294, size 7847
- send sigkill to 12280 (d.process.acore), adj 529, size 6879
- send sigkill to 12339 (m.android.email), adj 470, size 8711
- send sigkill to 12319 (ndroid.exchange), adj 294, size 7168
- send sigkill to 12405 (er:bdservice_v1), adj 294, size 6085
- <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 0 level 24 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, 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
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 23000, set_perf_lvl = 37900
- send sigkill to 12459 (ndroid.exchange), adj 294, size 5549
- <6>binder: release 12459:12521 transaction 4075174 out, still active
- <6>binder: 12476:12491 transaction failed 29189, size 616-8
- <6>binder: send failed reply for transaction 4075174, target dead
- send sigkill to 12476 (m.android.email), adj 294, size 8195
- <6>binder: release 12476:12493 transaction 4075512 out, still active
- <6>binder: release 12476:12498 transaction 4075502 out, still active
- <6>binder: release 12476:12520 transaction 4075498 out, still active
- <6>binder: 431:1916 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4075498, target dead
- <6>binder: 431:935 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4075512, target dead
- <6>binder: 431:831 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4075502, target dead
- send sigkill to 12502 (er:bdservice_v1), adj 294, size 5897
- send sigkill to 12229 (putmethod.latin), adj 117, size 7324
- <6>binder: 431:431 transaction failed 29189, size 100-0
- send sigkill to 12548 (m.android.email), adj 294, size 8322
- <6>binder: release 12548:12562 transaction 4077433 in, still active
- <6>binder: send failed reply for transaction 4077433 to 12532:12599
- <6>binder: send failed reply for transaction 4077525 to 12532:12578
- <6>binder: send failed reply for transaction 4077579 to 12532:12582
- <6>binder: release 12532:12578 transaction 4077603 out, still active
- <6>binder: 431:935 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4077603, target dead
- send sigkill to 12583 (er:bdservice_v1), adj 470, size 6076
- send sigkill to 12629 (m.android.email), adj 294, size 8484
- <6>binder: release 12629:12652 transaction 4079508 in, still active
- <6>binder: send failed reply for transaction 4079508 to 12612:12656
- <6>binder: release 12612:12656 transaction 4079568 out, still active
- <6>binder: 431:1916 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4079568, target dead
- send sigkill to 12702 (er:bdservice_v1), adj 294, size 6118
- send sigkill to 12803 (ndroid.exchange), adj 470, size 6720
- send sigkill to 12821 (m.android.email), adj 294, size 8516
- send sigkill to 12887 (m.android.email), adj 470, size 8432
- send sigkill to 12871 (ndroid.exchange), adj 294, size 7368
- send sigkill to 11643 (android.youtube), adj 58, size 8649
- send sigkill to 1169 (e.process.gapps), adj 58, size 8159
- send sigkill to 13005 (er:bdservice_v1), adj 294, size 5898
- send sigkill to 13052 (er:bdservice_v1), adj 470, size 6111
- send sigkill to 12978 (id.gms.wearable), adj 294, size 7921
- send sigkill to 12943 (e.process.gapps), adj 58, size 10603
- send sigkill to 13129 (ndroid.exchange), adj 294, size 5848
- send sigkill to 13146 (m.android.email), adj 294, size 8282
- send sigkill to 13205 (id.gms.wearable), adj 294, size 8020
- send sigkill to 1410 (rocess.location), adj 58, size 8134
- send sigkill to 13381 (er:bdservice_v1), adj 294, size 6097
- send sigkill to 13280 (android.youtube), adj 58, size 11860
- send sigkill to 13525 (m.android.email), adj 294, size 8473
- <6>binder: release 13525:13540 transaction 4117852 in, still active
- <6>binder: send failed reply for transaction 4117852 to 13509:13555
- <6>binder: send failed reply for transaction 4117863 to 13509:13553
- <6>binder: release 13509:13555 transaction 4117875 out, still active
- <6>binder: 431:939 transaction failed 29189, size 8-0
- <6>binder: send failed reply for transaction 4117875, target dead
- send sigkill to 1305 (gle.android.gms), adj 58, size 7609
- send sigkill to 13597 (id.gms.wearable), adj 294, size 7680
- send sigkill to 13672 (er:bdservice_v1), adj 294, size 5828
- send sigkill to 13621 (rocess.location), adj 58, size 11114
- <6>binder: undelivered transaction 4127221
- <6>binder: release 13621:13745 transaction 4127166 out, still active
- <6>binder: undelivered transaction 4127190
- send sigkill to 13648 (gle.android.gms), adj 58, size 9653
- <6>binder: 431:897 transaction failed 29189, size 116-0
- <6>binder: 431:897 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4127166, target dead
- send sigkill to 13754 (er:bdservice_v1), adj 294, size 5876
- send sigkill to 13790 (rocess.location), adj 58, size 11713
- send sigkill to 13692 (id.gms.wearable), adj 294, size 7828
- send sigkill to 13861 (er:bdservice_v1), adj 294, size 6080
- send sigkill to 13771 (gle.android.gms), adj 58, size 9196
- send sigkill to 13172 (e.process.gapps), adj 58, size 8558
- send sigkill to 2194 (earchbox:search), adj 58, size 6387
- send sigkill to 14008 (er:bdservice_v1), adj 294, size 5875
- <4>healthd: battery l=78 v=3768 t=38.0 h=2 st=3 c=-1436 chg=
- send sigkill to 14111 (er:bdservice_v1), adj 294, size 5824
- send sigkill to 14147 (id.partnersetup), adj 529, size 5172
- send sigkill to 13992 (gle.android.gms), adj 58, size 8614
- send sigkill to 13955 (e.process.gapps), adj 58, size 8424
- <6>binder: 13938:14084 transaction failed 29189, size 320-4
- send sigkill to 14170 (er:bdservice_v1), adj 294, size 5827
- send sigkill to 14062 (earchbox:search), adj 58, size 7159
- send sigkill to 14028 (id.gms.wearable), adj 58, size 6506
- send sigkill to 780 (hbox:interactor), adj 58, size 4546
- send sigkill to 14228 (er:bdservice_v1), adj 294, size 5809
- send sigkill to 13938 (rocess.location), adj 58, size 10191
- <6>binder: release 13938:14247 transaction 4148918 out, still active
- <6>binder: 14206:14221 transaction failed 29189, size 144-8
- <6>binder: send failed reply for transaction 4148918, target dead
- send sigkill to 1742 (android.smspush), adj 58, size 4238
- send sigkill to 14254 (er:bdservice_v1), adj 294, size 5809
- send sigkill to 14284 (er:bdservice_v1), adj 294, size 5809
- send sigkill to 14189 (gle.android.gms), adj 58, size 9673
- send sigkill to 3860 (boxed_process16), adj 0, size 104727
- <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_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
- <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 = 27600, set_perf_lvl = 37900
- <6>profile 0 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 = 23000, 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()<6>binder: 431:431 transaction failed 29189, size 108-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 0 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 = 0, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 23000, set_perf_lvl = 37900
- <38>type=1400 audit(1429314337.754:134): avc: denied { ioctl } for pid=15354 comm="VideoDecMsgThre" path="/dev/msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429314337.754:135): avc: denied { ioctl } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429314485.748:136): avc: denied { ioctl } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429314486.179:137): avc: denied { read write } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>healthd: battery l=75 v=3753 t=38.0 h=2 st=3 c=-1324 chg=
- send sigkill to 14442 (d.process.acore), adj 1000, size 6451
- <38>type=1400 audit(1429314595.175:138): avc: denied { ioctl } for pid=15258 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- send sigkill to 14495 (id.partnersetup), adj 1000, size 4770
- send sigkill to 15277 (droid.deskclock), adj 764, size 5001
- send sigkill to 17077 (d.process.acore), adj 647, size 6925
- send sigkill to 15384 (m.android.email), adj 529, size 9084
- send sigkill to 14340 (id.gms.wearable), adj 470, size 5839
- send sigkill to 15416 (ndroid.exchange), adj 294, size 6471
- send sigkill to 17301 (id.gms.wearable), adj 294, size 7936
- <4>healthd: battery l=73 v=3734 t=38.0 h=2 st=3 c=-1331 chg=
- send sigkill to 17399 (m.android.email), adj 647, size 9937
- send sigkill to 17482 (d.process.acore), adj 529, size 6947
- send sigkill to 15261 (er:bdservice_v1), adj 470, size 5200
- send sigkill to 17383 (ndroid.exchange), adj 470, size 7181
- send sigkill to 17503 (id.gms.wearable), adj 294, size 7889
- send sigkill to 17666 (er:bdservice_v1), adj 294, size 6083
- send sigkill to 17929 (m.android.email), adj 470, size 8466
- <6>binder: send failed reply for transaction 4422314 to 17912:17961
- send sigkill to 17965 (m.android.email), adj 529, size 8289
- send sigkill to 17912 (ndroid.exchange), adj 294, size 7208
- send sigkill to 18023 (id.gms.wearable), adj 294, size 7845
- send sigkill to 18065 (er:bdservice_v1), adj 294, size 5809
- send sigkill to 18092 (er:bdservice_v1), adj 294, size 6044
- send sigkill to 14358 (putmethod.latin), adj 117, size 6225
- <6>binder: 431:431 transaction failed 29189, size 100-0
- send sigkill to 18138 (m.android.email), adj 294, size 8279
- <6>binder: release 18138:18161 transaction 4442951 in, still active
- <6>binder: send failed reply for transaction 4442951 to 18122:18183
- <6>binder: send failed reply for transaction 4443090 to 18122:18188
- <6>binder: release 18122:18183 transaction 4443120 out, still active
- <6>binder: 431:1916 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4443120, target dead
- send sigkill to 18162 (er:bdservice_v1), adj 294, size 5857
- send sigkill to 14469 (earchbox:search), adj 58, size 10560
- send sigkill to 18306 (d.process.acore), adj 529, size 6950
- send sigkill to 18192 (ndroid.exchange), adj 470, size 7179
- send sigkill to 18209 (m.android.email), adj 294, size 10196
- <6>binder: undelivered transaction 4453885
- <6>binder: undelivered transaction 4453884
- send sigkill to 18250 (er:bdservice_v1), adj 294, size 6079
- send sigkill to 18347 (id.partnersetup), adj 529, size 5153
- send sigkill to 18372 (er:bdservice_v1), adj 294, size 5858
- send sigkill to 18414 (er:bdservice_v1), adj 294, size 6069
- send sigkill to 18438 (equicksearchbox), adj 176, size 6872
- send sigkill to 18479 (d.process.acore), adj 529, size 6528
- send sigkill to 18456 (putmethod.latin), adj 117, size 7812
- <6>binder: 431:431 transaction failed 29189, size 100-0
- send sigkill to 18514 (ndroid.exchange), adj 294, size 5503
- send sigkill to 18530 (m.android.email), adj 529, size 8687
- send sigkill to 18560 (ndroid.exchange), adj 294, size 6721
- send sigkill to 14206 (e.process.gapps), adj 58, size 8552
- send sigkill to 14310 (rocess.location), adj 58, size 7913
- send sigkill to 14802 (android.youtube), adj 58, size 7769
- send sigkill to 14387 (gle.android.gms), adj 58, size 7322
- send sigkill to 18596 (er:bdservice_v1), adj 294, size 5814
- send sigkill to 18639 (er:bdservice_v1), adj 294, size 5997
- send sigkill to 18693 (er:bdservice_v1), adj 470, size 6050
- send sigkill to 18723 (id.gms.wearable), adj 294, size 7628
- send sigkill to 18808 (rocess.location), adj 58, size 12038
- send sigkill to 18741 (e.process.gapps), adj 58, size 9855
- send sigkill to 18837 (id.gms.wearable), adj 294, size 8000
- send sigkill to 18775 (gle.android.gms), adj 58, size 9662
- send sigkill to 18328 (earchbox:search), adj 58, size 4412
- send sigkill to 18909 (m.android.email), adj 529, size 8307
- send sigkill to 18893 (ndroid.exchange), adj 470, size 7179
- send sigkill to 18961 (er:bdservice_v1), adj 294, size 6021
- send sigkill to 15048 (hbox:interactor), adj 58, size 3824
- send sigkill to 14551 (android.smspush), adj 58, size 3647
- send sigkill to 19165 (id.partnersetup), adj 529, size 5094
- send sigkill to 19076 (id.gms.wearable), adj 294, size 7969
- send sigkill to 19046 (rocess.location), adj 58, size 11844
- send sigkill to 18979 (e.process.gapps), adj 58, size 10109
- send sigkill to 19197 (id.gms.wearable), adj 294, size 7962
- send sigkill to 19283 (id.gms.wearable), adj 294, size 7981
- send sigkill to 19226 (rocess.location), adj 58, size 12469
- send sigkill to 19243 (e.process.gapps), adj 58, size 9626
- send sigkill to 19142 (earchbox:search), adj 58, size 8049
- send sigkill to 19007 (gle.android.gms), adj 58, size 8864
- send sigkill to 19433 (id.partnersetup), adj 529, size 5094
- send sigkill to 19527 (gle.android.gms), adj 58, size 9213
- send sigkill to 19572 (id.gms.wearable), adj 58, size 7571
- send sigkill to 19412 (earchbox:search), adj 58, size 6794
- send sigkill to 14582 (boxed_process17), adj 0, size 104759
- <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()<38>type=1400 audit(1429315131.058:139): avc: denied { read write } for pid=15258 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>msm_device_put:device speaker_stereo_rx set 0
- <4>healthd: battery l=70 v=3734 t=38.0 h=2 st=3 c=-1214 chg=
- <38>type=1400 audit(1429315147.554:140): avc: denied { read write } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>msm_vidc_dec: Inside vid_dec_open()<38>type=1400 audit(1429315173.819:141): avc: denied { read write } for pid=20480 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429315173.819:142): avc: denied { open } for pid=20480 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <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
- <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 = 27600, set_perf_lvl = 37900
- <6>profile 0 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 = 0, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 23000, 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
- <4>healthd: battery l=68 v=3691 t=39.0 h=2 st=3 c=-1331 chg=
- send sigkill to 19752 (id.partnersetup), adj 1000, size 5185
- send sigkill to 20664 (droid.deskclock), adj 764, size 5049
- send sigkill to 19897 (d.process.acore), adj 647, size 6211
- send sigkill to 19548 (m.android.email), adj 529, size 10447
- <38>type=1400 audit(1429315738.480:143): avc: denied { ioctl } for pid=20484 comm="VideoDecCallBac" path="/dev/msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>healthd: battery l=64 v=3676 t=39.0 h=2 st=3 c=-1269 chg=
- send sigkill to 19506 (ndroid.exchange), adj 470, size 5630
- send sigkill to 19669 (id.gms.wearable), adj 294, size 5764
- send sigkill to 19869 (er:bdservice_v1), adj 294, size 5362
- send sigkill to 23557 (m.android.email), adj 294, size 8333
- <6>binder: release 23557:23572 transaction 4767953 in, still active
- <6>binder: send failed reply for transaction 4767953 to 23540:23608
- <6>binder: release 23540:23608 transaction 4768031 out, still active
- <6>binder: 431:592 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4768031, target dead
- <38>type=1400 audit(1429315823.573:144): avc: denied { ioctl } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- send sigkill to 23635 (m.android.email), adj 470, size 8420
- <6>binder: release 23635:23649 transaction 4770080 in, still active
- <6>binder: send failed reply for transaction 4770080 to 23618:23660
- <6>binder: undelivered transaction 4770140
- <6>binder: release 23635:23650 transaction 4770129 in, still active
- <6>binder: send failed reply for transaction 4770129 to 23618:23669
- send sigkill to 23618 (ndroid.exchange), adj 294, size 6357
- <6>binder: release 23618:23660 transaction 4770219 out, still active
- send sigkill to 23581 (er:bdservice_v1), adj 294, size 6010
- <6>binder: 431:446 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4770219, target dead
- send sigkill to 20520 (putmethod.latin), adj 117, size 6138
- <6>binder: 431:431 transaction failed 29189, size 100-0
- send sigkill to 23706 (m.android.email), adj 529, size 8312
- send sigkill to 23671 (ndroid.exchange), adj 470, size 7167
- send sigkill to 23791 (id.gms.wearable), adj 294, size 7814
- send sigkill to 23677 (er:bdservice_v1), adj 294, size 6055
- send sigkill to 23917 (m.android.email), adj 294, size 7971
- <6>binder: release 23917:23968 transaction 4782880 in, still active
- <6>binder: send failed reply for transaction 4782880 to 23901:23984
- send sigkill to 23901 (ndroid.exchange), adj 294, size 5505
- <6>binder: release 23901:23984 transaction 4782911 out, still active
- <6>binder: 431:592 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4782911, target dead
- send sigkill to 23962 (er:bdservice_v1), adj 294, size 5788
- send sigkill to 23946 (d.process.acore), adj 529, size 6605
- send sigkill to 23992 (m.android.email), adj 294, size 8125
- <6>binder: send failed reply for transaction 4784186 to 24009:24035
- send sigkill to 24009 (ndroid.exchange), adj 294, size 5636
- <6>binder: release 24009:24035 transaction 4784193 out, still active
- <6>binder: 431:446 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4784193, target dead
- send sigkill to 24062 (er:bdservice_v1), adj 294, size 5829
- send sigkill to 24082 (er:bdservice_v1), adj 294, size 5781
- send sigkill to 24107 (er:bdservice_v1), adj 294, size 5781
- send sigkill to 24136 (er:bdservice_v1), adj 294, size 5782
- send sigkill to 24166 (er:bdservice_v1), adj 294, size 5786
- send sigkill to 24192 (er:bdservice_v1), adj 294, size 5780
- send sigkill to 24223 (er:bdservice_v1), adj 294, size 5778
- send sigkill to 24253 (er:bdservice_v1), adj 294, size 6000
- send sigkill to 23883 (putmethod.latin), adj 117, size 7863
- <6>binder: 431:431 transaction failed 29189, size 100-0
- send sigkill to 24304 (er:bdservice_v1), adj 294, size 6060
- send sigkill to 24367 (er:bdservice_v1), adj 294, size 5778
- send sigkill to 24411 (er:bdservice_v1), adj 294, size 5781
- send sigkill to 24470 (er:bdservice_v1), adj 294, size 5780
- send sigkill to 24504 (er:bdservice_v1), adj 294, size 5782
- send sigkill to 24544 (er:bdservice_v1), adj 294, size 5830
- send sigkill to 24565 (er:bdservice_v1), adj 294, size 5780
- send sigkill to 24591 (er:bdservice_v1), adj 294, size 6009
- send sigkill to 24630 (er:bdservice_v1), adj 294, size 5787
- send sigkill to 24656 (er:bdservice_v1), adj 294, size 5781
- send sigkill to 24675 (er:bdservice_v1), adj 294, size 5781
- send sigkill to 19637 (gle.android.gms), adj 58, size 8213
- send sigkill to 19441 (e.process.gapps), adj 58, size 7689
- send sigkill to 24693 (er:bdservice_v1), adj 294, size 5999
- send sigkill to 24750 (er:bdservice_v1), adj 294, size 5780
- send sigkill to 24778 (er:bdservice_v1), adj 294, size 5780
- send sigkill to 24734 (e.process.gapps), adj 58, size 9325
- send sigkill to 24712 (gle.android.gms), adj 58, size 9254
- send sigkill to 20103 (android.youtube), adj 58, size 7415
- send sigkill to 19473 (rocess.location), adj 58, size 7413
- send sigkill to 19715 (earchbox:search), adj 58, size 6279
- send sigkill to 19651 (hbox:interactor), adj 58, size 4601
- send sigkill to 20063 (android.smspush), adj 58, size 4353
- send sigkill to 24830 (er:bdservice_v1), adj 470, size 6015
- send sigkill to 24812 (id.gms.wearable), adj 294, size 7662
- send sigkill to 24910 (er:bdservice_v1), adj 294, size 5818
- <6>msm_device_put:device speaker_stereo_rx set 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()send sigkill to 24881 (gle.android.gms), adj 58, size 7456
- send sigkill to 24974 (id.gms.wearable), adj 58, size 6337
- send sigkill to 19806 (boxed_process18), adj 0, size 105746
- <38>type=1400 audit(1429315965.162:145): avc: denied { ioctl } for pid=15335 comm="CrGpuMain" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429315966.683:146): avc: denied { read write } for pid=15335 comm="CrGpuMain" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429315987.013:147): avc: denied { read write } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429315989.375:148): avc: denied { ioctl } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429315995.381:149): avc: denied { read write } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>healthd: battery l=62 v=3657 t=39.0 h=2 st=3 c=-1161 chg=
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 104
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 97
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 94
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 87
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 77
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 74
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 71
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 67
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 64
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 61
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 57
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 54
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 51
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 47
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 44
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 41
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 37
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 34
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 31
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 27
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 24
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 21
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 17
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 14
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
- <38>type=1400 audit(1429316081.375:150): avc: denied { read write } for pid=431 comm="system_server" name="lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429316081.375:151): avc: denied { open } for pid=431 comm="system_server" name="lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429316081.375:152): avc: denied { getattr } for pid=431 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429316081.375:153): avc: denied { ioctl } for pid=431 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
- <38>type=1400 audit(1429316082.146:154): avc: denied { write } for pid=636 comm="Thread-64" name="tsdriver" dev="tmpfs" ino=4705 scontext=u:r:system_server:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1
- <3>[DISP] lcdc_panel_power: ++ 0
- <6>request_suspend_state: sleep (0->3) at 14620137686138 (2015-04-18 00:14:42.247271934 UTC)
- <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
- SELinux: Could not set context for /sys/devices/system/cpu/cpu1/topology: No such file or directory
- SELinux: Could not read /sys/devices/system/cpu/cpu1/topology: No such file or directory.
- <6>PM: suspend entry 2015-04-18 00:14:42.699145713 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 223.876 msecs
- <6>PM: late suspend of devices complete after 5.462 msecs
- <6>PM: noirq suspend of devices complete after 7.232 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.462 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.328 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:15:04.024518512 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:15:04.024549005 UTC)
- <4>healthd: battery l=62 v=3724 t=38.0 h=2 st=3 c=-40 chg=
- <6>PM: suspend entry 2015-04-18 00:15:18.021381046 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 194.763 msecs
- <6>PM: late suspend of devices complete after 1.739 msecs
- <6>PM: noirq suspend of devices complete after 2.288 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.770 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 101.262 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:15:36.009607209 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:15:36.009637708 UTC)
- <4>healthd: battery l=62 v=3729 t=38.0 h=2 st=3 c=-41 chg=
- <6>PM: suspend entry 2015-04-18 00:15:36.073646743 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 219.991 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.229 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 6.558 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.846 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:15:42.022200694 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:15:42.022200694 UTC)
- <4>healthd: battery l=62 v=3729 t=37.0 h=2 st=3 c=-65 chg=
- <6>PM: suspend entry 2015-04-18 00:15:42.245746995 UTC
- Freezing user space processes ... (elapsed 0.031 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.757 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.261 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.156 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:07.025492703 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:07.025523195 UTC)
- <4>healthd: battery l=62 v=3734 t=37.0 h=2 st=3 c=-41 chg=
- <6>PM: suspend entry 2015-04-18 00:16:07.570938983 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 207.699 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.769 msecs
- <6>wakeup wake lock: alarm_rtc
- <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
- <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.721 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:24.007776570 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:24.007807066 UTC)
- <4>healthd: battery l=62 v=3729 t=37.0 h=2 st=3 c=-42 chg=
- <6>PM: suspend entry 2015-04-18 00:16:24.845974228 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 188.934 msecs
- <6>PM: late suspend of devices complete after 1.739 msecs
- <6>PM: noirq suspend of devices complete after 2.288 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: alarm_rtc
- <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
- <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.624 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:30.030921547 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:30.030921547 UTC)
- <6>PM: suspend entry 2015-04-18 00:16:30.056383767 UTC
- <4>healthd: battery l=62 v=3734 t=37.0 h=2 st=3 c=-88 chg=
- Freezing user space processes ... <6>active wake lock PowerManagerService.WakeLocks
- <3>Freezing of tasks aborted after 0.000 seconds (22 tasks refusing to freeze, wq_busy=0):
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:30.111584516 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-18 00:16:30.111584516 UTC)
- <6>PM: suspend entry 2015-04-18 00:16:30.161446116 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 199.027 msecs
- <6>PM: late suspend of devices complete after 1.830 msecs
- <6>PM: noirq suspend of devices complete after 2.288 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: alarm_rtc
- <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
- <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.936 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:35.023846588 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:35.023877082 UTC)
- <6>PM: suspend entry 2015-04-18 00:16:35.051809323 UTC
- <4>healthd: battery l=62 v=3734 t=37.0 h=2 st=3 c=-42 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.263 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:35.287076763 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-18 00:16:35.287076763 UTC)
- <6>active wake lock alarm_rtc, time left 198
- <6>PM: suspend entry 2015-04-18 00:16:37.288919550 UTC
- Freezing user space processes ... (elapsed 0.009 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.241 msecs
- <6>PM: late suspend of devices complete after 5.767 msecs
- <6>PM: noirq suspend of devices complete after 7.018 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.981 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.318 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:40.031076248 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:40.031106742 UTC)
- <6>PM: suspend entry 2015-04-18 00:16:40.043700512 UTC
- <4>healthd: battery l=62 v=3734 t=36.0 h=2 st=3 c=-245 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 204.162 msecs
- <6>PM: late suspend of devices complete after 1.738 msecs
- <6>PM: noirq suspend of devices complete after 2.287 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: event0-431
- <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
- <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.721 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:47.009636814 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:47.009636814 UTC)
- <6>active wake lock KeyEvents
- <6>active wake lock power-supply
- <6>lsm303dlh_acc_sysfs: hw init start
- <6>lsm303dlh_acc_sysfs: hw init done
- <6>request_suspend_state: wakeup (3->0) at 14642628213076 (2015-04-18 00:16:47.081451762 UTC)
- <4>healthd: battery l=62 v=3734 t=36.0 h=2 st=3 c=-42 chg=
- <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.
- <38>type=1400 audit(1429316207.360:155): avc: denied { open } for pid=142 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
- <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 73
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 78
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 85
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 88
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 95
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 98
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 105
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 108
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 115
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 118
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 125
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
- <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
- <38>type=1400 audit(1429316209.752:156): avc: denied { open } for pid=26140 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>msm_device_put:device speaker_stereo_rx set 0
- <4>healthd: battery l=60 v=3652 t=37.0 h=2 st=3 c=-1042 chg=
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 104
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 97
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 94
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 87
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 77
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 74
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 71
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 67
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 64
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 61
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 57
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 54
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 51
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 47
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 44
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 41
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 37
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 34
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 31
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 27
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 24
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 21
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 17
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 14
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
- <3>[DISP] lcdc_panel_power: ++ 0
- <6>request_suspend_state: sleep (0->3) at 15063977993350 (2015-04-18 00:23:48.431232036 UTC)
- <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
- <6>PM: suspend entry 2015-04-18 00:23:48.674518168 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.794 msecs
- <6>PM: late suspend of devices complete after 5.493 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: event0-431
- <6>PM: early resume of devices complete after 3.173 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.331 msecs
- Restarting tasks ... <6>request_suspend_state: wakeup (3->0) at 15065384618023 (2015-04-18 00:24:03.067058574 UTC)
- <6>lsm303dlh_acc_sysfs: hw init start
- done.
- <6>PM: suspend exit 2015-04-18 00:24:03.096062458 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:24:03.096092958 UTC)
- <6>lsm303dlh_acc_sysfs: hw init done
- <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
- <4>healthd: battery l=59 v=3705 t=36.0 h=2 st=3 c=-41 chg=
- <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: 84
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 89
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 92
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 96
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 99
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 102
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 106
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 109
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 112
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 116
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 119
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 122
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145
- <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
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 125
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 122
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 118
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 115
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 112
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 108
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 105
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 102
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 98
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 95
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 92
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 88
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 85
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 82
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 78
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 72
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 68
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 65
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 62
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 58
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 55
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 52
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 48
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 45
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 41
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 38
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 35
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 31
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 28
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 25
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 21
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 18
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 15
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 15
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 19
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 22
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 25
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 29
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 32
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 35
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 39
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 42
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 45
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 49
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 52
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 55
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 59
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 62
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 65
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 69
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 72
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 79
- <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: 135
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145
- <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
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
- <4>healthd: battery l=57 v=3619 t=36.0 h=2 st=3 c=-1180 chg=
- <4>healthd: battery l=55 v=3624 t=37.0 h=2 st=3 c=-1182 chg=
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 104
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 97
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 94
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 87
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 77
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 74
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 71
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 67
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 64
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 61
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 57
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 54
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 51
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 47
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 44
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 40
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 37
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 34
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 30
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 27
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 24
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 20
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 17
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 14
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
- <3>[DISP] lcdc_panel_power: ++ 0
- <6>request_suspend_state: sleep (0->3) at 15882299177267 (2015-04-18 00:37:39.981617818 UTC)
- <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
- <6>request_suspend_state: wakeup (3->0) at 15885785352773 (2015-04-18 00:37:43.467793324 UTC)
- <6>lsm303dlh_acc_sysfs: hw init start
- <6>lsm303dlh_acc_sysfs: hw init done
- <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: 72
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 79
- <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: 142
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149
- <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: 178
- <4>healthd: battery l=53 v=3609 t=35.0 h=2 st=3 c=-1028 chg=
- <4>healthd: battery l=50 v=3590 t=36.0 h=2 st=3 c=-1272 chg=
- <3>init: untracked pid 26315 killed by signal 9
- <4>healthd: battery l=48 v=3580 t=36.0 h=2 st=3 c=-1017 chg=
- <4>healthd: battery l=46 v=3556 t=36.0 h=2 st=3 c=-1196 chg=
- <38>type=1400 audit(1429318707.033:157): avc: denied { ioctl } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429318717.973:158): avc: denied { read write } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <4>healthd: battery l=44 v=3542 t=37.0 h=2 st=3 c=-1185 chg=
- <4>healthd: battery l=41 v=3528 t=37.0 h=2 st=3 c=-1418 chg=
- <4>healthd: battery l=39 v=3537 t=36.0 h=2 st=3 c=-1210 chg=
- <38>type=1400 audit(1429319414.062:159): avc: denied { read write } for pid=431 comm="system_server" name="lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429319414.062:160): avc: denied { open } for pid=431 comm="system_server" name="lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429319414.062:161): avc: denied { getattr } for pid=431 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429319414.062:162): avc: denied { ioctl } for pid=431 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 126
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 116
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 113
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 109
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 106
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 99
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 96
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 89
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 83
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 79
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
- <38>type=1400 audit(1429319414.643:163): avc: denied { ioctl } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429319414.643:164): avc: denied { read write } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429319414.643:165): avc: denied { ioctl } for pid=15335 comm="CrGpuMain" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <3>[DISP] lcdc_panel_power: ++ 0
- <6>request_suspend_state: sleep (0->3) at 17837000379658 (2015-04-18 01:10:14.682820209 UTC)
- <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
- <6>lsm303dlh_acc_sysfs: hw init start
- <6>lsm303dlh_acc_sysfs: hw init done
- <6>request_suspend_state: wakeup (3->0) at 17837410841086 (2015-04-18 01:10:15.093281637 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
- <38>type=1400 audit(1429319415.324:166): avc: denied { open } for pid=142 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
- <38>type=1400 audit(1429319415.334:167): avc: denied { write } for pid=636 comm="Thread-64" name="tsdriver" dev="tmpfs" ino=4705 scontext=u:r:system_server:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 59
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 62
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 66
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 69
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 73
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 76
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 79
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 83
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 86
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 89
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 93
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 96
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 99
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 103
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 106
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 109
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 113
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 116
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 119
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 123
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 126
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
- <38>type=1400 audit(1429319416.715:168): avc: denied { read write } for pid=26140 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=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
- <6>msm_device_put:device speaker_stereo_rx set 0
- <4>healthd: battery l=37 v=3513 t=36.0 h=2 st=3 c=-1213 chg=
- <4>healthd: battery l=35 v=3499 t=36.0 h=2 st=3 c=-1275 chg=
- <4>healthd: battery l=31 v=3480 t=36.0 h=2 st=3 c=-1357 chg=
- <4>healthd: battery l=29 v=3480 t=36.0 h=2 st=3 c=-1394 chg=
- <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
- <4>healthd: battery l=27 v=3494 t=36.0 h=2 st=3 c=-1150 chg=
- <4>healthd: battery l=25 v=3480 t=35.0 h=2 st=3 c=-1081 chg=
- <3>init: untracked pid 13469 killed by signal 9
- <4>healthd: battery l=23 v=3480 t=36.0 h=2 st=3 c=-1147 chg=
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 125
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 118
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 115
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 108
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 105
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 98
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 95
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 88
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 85
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 78
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 71
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 68
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 65
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 61
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 58
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 55
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 51
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 48
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 45
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 41
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 38
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 35
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 31
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 28
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 25
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 21
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 18
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 15
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
- <3>[DISP] lcdc_panel_power: ++ 0
- <6>request_suspend_state: sleep (0->3) at 20175139387227 (2015-04-18 01:49:12.821827778 UTC)
- <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
- <6>PM: suspend entry 2015-04-18 01:49:13.200428852 UTC
- Freezing user space processes ... (elapsed 0.024 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 219.726 msecs
- <6>PM: late suspend of devices complete after 5.401 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.767 msecs
- <6>wakeup wake lock: event0-431
- <6>PM: early resume of devices complete after 3.112 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.268 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 01:49:17.070685986 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 01:49:17.070685986 UTC)
- <6>lsm303dlh_acc_sysfs: hw init start
- <6>lsm303dlh_acc_sysfs: hw init done
- <4>healthd: battery l=20 v=3528 t=35.0 h=2 st=3 c=-535 chg=
- <6>request_suspend_state: wakeup (3->0) at 20176317862878 (2015-04-18 01:49:17.197554238 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: 60
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 64
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 67
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 70
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 74
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 77
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 80
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 87
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 90
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 94
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 97
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 100
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 104
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 110
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 120
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
- <38>type=1400 audit(1429321913.422:169): avc: denied { ioctl } for pid=27815 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429321913.422:170): avc: denied { read write } for pid=27815 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429321920.118:171): avc: denied { ioctl } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429321920.939:172): avc: denied { ioctl } for pid=27086 comm=474C2075706461746572 path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429321921.109:173): avc: denied { read write } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429321921.399:174): avc: denied { read write } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429321924.102:175): avc: denied { ioctl } for pid=15258 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <38>type=1400 audit(1429321924.112:176): avc: denied { read write } for pid=15258 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
- <6>msm_otg_resume: usb exited from low power mode
- <6>android_work: android_work: did not send uevent (0 0 (null))
- <6>SysRq : Emergency Remount R/O
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
- <6>EXT4-fs (dm-9): re-mounted. Opts: (null)
- <3>[DISP] lcdc_panel_power: ++ 0
- <3>MFD is Null<0>Restarting system with command ''.
- <5>Going down for restart now
- <6>msm_restart: Initiating reboot via bootloader
- Broadcasting: Intent { act=com.evervolv.toolbox.action.DUMPLOGCAT_FINISHED (has extras) }
- Broadcast completed: result=0
Logcat:
From EVLogcat Uploader, 9 Years ago, written in Plain Text, viewed 851 times.
URL http://paste.evervolv.com/view/4aa7a811
Embed
Download Paste or View Raw
— Expand Paste to full width of browser