Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.79 KB | None | 0 0
  1. --------- beginning of crash
  2.  
  3. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: FATAL EXCEPTION: main
  4.  
  5. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: Process: com.android.phone, PID: 3994
  6.  
  7. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: Theme: themes:{}
  8.  
  9. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/telephony/CarrierConfigInterface;
  10.  
  11. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at org.codeaurora.ims.ImsConfigImpl.<init>(ImsConfigImpl.java:65)
  12.  
  13. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at org.codeaurora.ims.ImsServiceSub.<init>(ImsServiceSub.java:202)
  14.  
  15. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at org.codeaurora.ims.ImsService.onCreate(ImsService.java:96)
  16.  
  17. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:2911)
  18.  
  19. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at android.app.ActivityThread.-wrap4(ActivityThread.java)
  20.  
  21. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446)
  22.  
  23. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  24.  
  25. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
  26.  
  27. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5461)
  28.  
  29. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  30.  
  31. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  32.  
  33. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  34.  
  35. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.telephony.CarrierConfigInterface" on path: DexPathList[[zip file "/system/vendor/app/ims/ims.apk"],nativeLibraryDirectories=[/system/vendor/app/ims/lib/arm64, /system/vendor/app/ims/ims.apk!/lib/arm64-v8a, /vendor/lib64, /system/lib64]]
  36.  
  37. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
  38.  
  39. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
  40.  
  41. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
  42.  
  43. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: ... 12 more
  44.  
  45. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: Suppressed: java.lang.ClassNotFoundException: android.telephony.CarrierConfigInterface
  46.  
  47. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at java.lang.Class.classForName(Native Method)
  48.  
  49. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
  50.  
  51. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
  52.  
  53. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
  54.  
  55. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: ... 13 more
  56.  
  57. 12-09 10:18:07.617 3994 3994 E AndroidRuntime: Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available
  58.  
  59. 12-09 10:18:07.621 3994 3994 I Process : Sending signal. PID: 3994 SIG: 9
  60.  
  61. 12-09 10:18:07.639 512 512 I ServiceManager: service 'phone' died
  62.  
  63. 12-09 10:18:07.639 512 512 I ServiceManager: service 'carrier_config' died
  64.  
  65. 12-09 10:18:07.639 512 512 I ServiceManager: service 'sip' died
  66.  
  67. 12-09 10:18:07.639 512 512 I ServiceManager: service 'simphonebook' died
  68.  
  69. 12-09 10:18:07.639 1818 3147 D ConnectivityService: unregisterNetworkFactory for Telephony
  70.  
  71. 12-09 10:18:07.639 512 512 I ServiceManager: service 'iphonesubinfo' died
  72.  
  73. 12-09 10:18:07.639 512 512 I ServiceManager: service 'isms' died
  74.  
  75. 12-09 10:18:07.639 1818 3147 D ConnectivityService: unregisterNetworkFactory for Telephony
  76.  
  77. 12-09 10:18:07.639 512 512 I ServiceManager: service 'isub' died
  78.  
  79. 12-09 10:18:07.639 1818 3146 D WifiService: Client connection lost with reason: 4
  80.  
  81. 12-09 10:18:07.644 1818 3280 I ActivityManager: Process com.android.phone (pid 3994) has died
  82.  
  83. 12-09 10:18:07.644 1818 3280 D ActivityManager: cleanUpApplicationRecord -- 3994
  84.  
  85. 12-09 10:18:07.646 1818 3280 W ActivityManager: Scheduling restart of crashed service org.codeaurora.ims/.ImsService in 1000ms
  86.  
  87. 12-09 10:18:07.646 1818 3280 W ActivityManager: Scheduling restart of crashed service com.android.phone/.TelephonyDebugService in 0ms
  88.  
  89. 12-09 10:18:07.647 1818 3280 W ActivityManager: Re-adding persistent process ProcessRecord{94e1f28 3994:com.android.phone/1001}
  90.  
  91. 12-09 10:18:07.659 1818 3280 I ActivityManager: Start proc 4562:com.android.phone/1001 for restart com.android.phone
  92.  
  93. 12-09 10:18:07.672 4543 4543 D ImsService AutoBoot: org.codeaurora.ims.ImsService is already running. android.intent.action.SIM_STATE_CHANGED ignored.
  94.  
  95. 12-09 10:18:07.699 4562 4562 W System : ClassLoader referenced unknown path: /system/priv-app/TeleService/lib/arm64
  96.  
  97. 12-09 10:18:07.721 1818 4576 I ActivityManager: Start proc 4578:com.android.keychain/1000 for service com.android.keychain/.KeyChainService
  98.  
  99. 12-09 10:18:07.725 4562 4562 W System : ClassLoader referenced unknown path: /system/priv-app/TelephonyProvider/lib/arm64
  100.  
  101. 12-09 10:18:07.739 1818 4591 I RecoverySystem: Deleted: /cache/recovery/log
  102.  
  103. 12-09 10:18:07.739 1818 4591 I RecoverySystem: Deleted: /cache/recovery/.version
  104.  
  105. 12-09 10:18:07.739 1818 4591 I RecoverySystem: Deleted: /cache/recovery/recovery.fstab
  106.  
  107. 12-09 10:18:07.739 1818 4591 I RecoverySystem: Deleted: /cache/recovery/storage.fstab
  108.  
  109. 12-09 10:18:07.739 1818 4591 I RecoverySystem: Deleted: /cache/recovery/intent
  110.  
  111. 12-09 10:18:07.750 1818 4591 I BootReceiver: Copying /sys/fs/pstore/console-ramoops to DropBox (SYSTEM_LAST_KMSG)
  112.  
  113. 12-09 10:18:07.762 4562 4562 D TelephonyProvider: dbh.onOpen: ok, queried table=siminfo
  114.  
  115. 12-09 10:18:07.763 4562 4562 D TelephonyProvider: dbh.onOpen: ok, queried table=carriers
  116.  
  117. 12-09 10:18:07.766 4578 4578 W System : ClassLoader referenced unknown path: /system/app/KeyChain/lib/arm64
  118.  
  119. 12-09 10:18:07.769 1818 4591 I BootReceiver: Copying audit failures to DropBox
  120.  
  121. 12-09 10:18:07.774 1818 4591 I BootReceiver: Copied 8293 worth of audits to DropBox
  122.  
  123. 12-09 10:18:07.778 1818 4591 I BootReceiver: Checking for fsck errors
  124.  
  125. 12-09 10:18:07.783 4562 4562 V ConfigResourceUtil: resourceName = telephony_plugin_jar_name resourceId = 2130903040resourceValue =
  126.  
  127. 12-09 10:18:07.784 4562 4562 V ConfigResourceUtil: resourceName = telephony_plugin_class_name resourceId = 2130903041resourceValue =
  128.  
  129. 12-09 10:18:07.892 3392 3392 W KeyguardUpdateMonitor: invalid subId in handleSimStateChange()
  130.  
  131. 12-09 10:18:07.892 1818 1873 D GpsLocationProvider: received SIM change, new known MCC/MNC: []
  132.  
  133. 12-09 10:18:07.948 3392 3392 W KeyguardUpdateMonitor: invalid subId in handleSimStateChange()
  134.  
  135. 12-09 10:18:07.949 1818 1873 D GpsLocationProvider: received SIM change, new known MCC/MNC: []
  136.  
  137. 12-09 10:18:07.954 4562 4622 E DcSwitchStateMachine-0: DctController is not ready
  138.  
  139. 12-09 10:18:07.956 1818 3147 E ConnectivityService: Failed to find Messenger in unregisterNetworkFactory
  140.  
  141. 12-09 10:18:07.958 1818 3147 D ConnectivityService: Got NetworkFactory Messenger for Telephony
  142.  
  143. 12-09 10:18:07.959 4562 4624 E DcSwitchStateMachine-1: DctController is not ready
  144.  
  145. 12-09 10:18:07.960 1818 3147 E ConnectivityService: Failed to find Messenger in unregisterNetworkFactory
  146.  
  147. 12-09 10:18:07.961 1818 3147 D ConnectivityService: Got NetworkFactory Messenger for Telephony
  148.  
  149. 12-09 10:18:08.003 4562 4562 D CarrierConfigLoader: CarrierConfigLoader has started
  150.  
  151. 12-09 10:18:08.005 1818 1878 D BluetoothManagerService: Message: 20
  152.  
  153. 12-09 10:18:08.005 1818 1878 D BluetoothManagerService: Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@5aa7872:true
  154.  
  155. 12-09 10:18:08.006 1818 1878 D BluetoothManagerService: Message: 30
  156.  
  157. 12-09 10:18:08.016 533 533 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null
  158.  
  159. 12-09 10:18:08.021 4562 4562 I Telephony: TtyManager: updateUiTtyMode -1 -> 0
  160.  
  161. 12-09 10:18:08.026 4562 4562 I Telephony: TtyManager: updateUiTtyMode -1 -> 0
  162.  
  163. 12-09 10:18:08.029 4562 4562 D TelephonyDebugService: TelephonyDebugService()
  164.  
  165. 12-09 10:18:08.036 4562 4562 D ImsService: ImsService created!
  166.  
  167. 12-09 10:18:08.040 4562 4562 D ImsSenderRxr: Starting IFMsg_Rxr[SUB0]
  168.  
  169. 12-09 10:18:08.042 4562 4629 D ImsSenderRxr: Connecting to socket android.net.LocalSocket@47ee7c3 impl:android.net.LocalSocketImpl@8784840 fd:FileDescriptor[69]
  170.  
  171. 12-09 10:18:08.042 4562 4629 I ImsSenderRxr: Connected to 'android.net.LocalSocket@47ee7c3 impl:android.net.LocalSocketImpl@8784840 fd:FileDescriptor[69]' socket
  172.  
  173. 12-09 10:18:08.042 4562 4629 I ImsSenderRxr: For instance [0] connected to 'qmux_radio/rild_ims0' socket
  174.  
  175. 12-09 10:18:08.043 4562 4629 V ImsSenderRxr: Read packet: 15 bytes
  176.  
  177. 12-09 10:18:08.043 4562 4629 V ImsSenderRxr: processResponse[SUB0]
  178.  
  179. 12-09 10:18:08.044 4562 4629 D ImsSenderRxr: Response data: [12, 13, -1, -1, -1, -1, 16, 3, 24, -43, 1, 32, 0, 8, 0][SUB0]
  180.  
  181. 12-09 10:18:08.044 4562 4629 D ImsSenderRxr: Tag -1 3 213 0[SUB0]
  182.  
  183. 12-09 10:18:08.045 4562 4562 D AndroidRuntime: Shutting down VM
  184.  
  185. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: FATAL EXCEPTION: main
  186.  
  187. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: Process: com.android.phone, PID: 4562
  188.  
  189. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: Theme: themes:{}
  190.  
  191. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/telephony/CarrierConfigInterface;
  192.  
  193. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at org.codeaurora.ims.ImsConfigImpl.<init>(ImsConfigImpl.java:65)
  194.  
  195. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at org.codeaurora.ims.ImsServiceSub.<init>(ImsServiceSub.java:202)
  196.  
  197. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at org.codeaurora.ims.ImsService.onCreate(ImsService.java:96)
  198.  
  199. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:2911)
  200.  
  201. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at android.app.ActivityThread.-wrap4(ActivityThread.java)
  202.  
  203. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446)
  204.  
  205. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  206.  
  207. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
  208.  
  209. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5461)
  210.  
  211. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  212.  
  213. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  214.  
  215. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  216.  
  217. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.telephony.CarrierConfigInterface" on path: DexPathList[[zip file "/system/vendor/app/ims/ims.apk"],nativeLibraryDirectories=[/system/vendor/app/ims/lib/arm64, /system/vendor/app/ims/ims.apk!/lib/arm64-v8a, /vendor/lib64, /system/lib64]]
  218.  
  219. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
  220.  
  221. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
  222.  
  223. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
  224.  
  225. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: ... 12 more
  226.  
  227. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: Suppressed: java.lang.ClassNotFoundException: android.telephony.CarrierConfigInterface
  228.  
  229. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at java.lang.Class.classForName(Native Method)
  230.  
  231. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
  232.  
  233. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
  234.  
  235. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
  236.  
  237. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: ... 13 more
  238.  
  239. 12-09 10:18:08.047 4562 4562 E AndroidRuntime: Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available
  240.  
  241. 12-09 10:18:08.049 1818 3280 W ActivityManager: Process com.android.phone has crashed too many times: killing!
  242.  
  243. 12-09 10:18:08.060 1818 1874 I ActivityManager: Start proc 4633:com.android.dialer/u0a22 for broadcast com.android.dialer/.calllog.CallLogReceiver
  244.  
  245. 12-09 10:18:08.061 4562 4562 I Process : Sending signal. PID: 4562 SIG: 9
  246.  
  247. 12-09 10:18:08.075 512 512 I ServiceManager: service 'isub' died
  248.  
  249. 12-09 10:18:08.076 512 512 I ServiceManager: service 'phone' died
  250.  
  251. 12-09 10:18:08.076 512 512 I ServiceManager: service 'carrier_config' died
  252.  
  253. 12-09 10:18:08.076 512 512 I ServiceManager: service 'simphonebook' died
  254.  
  255. 12-09 10:18:08.076 1818 3285 I ActivityManager: Process com.android.phone (pid 4562) has died
  256.  
  257. 12-09 10:18:08.076 512 512 I ServiceManager: service 'iphonesubinfo' died
  258.  
  259. 12-09 10:18:08.076 512 512 I ServiceManager: service 'isms' died
  260.  
  261. 12-09 10:18:08.076 1818 3285 D ActivityManager: cleanUpApplicationRecord -- 4562
  262.  
  263. 12-09 10:18:08.076 1818 3147 D ConnectivityService: unregisterNetworkFactory for Telephony
  264.  
  265. 12-09 10:18:08.076 1818 3147 D ConnectivityService: unregisterNetworkFactory for Telephony
  266.  
  267. 12-09 10:18:08.077 1818 3285 W ActivityManager: Service crashed 2 times, stopping: ServiceRecord{f084b8e u0 org.codeaurora.ims/.ImsService}
  268.  
  269. 12-09 10:18:08.077 1818 3285 W ActivityManager: Scheduling restart of crashed service com.android.phone/.TelephonyDebugService in 0ms
  270.  
  271. 12-09 10:18:08.078 1818 3285 W ActivityManager: Re-adding persistent process ProcessRecord{94e1f28 4562:com.android.phone/1001}
  272.  
  273. 12-09 10:18:08.090 1818 3285 I ActivityManager: Start proc 4647:com.android.phone/1001 for restart com.android.phone
  274.  
  275. 12-09 10:18:08.115 4633 4633 W System : ClassLoader referenced unknown path: /system/priv-app/Dialer/lib/arm64
  276.  
  277. 12-09 10:18:08.127 4633 4633 W MOD.CyanogenAmbientUtil: Cyanogen Ambient package is missing! Version 1050100 is required.
  278.  
  279. 12-09 10:18:08.128 4633 4633 E MOD.AmbientApiClientImp: This application will not run unless you install Ambient services
  280.  
  281. 12-09 10:18:08.128 4633 4633 W PhoneCommon.AmbientSingletonHolder: Connection failed: com.cyanogen.ambient.common.ConnectionResult@324519a
  282.  
  283. 12-09 10:18:08.130 4633 4633 W Ambient : AmbientApiClient is not connected. Please ensure connection before calling any APIs.
  284.  
  285. 12-09 10:18:08.130 4633 4633 W Ambient : java.lang.Exception
  286.  
  287. 12-09 10:18:08.130 4633 4633 W Ambient : at com.cyanogen.ambient.common.api.internal.AbstractAsynchronousApi.execute(AbstractAsynchronousApi.java:18)
  288.  
  289. 12-09 10:18:08.130 4633 4633 W Ambient : at com.cyanogen.ambient.incall.internal.InCallApiImpl.getInstalledPlugins(InCallApiImpl.java:88)
  290.  
  291. 12-09 10:18:08.130 4633 4633 W Ambient : at com.android.phone.common.incall.api.InCallQueries.updateCallPlugins(InCallQueries.java:45)
  292.  
  293. 12-09 10:18:08.130 4633 4633 W Ambient : at com.android.phone.common.incall.DialerDataSubscription.onRefreshRequested(DialerDataSubscription.java:91)
  294.  
  295. 12-09 10:18:08.130 4633 4633 W Ambient : at com.android.phone.common.ambient.AmbientDataSubscription.refresh(AmbientDataSubscription.java:308)
  296.  
  297. 12-09 10:18:08.130 4633 4633 W Ambient : at com.android.phone.common.incall.DialerDataSubscription.init(DialerDataSubscription.java:86)
  298.  
  299. 12-09 10:18:08.130 4633 4633 W Ambient : at com.android.dialer.DialerApplication.onCreate(DialerApplication.java:57)
  300.  
  301. 12-09 10:18:08.130 4633 4633 W Ambient : at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1014)
  302.  
  303. 12-09 10:18:08.130 4633 4633 W Ambient : at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4751)
  304.  
  305. 12-09 10:18:08.130 4633 4633 W Ambient : at android.app.ActivityThread.-wrap1(ActivityThread.java)
  306.  
  307. 12-09 10:18:08.130 4633 4633 W Ambient : at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1424)
  308.  
  309. 12-09 10:18:08.130 4633 4633 W Ambient : at android.os.Handler.dispatchMessage(Handler.java:102)
  310.  
  311. 12-09 10:18:08.130 4633 4633 W Ambient : at android.os.Looper.loop(Looper.java:148)
  312.  
  313. 12-09 10:18:08.130 4633 4633 W Ambient : at android.app.ActivityThread.main(ActivityThread.java:5461)
  314.  
  315. 12-09 10:18:08.130 4633 4633 W Ambient : at java.lang.reflect.Method.invoke(Native Method)
  316.  
  317. 12-09 10:18:08.130 4633 4633 W Ambient : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  318.  
  319. 12-09 10:18:08.130 4633 4633 W Ambient : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  320.  
  321. 12-09 10:18:08.136 4633 4633 W MOD.CyanogenAmbientUtil: Cyanogen Ambient package is missing! Version 1050100 is required.
  322.  
  323. 12-09 10:18:08.138 4647 4647 W System : ClassLoader referenced unknown path: /system/priv-app/TeleService/lib/arm64
  324.  
  325. 12-09 10:18:08.146 4647 4647 W System : ClassLoader referenced unknown path: /system/priv-app/TelephonyProvider/lib/arm64
  326.  
  327. 12-09 10:18:08.150 3924 3924 W QCNEJ : |CORE| Cannot get servicemanager, not updating mobile data state
  328.  
  329. 12-09 10:18:08.165 1818 3207 I ActivityManager: Start proc 4665:com.cyanogenmod.updater/u0a2 for broadcast com.cyanogenmod.updater/.receiver.UpdateCheckReceiver
  330.  
  331. 12-09 10:18:08.170 4647 4647 D TelephonyProvider: dbh.onOpen: ok, queried table=siminfo
  332.  
  333. 12-09 10:18:08.171 4647 4647 D TelephonyProvider: dbh.onOpen: ok, queried table=carriers
  334.  
  335. 12-09 10:18:08.190 4647 4647 V ConfigResourceUtil: resourceName = telephony_plugin_jar_name resourceId = 2130903040resourceValue =
  336.  
  337. 12-09 10:18:08.190 4647 4647 V ConfigResourceUtil: resourceName = telephony_plugin_class_name resourceId = 2130903041resourceValue =
  338.  
  339. 12-09 10:18:08.210 4665 4665 W System : ClassLoader referenced unknown path: /system/priv-app/CMUpdater/lib/arm64
  340.  
  341. 12-09 10:18:08.223 4665 4665 I UpdateCheckReceiver: Scheduling future, repeating update checks.
  342.  
  343. 12-09 10:18:08.237 1818 4646 I ActivityManager: Start proc 4693:com.android.providers.calendar/u0a5 for broadcast com.android.providers.calendar/.CalendarReceiver
  344.  
  345. 12-09 10:18:08.274 4693 4693 W System : ClassLoader referenced unknown path: /system/priv-app/CalendarProvider/lib/arm64
  346.  
  347. 12-09 10:18:08.298 4693 4693 I CalendarProvider2: Created com.android.providers.calendar.CalendarAlarmManager@26d1a8e(com.android.providers.calendar.CalendarProvider2@e5fc2af)
  348.  
  349. 12-09 10:18:08.330 1818 3280 I ActivityManager: Start proc 4718:org.cyanogenmod.providers.datausage/1000 for broadcast org.cyanogenmod.providers.datausage/.BootReceiver
  350.  
  351. 12-09 10:18:08.332 3392 3392 W KeyguardUpdateMonitor: invalid subId in handleSimStateChange()
  352.  
  353. 12-09 10:18:08.332 1818 1873 D GpsLocationProvider: received SIM change, new known MCC/MNC: []
  354.  
  355. 12-09 10:18:08.366 4718 4718 W System : ClassLoader referenced unknown path: /system/priv-app/DataUsageProvider/lib/arm64
  356.  
  357. 12-09 10:18:08.386 1818 1872 I ActivityManager: Start proc 4735:com.android.managedprovisioning/u0a12 for broadcast com.android.managedprovisioning/.BootReminder
  358.  
  359. 12-09 10:18:08.409 3392 3392 W KeyguardUpdateMonitor: invalid subId in handleSimStateChange()
  360.  
  361. 12-09 10:18:08.409 1818 1873 D GpsLocationProvider: received SIM change, new known MCC/MNC: []
  362.  
  363. 12-09 10:18:08.416 4647 4753 E DcSwitchStateMachine-0: DctController is not ready
  364.  
  365. 12-09 10:18:08.418 1818 3147 E ConnectivityService: Failed to find Messenger in unregisterNetworkFactory
  366.  
  367. 12-09 10:18:08.420 1818 3147 D ConnectivityService: Got NetworkFactory Messenger for Telephony
  368.  
  369. 12-09 10:18:08.422 4647 4755 E DcSwitchStateMachine-1: DctController is not ready
  370.  
  371. 12-09 10:18:08.423 1818 3147 E ConnectivityService: Failed to find Messenger in unregisterNetworkFactory
  372.  
  373. 12-09 10:18:08.423 1818 3147 D ConnectivityService: Got NetworkFactory Messenger for Telephony
  374.  
  375. 12-09 10:18:08.429 4735 4735 W System : ClassLoader referenced unknown path: /system/priv-app/ManagedProvisioning/lib/arm64
  376.  
  377. 12-09 10:18:08.468 1818 4476 I ActivityManager: Start proc 4759:com.google.android.configupdater/u0a34 for broadcast com.google.android.configupdater/.CertPin.CertPinUpdateRequestReceiver
  378.  
  379. 12-09 10:18:08.495 4647 4647 D CarrierConfigLoader: CarrierConfigLoader has started
  380.  
  381. 12-09 10:18:08.498 1818 1878 D BluetoothManagerService: Message: 20
  382.  
  383. 12-09 10:18:08.498 1818 1878 D BluetoothManagerService: Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@108f8bb:true
  384.  
  385. 12-09 10:18:08.500 1818 1878 D BluetoothManagerService: Message: 30
  386.  
  387. 12-09 10:18:08.509 4254 4254 D MtpService: starting MTP server in MTP mode
  388.  
  389. 12-09 10:18:08.512 533 533 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null
  390.  
  391. 12-09 10:18:08.519 4647 4647 I Telephony: TtyManager: updateUiTtyMode -1 -> 0
  392.  
  393. 12-09 10:18:08.523 4759 4759 W System : ClassLoader referenced unknown path: /system/priv-app/ConfigUpdater/lib/arm64
  394.  
  395. 12-09 10:18:08.524 4647 4647 I Telephony: TtyManager: updateUiTtyMode -1 -> 0
  396.  
  397. 12-09 10:18:08.528 4647 4647 D TelephonyDebugService: TelephonyDebugService()
  398.  
  399. 12-09 10:18:08.534 4647 4647 V ConfigResourceUtil: resourceName = config_spn_display_control resourceId = 2130837514resourceValue = false
  400.  
  401. 12-09 10:18:08.538 4759 4759 E ConfigUpdater: ignoring update request
  402.  
  403. 12-09 10:18:08.539 1818 1873 D GpsLocationProvider: received SIM change, new known MCC/MNC: []
  404.  
  405. 12-09 10:18:08.549 4759 4759 E ConfigUpdater: ignoring update request
  406.  
  407. 12-09 10:18:08.555 4759 4759 E ConfigUpdater: ignoring update request
  408.  
  409. 12-09 10:18:08.558 533 1779 E WVMExtractor: Failed to open libwvm.so: dlopen failed: library "libwvm.so" not found
  410.  
  411. 12-09 10:18:08.562 4759 4759 E ConfigUpdater: ignoring update request
  412.  
  413. 12-09 10:18:08.569 3392 3392 W KeyguardUpdateMonitor: invalid subId in handleServiceStateChange()
  414.  
  415. 12-09 10:18:08.570 4759 4759 E ConfigUpdater: ignoring update request
  416.  
  417. 12-09 10:18:08.573 4759 4759 E ConfigUpdater: ignoring update request
  418.  
  419. 12-09 10:18:08.579 4759 4759 E ConfigUpdater: ignoring update request
  420.  
  421. 12-09 10:18:08.580 1818 3281 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.BOOT_COMPLETED flg=0x8000010 (has extras) } to org.cyanogenmod.snap/com.android.camera.DisableCameraReceiver requires android.permission.RECEIVE_BOOT_COMPLETED due to sender null (uid 1000)
  422.  
  423. 12-09 10:18:08.589 1818 1818 W System : ClassLoader referenced unknown path: /system/priv-app/com.qualcomm.location/lib/arm64
  424.  
  425. 12-09 10:18:08.594 4001 4141 D Launcher.Model: Package not found: com.android.browser
  426.  
  427. 12-09 10:18:08.596 1818 1818 D LocSvc_jni: LocationService_jni: JNI_OnLoad
  428.  
  429. 12-09 10:18:08.597 1818 1818 D IzatProviderEngine_jni: register_IzatProviderEngine
  430.  
  431. 12-09 10:18:08.597 1818 1818 D FlpSvcProvider_jni: register_FlpServiceProvider
  432.  
  433. 12-09 10:18:08.597 1818 1818 D GeofenceSvcProvider_jni: register_GeofenceServiceProvider
  434.  
  435. 12-09 10:18:08.608 3951 3951 D DpmServiceAppReceiver: Received Intent Intent { act=android.intent.action.BOOT_COMPLETED flg=0x8000010 cmp=com.qti.dpmserviceapp/.DpmServiceAppReceiver (has extras) }
  436.  
  437. 12-09 10:18:08.610 3951 3951 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1231 android.content.ContextWrapper.startService:587 android.content.ContextWrapper.startService:587 com.qti.dpmserviceapp.DpmServiceAppReceiver.onReceive:33 android.app.ActivityThread.handleReceiver:2759
  438.  
  439. 12-09 10:18:08.612 3951 3951 D DpmServiceAppReceiver: DpmService Auto Boot Started Successfully
  440.  
  441. 12-09 10:18:08.613 3951 3951 D DpmServiceApp: start dpm
  442.  
  443. 12-09 10:18:08.629 1818 4476 I ActivityManager: Start proc 4808:com.qualcomm.qcrilmsgtunnel/1001 for broadcast com.qualcomm.qcrilmsgtunnel/.QcrilMsgTunnelAutoboot
  444.  
  445. 12-09 10:18:08.634 1818 1818 D LBSSystemMonitorService: [ZTE-GPS]LBSSystemMonitor(onCreate): read supl es from gps conf
  446.  
  447. 12-09 10:18:08.634 1818 1818 D LBSSystemMonitorService: SUPL_ES is: 0
  448.  
  449. 12-09 10:18:08.634 1818 1818 D LBSSystemMonitorService: nonSGLTE device without ES SUPL
  450.  
  451. 12-09 10:18:08.635 1818 3146 D WifiService: New client listening to asynchronous messages
  452.  
  453. 12-09 10:18:08.641 3951 4825 I DPMJ : |REQ:RCVR| DPM creating socket
  454.  
  455. 12-09 10:18:08.642 3951 4825 I DPMJ : |REQ:RCVR| Connected to 'dpmd' socket
  456.  
  457. 12-09 10:18:08.643 1818 1818 D LocSvc_NiH: [ZTE-GPS]GpsNetInitiatedHandler(QC): read supl es from gps conf
  458.  
  459. 12-09 10:18:08.644 3951 4825 I DPMJ : |SERVICE| DPM_D_REQ_REQUEST_GET_APP_INFO_LIST
  460.  
  461. 12-09 10:18:08.649 1818 1818 D LocSvc_java: [ZTE-GPS]LocationService: read debug Level from gps conf
  462.  
  463. 12-09 10:18:08.672 1818 1818 D IzatService: register Izat service on entry
  464.  
  465. 12-09 10:18:08.673 1818 1818 D LocSvc_java: handleEnable
  466.  
  467. 12-09 10:18:08.673 1818 1818 E LocSvc_eng: I/===> int loc_eng_init(loc_eng_data_s_type &, LocCallbacks *, LOC_API_ADAPTER_EVENT_MASK_T, loc_core::ContextBase *) line 1728
  468.  
  469. 12-09 10:18:08.673 1818 1818 E LocSvc_eng: I/===> void loc_eng_agps_init(loc_eng_data_s_type &, AGpsExtCallbacks *) line 2287
  470.  
  471. 12-09 10:18:08.673 1818 3908 E LocSvc_api_v02: I/---> locClientSendReq line 2020 QMI_LOC_REG_EVENTS_REQ_V02
  472.  
  473. 12-09 10:18:08.675 1818 1871 D FlpSvcProvider_jni: FlpServiceProvider_class_init
  474.  
  475. 12-09 10:18:08.676 1818 1871 D FlpSvcProvider_jni: FlpServiceProvider_init
  476.  
  477. 12-09 10:18:08.676 1818 1871 E : I/===> int FlpLocationClient::flp_init(FlpExtCallbacks*) line 51
  478.  
  479. 12-09 10:18:08.678 1818 3284 D FlpSvcProvider_jni: FlpServiceProvider_get_max_power_allocated_in_mw
  480.  
  481. 12-09 10:18:08.679 1818 3284 E : I/===> double FlpLocationClient::flp_get_max_power_allocated_in_mW() line 347
  482.  
  483. 12-09 10:18:08.679 1818 1818 E LocSvc_eng: I/===> void loc_eng_ni_init(loc_eng_data_s_type &, GpsNiExtCallbacks *) line 327
  484.  
  485. 12-09 10:18:08.683 3951 4825 I DPMJ : |SERVICE| DPM_S_RSP_GET_FEATURE_STATUS
  486.  
  487. 12-09 10:18:08.683 3951 4825 I DPMJ : |SERVICE| DPM_S_RSP_GET_FEATURE_STATUS
  488.  
  489. 12-09 10:18:08.688 1818 3908 E LocSvc_ApiV02: E/virtual int LocApiV02::initDataServiceClient():2926]: failed to load library libloc_ds_api.so; error=dlopen failed: library "libloc_ds_api.so" not found
  490.  
  491. 12-09 10:18:08.688 1818 3908 D FlpSvcProvider_jni: FlpService jni SetThreadEvent
  492.  
  493. 12-09 10:18:08.688 1818 3908 V FlpSvcProvider_jni: Callback thread attached: 0x7f6151a740
  494.  
  495. 12-09 10:18:08.688 1818 3908 E LocSvc_ApiV02: E/virtual loc_api_adapter_err LocApiV02::setSUPLVersion(uint32_t):1335]: [ZTE-GPS]Read supl version from gps conf
  496.  
  497. 12-09 10:18:08.688 1818 3908 E LocSvc_api_v02: I/---> locClientSendReq line 2020 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02
  498.  
  499. 12-09 10:18:08.694 1818 3917 E LocSvc_ApiV02: I/<--- void globalRespCb(locClientHandleType, uint32_t, locClientRespIndUnionType, void*) line 117 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02
  500.  
  501. 12-09 10:18:08.694 1818 3908 E LocSvc_ApiV02: E/virtual loc_api_adapter_err LocApiV02::setLPPConfig(uint32_t):1393]: [ZTE-GPS]Read lpp profile from gps conf
  502.  
  503. 12-09 10:18:08.694 1818 3908 E LocSvc_api_v02: I/---> locClientSendReq line 2020 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02
  504.  
  505. 12-09 10:18:08.695 1818 3917 E LocSvc_ApiV02: I/<--- void globalRespCb(locClientHandleType, uint32_t, locClientRespIndUnionType, void*) line 117 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02
  506.  
  507. 12-09 10:18:08.695 1818 3908 E LocSvc_api_v02: I/---> locClientSendReq line 2020 QMI_LOC_SET_SENSOR_CONTROL_CONFIG_REQ_V02
  508.  
  509. 12-09 10:18:08.697 1818 3917 E LocSvc_ApiV02: I/<--- void globalRespCb(locClientHandleType, uint32_t, locClientRespIndUnionType, void*) line 117 QMI_LOC_SET_SENSOR_CONTROL_CONFIG_REQ_V02
  510.  
  511. 12-09 10:18:08.698 1818 3908 E LocSvc_ApiV02: E/virtual loc_api_adapter_err LocApiV02::setAGLONASSProtocol(long unsigned int):1679]: [ZTE-GPS]Read a-glonass protocol from gps conf
  512.  
  513. 12-09 10:18:08.698 1818 3908 E LocSvc_api_v02: I/---> locClientSendReq line 2020 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02
  514.  
  515. 12-09 10:18:08.698 1818 3917 E LocSvc_ApiV02: I/<--- void globalRespCb(locClientHandleType, uint32_t, locClientRespIndUnionType, void*) line 117 QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02
  516.  
  517. 12-09 10:18:08.698 1818 3908 E LocSvc_api_v02: I/---> locClientSendReq line 2020 QMI_LOC_SET_SENSOR_PERFORMANCE_CONTROL_CONFIGURATION_REQ_V02
  518.  
  519. 12-09 10:18:08.699 1818 3917 E LocSvc_ApiV02: I/<--- void globalRespCb(locClientHandleType, uint32_t, locClientRespIndUnionType, void*) line 117 QMI_LOC_SET_SENSOR_PERFORMANCE_CONTROL_CONFIGURATION_REQ_V02
  520.  
  521. 12-09 10:18:08.699 1818 3908 E LocSvc_api_v02: I/---> locClientSendReq line 2020 QMI_LOC_SET_XTRA_VERSION_CHECK_REQ_V02
  522.  
  523. 12-09 10:18:08.700 1818 3917 E LocSvc_ApiV02: I/<--- void globalRespCb(locClientHandleType, uint32_t, locClientRespIndUnionType, void*) line 117 QMI_LOC_SET_XTRA_VERSION_CHECK_REQ_V02
  524.  
  525. 12-09 10:18:08.700 1818 3908 D LocSvc_jni: set_capabilities_callback: 55
  526.  
  527. 12-09 10:18:08.717 4808 4808 W System : ClassLoader referenced unknown path: /system/priv-app/qcrilmsgtunnel/lib/arm64
  528.  
  529. 12-09 10:18:08.722 4808 4808 D QcrilMsgTunnelAutoboot: ComponentInfo{com.qualcomm.qcrilmsgtunnel/com.qualcomm.qcrilmsgtunnel.QcrilMsgTunnelService} started successfully
  530.  
  531. 12-09 10:18:08.723 4808 4808 D QcrilMsgTunnelService: onCreate method
  532.  
  533. 12-09 10:18:08.724 4808 4808 D QcrilMsgTunnelIfaceManager: :Instantiated
  534.  
  535. 12-09 10:18:08.726 4808 4808 V QcrilMsgTunnelSocket: Starting QcRil Sender & Receiver threads
  536.  
  537. 12-09 10:18:08.728 4808 4808 D QcrilMsgTunnelIfaceManager: Registered SUB0 for UNSOL OEM HOOK to deliver external apps
  538.  
  539. 12-09 10:18:08.728 4808 4842 D QcrilMsgTunnelSocket: Connecting to socket android.net.LocalSocket@9df7c42 impl:android.net.LocalSocketImpl@9103453 fd:FileDescriptor[23]
  540.  
  541. 12-09 10:18:08.728 4808 4842 I QcrilMsgTunnelSocket: Connected to 'qmux_radio/rild_oem0' socket
  542.  
  543. 12-09 10:18:08.728 4808 4808 V QcrilMsgTunnelSocket: Starting QcRil Sender & Receiver threads
  544.  
  545. 12-09 10:18:08.728 4808 4842 D QcrilMsgTunnelSocket: setRadioState: RADIO_AVAILABLE
  546.  
  547. 12-09 10:18:08.729 4808 4808 D QcrilMsgTunnelIfaceManager: Registered SUB1 for UNSOL OEM HOOK to deliver external apps
  548.  
  549. 12-09 10:18:08.735 1818 3285 I ActivityManager: Start proc 4846:com.google.android.onetimeinitializer/u0a31 for broadcast com.google.android.onetimeinitializer/.OneTimeInitializerReceiver
  550.  
  551. 12-09 10:18:08.741 4839 4839 E dex2oat : Failed to create oat file: /data/dalvik-cache/arm64/system@framework@com.qti.dpmframework.jar@classes.dex: Permission denied
  552.  
  553. 12-09 10:18:08.741 4839 4839 I dex2oat : dex2oat took 762.604us (threads: 4)
  554.  
  555. 12-09 10:18:08.745 3951 3951 W art : Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=kryo --instruction-set-features=default --dex-file=/system/framework/com.qti.dpmframework.jar --oat-file=/data/dalvik-cache/arm64/system@framework@com.qti.dpmframework.jar@classes.dex) because non-0 exit status
  556.  
  557. 12-09 10:18:08.788 4846 4846 W System : ClassLoader referenced unknown path: /system/priv-app/GoogleOneTimeInitializer/lib/arm64
  558.  
  559. 12-09 10:18:08.790 4846 4846 V OneTimeInitializerReceiver: OneTimeInitializerReceiver.onReceive
  560.  
  561. 12-09 10:18:08.796 4647 4647 V ConfigResourceUtil: resourceName = config_spn_display_control resourceId = 2130837514resourceValue = false
  562.  
  563. 12-09 10:18:08.804 4846 4865 V OneTimeService: OneTimeService.onHandleIntent
  564.  
  565. 12-09 10:18:08.804 4846 4865 V OneTimeService: Already run, doing nothing.
  566.  
  567. 12-09 10:18:08.807 1818 3282 I ActivityManager: Start proc 4868:com.google.android.partnersetup/u0a33 for broadcast com.google.android.partnersetup/.GooglePartnerSetup
  568.  
  569. 12-09 10:18:08.811 1818 1873 D GpsLocationProvider: received SIM change, new known MCC/MNC: []
  570.  
  571. 12-09 10:18:08.837 3392 3392 W KeyguardUpdateMonitor: invalid subId in handleServiceStateChange()
  572.  
  573. 12-09 10:18:08.848 771 771 E Parcel : Reading a NULL string not supported here.
  574.  
  575. 12-09 10:18:08.849 771 771 E Parcel : Reading a NULL string not supported here.
  576.  
  577. 12-09 10:18:08.849 771 771 E Parcel : Reading a NULL string not supported here.
  578.  
  579. 12-09 10:18:08.849 771 771 E Parcel : Reading a NULL string not supported here.
  580.  
  581. 12-09 10:18:08.856 771 771 E Parcel : Reading a NULL string not supported here.
  582.  
  583. 12-09 10:18:08.856 771 771 E Parcel : Reading a NULL string not supported here.
  584.  
  585. 12-09 10:18:08.856 771 771 E Parcel : Reading a NULL string not supported here.
  586.  
  587. 12-09 10:18:08.856 771 771 E Parcel : Reading a NULL string not supported here.
  588.  
  589. 12-09 10:18:08.864 4507 4556 I Choreographer: Skipped 45 frames! The application may be doing too much work on its main thread.
  590.  
  591. 12-09 10:18:08.866 771 771 E Parcel : Reading a NULL string not supported here.
  592.  
  593. 12-09 10:18:08.866 771 771 E Parcel : Reading a NULL string not supported here.
  594.  
  595. 12-09 10:18:08.866 771 771 E Parcel : Reading a NULL string not supported here.
  596.  
  597. 12-09 10:18:08.866 771 771 E Parcel : Reading a NULL string not supported here.
  598.  
  599. 12-09 10:18:08.868 4868 4868 W System : ClassLoader referenced unknown path: /system/priv-app/GooglePartnerSetup/lib/arm64
  600.  
  601. 12-09 10:18:08.870 771 771 E Parcel : Reading a NULL string not supported here.
  602.  
  603. 12-09 10:18:08.871 771 771 E Parcel : Reading a NULL string not supported here.
  604.  
  605. 12-09 10:18:08.871 771 771 E Parcel : Reading a NULL string not supported here.
  606.  
  607. 12-09 10:18:08.871 771 771 E Parcel : Reading a NULL string not supported here.
  608.  
  609. 12-09 10:18:08.883 771 771 E Parcel : Reading a NULL string not supported here.
  610.  
  611. 12-09 10:18:08.883 771 771 E Parcel : Reading a NULL string not supported here.
  612.  
  613. 12-09 10:18:08.883 771 771 E Parcel : Reading a NULL string not supported here.
  614.  
  615. 12-09 10:18:08.883 771 771 E Parcel : Reading a NULL string not supported here.
  616.  
  617. 12-09 10:18:08.884 1818 3282 I BroadcastQueue: Delay finish: com.google.android.partnersetup/.GooglePartnerSetup
  618.  
  619. 12-09 10:18:08.901 1818 3285 I BroadcastQueue: Resuming delayed broadcast
  620.  
  621. 12-09 10:18:08.908 1818 3281 I BroadcastQueue: Delay finish: com.google.android.partnersetup/.RlzPingBroadcastReceiver
  622.  
  623. 12-09 10:18:08.912 771 771 E Parcel : Reading a NULL string not supported here.
  624.  
  625. 12-09 10:18:08.913 771 771 E Parcel : Reading a NULL string not supported here.
  626.  
  627. 12-09 10:18:08.913 771 771 E Parcel : Reading a NULL string not supported here.
  628.  
  629. 12-09 10:18:08.913 771 771 E Parcel : Reading a NULL string not supported here.
  630.  
  631. 12-09 10:18:08.914 1818 3285 I BroadcastQueue: Resuming delayed broadcast
  632.  
  633. 12-09 10:18:08.953 4868 4888 I RlzPingService: Setting next ping for 1481879055053
  634.  
  635. 12-09 10:18:08.960 771 771 E Parcel : Reading a NULL string not supported here.
  636.  
  637. 12-09 10:18:08.960 771 771 E Parcel : Reading a NULL string not supported here.
  638.  
  639. 12-09 10:18:08.960 771 771 E Parcel : Reading a NULL string not supported here.
  640.  
  641. 12-09 10:18:08.960 771 771 E Parcel : Reading a NULL string not supported here.
  642.  
  643. 12-09 10:18:09.000 1818 3174 W QCALOG : [LOWIClient] init () - RTT Capabilities Request Timeout
  644.  
  645. 12-09 10:18:09.000 1818 3174 W QCALOG : [LOWI-WIFIHAL-1.1.0.5] @sendCapsRequest(): failed to get capabilities
  646.  
  647. 12-09 10:18:09.000 1818 3174 V QCALOG : [LOWI-WIFIHAL-1.1.0.5] EXIT: qc_loc_fw::LOWICapabilityResponse* sendCapsRequest(uint32)
  648.  
  649. 12-09 10:18:09.000 1818 3174 D QCALOG : [LOWI-WIFIHAL-1.1.0.5] @lowi_wifihal_get_lowi_capabilities(): Got NULL rsp from LOWI
  650.  
  651. 12-09 10:18:09.000 1818 3174 V QCALOG : [LOWI-WIFIHAL-1.1.0.5] EXIT: int lowi_wifihal_get_lowi_capabilities(u32*)
  652.  
  653. 12-09 10:18:09.000 1818 3174 I WifiHAL : getLowiCallbackTable: failed to get lowi supported capabilities.Returned error:-1. Exit.
  654.  
  655. 12-09 10:18:09.000 1818 3174 I WifiHAL : getLowiCallbackTable: Cleaning up Lowi due to failure. Return NULL
  656.  
  657. 12-09 10:18:09.000 1818 3174 V QCALOG : [LOWI-WIFIHAL-1.1.0.5] ENTER: int lowi_wifihal_destroy()
  658.  
  659. 12-09 10:18:09.000 1818 3174 I QCALOG : [LOWIClientReceiver] ~LOWIClientReceiver - After join complete
  660.  
  661. 12-09 10:18:09.001 1818 3174 V QCALOG : [LOWIClientListener] ~LOWIClientListenerImpl
  662.  
  663. 12-09 10:18:09.001 1818 3174 D WifiHAL : wifi_get_gscan_capabilities: Sending cmd directly to host
  664.  
  665. 12-09 10:18:09.001 1818 3174 I WifiHAL : wifi_get_gscan_capabilities: RequestId:490
  666.  
  667. 12-09 10:18:09.002 1818 3146 D WifiService: New client listening to asynchronous messages
  668.  
  669. 12-09 10:18:09.003 4445 4445 E ChimeraRcvrProxy: Can't find Chimera receiver impl class com.google.android.gms.games.GamesBroadcastReceiverStub
  670.  
  671. 12-09 10:18:09.003 4445 4445 E ChimeraRcvrProxy: com.google.android.gms.games.chimera.GamesSystemBroadcastReceiverProxy dropping broadcast android.intent.action.BOOT_COMPLETED
  672.  
  673. 12-09 10:18:09.006 1818 1818 W System : ClassLoader referenced unknown path: /system/app/AntHalService/lib/arm64
  674.  
  675. 12-09 10:18:09.006 4647 4647 D CarrierConfigLoader: mHandler: 12 phoneId: 0
  676.  
  677. 12-09 10:18:09.009 1818 1818 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1231 android.content.ContextWrapper.startService:587 android.content.ContextWrapper.startService:587 com.dsi.ant.server.AntService.startService:129 com.dsi.ant.server.startup.BootCompletedReceiver.onReceive:41
  678.  
  679. 12-09 10:18:09.009 1818 1818 W ContextImpl: Implicit intents with startService are not safe: Intent { act=com.dsi.ant.server.IAntHal } android.content.ContextWrapper.startService:587 android.content.ContextWrapper.startService:587 com.dsi.ant.server.AntService.startService:129
  680.  
  681. 12-09 10:18:09.021 1818 1818 I ActivityManager: Start proc 4899:com.android.calendar/u0a44 for broadcast com.android.calendar/.alerts.AlertReceiver
  682.  
  683. 12-09 10:18:09.029 4647 4647 W Telephony: TelecomAccountRegistry: Failed to get primary stack id
  684.  
  685. 12-09 10:18:09.037 4647 4647 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC
  686.  
  687. 12-09 10:18:09.047 1818 3285 I Telecom : PhoneAccountRegistrar: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0}(addr: tel: -> tel:************)(icon: Icon(typ=BITMAP size=57x72) -> Icon(typ=BITMAP size=57x72))(subAddr: tel: -> tel:************)]
  688.  
  689. 12-09 10:18:09.056 1818 3285 I Telecom : : Sending phone-account registered intent as user
  690.  
  691. 12-09 10:18:09.061 4647 4647 I Telephony: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0} Capabilities: 54 Schemes: tel voicemail ] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0}
  692.  
  693. 12-09 10:18:09.062 4647 4647 I Telephony: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.gsm.GSMPhone) {8f86a2f}
  694.  
  695. 12-09 10:18:09.072 1818 4054 I Telecom : PhoneAccountRegistrar: getUserSelVoicePhoneAccount, voice subId = -1
  696.  
  697. 12-09 10:18:09.072 1818 4054 I Telecom : PhoneAccountRegistrar: getUserSelVoicePhoneAccount, emergency account
  698.  
  699. 12-09 10:18:09.076 4445 4894 W InstanceID/Rpc: Found 10032
  700.  
  701. 12-09 10:18:09.083 1818 3174 I WifiHAL : handleResponse: max_ap_cache_per_scan:32
  702.  
  703. 12-09 10:18:09.083 1818 3174 I WifiHAL : max_bssid_history_entries:8
  704.  
  705. 12-09 10:18:09.083 1818 3174 I WifiHAL : max_hotlist_bssids:128
  706.  
  707. 12-09 10:18:09.083 1818 3174 I WifiHAL : max_hotlist_ssids:8
  708.  
  709. 12-09 10:18:09.083 1818 3174 I WifiHAL : max_rssi_sample_size:0
  710.  
  711. 12-09 10:18:09.083 1818 3174 I WifiHAL : max_scan_buckets:8
  712.  
  713. 12-09 10:18:09.083 1818 3174 I WifiHAL : max_scan_cache_size:16384
  714.  
  715. 12-09 10:18:09.083 1818 3174 I WifiHAL : max_scan_reporting_threshold:16
  716.  
  717. 12-09 10:18:09.083 1818 3174 I WifiHAL : max_significant_wifi_change_aps:16
  718.  
  719. 12-09 10:18:09.083 1818 3174 I WifiHAL : max_number_epno_networks:16
  720.  
  721. 12-09 10:18:09.083 1818 3174 I WifiHAL : max_number_epno_networks_by_ssid:16
  722.  
  723. 12-09 10:18:09.083 1818 3174 I WifiHAL : max_number_of_white_listed_ssid:4.
  724.  
  725. 12-09 10:18:09.084 1818 3145 W art : Long monitor contention event with owner method=boolean com.android.server.wifi.WifiNative.getScanCapabilitiesNative(int, com.android.server.wifi.WifiNative$ScanCapabilities) from WifiNative.java:4294967294 waiters=0 for 2.231s
  726.  
  727. 12-09 10:18:09.097 1818 3145 D WIFI : got request NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 0
  728.  
  729. 12-09 10:18:09.097 1818 3145 D WIFI_UT : got request NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 0
  730.  
  731. 12-09 10:18:09.097 1818 3145 D WifiHAL : WifihalGeneric 0x7f6e17ea40 constructed
  732.  
  733. 12-09 10:18:09.098 1818 3145 I WifiHAL : ******HexDump len:0*********
  734.  
  735. 12-09 10:18:09.098 1818 3145 I WifiHAL : ******HexDump End***********
  736.  
  737. 12-09 10:18:09.098 1818 3145 I WifiHAL : Got a Wi-Fi HAL module message from Driver
  738.  
  739. 12-09 10:18:09.098 1818 3145 I WifiHAL : Supported feature set : db9bf
  740.  
  741. 12-09 10:18:09.098 1818 3145 D WifiHAL : WifihalGeneric 0x7f6e17ea40 destructor
  742.  
  743. 12-09 10:18:09.098 1818 3145 I WifiHAL : Supported feature set acquired : db9bf
  744.  
  745. 12-09 10:18:09.101 4275 4462 D RttManager: Get the messenger from android.net.wifi.IRttManager$Stub$Proxy@9ace9b8
  746.  
  747. 12-09 10:18:09.102 4647 4647 I Telephony: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.gsm.GSMPhone) {8f86a2f}
  748.  
  749. 12-09 10:18:09.103 4275 4923 I RttManager: RTT manager get message: 69632
  750.  
  751. 12-09 10:18:09.104 1818 3175 D RttService: ClientHandler got{ when=0 what=69633 target=com.android.server.wifi.RttService$RttServiceImpl$ClientHandler }
  752.  
  753. 12-09 10:18:09.104 1818 3175 D RttService: ClientHandler got{ when=0 what=69632 obj=com.android.internal.util.AsyncChannel@aa50157 target=com.android.server.wifi.RttService$RttServiceImpl$ClientHandler }
  754.  
  755. 12-09 10:18:09.104 1818 3175 D RttService: New client listening to asynchronous messages: android.os.Messenger@ef44444
  756.  
  757. 12-09 10:18:09.105 4647 4647 W Telephony: TelecomAccountRegistry: Failed to get primary stack id
  758.  
  759. 12-09 10:18:09.106 4647 4647 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC
  760.  
  761. 12-09 10:18:09.107 4899 4899 W System : ClassLoader referenced unknown path: /system/app/Calendar/lib/arm64
  762.  
  763. 12-09 10:18:09.111 1818 3281 I Telecom : PhoneAccountRegistrar: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0}(icon: Icon(typ=BITMAP size=57x72) -> Icon(typ=BITMAP size=57x72))]
  764.  
  765. 12-09 10:18:09.124 1818 3281 I Telecom : : Sending phone-account registered intent as user
  766.  
  767. 12-09 10:18:09.125 4899 4899 D ExtensionsFactory: No custom extensions.
  768.  
  769. 12-09 10:18:09.127 4647 4647 I Telephony: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0} Capabilities: 54 Schemes: tel voicemail ] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0}
  770.  
  771. 12-09 10:18:09.127 4647 4647 I Telephony: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.gsm.GSMPhone) {8f86a2f}
  772.  
  773. 12-09 10:18:09.131 4899 4899 D AlertReceiver: onReceive: a=android.intent.action.BOOT_COMPLETED Intent { act=android.intent.action.BOOT_COMPLETED flg=0x8000010 cmp=com.android.calendar/.alerts.AlertReceiver (has extras) }
  774.  
  775. 12-09 10:18:09.142 1818 3207 I Telecom : PhoneAccountRegistrar: getUserSelVoicePhoneAccount, voice subId = -1
  776.  
  777. 12-09 10:18:09.142 1818 3207 I Telecom : PhoneAccountRegistrar: getUserSelVoicePhoneAccount, emergency account
  778.  
  779. 12-09 10:18:09.149 1818 3282 I ActivityManager: Start proc 4932:com.android.deskclock/u0a49 for broadcast com.android.deskclock/.AlarmInitReceiver
  780.  
  781. 12-09 10:18:09.153 4899 4929 D AlertService: 0 Action = android.intent.action.BOOT_COMPLETED
  782.  
  783. 12-09 10:18:09.159 4445 4894 I Backup : [ComponentEnabler] Enabling target components
  784.  
  785. 12-09 10:18:09.171 4647 4647 I Telephony: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.gsm.GSMPhone) {8f86a2f}
  786.  
  787. 12-09 10:18:09.173 4275 4944 W WakefulBroadcastReceiver: No active wake lock id #1
  788.  
  789. 12-09 10:18:09.175 4647 4647 W Telephony: TelecomAccountRegistry: Failed to get primary stack id
  790.  
  791. 12-09 10:18:09.176 4647 4647 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC
  792.  
  793. 12-09 10:18:09.182 4899 4929 D AlertService: Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
  794.  
  795. 12-09 10:18:09.182 1818 3285 I Telecom : PhoneAccountRegistrar: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0}(icon: Icon(typ=BITMAP size=57x72) -> Icon(typ=BITMAP size=57x72))]
  796.  
  797. 12-09 10:18:09.189 1818 3285 I Telecom : : Sending phone-account registered intent as user
  798.  
  799. 12-09 10:18:09.193 4647 4647 I Telephony: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0} Capabilities: 54 Schemes: tel voicemail ] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0}
  800.  
  801. 12-09 10:18:09.194 4647 4647 I Telephony: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.gsm.GSMPhone) {8f86a2f}
  802.  
  803. 12-09 10:18:09.218 1818 3207 I Telecom : PhoneAccountRegistrar: getUserSelVoicePhoneAccount, voice subId = -1
  804.  
  805. 12-09 10:18:09.219 1818 3207 I Telecom : PhoneAccountRegistrar: getUserSelVoicePhoneAccount, emergency account
  806.  
  807. 12-09 10:18:09.226 4899 4929 D AlarmScheduler: No events found starting within 1 week.
  808.  
  809. 12-09 10:18:09.233 4445 4931 I GoogleURLConnFactory: Using platform SSLCertificateSocketFactory
  810.  
  811. 12-09 10:18:09.235 4445 4931 E BaseAppContext: Tried to stop global GMSCore RequestQueue. This is likely unintended, so ignoring.
  812.  
  813. 12-09 10:18:09.243 4932 4932 W System : ClassLoader referenced unknown path: /system/app/DeskClock/lib/arm64
  814.  
  815. 12-09 10:18:09.246 4445 4894 I Backup : [ComponentEnabler] Enabling source components
  816.  
  817. 12-09 10:18:09.273 4445 4958 I Auth : [FRP,FrpUpdateIntentOperation] Frp is not supported for this device / user
  818.  
  819. 12-09 10:18:09.292 3392 3392 W KeyguardUpdateMonitor: invalid subId in handleSimStateChange()
  820.  
  821. 12-09 10:18:09.294 1818 1873 D GpsLocationProvider: received SIM change, new known MCC/MNC: []
  822.  
  823. 12-09 10:18:09.311 4693 4693 I CalendarProvider2: Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x20000000 }
  824.  
  825. 12-09 10:18:09.313 4693 4693 W ContentResolver: Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
  826.  
  827. 12-09 10:18:09.329 4275 4971 W InstanceID/Rpc: Found 10032
  828.  
  829. 12-09 10:18:09.336 4275 4971 I ClearcutBootCompleteIntentOperation: Device boot count in clearcut increased.
  830.  
  831. 12-09 10:18:09.353 1818 1873 D GpsLocationProvider: received SIM change, new known MCC/MNC: []
  832.  
  833. 12-09 10:18:09.353 3392 3392 W KeyguardUpdateMonitor: invalid subId in handleSimStateChange()
  834.  
  835. 12-09 10:18:09.355 4445 4912 I art : Note: end time exceeds epoch:
  836.  
  837. 12-09 10:18:09.370 3322 3322 D EmailBroadcastReceiver: Received android.intent.action.BOOT_COMPLETED
  838.  
  839. 12-09 10:18:09.376 4275 4462 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
  840.  
  841. 12-09 10:18:09.398 1818 4054 I ActivityManager: Start proc 4985:com.android.gallery3d/u0a59 for broadcast com.android.gallery3d/org.codeaurora.gallery3d.video.DmReceiver
  842.  
  843. 12-09 10:18:09.408 4647 4647 D MccTable: updateMccMncConfiguration mccmnc='26207' fromServiceState=false
  844.  
  845. 12-09 10:18:09.411 4647 4647 D MccTable: updateMccMncConfiguration defaultMccMnc=
  846.  
  847. 12-09 10:18:09.411 4647 4647 D MccTable: updateMccMncConfiguration: mcc=262, mnc=7
  848.  
  849. 12-09 10:18:09.411 4647 4647 D MccTable: updateMccMncConfiguration updateConfig config={1.0 262mcc7mnc ?locale ?layoutDir ?swdp ?wdp ?hdp ?density ?lsize ?long ?orien ?uimode ?night ?touch ?keyb/?/? ?nav/? themeResource=null}
  850.  
  851. 12-09 10:18:09.426 3309 3309 I Exchange: EasService.onCreate
  852.  
  853. 12-09 10:18:09.453 3309 5000 I Exchange: RestartPingTask
  854.  
  855. 12-09 10:18:09.459 4275 4462 I System.out: gmsNlpServiceThread This NLP should run continuously. intent is Intent { act=com.google.android.location.internal.GMS_NLP pkg=com.google.android.gms }
  856.  
  857. 12-09 10:18:09.462 3322 3322 E ActivityThread: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@b9b997 that was originally bound here
  858.  
  859. 12-09 10:18:09.462 3322 3322 E ActivityThread: android.app.ServiceConnectionLeaked: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@b9b997 that was originally bound here
  860.  
  861. 12-09 10:18:09.462 3322 3322 E ActivityThread: at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1093)
  862.  
  863. 12-09 10:18:09.462 3322 3322 E ActivityThread: at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:987)
  864.  
  865. 12-09 10:18:09.462 3322 3322 E ActivityThread: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1313)
  866.  
  867. 12-09 10:18:09.462 3322 3322 E ActivityThread: at android.app.ContextImpl.bindService(ContextImpl.java:1296)
  868.  
  869. 12-09 10:18:09.462 3322 3322 E ActivityThread: at android.content.ContextWrapper.bindService(ContextWrapper.java:610)
  870.  
  871. 12-09 10:18:09.462 3322 3322 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:189)
  872.  
  873. 12-09 10:18:09.462 3322 3322 E ActivityThread: at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:234)
  874.  
  875. 12-09 10:18:09.462 3322 3322 E ActivityThread: at com.android.email.service.EmailServiceUtils.isServiceAvailable(EmailServiceUtils.java:160)
  876.  
  877. 12-09 10:18:09.462 3322 3322 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccountsInternal(AccountReconciler.java:171)
  878.  
  879. 12-09 10:18:09.462 3322 3322 E ActivityThread: at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:115)
  880.  
  881. 12-09 10:18:09.462 3322 3322 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.reconcileAndStartServices(EmailBroadcastProcessorService.java:309)
  882.  
  883. 12-09 10:18:09.462 3322 3322 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onBootCompleted(EmailBroadcastProcessorService.java:295)
  884.  
  885. 12-09 10:18:09.462 3322 3322 E ActivityThread: at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(EmailBroadcastProcessorService.java:130)
  886.  
  887. 12-09 10:18:09.462 3322 3322 E ActivityThread: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:66)
  888.  
  889. 12-09 10:18:09.462 3322 3322 E ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:102)
  890.  
  891. 12-09 10:18:09.462 3322 3322 E ActivityThread: at android.os.Looper.loop(Looper.java:148)
  892.  
  893. 12-09 10:18:09.462 3322 3322 E ActivityThread: at android.os.HandlerThread.run(HandlerThread.java:61)
  894.  
  895. 12-09 10:18:09.465 3322 3361 E EmailServiceProxy: RuntimeException when trying to unbind from service
  896.  
  897. 12-09 10:18:09.465 3322 3361 E EmailServiceProxy: java.lang.IllegalArgumentException: Service not registered: com.android.emailcommon.service.ServiceProxy$ProxyConnection@b9b997
  898.  
  899. 12-09 10:18:09.465 3322 3361 E EmailServiceProxy: at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1045)
  900.  
  901. 12-09 10:18:09.465 3322 3361 E EmailServiceProxy: at android.app.ContextImpl.unbindService(ContextImpl.java:1347)
  902.  
  903. 12-09 10:18:09.465 3322 3361 E EmailServiceProxy: at android.content.ContextWrapper.unbindService(ContextWrapper.java:622)
  904.  
  905. 12-09 10:18:09.465 3322 3361 E EmailServiceProxy: at com.android.emailcommon.service.ServiceProxy$ProxyConnection$1.doInBackground(ServiceProxy.java:126)
  906.  
  907. 12-09 10:18:09.465 3322 3361 E EmailServiceProxy: at com.android.emailcommon.service.ServiceProxy$ProxyConnection$1.doInBackground(ServiceProxy.java:115)
  908.  
  909. 12-09 10:18:09.465 3322 3361 E EmailServiceProxy: at android.os.AsyncTask$2.call(AsyncTask.java:295)
  910.  
  911. 12-09 10:18:09.465 3322 3361 E EmailServiceProxy: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  912.  
  913. 12-09 10:18:09.465 3322 3361 E EmailServiceProxy: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
  914.  
  915. 12-09 10:18:09.465 3322 3361 E EmailServiceProxy: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
  916.  
  917. 12-09 10:18:09.465 3322 3361 E EmailServiceProxy: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
  918.  
  919. 12-09 10:18:09.465 3322 3361 E EmailServiceProxy: at java.lang.Thread.run(Thread.java:818)
  920.  
  921. 12-09 10:18:09.508 5001 5001 I dex2oat : /system/bin/dex2oat --dex-file=/data/user/0/com.google.android.gms/app_chimera/m/00000002/DynamiteModulesB_GmsCore_prodmnc_alldpi_release.apk --oat-file=/data/user/0/com.google.android.gms/app_chimera/m/00000002/oat/arm64/DynamiteModulesB_GmsCore_prodmnc_alldpi_release.dex
  922.  
  923. 12-09 10:18:09.517 4445 5007 I CheckinService: Disabling old GoogleServicesFramework version
  924.  
  925. 12-09 10:18:09.535 1818 3207 W SettingsProvider: You shouldn't keep your settings in the secure settings. This will soon become an error.
  926.  
  927. 12-09 10:18:09.539 1818 4054 W SettingsProvider: You shouldn't keep your settings in the secure settings. This will soon become an error.
  928.  
  929. 12-09 10:18:09.541 3309 3309 I Exchange: RestartPingsTask did not start any pings.
  930.  
  931. 12-09 10:18:09.542 3309 3309 I Exchange: PSS stopIfIdle
  932.  
  933. 12-09 10:18:09.542 3309 3309 I Exchange: PSS has no active accounts; stopping service.
  934.  
  935. 12-09 10:18:09.544 3309 3309 I Exchange: onDestroy
  936.  
  937. 12-09 10:18:09.547 1818 1871 W SettingsProvider: You shouldn't keep your settings in the secure settings. This will soon become an error.
  938.  
  939. 12-09 10:18:09.554 4275 4275 I NetworkScheduler: Using standalone scheduling engine
  940.  
  941. 12-09 10:18:09.566 4647 4647 W System : ClassLoader referenced unknown path: /system/app/Stk/lib/arm64
  942.  
  943. 12-09 10:18:09.604 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  944.  
  945. 12-09 10:18:09.604 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  946.  
  947. 12-09 10:18:09.604 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  948.  
  949. 12-09 10:18:09.604 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  950.  
  951. 12-09 10:18:09.604 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  952.  
  953. 12-09 10:18:09.604 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  954.  
  955. 12-09 10:18:09.604 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  956.  
  957. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  958.  
  959. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  960.  
  961. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  962.  
  963. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  964.  
  965. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  966.  
  967. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  968.  
  969. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  970.  
  971. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  972.  
  973. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  974.  
  975. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  976.  
  977. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  978.  
  979. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  980.  
  981. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  982.  
  983. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  984.  
  985. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  986.  
  987. 12-09 10:18:09.605 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  988.  
  989. 12-09 10:18:09.607 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  990.  
  991. 12-09 10:18:09.607 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  992.  
  993. 12-09 10:18:09.607 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  994.  
  995. 12-09 10:18:09.607 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  996.  
  997. 12-09 10:18:09.607 4275 4469 W ContentTaskController: Invalid newTask was provided to startTracking.
  998.  
  999. 12-09 10:18:09.704 4445 5014 I CheckinChimeraService: Checking schedule, now: 1481275089704 next: 1481274264291
  1000.  
  1001. 12-09 10:18:09.744 4445 5014 I CheckinChimeraService: active receiver: enabled
  1002.  
  1003. 12-09 10:18:09.747 4445 4911 I FA-SVC : App measurement is starting up, version: 10084
  1004.  
  1005. 12-09 10:18:09.748 4445 4911 I FA-SVC : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
  1006.  
  1007. 12-09 10:18:09.766 3951 4802 W ActivityThread: ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader());
  1008.  
  1009. 12-09 10:18:09.773 5035 5035 E dex2oat : Failed to create oat file: /data/dalvik-cache/arm64/system@framework@qcrilhook.jar@classes.dex: Permission denied
  1010.  
  1011. 12-09 10:18:09.773 5035 5035 I dex2oat : dex2oat took 744.688us (threads: 4)
  1012.  
  1013. 12-09 10:18:09.785 4647 4647 W art : Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=kryo --instruction-set-features=default --dex-file=/system/framework/qcrilhook.jar --oat-file=/data/dalvik-cache/arm64/system@framework@qcrilhook.jar@classes.dex) because non-0 exit status
  1014.  
  1015. 12-09 10:18:09.792 3951 4802 I DPMJ : |DPM:NSRM| Recover NSRM Event States
  1016.  
  1017. 12-09 10:18:09.794 4647 4647 W System : ClassLoader referenced unknown path: /system/app/datastatusnotification/lib/arm64
  1018.  
  1019. 12-09 10:18:09.795 771 771 E Parcel : Reading a NULL string not supported here.
  1020.  
  1021. 12-09 10:18:09.796 771 771 E Parcel : Reading a NULL string not supported here.
  1022.  
  1023. 12-09 10:18:09.796 771 771 E Parcel : Reading a NULL string not supported here.
  1024.  
  1025. 12-09 10:18:09.796 771 771 E Parcel : Reading a NULL string not supported here.
  1026.  
  1027. 12-09 10:18:09.799 3951 4825 I DPMJ : |SERVICE| DPM_S_RSP_REFRESH_NSRM_CONFIG
  1028.  
  1029. 12-09 10:18:09.811 4647 4647 D QcDataStatusNotification BootReceiver: Successfully started service
  1030.  
  1031. 12-09 10:18:09.811 4445 5040 I FA-SVC : This instance being marked as an uploader
  1032.  
  1033. 12-09 10:18:09.813 4647 4647 D QcDataStatusNotification Service: onStartCommand
  1034.  
  1035. 12-09 10:18:09.814 4647 4647 D QC_RIL_OEM_HOOK: Starting QcrilMsgTunnel Service
  1036.  
  1037. 12-09 10:18:09.829 1818 3282 I ActivityManager: Start proc 5041:com.qualcomm.telephony/1000 for broadcast com.qualcomm.fastdormancy/.FastDormancyReceiver
  1038.  
  1039. 12-09 10:18:09.833 4647 4647 D QC_RIL_OEM_HOOK: The QcrilMsgTunnelService will be connected soon
  1040.  
  1041. 12-09 10:18:09.833 4808 4808 D QcrilMsgTunnelService: Returning mHookIface for QcrilMsgTunnelService binding.
  1042.  
  1043. 12-09 10:18:09.837 4647 4647 D QC_RIL_OEM_HOOK: Registering for intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
  1044.  
  1045. 12-09 10:18:09.839 4647 4647 D QC_RIL_OEM_HOOK: QcrilMsgTunnelService Connected Successfully (onServiceConnected)
  1046.  
  1047. 12-09 10:18:09.839 4647 4647 D QC_RIL_OEM_HOOK: Calling onQcRilHookReady callback
  1048.  
  1049. 12-09 10:18:09.839 4647 4647 D QcDataStatusNotification Service: mPhoneCount = 2
  1050.  
  1051. 12-09 10:18:09.849 4647 4647 D QcDataStatusNotification Service: Subscription id is not usable: -2
  1052.  
  1053. 12-09 10:18:09.850 4647 4647 D QcDataStatusNotification Service: Subscription id is not usable: -3
  1054.  
  1055. 12-09 10:18:09.853 4647 4647 D QcDataStatusNotification Service: onReceive subId = -2
  1056.  
  1057. 12-09 10:18:09.872 1818 1873 D GpsLocationProvider: received SIM change, new known MCC/MNC: []
  1058.  
  1059. 12-09 10:18:09.889 4647 4647 I Telephony: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.gsm.GSMPhone) {8f86a2f}
  1060.  
  1061. 12-09 10:18:09.891 4647 4647 W Telephony: TelecomAccountRegistry: Failed to get primary stack id
  1062.  
  1063. 12-09 10:18:09.893 4647 4647 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC
  1064.  
  1065. 12-09 10:18:09.901 1818 3282 I Telecom : PhoneAccountRegistrar: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0}(addr: tel:************ -> tel:)(icon: Icon(typ=BITMAP size=57x72) -> Icon(typ=BITMAP size=57x72))(subAddr: tel:************ -> tel:)]
  1066.  
  1067. 12-09 10:18:09.917 4445 5031 W IcingInternalCorpora: getNumBytesRead when not calculated.
  1068.  
  1069. 12-09 10:18:09.924 1818 3282 I Telecom : : Sending phone-account registered intent as user
  1070.  
  1071. 12-09 10:18:09.927 4445 4894 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:2 and remote module com.google.android.gms.googlecertificates:2
  1072.  
  1073. 12-09 10:18:09.927 4445 4894 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 2
  1074.  
  1075. 12-09 10:18:09.931 4647 4647 I Telephony: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0} Capabilities: 54 Schemes: tel voicemail ] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0}
  1076.  
  1077. 12-09 10:18:09.931 4647 4647 I Telephony: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.gsm.GSMPhone) {8f86a2f}
  1078.  
  1079. 12-09 10:18:09.935 4445 4962 I MS_RegisterService: RegisterService intent:Intent { act=com.google.android.gms.matchstick.register_intent_action cat=[targeted_intent_op_prefix:com.google.android.libraries.matchstick.net.SilentRegisterIntentOperation] cmp=com.google.android.gms/.chimera.GmsIntentOperationService } isPeriodic:false
  1080.  
  1081. 12-09 10:18:09.942 4445 5022 I Icing : Storage manager: low false usage 1.63MB avail 49.74GB capacity 51.46GB
  1082.  
  1083. 12-09 10:18:09.962 1818 3283 I Telecom : PhoneAccountRegistrar: getUserSelVoicePhoneAccount, voice subId = -1
  1084.  
  1085. 12-09 10:18:09.962 1818 3283 I Telecom : PhoneAccountRegistrar: getUserSelVoicePhoneAccount, emergency account
  1086.  
  1087. 12-09 10:18:09.973 4647 4647 V ConfigResourceUtil: resourceName = config_spn_display_control resourceId = 2130837514resourceValue = false
  1088.  
  1089. 12-09 10:18:09.977 1818 1873 D GpsLocationProvider: received SIM change, new known MCC/MNC: []
  1090.  
  1091. 12-09 10:18:10.010 4647 4647 I Telephony: PstnIncomingCallNotifier: Unregistering: Handler (com.android.internal.telephony.gsm.GSMPhone) {8f86a2f}
  1092.  
  1093. 12-09 10:18:10.014 4647 4647 W Telephony: TelecomAccountRegistry: Failed to get primary stack id
  1094.  
  1095. 12-09 10:18:10.015 4647 4647 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC
  1096.  
  1097. 12-09 10:18:10.022 1818 4476 I Telecom : PhoneAccountRegistrar: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0}(icon: Icon(typ=BITMAP size=57x72) -> Icon(typ=BITMAP size=57x72))]
  1098.  
  1099. 12-09 10:18:10.033 1818 4476 I Telecom : : Sending phone-account registered intent as user
  1100.  
  1101. 12-09 10:18:10.035 4647 4647 I Telephony: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0} Capabilities: 54 Schemes: tel voicemail ] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0}
  1102.  
  1103. 12-09 10:18:10.035 4647 4647 I Telephony: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.gsm.GSMPhone) {8f86a2f}
  1104.  
  1105. 12-09 10:18:10.039 5061 5061 E dex2oat : Failed to create oat file: /data/dalvik-cache/arm64/system@framework@qcrilhook.jar@classes.dex: Permission denied
  1106.  
  1107. 12-09 10:18:10.039 5061 5061 I dex2oat : dex2oat took 1.027ms (threads: 4)
  1108.  
  1109. 12-09 10:18:10.045 5041 5041 W art : Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=kryo --instruction-set-features=default --dex-file=/system/framework/qcrilhook.jar --oat-file=/data/dalvik-cache/arm64/system@framework@qcrilhook.jar@classes.dex) because non-0 exit status
  1110.  
  1111. 12-09 10:18:10.053 5041 5041 W System : ClassLoader referenced unknown path: /system/app/fastdormancy/lib/arm64
  1112.  
  1113. 12-09 10:18:10.066 1818 4476 I Telecom : PhoneAccountRegistrar: getUserSelVoicePhoneAccount, voice subId = -1
  1114.  
  1115. 12-09 10:18:10.067 1818 4476 I Telecom : PhoneAccountRegistrar: getUserSelVoicePhoneAccount, emergency account
  1116.  
  1117. 12-09 10:18:10.078 3392 3392 W KeyguardUpdateMonitor: invalid subId in handleSimStateChange()
  1118.  
  1119. 12-09 10:18:10.078 1818 1873 D GpsLocationProvider: received SIM change, new known MCC/MNC: []
  1120.  
  1121. 12-09 10:18:10.079 4647 4647 D CarrierConfigLoader: update config for phoneId: 0 simState: LOADED
  1122.  
  1123. 12-09 10:18:10.079 4647 4647 D CarrierServiceBindHelper: update binding for phoneId: 0 simState: LOADED
  1124.  
  1125. 12-09 10:18:10.080 5062 5062 E dex2oat : Failed to create oat file: /data/dalvik-cache/arm64/data@data@com.google.android.gms@app_chimera@m@00000001@DynamiteModulesA_GmsCore_prodmnc_alldpi_release.apk@classes.dex: Permission denied
  1126.  
  1127. 12-09 10:18:10.080 5062 5062 I dex2oat : dex2oat took 1.098ms (threads: 4)
  1128.  
  1129. 12-09 10:18:10.082 4445 4894 W art : Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --instruction-set=arm64 --instruction-set-features=smp,a53 --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=kryo --instruction-set-features=default --dex-file=/data/data/com.google.android.gms/app_chimera/m/00000001/DynamiteModulesA_GmsCore_prodmnc_alldpi_release.apk --oat-file=/data/dalvik-cache/arm64/data@data@com.google.android.gms@app_chimera@m@00000001@DynamiteModulesA_GmsCore_prodmnc_alldpi_release.apk@classes.dex) because non-0 exit status
  1130.  
  1131. 12-09 10:18:10.083 5041 5041 D DormancyReceiver: Received Unexpected Intent Intent { act=android.intent.action.BOOT_COMPLETED flg=0x8000010 cmp=com.qualcomm.fastdormancy/.FastDormancyReceiver (has extras) }
  1132.  
  1133. 12-09 10:18:10.091 4647 4647 D QcDataStatusNotification Service: onReceive subId = -2
  1134.  
  1135. 12-09 10:18:10.091 4647 4647 D QcDataStatusNotification Service: enableContentObservers subId = -2
  1136.  
  1137. 12-09 10:18:10.096 4647 4647 D QcDataStatusNotification Service: MultiSim onChange(): subId = 2
  1138.  
  1139. 12-09 10:18:10.097 4647 4647 D QcDataStatusNotification Service: onChange():uri=content://settings/global/mobile_data-2 authority=settings path=/global/mobile_data-2 segments=[global, mobile_data-2] uriLastSegment=mobile_data-
  1140.  
  1141. 12-09 10:18:10.097 4647 4647 E QcDataStatusNotification Service: Received unsupported uri
  1142.  
  1143. 12-09 10:18:10.098 3882 3882 I SystemBroadcastReceiver: Boot has been completed
  1144.  
  1145. 12-09 10:18:10.098 3882 3882 I SystemBroadcastReceiver: toggleAppIcon() : FLAG_SYSTEM = true
  1146.  
  1147. 12-09 10:18:10.101 4647 4647 D QcDataStatusNotification Service: MultiSim onChange(): subId = 2
  1148.  
  1149. 12-09 10:18:10.101 4647 4647 D QcDataStatusNotification Service: onChange():uri=content://settings/global/data_roaming-2 authority=settings path=/global/data_roaming-2 segments=[global, data_roaming-2] uriLastSegment=data_roaming-
  1150.  
  1151. 12-09 10:18:10.103 4647 4647 E QcDataStatusNotification Service: Received unsupported uri
  1152.  
  1153. 12-09 10:18:10.103 4647 4647 D QcDataStatusNotification Service: onChange():uri=content://telephony/carriers authority=telephony path=/carriers segments=[carriers] uriLastSegment=carriers
  1154.  
  1155. 12-09 10:18:10.104 4647 4647 D QcDataStatusNotification Service: onApnChanged: phoneId = 0 subId = -2 operator =
  1156.  
  1157. 12-09 10:18:10.104 4647 4647 D QcDataStatusNotification Service: Could not get current operator
  1158.  
  1159. 12-09 10:18:10.112 4647 4647 D QcDataStatusNotification Service: onApnChanged: phoneId = 1 subId = -3 operator =
  1160.  
  1161. 12-09 10:18:10.112 4647 4647 D QcDataStatusNotification Service: Could not get current operator
  1162.  
  1163. 12-09 10:18:10.112 4647 4647 D CarrierConfigLoader: mHandler: 7 phoneId: 0
  1164.  
  1165. 12-09 10:18:10.117 4647 4647 D CarrierConfigLoader: Loaded config from XML. package=com.android.carrierconfig phoneId=0
  1166.  
  1167. 12-09 10:18:10.141 1818 1871 I ActivityManager: Start proc 5072:com.android.messaging/u0a79 for broadcast com.android.messaging/.receiver.BootAndPackageReplacedReceiver
  1168.  
  1169. 12-09 10:18:10.149 4647 4647 D CarrierServiceBindHelper: mHandler: 0
  1170.  
  1171. 12-09 10:18:10.151 4647 4647 D CarrierServiceBindHelper: Binding to phoneId: 0
  1172.  
  1173. 12-09 10:18:10.155 4647 4647 D CarrierServiceBindHelper: No carrier app for: 0
  1174.  
  1175. 12-09 10:18:10.155 4647 4647 D CarrierConfigLoader: mHandler: 5 phoneId: 0
  1176.  
  1177. 12-09 10:18:10.177 1818 1818 I Telecom : PhoneAccountRegistrar: SimCallManager queried, returning: null
  1178.  
  1179. 12-09 10:18:10.209 3335 5071 I GoogleHttpClient: GMS http client unavailable, use old client
  1180.  
  1181. 12-09 10:18:10.210 3335 5071 I DpmTcmClient: RegisterTcmMonitor from: org.apache.http.impl.conn.TcmIdleTimerMonitor
  1182.  
  1183. 12-09 10:18:10.251 5072 5072 W System : ClassLoader referenced unknown path: /system/app/messaging/lib/arm64
  1184.  
  1185. 12-09 10:18:10.313 5072 5072 W MessagingApp: PhoneUtils.getForLMR1(): invalid subId = -1
  1186.  
  1187. 12-09 10:18:10.375 4445 4913 I Ads : Initialized AdMob.
  1188.  
  1189. 12-09 10:18:10.380 4445 5058 E MDM : [217] ucj.a: Couldn't connect to Google API client: jhx{statusCode=API_UNAVAILABLE, resolution=null, message=null}
  1190.  
  1191. 12-09 10:18:10.386 4445 4962 I MS_PhoneUtils: Phone type: 1
  1192.  
  1193. 12-09 10:18:10.404 4445 5098 W IcingInternalCorpora: getNumBytesRead when not calculated.
  1194.  
  1195. 12-09 10:18:10.432 4445 4962 I MS_ScheduledTaskService: Scheduling task with tag:gms:matchstick:register
  1196.  
  1197. 12-09 10:18:10.441 5072 5100 W MessagingApp: PhoneUtils.getForLMR1(): invalid subId = -1
  1198.  
  1199. 12-09 10:18:10.470 5072 5072 I MessagingApp: Carrier config changed. Reloading MMS config.
  1200.  
  1201. 12-09 10:18:10.502 5072 5109 W MessagingApp: PhoneUtils.getForLMR1(): invalid subId = -1
  1202.  
  1203. 12-09 10:18:10.510 4543 4543 D ImsService AutoBoot: Starting org.codeaurora.ims.ImsService : android.intent.action.BOOT_COMPLETED received.
  1204.  
  1205. 12-09 10:18:10.521 5072 5106 I MessagingAppDataModel: Fixup: Send failed - 0 Download failed - 0
  1206.  
  1207. 12-09 10:18:10.527 5072 5106 W MessagingApp: PhoneUtils.getForLMR1(): invalid subId = -1
  1208.  
  1209. 12-09 10:18:10.530 4543 4543 E ImsService AutoBoot: org.codeaurora.ims.ImsService service Started Successfully
  1210.  
  1211. 12-09 10:18:10.530 5072 5110 W MessagingApp: PhoneUtils.getForLMR1(): invalid subId = -1
  1212.  
  1213. 12-09 10:18:10.536 5072 5111 W MessagingApp: PhoneUtils.getForLMR1(): invalid subId = -1
  1214.  
  1215. 12-09 10:18:10.539 4647 4658 V BlacklistProvider: Query uri=content://blacklist, match=0
  1216.  
  1217. 12-09 10:18:10.544 5072 5106 W MessagingApp: PhoneUtils.getForLMR1(): invalid subId = -1
  1218.  
  1219. 12-09 10:18:10.544 4647 4647 D ImsService: ImsService created!
  1220.  
  1221. 12-09 10:18:10.553 1818 3285 I ActivityManager: Start proc 5115:com.android.cellbroadcastreceiver/u0a6 for broadcast com.android.cellbroadcastreceiver/.CellBroadcastReceiver
  1222.  
  1223. 12-09 10:18:10.553 4647 4647 D ImsSenderRxr: Starting IFMsg_Rxr[SUB0]
  1224.  
  1225. 12-09 10:18:10.573 4647 5120 D ImsSenderRxr: Connecting to socket android.net.LocalSocket@b6e0592 impl:android.net.LocalSocketImpl@4770b63 fd:FileDescriptor[86]
  1226.  
  1227. 12-09 10:18:10.573 4647 5120 I ImsSenderRxr: Connected to 'android.net.LocalSocket@b6e0592 impl:android.net.LocalSocketImpl@4770b63 fd:FileDescriptor[86]' socket
  1228.  
  1229. 12-09 10:18:10.573 4647 5120 I ImsSenderRxr: For instance [0] connected to 'qmux_radio/rild_ims0' socket
  1230.  
  1231. 12-09 10:18:10.574 4647 5120 V ImsSenderRxr: Read packet: 15 bytes
  1232.  
  1233. 12-09 10:18:10.574 4647 5120 V ImsSenderRxr: processResponse[SUB0]
  1234.  
  1235. 12-09 10:18:10.574 4647 5120 D ImsSenderRxr: Response data: [12, 13, -1, -1, -1, -1, 16, 3, 24, -43, 1, 32, 0, 8, 0][SUB0]
  1236.  
  1237. 12-09 10:18:10.574 4647 5120 D ImsSenderRxr: Tag -1 3 213 0[SUB0]
  1238.  
  1239. 12-09 10:18:10.579 5072 5110 W MessagingApp: PhoneUtils.getForLMR1(): invalid subId = -1
  1240.  
  1241. 12-09 10:18:10.580 4647 4647 D AndroidRuntime: Shutting down VM
  1242.  
  1243. 12-09 10:18:10.582 5072 5110 W MessagingApp: PhoneUtils.getForLMR1(): invalid subId = -1
  1244.  
  1245. 12-09 10:18:10.582 4487 4487 D WeatherUpdateService: onCreate
  1246.  
  1247. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: FATAL EXCEPTION: main
  1248.  
  1249. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: Process: com.android.phone, PID: 4647
  1250.  
  1251. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: Theme: themes:{}
  1252.  
  1253. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/telephony/CarrierConfigInterface;
  1254.  
  1255. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at org.codeaurora.ims.ImsConfigImpl.<init>(ImsConfigImpl.java:65)
  1256.  
  1257. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at org.codeaurora.ims.ImsServiceSub.<init>(ImsServiceSub.java:202)
  1258.  
  1259. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at org.codeaurora.ims.ImsService.onCreate(ImsService.java:96)
  1260.  
  1261. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:2911)
  1262.  
  1263. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at android.app.ActivityThread.-wrap4(ActivityThread.java)
  1264.  
  1265. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1446)
  1266.  
  1267. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  1268.  
  1269. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
  1270.  
  1271. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5461)
  1272.  
  1273. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  1274.  
  1275. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  1276.  
  1277. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  1278.  
  1279. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.telephony.CarrierConfigInterface" on path: DexPathList[[zip file "/system/vendor/app/ims/ims.apk"],nativeLibraryDirectories=[/system/vendor/app/ims/lib/arm64, /system/vendor/app/ims/ims.apk!/lib/arm64-v8a, /vendor/lib64, /system/lib64]]
  1280.  
  1281. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
  1282.  
  1283. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
  1284.  
  1285. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
  1286.  
  1287. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: ... 12 more
  1288.  
  1289. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: Suppressed: java.lang.ClassNotFoundException: android.telephony.CarrierConfigInterface
  1290.  
  1291. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at java.lang.Class.classForName(Native Method)
  1292.  
  1293. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
  1294.  
  1295. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
  1296.  
  1297. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
  1298.  
  1299. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: ... 13 more
  1300.  
  1301. 12-09 10:18:10.583 4647 4647 E AndroidRuntime: Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available
  1302.  
  1303. 12-09 10:18:10.596 1818 4646 W ActivityManager: Process com.android.phone has crashed too many times: killing!
  1304.  
  1305. 12-09 10:18:10.597 5072 5110 W MessagingApp: PhoneUtils.getSelfRawNumber: subInfo is null for -1
  1306.  
  1307. 12-09 10:18:10.599 4647 4647 I Process : Sending signal. PID: 4647 SIG: 9
  1308.  
  1309. 12-09 10:18:10.618 4487 4487 D WeatherUpdateService: Service started, but shouldn't update ... stopping
  1310.  
  1311. 12-09 10:18:10.629 4487 4487 D WeatherUpdateService: onDestroy
  1312.  
  1313. 12-09 10:18:10.643 1818 3146 D WifiService: Client connection lost with reason: 4
  1314.  
  1315. 12-09 10:18:10.643 1818 3282 I ActivityManager: Process com.android.phone (pid 4647) has died
  1316.  
  1317. 12-09 10:18:10.643 1818 3282 D ActivityManager: cleanUpApplicationRecord -- 4647
  1318.  
  1319. 12-09 10:18:10.644 1818 3147 D ConnectivityService: unregisterNetworkFactory for Telephony
  1320.  
  1321. 12-09 10:18:10.644 1818 3147 D ConnectivityService: unregisterNetworkFactory for Telephony
  1322.  
  1323. 12-09 10:18:10.645 4445 4894 I Wear_Controller: Wear is not allowed to run on this device. Not starting control service.
  1324.  
  1325. 12-09 10:18:10.646 1818 3282 E ActivityManager: Service ServiceRecord{f084b8e u0 org.codeaurora.ims/.ImsService} in process ProcessRecord{94e1f28 4647:com.android.phone/1001} not same as in map: ServiceRecord{3739c19 u0 org.codeaurora.ims/.ImsService}
  1326.  
  1327. 12-09 10:18:10.647 1818 3282 W ActivityManager: Scheduling restart of crashed service com.android.phone/.TelephonyDebugService in 0ms
  1328.  
  1329. 12-09 10:18:10.647 1818 3282 W ActivityManager: Scheduling restart of crashed service com.qti.qualcomm.datastatusnotification/.DataStatusNotificationService in 10000ms
  1330.  
  1331. 12-09 10:18:10.647 1818 3282 W ActivityManager: Scheduling restart of crashed service com.android.stk/.StkAppService in 20000ms
  1332.  
  1333. 12-09 10:18:10.647 1818 3282 W ActivityManager: Scheduling restart of crashed service org.codeaurora.ims/.ImsService in 30000ms
  1334.  
  1335. 12-09 10:18:10.649 512 512 I ServiceManager: service 'phone' died
  1336.  
  1337. 12-09 10:18:10.649 512 512 I ServiceManager: service 'carrier_config' died
  1338.  
  1339. 12-09 10:18:10.650 512 512 I ServiceManager: service 'sip' died
  1340.  
  1341. 12-09 10:18:10.650 512 512 I ServiceManager: service 'isub' died
  1342.  
  1343. 12-09 10:18:10.650 512 512 I ServiceManager: service 'simphonebook' died
  1344.  
  1345. 12-09 10:18:10.650 512 512 I ServiceManager: service 'iphonesubinfo' died
  1346.  
  1347. 12-09 10:18:10.650 512 512 I ServiceManager: service 'isms' died
  1348.  
  1349. 12-09 10:18:10.650 1818 3282 I ActivityManager: Killing 5072:com.android.messaging/u0a79 (adj 5): depends on provider com.android.providers.telephony/.BlacklistProvider in dying proc com.android.phone
  1350.  
  1351. 12-09 10:18:10.704 1818 3282 W ActivityManager: Re-adding persistent process ProcessRecord{94e1f28 4647:com.android.phone/1001}
  1352.  
  1353. 12-09 10:18:10.715 1818 3282 I ActivityManager: Start proc 5145:com.android.phone/1001 for restart com.android.phone
  1354.  
  1355. 12-09 10:18:10.718 1818 3283 D ActivityManager: cleanUpApplicationRecord -- 5072
  1356.  
  1357. 12-09 10:18:10.718 1818 3283 W ActivityManager: Scheduling restart of crashed service com.android.messaging/.datamodel.action.ActionServiceImpl in 39929ms
  1358.  
  1359. 12-09 10:18:10.721 4445 5133 I CheckinChimeraService: Checking schedule, now: 1481275090721 next: 1481274264291
  1360.  
  1361. 12-09 10:18:10.721 4445 5133 I CheckinChimeraService: active receiver: enabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement