Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Kivy Android app has unexpected crashes

571 views
Skip to first unread message

Giù sé

unread,
Jun 17, 2020, 6:07:44 AM6/17/20
to Kivy users support

I built my Kivy app for Android using buildozer. It seems to run pretty much fine, however it crashes at random moments (at least random to me). What seems to trigger the crashes more often is when I change screens (I am using ScreenManager). These crashes do not happen when I simply run the python scripts on my laptop, so the problem seems to be Android-specific.


Below is (the last part of) my log file. The error should occur around 15:15:29. Please let me know if you need to see more.



  1. 06-15 15:15:25.634  2856  2856 W Binder:2856_1: type=1400 audit(0.0:703709): avc: denied { read } for name="u:object_r:hwservicemanager_prop:s0" dev="tmpfs" ino=22534 scontext=u:r:mcd:s0 tcontext=u:object_r:hwservicemanager_prop:s0 tclass=file permissive=0
  2. 06-15 15:15:25.643  2856  2895 E libc    : Access denied finding property "hwservicemanager.ready"
  3. 06-15 15:15:25.643  2856  2895 E libc    : Access denied finding property "hwservicemanager.ready"
  4. 06-15 15:15:25.656   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  5. 06-15 15:15:25.719  1699  2021 W MiuiGesturePointerEventListener: onActionDown end: mGestureStatus = 0
  6. 06-15 15:15:25.658   689   689 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 3 lines
  7. 06-15 15:15:25.658   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  8. 06-15 15:15:25.772  1699  1878 D HBMFeatureControl: light lux=621.8389
  9. 06-15 15:15:25.839  1699  1878 D HBMFeatureControl: light lux=604.59753
  10. 06-15 15:15:25.972  1699  1878 D HBMFeatureControl: light lux=644.8274
  11. 06-15 15:15:26.040  1699  1878 D HBMFeatureControl: light lux=733.7929
  12. 06-15 15:15:26.172  1699  1878 D HBMFeatureControl: light lux=793.3331
  13. 06-15 15:15:26.239  1699  1878 D HBMFeatureControl: light lux=807.1262
  14. 06-15 15:15:26.309  2090  2308 D NetworkController.MobileSignalController(3): getDataNetTypeFromServiceState slotId=0  isUsingCarrierAggregation=false
  15. 06-15 15:15:26.309  2090  2308 D NetworkTypeUtils: getDataNetTypeFromServiceState:srcDataNetType = 13, destDataNetType 13
  16. 06-15 15:15:26.311  2090  2308 D MobileSignalController: updateDataType mSelectedDataTypeIcon[0]=2131232236, mSelectedDataActivityIndex=6
  17. 06-15 15:15:26.312  2090  2308 D TelephonyIcons: getSignalStrengthIcon: slot=0, inetCondition=1, level=5, roaming=true, signalstrength=SignalStrength: 99 0 -120 -160 -120 -160 -1 23 -97 -10 118 2147483647 0 2147483647 99 255 2147483647 gsm|lte use_rsrp_and_rssnr_for_lte_level  [-120, -115, -110, -105, -97] [-115, -105, -95, -85]
  18. 06-15 15:15:26.312  2090  2308 D TelephonyIcons: getDataActivity, slot=0, activity=0
  19. 06-15 15:15:26.315  2090  2308 D TelephonyIcons: null signal icon name: drawable/stat_sys_signal_null
  20. 06-15 15:15:26.317  2090  2308 D TelephonyIcons: getDataTypeIcon sub=0
  21. 06-15 15:15:26.326  2090  2308 D NetworkController.MobileSignalController(3): getDataNetTypeFromServiceState slotId=0  isUsingCarrierAggregation=false
  22. 06-15 15:15:26.326  2090  2308 D NetworkTypeUtils: getDataNetTypeFromServiceState:srcDataNetType = 13, destDataNetType 13
  23. 06-15 15:15:26.328  2090  2308 D MobileSignalController: updateDataType mSelectedDataTypeIcon[0]=2131232236, mSelectedDataActivityIndex=6
  24. 06-15 15:15:26.328  2090  2308 D TelephonyIcons: getSignalStrengthIcon: slot=0, inetCondition=1, level=5, roaming=true, signalstrength=SignalStrength: 99 0 -120 -160 -120 -160 -1 23 -97 -10 118 2147483647 0 2147483647 99 255 2147483647 gsm|lte use_rsrp_and_rssnr_for_lte_level  [-120, -115, -110, -105, -97] [-115, -105, -95, -85]
  25. 06-15 15:15:26.328  2090  2308 D TelephonyIcons: getDataActivity, slot=0, activity=0
  26. 06-15 15:15:26.331  2090  2308 D TelephonyIcons: null signal icon name: drawable/stat_sys_signal_null
  27. 06-15 15:15:26.332  2090  2308 D TelephonyIcons: getDataTypeIcon sub=0
  28. 06-15 15:15:26.337  2090  2308 D NetworkController.MobileSignalController(3): getDataNetTypeFromServiceState slotId=0  isUsingCarrierAggregation=false
  29. 06-15 15:15:26.337  2090  2308 D NetworkTypeUtils: getDataNetTypeFromServiceState:srcDataNetType = 13, destDataNetType 13
  30. 06-15 15:15:26.339  2090  2308 D MobileSignalController: updateDataType mSelectedDataTypeIcon[0]=2131232236, mSelectedDataActivityIndex=6
  31. 06-15 15:15:26.339  2090  2308 D TelephonyIcons: getSignalStrengthIcon: slot=0, inetCondition=1, level=5, roaming=true, signalstrength=SignalStrength: 99 0 -120 -160 -120 -160 -1 23 -97 -10 118 2147483647 0 2147483647 99 255 2147483647 gsm|lte use_rsrp_and_rssnr_for_lte_level  [-120, -115, -110, -105, -97] [-115, -105, -95, -85]
  32. 06-15 15:15:26.339  2090  2308 D TelephonyIcons: getDataActivity, slot=0, activity=4
  33. 06-15 15:15:26.340   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  34. 06-15 15:15:26.342   689   689 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 3 lines
  35. 06-15 15:15:26.342   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  36. 06-15 15:15:26.343  2090  2308 D TelephonyIcons: null signal icon name: drawable/stat_sys_signal_null
  37. 06-15 15:15:26.345  2090  2308 D TelephonyIcons: getDataTypeIcon sub=0
  38. 06-15 15:15:26.372  1699  1878 D HBMFeatureControl: light lux=817.47107
  39. 06-15 15:15:26.438  1699  1878 D HBMFeatureControl: light lux=800.2297
  40. 06-15 15:15:26.575  1699  1878 D HBMFeatureControl: light lux=786.89636
  41. 06-15 15:15:26.576   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  42. 06-15 15:15:26.578   689   689 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 3 lines
  43. 06-15 15:15:26.579   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  44. 06-15 15:15:26.640  1699  1878 D HBMFeatureControl: light lux=798.1607
  45. 06-15 15:15:26.634  2856  2856 W Binder:2856_1: type=1400 audit(0.0:703711): avc: denied { read } for name="u:object_r:hwservicemanager_prop:s0" dev="tmpfs" ino=22534 scontext=u:r:mcd:s0 tcontext=u:object_r:hwservicemanager_prop:s0 tclass=file permissive=0
  46. 06-15 15:15:26.642  2856  2895 W ServiceManagement: Waited for hwservicemanager.ready for a second, waiting another...
  47. 06-15 15:15:26.643  2856  2895 E libc    : Access denied finding property "hwservicemanager.ready"
  48. 06-15 15:15:26.644  2856  2895 E libc    : Access denied finding property "hwservicemanager.ready"
  49. 06-15 15:15:26.694   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  50. 06-15 15:15:26.696   689   689 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 3 lines
  51. 06-15 15:15:26.696   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  52. 06-15 15:15:26.771  1699  1878 D HBMFeatureControl: light lux=837.47107
  53. 06-15 15:15:26.781  2090  2308 D NetworkController.MobileSignalController(3): 4G level = 5
  54. 06-15 15:15:26.792  2090  2308 D NetworkController.MobileSignalController(3): getDataNetTypeFromServiceState slotId=0  isUsingCarrierAggregation=false
  55. 06-15 15:15:26.792  2090  2308 D NetworkTypeUtils: getDataNetTypeFromServiceState:srcDataNetType = 13, destDataNetType 13
  56. 06-15 15:15:26.794  2090  2308 D MobileSignalController: updateDataType mSelectedDataTypeIcon[0]=2131232236, mSelectedDataActivityIndex=6
  57. 06-15 15:15:26.794  2090  2308 D TelephonyIcons: getSignalStrengthIcon: slot=0, inetCondition=1, level=5, roaming=true, signalstrength=SignalStrength: 99 0 -120 -160 -120 -160 -1 24 -97 -12 122 2147483647 0 2147483647 99 255 2147483647 gsm|lte use_rsrp_and_rssnr_for_lte_level  [-120, -115, -110, -105, -97] [-115, -105, -95, -85]
  58. 06-15 15:15:26.794  2090  2308 D TelephonyIcons: getDataActivity, slot=0, activity=4
  59. 06-15 15:15:26.797  2090  2308 D TelephonyIcons: null signal icon name: drawable/stat_sys_signal_null
  60. 06-15 15:15:26.798  2090  2308 D TelephonyIcons: getDataTypeIcon sub=0
  61. 06-15 15:15:26.799  2090  2308 D NetworkController.MobileSignalController(1): 4G level = 5
  62. 06-15 15:15:26.824 25348 25348 W CombinedTP7: type=1400 audit(0.0:703713): avc: denied { read } for name="stats" dev="proc" ino=4026532894 scontext=u:r:untrusted_app:s0:c189,c256,c512,c768 tcontext=u:object_r:proc_qtaguid_stat:s0 tclass=file permissive=0
  63. 06-15 15:15:26.839  1699  1878 D HBMFeatureControl: light lux=809.42505
  64. 06-15 15:15:26.907 25348 25418 V tigonliger: tigonliger/JNI_OnLoad called
  65. 06-15 15:15:26.949 25348 25418 V tigonliger: tigonapi/JNI_OnLoad called
  66. 06-15 15:15:26.954 25348 25348 W CombinedTP5: type=1400 audit(0.0:703714): avc: denied { read } for name="stats" dev="proc" ino=4026532894 scontext=u:r:untrusted_app:s0:c189,c256,c512,c768 tcontext=u:object_r:proc_qtaguid_stat:s0 tclass=file permissive=0
  67. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats: Unable to parse data usage from system file
  68. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats: X.24B: java.io.FileNotFoundException: /proc/net/xt_qtaguid/stats (Permission denied)
  69. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   at X.22W.A00(:252)
  70. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   at X.21s.A02(:30)
  71. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   at X.1yZ.run(:10)
  72. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   at X.0iL.run(:2)
  73. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
  74. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
  75. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   at X.0iR.run(:3)
  76. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   at X.0iS.run(:12)
  77. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   at java.lang.Thread.run(Thread.java:764)
  78. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats: Caused by: java.io.FileNotFoundException: /proc/net/xt_qtaguid/stats (Permission denied)
  79. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   at java.io.FileInputStream.open0(Native Method)
  80. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   at java.io.FileInputStream.open(FileInputStream.java:231)
  81. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   at java.io.FileInputStream.<init>(FileInputStream.java:165)
  82. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   at X.22W.A00(:17)
  83. 06-15 15:15:26.962 25348 25398 E msgr.FbTrafficStats:   ... 8 more
  84. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats: Unable to parse data usage from system file
  85. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats: X.24B: java.io.FileNotFoundException: /proc/net/xt_qtaguid/stats (Permission denied)
  86. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   at X.22W.A00(:252)
  87. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   at X.21s.A02(:52)
  88. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   at X.1yZ.run(:10)
  89. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   at X.0iL.run(:2)
  90. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
  91. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
  92. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   at X.0iR.run(:3)
  93. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   at X.0iS.run(:12)
  94. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   at java.lang.Thread.run(Thread.java:764)
  95. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats: Caused by: java.io.FileNotFoundException: /proc/net/xt_qtaguid/stats (Permission denied)
  96. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   at java.io.FileInputStream.open0(Native Method)
  97. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   at java.io.FileInputStream.open(FileInputStream.java:231)
  98. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   at java.io.FileInputStream.<init>(FileInputStream.java:165)
  99. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   at X.22W.A00(:17)
  100. 06-15 15:15:26.964 25348 25398 E msgr.FbTrafficStats:   ... 8 more
  101. 06-15 15:15:26.971  1699  1878 D HBMFeatureControl: light lux=796.32166
  102. 06-15 15:15:26.990 25348 25418 I mobileconfig: No OTA resource found
  103. 06-15 15:15:26.990 25348 25418 I mobileconfig: Using asset manager to stream (sessionless: YES) params_map.txt
  104. 06-15 15:15:27.007   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  105. 06-15 15:15:27.007   689   689 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
  106. 06-15 15:15:27.008   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  107. 06-15 15:15:27.024 25348 25418 I mobileconfig: Params map streaming - readbytes: 431921/431921
  108. 06-15 15:15:27.024 25348 25418 I mobileconfig: Successfully parsed (sessionless: YES) params_map.txt
  109. 06-15 15:15:27.025 25348 25418 I mobileconfig: Read one query hash from asset, it is = 2df0184757427ce330af5efbbe96d645b8f8ea08c9e39bb07f0e682ce63dc597
  110. 06-15 15:15:27.031 25348 25418 I mobileconfig: Initialized MobileConfig - directory: /data/user/0/com.facebook.orca/files, appVersion: 268.0.0.15.118, paramHash: 82986e87b46d19178c91c43f9988a112, readOnly: false bufferPathPostfix:
  111. 06-15 15:15:27.039  1699  1878 D HBMFeatureControl: light lux=812.87335
  112. 06-15 15:15:27.045 25348 25418 I mobileconfig: No OTA resource found
  113. 06-15 15:15:27.045 25348 25418 I mobileconfig: Using asset manager to stream (sessionless: NO) params_map.txt
  114. 06-15 15:15:27.078 25348 25418 I mobileconfig: Params map streaming - readbytes: 431921/431921
  115. 06-15 15:15:27.078 25348 25418 I mobileconfig: Successfully parsed (sessionless: NO) params_map.txt
  116. 06-15 15:15:27.079 25348 25418 I mobileconfig: Read one query hash from asset, it is = 2df0184757427ce330af5efbbe96d645b8f8ea08c9e39bb07f0e682ce63dc597
  117. 06-15 15:15:27.084 25348 25418 I mobileconfig: Initialized MobileConfig - directory: /data/user/0/com.facebook.orca/files, appVersion: 268.0.0.15.118, paramHash: 82986e87b46d19178c91c43f9988a112, readOnly: false bufferPathPostfix:
  118. 06-15 15:15:27.173  1699  1878 D HBMFeatureControl: light lux=819.7699
  119. 06-15 15:15:27.238  1699  1878 D HBMFeatureControl: light lux=826.20667
  120. 06-15 15:15:27.339   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  121. 06-15 15:15:27.341   689   689 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 3 lines
  122. 06-15 15:15:27.341   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  123. 06-15 15:15:27.371  1699  1878 D HBMFeatureControl: light lux=830.8044
  124. 06-15 15:15:27.440  1699  1878 D HBMFeatureControl: light lux=832.4136
  125. 06-15 15:15:26.711  1699  2021 W MiuiGesturePointerEventListener: onActionDown end: mGestureStatus = 0
  126. 06-15 15:15:27.471  1699  1866 W BroadcastQueue: Permission Denial: broadcasting Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION due to registered receiver BroadcastFilter{af9c0a u0 ReceiverList{5376475 25348 com.facebook.orca/10189/u0 remote:316afac}}
  127. 06-15 15:15:27.471  1699  1866 W BroadcastQueue: Permission Denial: broadcasting Intent { act=android.net.conn.INET_CONDITION_ACTION flg=0x4000010 (has extras) } from null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION due to registered receiver BroadcastFilter{af9c0a u0 ReceiverList{5376475 25348 com.facebook.orca/10189/u0 remote:316afac}}
  128. 06-15 15:15:27.498 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.browser.lite.BrowserLiteIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  129. 06-15 15:15:27.499 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.browser.lite.BrowserLiteInMainProcessIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  130. 06-15 15:15:27.499 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.common.errorreporting.memory.MemoryDumpUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  131. 06-15 15:15:27.499 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.contacts.service.ContactLocaleChangeService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  132. 06-15 15:15:27.499 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.messaging.chatheads.service.ChatHeadsBooterService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  133. 06-15 15:15:27.499 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.google.android.gms.analytics.AnalyticsJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  134. 06-15 15:15:27.499 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.analytics.appstatelogger.AppStateIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  135. 06-15 15:15:27.499 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.analytics2.logger.LollipopUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  136. 06-15 15:15:27.500 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.appcomponentmanager.AppComponentManagerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  137. 06-15 15:15:27.505 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.common.dextricks.DexOptimization$Service is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  138. 06-15 15:15:27.505 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.common.dextricks.DexOptimizationJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  139. 06-15 15:15:27.505 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.conditionalworker.ConditionalWorkerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  140. 06-15 15:15:27.506 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.delayedworker.DelayedWorkerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  141. 06-15 15:15:27.506 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.fbservice.service.BlueServiceJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  142. 06-15 15:15:27.506 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.googleplay.GooglePlayInstallRefererService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  143. 06-15 15:15:27.509 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.messaging.stella.messaging.StellaMessagingIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  144. 06-15 15:15:27.509 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.messaging.prefs.notifications.NotificationPrefsSyncService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  145. 06-15 15:15:27.509 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.messaging.sms.defaultapp.SmsHandlerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  146. 06-15 15:15:27.509 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.messaging.universallinks.receiver.InstallReferrerFetchJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  147. 06-15 15:15:27.509 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.orca.notify.MessagesNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  148. 06-15 15:15:27.509 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppCacheJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  149. 06-15 15:15:27.509 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.push.registration.RegistrarHelperService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  150. 06-15 15:15:27.511 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.push.crossapp.PackageRemovedReporterService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  151. 06-15 15:15:27.511 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.push.adm.ADMService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  152. 06-15 15:15:27.512 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.push.adm.ADMBroadcastReceiverJobBase is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  153. 06-15 15:15:27.512 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.push.adm.ADMJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  154. 06-15 15:15:27.513 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.push.fbpushdata.common.FbPushDataHandlerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  155. 06-15 15:15:27.513 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.push.fcm.FcmRegistrarFbJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  156. 06-15 15:15:27.514 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.push.mqtt.service.MqttPushHelperService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  157. 06-15 15:15:27.514 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.push.negativefeedback.PushNegativeFeedbackFbJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  158. 06-15 15:15:27.514 25348 25417 W msgr.ServiceInfoParser: X.2SM: Service com.facebook.reportaproblem.base.bugreport.BugReportUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
  159. 06-15 15:15:27.525  1699  1866 W BroadcastQueue: Permission Denial: broadcasting Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION due to registered receiver BroadcastFilter{aa6d2f1 u0 ReceiverList{2151a98 25348 com.facebook.orca/10189/u0 remote:60cac7b}}
  160. 06-15 15:15:27.524 25348 25348 W m.facebook.orca: type=1400 audit(0.0:703717): avc: denied { read } for name="stats" dev="proc" ino=4026532894 scontext=u:r:untrusted_app:s0:c189,c256,c512,c768 tcontext=u:object_r:proc_qtaguid_stat:s0 tclass=file permissive=0
  161. 06-15 15:15:27.573  1699  1878 D HBMFeatureControl: light lux=833.1032
  162. 06-15 15:15:27.628 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  163. 06-15 15:15:27.629 25348 25402 I chatty  : uid=10189(com.facebook.orca) CombinedTP8 identical 1 line
  164. 06-15 15:15:27.629 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  165. 06-15 15:15:27.629 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  166. 06-15 15:15:27.629 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  167. 06-15 15:15:27.630 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  168. 06-15 15:15:27.630 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  169. 06-15 15:15:27.630 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  170. 06-15 15:15:27.630 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  171. 06-15 15:15:27.630 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  172. 06-15 15:15:27.630 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  173. 06-15 15:15:27.630 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  174. 06-15 15:15:27.631 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  175. 06-15 15:15:27.631 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  176. 06-15 15:15:27.631 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  177. 06-15 15:15:27.631 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  178. 06-15 15:15:27.631 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  179. 06-15 15:15:27.631 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  180. 06-15 15:15:27.632 25348 25402 I chatty  : uid=10189(com.facebook.orca) CombinedTP8 identical 3 lines
  181. 06-15 15:15:27.632 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  182. 06-15 15:15:27.632 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  183. 06-15 15:15:27.632 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  184. 06-15 15:15:27.632 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  185. 06-15 15:15:27.632 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  186. 06-15 15:15:27.633 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  187. 06-15 15:15:27.634 25348 25395 I chatty  : uid=10189(com.facebook.orca) CombinedTP2 identical 5 lines
  188. 06-15 15:15:27.634 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  189. 06-15 15:15:27.634 25348 25418 D skia    : --- Failed to create image decoder with message 'unimplemented'
  190. 06-15 15:15:27.634 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  191. 06-15 15:15:27.635 25348 25418 D skia    : --- Failed to create image decoder with message 'unimplemented'
  192. 06-15 15:15:27.635 25348 25400 D skia    : --- Failed to create image decoder with message 'unimplemented'
  193. 06-15 15:15:27.636 25348 25418 D skia    : --- Failed to create image decoder with message 'unimplemented'
  194. 06-15 15:15:27.636 25348 25400 D skia    : --- Failed to create image decoder with message 'unimplemented'
  195. 06-15 15:15:27.636 25348 25418 D skia    : --- Failed to create image decoder with message 'unimplemented'
  196. 06-15 15:15:27.636 25348 25400 D skia    : --- Failed to create image decoder with message 'unimplemented'
  197. 06-15 15:15:27.636 25348 25418 D skia    : --- Failed to create image decoder with message 'unimplemented'
  198. 06-15 15:15:27.636 25348 25400 D skia    : --- Failed to create image decoder with message 'unimplemented'
  199. 06-15 15:15:27.636 25348 25418 D skia    : --- Failed to create image decoder with message 'unimplemented'
  200. 06-15 15:15:27.637 25348 25400 D skia    : --- Failed to create image decoder with message 'unimplemented'
  201. 06-15 15:15:27.638 25348 25400 D skia    : --- Failed to create image decoder with message 'unimplemented'
  202. 06-15 15:15:27.640  1699  1878 D HBMFeatureControl: light lux=833.563
  203. 06-15 15:15:27.642 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  204. 06-15 15:15:27.643 25348 25402 I chatty  : uid=10189(com.facebook.orca) CombinedTP8 identical 1 line
  205. 06-15 15:15:27.643 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  206. 06-15 15:15:27.643  2856  2895 W ServiceManagement: Waited for hwservicemanager.ready for a second, waiting another...
  207. 06-15 15:15:27.643 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  208. 06-15 15:15:27.644 25348 25402 I chatty  : uid=10189(com.facebook.orca) CombinedTP8 identical 2 lines
  209. 06-15 15:15:27.644 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  210. 06-15 15:15:27.645  2856  2895 E libc    : Access denied finding property "hwservicemanager.ready"
  211. 06-15 15:15:27.645 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  212. 06-15 15:15:27.645  2856  2895 E libc    : Access denied finding property "hwservicemanager.ready"
  213. 06-15 15:15:27.645 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  214. 06-15 15:15:27.646 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  215. 06-15 15:15:27.646 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  216. 06-15 15:15:27.646 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  217. 06-15 15:15:27.646 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  218. 06-15 15:15:27.646 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  219. 06-15 15:15:27.646 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  220. 06-15 15:15:27.646 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  221. 06-15 15:15:27.646 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  222. 06-15 15:15:27.646 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  223. 06-15 15:15:27.646 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  224. 06-15 15:15:27.647 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  225. 06-15 15:15:27.647 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  226. 06-15 15:15:27.647 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  227. 06-15 15:15:27.647 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  228. 06-15 15:15:27.647 25348 25402 D skia    : --- Failed to create image decoder with message 'unimplemented'
  229. 06-15 15:15:27.648 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  230. 06-15 15:15:27.649 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  231. 06-15 15:15:27.649 25348 25399 D skia    : --- Failed to create image decoder with message 'unimplemented'
  232. 06-15 15:15:27.649 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  233. 06-15 15:15:27.649 25348 25399 D skia    : --- Failed to create image decoder with message 'unimplemented'
  234. 06-15 15:15:27.649 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  235. 06-15 15:15:27.653 25348 25395 I chatty  : uid=10189(com.facebook.orca) CombinedTP2 identical 11 lines
  236. 06-15 15:15:27.653 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  237. 06-15 15:15:27.655 25348 25418 D skia    : --- Failed to create image decoder with message 'unimplemented'
  238. 06-15 15:15:27.656 25348 25418 D skia    : --- Failed to create image decoder with message 'unimplemented'
  239. 06-15 15:15:27.656 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  240. 06-15 15:15:27.656 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  241. 06-15 15:15:27.656 25348 25418 D skia    : --- Failed to create image decoder with message 'unimplemented'
  242. 06-15 15:15:27.656 25348 25418 D skia    : --- Failed to create image decoder with message 'unimplemented'
  243. 06-15 15:15:27.656 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  244. 06-15 15:15:27.656 25348 25395 D skia    : --- Failed to create image decoder with message 'unimplemented'
  245. 06-15 15:15:27.659 25348 25399 D skia    : --- Failed to create image decoder with message 'unimplemented'
  246. 06-15 15:15:27.659 25348 25399 I chatty  : uid=10189(com.facebook.orca) CombinedTP6 identical 2 lines
  247. 06-15 15:15:27.660 25348 25399 D skia    : --- Failed to create image decoder with message 'unimplemented'
  248. 06-15 15:15:27.665 25348 25400 D skia    : --- Failed to create image decoder with message 'unimplemented'
  249. 06-15 15:15:27.666 25348 25400 I chatty  : uid=10189(com.facebook.orca) CombinedTP7 identical 2 lines
  250. 06-15 15:15:27.666 25348 25400 D skia    : --- Failed to create image decoder with message 'unimplemented'
  251. 06-15 15:15:27.672   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  252. 06-15 15:15:27.672 25348 25399 D skia    : --- Failed to create image decoder with message 'unimplemented'
  253. 06-15 15:15:27.672 25348 25399 D skia    : --- Failed to create image decoder with message 'unimplemented'
  254. 06-15 15:15:27.673   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  255. 06-15 15:15:27.673 25348 25399 D skia    : --- Failed to create image decoder with message 'unimplemented'
  256. 06-15 15:15:27.673 25348 25399 D skia    : --- Failed to create image decoder with message 'unimplemented'
  257. 06-15 15:15:27.673   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  258. 06-15 15:15:27.674   689   689 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
  259. 06-15 15:15:27.674   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  260. 06-15 15:15:27.772  1699  1878 D HBMFeatureControl: light lux=807.1262
  261. 06-15 15:15:27.906  1699  1878 D HBMFeatureControl: light lux=716.09174
  262. 06-15 15:15:27.972  1699  1878 D HBMFeatureControl: light lux=670.11475
  263. 06-15 15:15:28.105  1699  1878 D HBMFeatureControl: light lux=662.0688
  264. 06-15 15:15:28.171  1699  1878 D HBMFeatureControl: light lux=655.17224
  265. 06-15 15:15:28.172   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  266. 06-15 15:15:28.174   689   689 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 3 lines
  267. 06-15 15:15:28.174   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  268. 06-15 15:15:28.192 25348 25395 W msgr.lacrima: FbErrorReportingConfig.earlyInit wasn't called.
  269. 06-15 15:15:28.233   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: bindService is called for service : com.facebook.orca/com.facebook.fbservice.service.BlueService and for client com.facebook.orca
  270. 06-15 15:15:28.233   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for service : com.facebook.orca/com.facebook.fbservice.service.BlueServiceare :1
  271. 06-15 15:15:28.233   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for client : com.facebook.orcaare :1
  272. 06-15 15:15:28.237  1699  4275 D CompatibilityInfo: mCompatibilityFlags - 0
  273. 06-15 15:15:28.237  1699  4275 D CompatibilityInfo: applicationDensity - 440
  274. 06-15 15:15:28.237  1699  4275 D CompatibilityInfo: applicationScale - 1.0
  275. 06-15 15:15:28.238   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: startService() is called for servicecom.facebook.orca/com.facebook.fbservice.service.BlueService
  276. 06-15 15:15:28.246  1699  4275 I ActivityManager: Killing 24723:com.miui.securitycenter/1000 (adj 906): empty #17
  277. 06-15 15:15:28.248  1699  1869 W libprocessgroup: kill(-24723, 9) failed: No such process
  278. 06-15 15:15:28.253  1699  1869 W libprocessgroup: kill(-24723, 9) failed: No such process
  279. 06-15 15:15:28.258   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: unbindService is called for service : com.facebook.orca/com.facebook.fbservice.service.BlueService and for client com.facebook.orca
  280. 06-15 15:15:28.258   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: size of service connections for service: com.facebook.orca/com.facebook.fbservice.service.BlueServiceafter removal is 0
  281. 06-15 15:15:28.258   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: size of client connections for client: com.facebook.orcaafter removal is 0
  282. 06-15 15:15:28.261   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: destroyService is called for service : com.facebook.orca/com.facebook.fbservice.service.BlueService
  283. 06-15 15:15:28.262  1699  1869 W libprocessgroup: kill(-24723, 9) failed: No such process
  284. 06-15 15:15:28.285  1699  1869 I chatty  : uid=1000(system) ActivityManager identical 4 lines
  285. 06-15 15:15:28.290  1699  1869 W libprocessgroup: kill(-24723, 9) failed: No such process
  286. 06-15 15:15:28.296   549   549 I Zygote  : Process 24723 exited due to signal (9)
  287. 06-15 15:15:28.296  1699  1869 W libprocessgroup: kill(-24723, 9) failed: No such process
  288. 06-15 15:15:28.296  1699  1869 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 24723 in 48ms
  289. 06-15 15:15:28.297   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: killProcess is called for pid : 24723
  290. 06-15 15:15:28.297   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: process with pid 24723 is client
  291. 06-15 15:15:28.297   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: size of service connections for service: com.miui.securitycenter/com.miui.networkassistant.service.tm.TrafficManageServiceafter removal is 1
  292. 06-15 15:15:28.299   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: removing client with pid 24723process namecom.miui.securitycenter
  293. 06-15 15:15:28.304  1699  1878 D HBMFeatureControl: light lux=645.5171
  294. 06-15 15:15:28.370  1699  1878 D HBMFeatureControl: light lux=630.5745
  295. 06-15 15:15:28.392  1699  2021 W MiuiGesturePointerEventListener: onActionDown end: mGestureStatus = 0
  296. 06-15 15:15:28.398 25348 25400 W msgr.MessengerLacrimaConfig: MessengerLacrimaConfig.earlyInit wasn't called.
  297. 06-15 15:15:28.474 25348 25418 I m.facebook.orc: Rejecting re-init on previously-failed class java.lang.Class<com.facebook.push.adm.MessageAlertReceiver>: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/amazon/device/messaging/ADMMessageReceiver;
  298. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
  299. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:287)
  300. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:280)
  301. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.DexFileLoadNew.loadClassBinaryName(dalvik.system.DexFile, java.lang.String, java.lang.ClassLoader) (:1)
  302. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadInnerNewApiClass(java.lang.String, dalvik.system.DexFile[], int) (:24)
  303. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.findClass(java.lang.String) (:70)
  304. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadClass(java.lang.String, boolean) (:15)
  305. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:367)
  306. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  307. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A0D(int, X.0eM) (:201)
  308. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A00(int, X.0eM) (:60)
  309. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0fE.A00(int, X.0eM) (:55)
  310. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0jo.next() (:43)
  311. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void com.facebook.push.init.PushInitializer.A02() (:29)
  312. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void X.2VQ.A06(int, X.0vm) (:302161)
  313. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void X.0vj.A02(int) (:1592)
  314. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void X.0vr.run() (:4)
  315. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0wf.call() (:94)
  316. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  317. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hs.A00(java.lang.String, X.0hk, java.lang.String) (:28)
  318. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hr.call() (:6)
  319. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  320. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:458)
  321. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  322. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void X.0iO.run() (:56)
  323. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
  324. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
  325. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void X.0iR.run() (:3)
  326. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void X.0iS.run() (:12)
  327. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void java.lang.Thread.run() (Thread.java:764)
  328. 06-15 15:15:28.474 25348 25418 I m.facebook.orc: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.amazon.device.messaging.ADMMessageReceiver" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/base.apk", zip file "/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_arservicesoptional.apk", zip file "/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_effects.apk"],nativeLibraryDirectories=[/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/lib/arm64, /data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/base.apk!/lib/arm64-v8a, /data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_arservicesoptional.apk!/lib/arm64-v8a, /data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_effects.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]]
  329. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:171)
  330. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
  331. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  332. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
  333. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:287)
  334. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:280)
  335. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.DexFileLoadNew.loadClassBinaryName(dalvik.system.DexFile, java.lang.String, java.lang.ClassLoader) (:1)
  336. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadInnerNewApiClass(java.lang.String, dalvik.system.DexFile[], int) (:24)
  337. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.findClass(java.lang.String) (:70)
  338. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadClass(java.lang.String, boolean) (:15)
  339. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:367)
  340. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  341. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A0D(int, X.0eM) (:201)
  342. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A00(int, X.0eM) (:60)
  343. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0fE.A00(int, X.0eM) (:55)
  344. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0jo.next() (:43)
  345. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void com.facebook.push.init.PushInitializer.A02() (:29)
  346. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void X.2VQ.A06(int, X.0vm) (:302161)
  347. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void X.0vj.A02(int) (:1592)
  348. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void X.0vr.run() (:4)
  349. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0wf.call() (:94)
  350. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  351. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hs.A00(java.lang.String, X.0hk, java.lang.String) (:28)
  352. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hr.call() (:6)
  353. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  354. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:458)
  355. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  356. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void X.0iO.run() (:56)
  357. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
  358. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
  359. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void X.0iR.run() (:3)
  360. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void X.0iS.run() (:12)
  361. 06-15 15:15:28.474 25348 25418 I m.facebook.orc:   at void java.lang.Thread.run() (Thread.java:764)
  362. 06-15 15:15:28.475 25348 25418 I m.facebook.orc:
  363. 06-15 15:15:28.475 25348 25418 I m.facebook.orc: Rejecting re-init on previously-failed class java.lang.Class<com.facebook.push.adm.MessageAlertReceiver>: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/amazon/device/messaging/ADMMessageReceiver;
  364. 06-15 15:15:28.475 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
  365. 06-15 15:15:28.475 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:287)
  366. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:280)
  367. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.DexFileLoadNew.loadClassBinaryName(dalvik.system.DexFile, java.lang.String, java.lang.ClassLoader) (:1)
  368. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadInnerNewApiClass(java.lang.String, dalvik.system.DexFile[], int) (:24)
  369. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.findClass(java.lang.String) (:70)
  370. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadClass(java.lang.String, boolean) (:15)
  371. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:367)
  372. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  373. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A0D(int, X.0eM) (:201)
  374. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A00(int, X.0eM) (:60)
  375. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0fE.A00(int, X.0eM) (:55)
  376. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0jo.next() (:43)
  377. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void com.facebook.push.init.PushInitializer.A02() (:29)
  378. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void X.2VQ.A06(int, X.0vm) (:302161)
  379. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void X.0vj.A02(int) (:1592)
  380. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void X.0vr.run() (:4)
  381. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0wf.call() (:94)
  382. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  383. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hs.A00(java.lang.String, X.0hk, java.lang.String) (:28)
  384. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hr.call() (:6)
  385. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  386. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:458)
  387. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  388. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void X.0iO.run() (:56)
  389. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
  390. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
  391. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void X.0iR.run() (:3)
  392. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void X.0iS.run() (:12)
  393. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void java.lang.Thread.run() (Thread.java:764)
  394. 06-15 15:15:28.476 25348 25418 I m.facebook.orc: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.amazon.device.messaging.ADMMessageReceiver" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/base.apk", zip file "/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_arservicesoptional.apk", zip file "/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_effects.apk"],nativeLibraryDirectories=[/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/lib/arm64, /data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/base.apk!/lib/arm64-v8a, /data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_arservicesoptional.apk!/lib/arm64-v8a, /data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_effects.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]]
  395. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:171)
  396. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
  397. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  398. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
  399. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:287)
  400. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:280)
  401. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.DexFileLoadNew.loadClassBinaryName(dalvik.system.DexFile, java.lang.String, java.lang.ClassLoader) (:1)
  402. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadInnerNewApiClass(java.lang.String, dalvik.system.DexFile[], int) (:24)
  403. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.findClass(java.lang.String) (:70)
  404. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadClass(java.lang.String, boolean) (:15)
  405. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:367)
  406. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  407. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A0D(int, X.0eM) (:201)
  408. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A00(int, X.0eM) (:60)
  409. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0fE.A00(int, X.0eM) (:55)
  410. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0jo.next() (:43)
  411. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void com.facebook.push.init.PushInitializer.A02() (:29)
  412. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void X.2VQ.A06(int, X.0vm) (:302161)
  413. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void X.0vj.A02(int) (:1592)
  414. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void X.0vr.run() (:4)
  415. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0wf.call() (:94)
  416. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  417. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hs.A00(java.lang.String, X.0hk, java.lang.String) (:28)
  418. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hr.call() (:6)
  419. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  420. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:458)
  421. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  422. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void X.0iO.run() (:56)
  423. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
  424. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
  425. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void X.0iR.run() (:3)
  426. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void X.0iS.run() (:12)
  427. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:   at void java.lang.Thread.run() (Thread.java:764)
  428. 06-15 15:15:28.476 25348 25418 I m.facebook.orc:
  429. 06-15 15:15:28.478 25348 25418 I m.facebook.orc: Rejecting re-init on previously-failed class java.lang.Class<com.facebook.push.adm.MessageAlertReceiver>: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/amazon/device/messaging/ADMMessageReceiver;
  430. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
  431. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:287)
  432. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:280)
  433. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.DexFileLoadNew.loadClassBinaryName(dalvik.system.DexFile, java.lang.String, java.lang.ClassLoader) (:1)
  434. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadInnerNewApiClass(java.lang.String, dalvik.system.DexFile[], int) (:24)
  435. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.findClass(java.lang.String) (:70)
  436. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadClass(java.lang.String, boolean) (:15)
  437. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:367)
  438. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  439. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A0D(int, X.0eM) (:201)
  440. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A00(int, X.0eM) (:60)
  441. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0fE.A00(int, X.0eM) (:55)
  442. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0jo.next() (:43)
  443. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void com.facebook.push.init.PushInitializer.A02() (:29)
  444. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void X.2VQ.A06(int, X.0vm) (:302161)
  445. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void X.0vj.A02(int) (:1592)
  446. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void X.0vr.run() (:4)
  447. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0wf.call() (:94)
  448. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  449. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hs.A00(java.lang.String, X.0hk, java.lang.String) (:28)
  450. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hr.call() (:6)
  451. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  452. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:458)
  453. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  454. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void X.0iO.run() (:56)
  455. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
  456. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
  457. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void X.0iR.run() (:3)
  458. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void X.0iS.run() (:12)
  459. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void java.lang.Thread.run() (Thread.java:764)
  460. 06-15 15:15:28.478 25348 25418 I m.facebook.orc: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.amazon.device.messaging.ADMMessageReceiver" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/base.apk", zip file "/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_arservicesoptional.apk", zip file "/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_effects.apk"],nativeLibraryDirectories=[/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/lib/arm64, /data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/base.apk!/lib/arm64-v8a, /data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_arservicesoptional.apk!/lib/arm64-v8a, /data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_effects.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]]
  461. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:171)
  462. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
  463. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  464. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
  465. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:287)
  466. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:280)
  467. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.DexFileLoadNew.loadClassBinaryName(dalvik.system.DexFile, java.lang.String, java.lang.ClassLoader) (:1)
  468. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadInnerNewApiClass(java.lang.String, dalvik.system.DexFile[], int) (:24)
  469. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.findClass(java.lang.String) (:70)
  470. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadClass(java.lang.String, boolean) (:15)
  471. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:367)
  472. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  473. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A0D(int, X.0eM) (:201)
  474. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A00(int, X.0eM) (:60)
  475. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0fE.A00(int, X.0eM) (:55)
  476. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0jo.next() (:43)
  477. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void com.facebook.push.init.PushInitializer.A02() (:29)
  478. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void X.2VQ.A06(int, X.0vm) (:302161)
  479. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void X.0vj.A02(int) (:1592)
  480. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void X.0vr.run() (:4)
  481. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0wf.call() (:94)
  482. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  483. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hs.A00(java.lang.String, X.0hk, java.lang.String) (:28)
  484. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hr.call() (:6)
  485. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  486. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:458)
  487. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  488. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void X.0iO.run() (:56)
  489. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
  490. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
  491. 06-15 15:15:28.478 25348 25418 I m.facebook.orc:   at void X.0iR.run() (:3)
  492. 06-15 15:15:28.479 25348 25418 I m.facebook.orc:   at void X.0iS.run() (:12)
  493. 06-15 15:15:28.479 25348 25418 I m.facebook.orc:   at void java.lang.Thread.run() (Thread.java:764)
  494. 06-15 15:15:28.479 25348 25418 I m.facebook.orc:
  495. 06-15 15:15:28.480 25348 25418 I m.facebook.orc: Rejecting re-init on previously-failed class java.lang.Class<com.facebook.push.adm.MessageAlertReceiver>: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/amazon/device/messaging/ADMMessageReceiver;
  496. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
  497. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:287)
  498. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:280)
  499. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.DexFileLoadNew.loadClassBinaryName(dalvik.system.DexFile, java.lang.String, java.lang.ClassLoader) (:1)
  500. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadInnerNewApiClass(java.lang.String, dalvik.system.DexFile[], int) (:24)
  501. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.findClass(java.lang.String) (:70)
  502. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadClass(java.lang.String, boolean) (:15)
  503. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:367)
  504. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  505. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A0D(int, X.0eM) (:201)
  506. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A00(int, X.0eM) (:60)
  507. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0fE.A00(int, X.0eM) (:55)
  508. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0jo.next() (:43)
  509. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void com.facebook.push.init.PushInitializer.A02() (:29)
  510. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void X.2VQ.A06(int, X.0vm) (:302161)
  511. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void X.0vj.A02(int) (:1592)
  512. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void X.0vr.run() (:4)
  513. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0wf.call() (:94)
  514. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  515. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hs.A00(java.lang.String, X.0hk, java.lang.String) (:28)
  516. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hr.call() (:6)
  517. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  518. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:458)
  519. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  520. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void X.0iO.run() (:56)
  521. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
  522. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
  523. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void X.0iR.run() (:3)
  524. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void X.0iS.run() (:12)
  525. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void java.lang.Thread.run() (Thread.java:764)
  526. 06-15 15:15:28.480 25348 25418 I m.facebook.orc: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.amazon.device.messaging.ADMMessageReceiver" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/base.apk", zip file "/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_arservicesoptional.apk", zip file "/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_effects.apk"],nativeLibraryDirectories=[/data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/lib/arm64, /data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/base.apk!/lib/arm64-v8a, /data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_arservicesoptional.apk!/lib/arm64-v8a, /data/app/com.facebook.orca-hB7eWa4eJ09xpgK6s4cYjw==/split_effects.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]]
  527. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:171)
  528. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
  529. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  530. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
  531. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:287)
  532. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:280)
  533. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.DexFileLoadNew.loadClassBinaryName(dalvik.system.DexFile, java.lang.String, java.lang.ClassLoader) (:1)
  534. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadInnerNewApiClass(java.lang.String, dalvik.system.DexFile[], int) (:24)
  535. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.findClass(java.lang.String) (:70)
  536. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class com.facebook.common.dextricks.MultiDexClassLoaderJava.loadClass(java.lang.String, boolean) (:15)
  537. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:367)
  538. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  539. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A0D(int, X.0eM) (:201)
  540. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0g4.A00(int, X.0eM) (:60)
  541. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0fE.A00(int, X.0eM) (:55)
  542. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0jo.next() (:43)
  543. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void com.facebook.push.init.PushInitializer.A02() (:29)
  544. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void X.2VQ.A06(int, X.0vm) (:302161)
  545. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void X.0vj.A02(int) (:1592)
  546. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void X.0vr.run() (:4)
  547. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0wf.call() (:94)
  548. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  549. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hs.A00(java.lang.String, X.0hk, java.lang.String) (:28)
  550. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object X.0hr.call() (:6)
  551. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  552. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at java.lang.Object java.util.concurrent.Executors$RunnableAdapter.call() (Executors.java:458)
  553. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void java.util.concurrent.FutureTask.run() (FutureTask.java:266)
  554. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void X.0iO.run() (:56)
  555. 06-15 15:15:28.480 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
  556. 06-15 15:15:28.481 25348 25418 I m.facebook.orc:   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
  557. 06-15 15:15:28.481 25348 25418 I m.facebook.orc:   at void X.0iR.run() (:3)
  558. 06-15 15:15:28.481 25348 25418 I m.facebook.orc:   at void X.0iS.run() (:12)
  559. 06-15 15:15:28.481 25348 25418 I m.facebook.orc:   at void java.lang.Thread.run() (Thread.java:764)
  560. 06-15 15:15:28.481 25348 25418 I m.facebook.orc:
  561. 06-15 15:15:28.506  1699  1878 D HBMFeatureControl: light lux=615.632
  562. 06-15 15:15:28.543 25348 25394 W msgr.SyncInitializer: Start regular sync initialization
  563. 06-15 15:15:28.558   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: bindService is called for service : com.facebook.orca/com.facebook.fbservice.service.BlueService and for client com.facebook.orca
  564. 06-15 15:15:28.558   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for service : com.facebook.orca/com.facebook.fbservice.service.BlueServiceare :1
  565. 06-15 15:15:28.558   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for client : com.facebook.orcaare :1
  566. 06-15 15:15:28.560  1699  7300 D CompatibilityInfo: mCompatibilityFlags - 0
  567. 06-15 15:15:28.560  1699  7300 D CompatibilityInfo: applicationDensity - 440
  568. 06-15 15:15:28.560  1699  7300 D CompatibilityInfo: applicationScale - 1.0
  569. 06-15 15:15:28.564   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: startService() is called for servicecom.facebook.orca/com.facebook.fbservice.service.BlueService
  570. 06-15 15:15:28.571  1699  1878 D HBMFeatureControl: light lux=658.8504
  571. 06-15 15:15:28.601   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: bindService is called for service : com.facebook.services/com.facebook.oxygen.services.fbns.PreloadedFbnsService and for client com.facebook.orca
  572. 06-15 15:15:28.601   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for service : com.facebook.services/com.facebook.oxygen.services.fbns.PreloadedFbnsServiceare :1
  573. 06-15 15:15:28.601   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for client : com.facebook.orcaare :2
  574. 06-15 15:15:28.607   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: unbindService is called for service : com.facebook.services/com.facebook.oxygen.services.fbns.PreloadedFbnsService and for client com.facebook.orca
  575. 06-15 15:15:28.607   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: size of service connections for service: com.facebook.services/com.facebook.oxygen.services.fbns.PreloadedFbnsServiceafter removal is 0
  576. 06-15 15:15:28.607   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: size of client connections for client: com.facebook.orcaafter removal is 1
  577. 06-15 15:15:28.609   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: unbindService is called for service : com.facebook.orca/com.facebook.fbservice.service.BlueService and for client com.facebook.orca
  578. 06-15 15:15:28.609   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: size of service connections for service: com.facebook.orca/com.facebook.fbservice.service.BlueServiceafter removal is 0
  579. 06-15 15:15:28.610   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: size of client connections for client: com.facebook.orcaafter removal is 0
  580. 06-15 15:15:28.616   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: destroyService is called for service : com.facebook.orca/com.facebook.fbservice.service.BlueService
  581. 06-15 15:15:28.634  2856  2856 W Binder:2856_1: type=1400 audit(0.0:703722): avc: denied { read } for name="u:object_r:hwservicemanager_prop:s0" dev="tmpfs" ino=22534 scontext=u:r:mcd:s0 tcontext=u:object_r:hwservicemanager_prop:s0 tclass=file permissive=0
  582. 06-15 15:15:28.643  2856  2895 W ServiceManagement: Waited for hwservicemanager.ready for a second, waiting another...
  583. 06-15 15:15:28.644  2856  2895 E libc    : Access denied finding property "hwservicemanager.ready"
  584. 06-15 15:15:28.634  2856  2856 W Binder:2856_1: type=1400 audit(0.0:703723): avc: denied { read } for name="u:object_r:hwservicemanager_prop:s0" dev="tmpfs" ino=22534 scontext=u:r:mcd:s0 tcontext=u:object_r:hwservicemanager_prop:s0 tclass=file permissive=0
  585. 06-15 15:15:28.644  2856  2895 E libc    : Access denied finding property "hwservicemanager.ready"
  586. 06-15 15:15:28.673 25348 25402 W Profilo/BlackBoxState: Start after config update
  587. 06-15 15:15:28.674 25348 25402 W Profilo/BlackBoxApi: UNABLE TO START: No config
  588. 06-15 15:15:28.684   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: bindService is called for service : com.facebook.orca/com.facebook.fbservice.service.BlueService and for client com.facebook.orca
  589. 06-15 15:15:28.684   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for service : com.facebook.orca/com.facebook.fbservice.service.BlueServiceare :1
  590. 06-15 15:15:28.685   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for client : com.facebook.orcaare :1
  591. 06-15 15:15:28.686  1699  7300 D CompatibilityInfo: mCompatibilityFlags - 0
  592. 06-15 15:15:28.687  1699  7300 D CompatibilityInfo: applicationDensity - 440
  593. 06-15 15:15:28.687  1699  7300 D CompatibilityInfo: applicationScale - 1.0
  594. 06-15 15:15:28.688   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: startService() is called for servicecom.facebook.orca/com.facebook.fbservice.service.BlueService
  595. 06-15 15:15:28.707  1699  1878 D HBMFeatureControl: light lux=690.34467
  596. 06-15 15:15:28.771  1699  1878 D HBMFeatureControl: light lux=768.27563
  597. 06-15 15:15:28.772   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: unbindService is called for service : com.facebook.orca/com.facebook.fbservice.service.BlueService and for client com.facebook.orca
  598. 06-15 15:15:28.772   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: size of service connections for service: com.facebook.orca/com.facebook.fbservice.service.BlueServiceafter removal is 0
  599. 06-15 15:15:28.772   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: size of client connections for client: com.facebook.orcaafter removal is 0
  600. 06-15 15:15:28.778   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: destroyService is called for service : com.facebook.orca/com.facebook.fbservice.service.BlueService
  601. 06-15 15:15:28.905  1699  1878 D HBMFeatureControl: light lux=813.563
  602. 06-15 15:15:28.909   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: unbindService is called for service : com.google.android.gms/.chimera.PersistentDirectBootAwareApiService and for client com.google.android.gms
  603. 06-15 15:15:28.909   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: size of service connections for service: com.google.android.gms/.chimera.PersistentDirectBootAwareApiServiceafter removal is 0
  604. 06-15 15:15:28.910   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: size of client connections for client: com.google.android.gmsafter removal is 2
  605. 06-15 15:15:28.913   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: unbindService is called for service : com.google.android.gms/.chimera.PersistentApiService and for client com.google.android.gms
  606. 06-15 15:15:28.913   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: size of service connections for service: com.google.android.gms/.chimera.PersistentApiServiceafter removal is 0
  607. 06-15 15:15:28.914   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: size of client connections for client: com.google.android.gmsafter removal is 1
  608. 06-15 15:15:28.915   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: destroyService is called for service : com.google.android.gms/.chimera.PersistentApiService
  609. 06-15 15:15:28.972  1699  1878 D HBMFeatureControl: light lux=819.08026
  610. 06-15 15:15:28.977   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  611. 06-15 15:15:28.979   689   689 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 3 lines
  612. 06-15 15:15:28.980   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  613. 06-15 15:15:29.106  1699  1878 D HBMFeatureControl: light lux=821.609
  614. 06-15 15:15:29.172  1699  1878 D HBMFeatureControl: light lux=845.05725
  615. 06-15 15:15:29.174   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  616. 06-15 15:15:29.176   689   689 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 3 lines
  617. 06-15 15:15:29.177   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  618. 06-15 15:15:29.306  1699  1878 D HBMFeatureControl: light lux=815.8619
  619. 06-15 15:15:29.372  1699  1878 D HBMFeatureControl: light lux=817.93085
  620. 06-15 15:15:29.505  1699  1878 D HBMFeatureControl: light lux=823.90784
  621. 06-15 15:15:29.574  1699  1878 D HBMFeatureControl: light lux=830.3446
  622. 06-15 15:15:29.634  2856  2856 W Binder:2856_1: type=1400 audit(0.0:703724): avc: denied { read } for name="u:object_r:hwservicemanager_prop:s0" dev="tmpfs" ino=22534 scontext=u:r:mcd:s0 tcontext=u:object_r:hwservicemanager_prop:s0 tclass=file permissive=0
  623. 06-15 15:15:29.644  2856  2895 W ServiceManagement: Waited for hwservicemanager.ready for a second, waiting another...
  624. 06-15 15:15:29.645  2856  2895 E libc    : Access denied finding property "hwservicemanager.ready"
  625. 06-15 15:15:29.645  2856  2895 E libc    : Access denied finding property "hwservicemanager.ready"
  626. 06-15 15:15:29.634  2856  2856 W Binder:2856_1: type=1400 audit(0.0:703725): avc: denied { read } for name="u:object_r:hwservicemanager_prop:s0" dev="tmpfs" ino=22534 scontext=u:r:mcd:s0 tcontext=u:object_r:hwservicemanager_prop:s0 tclass=file permissive=0
  627. 06-15 15:15:29.706  1699  1878 D HBMFeatureControl: light lux=837.47107
  628. 06-15 15:15:29.726 24950 25073 I python  : [INFO   ] [Base        ] Leaving application in progress...
  629. 06-15 15:15:29.726   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  630. 06-15 15:15:29.727 24950 25073 I python  :  Traceback (most recent call last):
  631. 06-15 15:15:29.727 24950 25073 I python  :    File "/home/gicanzo/Python/RecipApp/.buildozer/android/app/main.py", line 5, in <module>
  632. 06-15 15:15:29.728   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  633. 06-15 15:15:29.728 24950 25073 I python  :    File "/home/gicanzo/Python/RecipApp/.buildozer/android/platform/build-arm64-v8a/build/python-installs/RecipApp/kivy/app.py", line 855, in run
  634. 06-15 15:15:29.729   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  635. 06-15 15:15:29.729 24950 25073 I python  :    File "/home/gicanzo/Python/RecipApp/.buildozer/android/platform/build-arm64-v8a/build/python-installs/RecipApp/kivy/base.py", line 504, in runTouchApp
  636. 06-15 15:15:29.729   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  637. 06-15 15:15:29.730 24950 25073 I python  :    File "/home/gicanzo/Python/RecipApp/.buildozer/android/platform/build-arm64-v8a/build/python-installs/RecipApp/kivy/core/window/window_sdl2.py", line 747, in mainloop
  638. 06-15 15:15:29.730 24950 25073 I python  :    File "/home/gicanzo/Python/RecipApp/.buildozer/android/platform/build-arm64-v8a/build/python-installs/RecipApp/kivy/core/window/window_sdl2.py", line 479, in _mainloop
  639. 06-15 15:15:29.730   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  640. 06-15 15:15:29.730 24950 25073 I python  :    File "/home/gicanzo/Python/RecipApp/.buildozer/android/platform/build-arm64-v8a/build/python-installs/RecipApp/kivy/base.py", line 348, in idle
  641. 06-15 15:15:29.731 24950 25073 I python  :    File "/home/gicanzo/Python/RecipApp/.buildozer/android/platform/build-arm64-v8a/build/python-installs/RecipApp/kivy/clock.py", line 598, in tick_draw
  642. 06-15 15:15:29.731 24950 25073 I python  :    File "kivy/_clock.pyx", line 427, in kivy._clock.CyClockBase._process_events_before_frame
  643. 06-15 15:15:29.732 24950 25073 I python  :    File "kivy/_clock.pyx", line 467, in kivy._clock.CyClockBase._process_events_before_frame
  644. 06-15 15:15:29.732 24950 25073 I python  :    File "kivy/_clock.pyx", line 465, in kivy._clock.CyClockBase._process_events_before_frame
  645. 06-15 15:15:29.732 24950 25073 I python  :    File "kivy/_clock.pyx", line 154, in kivy._clock.ClockEvent.tick
  646. 06-15 15:15:29.733 24950 25073 I python  :    File "kivy/_clock.pyx", line 86, in kivy._clock.ClockEvent.get_callback
  647. 06-15 15:15:29.733 24950 25073 I python  :    File "/home/gicanzo/Python/RecipApp/.buildozer/android/platform/build-arm64-v8a/build/python-installs/RecipApp/kivy/weakmethod.py", line 56, in is_dead
  648. 06-15 15:15:29.733 24950 25073 I python  :  ReferenceError: weakly-referenced object no longer exists
  649. 06-15 15:15:29.733 24950 25073 I python  : Python for android ended.
  650. 06-15 15:15:29.773  1699  1878 D HBMFeatureControl: light lux=840.68945
  651. 06-15 15:15:29.905  1699  1878 D HBMFeatureControl: light lux=842.29865
  652. 06-15 15:15:29.971  1699  1878 D HBMFeatureControl: light lux=840.68945
  653. 06-15 15:15:30.105  1699  1878 D HBMFeatureControl: light lux=839.08026
  654. 06-15 15:15:30.157  1699  1937 W InputDispatcher: channel 'e280002 org.recipapp.recipapp/org.kivy.android.PythonActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
  655. 06-15 15:15:30.158  1699  1937 E InputDispatcher: channel 'e280002 org.recipapp.recipapp/org.kivy.android.PythonActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
  656. 06-15 15:15:30.160   549   549 I Zygote  : Process 24950 exited cleanly (255)
  657. 06-15 15:15:30.160   646   646 I sensors-hal: activate:107, android.sensor.accelerometer/44 en=0
  658. 06-15 15:15:29.120  1699  2021 W MiuiGesturePointerEventListener: onActionDown end: mGestureStatus = 0
  659. 06-15 15:15:30.161  1699  4086 I ActivityManager: Process org.recipapp.recipapp (pid 24950) has died: fore TOP
  660. 06-15 15:15:30.161  1699  1869 W libprocessgroup: kill(-24950, 9) failed: No such process
  661. 06-15 15:15:30.161  1699  1869 I libprocessgroup: Successfully killed process cgroup uid 10245 pid 24950 in 0ms
  662. 06-15 15:15:30.162  1699  3625 I WindowManager: WIN DEATH: Window{e280002 u0 org.recipapp.recipapp/org.kivy.android.PythonActivity}
  663. 06-15 15:15:30.162  1699  3625 W InputDispatcher: Attempted to unregister already unregistered input channel 'e280002 org.recipapp.recipapp/org.kivy.android.PythonActivity (server)'
  664. 06-15 15:15:30.164   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: killProcess is called for pid : 24950
  665. 06-15 15:15:30.170   646   646 I sensors-hal: activate:118, android.sensor.accelerometer/44 en=0 completed
  666. 06-15 15:15:30.175  1699  4086 W ActivityManager: Force removing ActivityRecord{1d829f5 u0 org.recipapp.recipapp/org.kivy.android.PythonActivity t7467}: app died, no saved state
  667. 06-15 15:15:30.179  1699  1878 D HBMFeatureControl: light lux=828.7354
  668. 06-15 15:15:30.205   689  1935 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{4abe18 token=Token{5ccadfb ActivityRecord{1d829f5 u0 org.recipapp.recipapp/org.kivy.android.PythonActivity t7467}}}#0
  669. 06-15 15:15:30.211  2090  2090 D EventBus: [2090, u0] send(AppTransitionFinishedEvent)
  670. 06-15 15:15:30.220  2090  2090 D EventBus: [2090, u0]  -> ForcedResizableInfoActivityController [0xab2c0d3, P1] onBusEvent(AppTransitionFinishedEvent)
  671. 06-15 15:15:30.220   658   743 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
  672. 06-15 15:15:30.232  2090  2090 D EventBus: [2090, u0] onBusEvent(AppTransitionFinishedEvent) duration: 11592 microseconds, avg: 2029
  673. 06-15 15:15:30.234  5078 19077 I ProcessMonitor: onForegroundInfoChanged: ForegroundInfo{mForegroundPackageName='com.miui.home', mForegroundUid=10028, mForegroundPid=2464, mLastForegroundPackageName='org.recipapp.recipapp', mLastForegroundUid=10245, mLastForegroundPid=24950, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0}
  674. 06-15 15:15:30.235  5078 19077 I GameBoosterService: onForegroundInfoChanged: Cur=com.miui.home  last=org.recipapp.recipapp
  675. 06-15 15:15:30.237  5078 19077 D GameBoosterService: onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.miui.home', mForegroundUid=10028, mForegroundPid=2464, mLastForegroundPackageName='org.recipapp.recipapp', mLastForegroundUid=10245, mLastForegroundPid=24950, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0}
  676. 06-15 15:15:30.237  5078 19077 I GameBoosterService: onForegroundInfoChanged: Exit
  677. 06-15 15:15:30.272  1699  4086 E WindowManager: Unhandled exception while laying out windows
  678. 06-15 15:15:30.272  1699  4086 E WindowManager: java.lang.NullPointerException: Attempt to read from field 'java.lang.String android.view.WindowManager$LayoutParams.packageName' on a null object reference
  679. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.wm.AppTransitionInjector.useDefaultAnimationAttr(AppTransitionInjector.java:583)
  680. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.wm.AppTransitionInjector.loadDefaultAnimation(AppTransitionInjector.java:549)
  681. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.wm.AppTransition.loadAnimation(AppTransition.java:1703)
  682. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.wm.AppWindowToken.loadAnimation(AppWindowToken.java:1947)
  683. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.wm.AppWindowToken.applyAnimationLocked(AppWindowToken.java:1854)
  684. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.wm.WindowSurfacePlacer.handleDummyVisibleApps(WindowSurfacePlacer.java:598)
  685. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.wm.WindowSurfacePlacer.handleAppTransitionReadyLocked(WindowSurfacePlacer.java:338)
  686. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.wm.RootWindowContainer.performSurfacePlacement(RootWindowContainer.java:617)
  687. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop(WindowSurfacePlacer.java:218)
  688. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:166)
  689. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:156)
  690. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.wm.WindowSurfacePlacer.continueLayout(WindowSurfacePlacer.java:147)
  691. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.wm.WindowManagerService.continueSurfaceLayout(WindowManagerService.java:3152)
  692. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:6174)
  693. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:6342)
  694. 06-15 15:15:30.272  1699  4086 E WindowManager:     at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1931)
  695. 06-15 15:15:30.272  1699  4086 E WindowManager:     at android.os.BinderProxy.sendDeathNotice(BinderProxy.java:579)
  696. 06-15 15:15:30.278   687 13125 V APM_AudioPolicyManager: AudioPolicyManager:setRecordSilenced(uid:10245, silenced:1)
  697. 06-15 15:15:30.280  1699  1867 W Looper  : Slow dispatch took 114ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=53
  698. 06-15 15:15:30.282  1699  1875 W ActivityManager: setHasOverlayUi called on unknown pid: 24950
  699. 06-15 15:15:30.284  2464  2464 D Launcher.Lifecycle: onResume:UserHandle{0},b0ccd26,false
  700. 06-15 15:15:30.285  4258  4279 I CloudSettingsProvider: uriMatch : 2
  701. 06-15 15:15:30.294  4258  4279 I CloudSettingsProvider: uriMatch : 2
  702. 06-15 15:15:30.294  2464  2801 I RenderThread: RenderThread resumed
  703. 06-15 15:15:30.294  2464  2801 D ScreenElementRoot: resume
  704. 06-15 15:15:30.295  2464  2515 D Launcher: disableStatusBarClock:false
  705. 06-15 15:15:30.295  2464  2464 D Launcher.RecommendController: folder display but only request when folder open
  706. 06-15 15:15:30.297  1699  1945 V UiModeManager: switch night mode to 1
  707. 06-15 15:15:30.295  2464  2464 I chatty  : uid=10028(com.miui.home) identical 1 line
  708. 06-15 15:15:30.295  2464  2464 D Launcher.RecommendController: folder display but only request when folder open
  709. 06-15 15:15:30.298  2464  2801 I NotifierManager: onRegister: miui.maml.NotifierManager$MultiBroadcastNotifier@ed21471
  710. 06-15 15:15:30.304  1699  1878 D HBMFeatureControl: light lux=765.05725
  711. 06-15 15:15:30.307  1699  1866 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
  712. 06-15 15:15:30.307  1699  1866 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
  713. 06-15 15:15:30.315  1699  4086 D CompatibilityInfo: mCompatibilityFlags - 0
  714. 06-15 15:15:30.315  1699  4086 D CompatibilityInfo: applicationDensity - 440
  715. 06-15 15:15:30.315  1699  4086 D CompatibilityInfo: applicationScale - 1.0
  716. 06-15 15:15:30.315   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: startService() is called for servicecom.google.android.gms/.chimera.GmsIntentOperationService
  717. 06-15 15:15:30.318  1699  3625 D CompatibilityInfo: mCompatibilityFlags - 0
  718. 06-15 15:15:30.318  1699  3625 D CompatibilityInfo: applicationDensity - 440
  719. 06-15 15:15:30.318  1699  3625 D CompatibilityInfo: applicationScale - 1.0
  720. 06-15 15:15:30.319   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: startService() is called for servicecom.google.android.gms/.chimera.PersistentIntentOperationService
  721. 06-15 15:15:30.328  1699  4145 D CompatibilityInfo: mCompatibilityFlags - 0
  722. 06-15 15:15:30.328  1699  4145 D CompatibilityInfo: applicationDensity - 440
  723. 06-15 15:15:30.328  1699  4145 D CompatibilityInfo: applicationScale - 1.0
  724. 06-15 15:15:30.328   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: startService() is called for servicecom.google.android.gms/.stats.service.DropBoxEntryAddedService
  725. 06-15 15:15:30.338   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  726. 06-15 15:15:30.340   689   689 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 3 lines
  727. 06-15 15:15:30.340   689   689 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  728. 06-15 15:15:30.363   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: bindService is called for service : com.google.android.gms/.chimera.PersistentDirectBootAwareApiService and for client com.google.android.gms
  729. 06-15 15:15:30.363   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for service : com.google.android.gms/.chimera.PersistentDirectBootAwareApiServiceare :1
  730. 06-15 15:15:30.363   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for client : com.google.android.gmsare :2
  731. 06-15 15:15:30.377   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: bindService is called for service : com.google.android.gms/.chimera.PersistentApiService and for client com.google.android.gms
  732. 06-15 15:15:30.377   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for service : com.google.android.gms/.chimera.PersistentApiServiceare :1
  733. 06-15 15:15:30.377   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for client : com.google.android.gmsare :3
  734. 06-15 15:15:30.378  1699  4145 D CompatibilityInfo: mCompatibilityFlags - 0
  735. 06-15 15:15:30.378  1699  4145 D CompatibilityInfo: applicationDensity - 440
  736. 06-15 15:15:30.378  1699  4145 D CompatibilityInfo: applicationScale - 1.0
  737. 06-15 15:15:30.379   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: startService() is called for servicecom.google.android.gms/.chimera.PersistentApiService
  738. 06-15 15:15:30.393   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: bindService is called for service : com.google.android.gms/.chimera.PersistentDirectBootAwareApiService and for client com.google.android.gms.persistent
  739. 06-15 15:15:30.393   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for service : com.google.android.gms/.chimera.PersistentDirectBootAwareApiServiceare :2
  740. 06-15 15:15:30.393   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for client : com.google.android.gms.persistentare :3
  741. 06-15 15:15:30.397   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: bindService is called for service : com.google.android.gms/com.google.android.location.reporting.service.ReportingAndroidService and for client com.google.android.gms.persistent
  742. 06-15 15:15:30.397   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for service : com.google.android.gms/com.google.android.location.reporting.service.ReportingAndroidServiceare :1
  743. 06-15 15:15:30.397   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: total connections for client : com.google.android.gms.persistentare :4
  744. 06-15 15:15:30.397  1699  4145 D CompatibilityInfo: mCompatibilityFlags - 0
  745. 06-15 15:15:30.397  1699  4145 D CompatibilityInfo: applicationDensity - 440
  746. 06-15 15:15:30.397  1699  4145 D CompatibilityInfo: applicationScale - 1.0
  747. 06-15 15:15:30.398   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: startService() is called for servicecom.google.android.gms/com.google.android.location.reporting.service.ReportingAndroidService
  748. 06-15 15:15:30.405   666   666 I /vendor/bin/hw/vendor.qti.hardwa...@1.0-service: destroyService is called for service : com.google.android.gms/.stats.service.DropBoxEntryAddedService
  749. 06-15 15:15:30.440  1699  1878 D HBMFeatureControl: light lux=706.4366
  750. 06-15 15:15:30.505  1699  1878 D HBMFeatureControl: light lux=685.74695
  751. 06-15 15:15:30.641  1699  1878 D HBMFeatureControl: light lux=688.2757
  752. 06-15 15:15:30.646  2856  2895 W ServiceManagement: Waited for hwservicemanager.ready for a second, waiting another...
  753. 06-15 15:15:30.647  2856  2895 E libc    : Access denied finding property "hwservicemanager.ready"
  754. 06-15 15:15:30.647  2856  2895 E libc    : Access denied finding property "hwservicemanager.ready"
  755. 06-15 15:15:30.634  2856  2856 W Binder:2856_1: type=1400 audit(0.0:703726): avc: denied { read } for name="u:object_r:hwservicemanager_prop:s0" dev="tmpfs" ino=22534 scontext=u:r:mcd:s0 tcontext=u:object_r:hwservicemanager_prop:s0 tclass=file permissive=0
  756. 06-15 15:15:30.644  2856  2856 W Binder:2856_1: type=1400 audit(0.0:703727): avc: denied { read } for name="u:object_r:hwservicemanager_prop:s0" dev="tmpfs" ino=22534 scontext=u:r:mcd:s0 tcontext=u:object_r:hwservicemanager_prop:s0 tclass=file permissive=0
  757. 06-15 15:15:30.707  1699  1878 D HBMFeatureControl: light lux=722.7584
  758. 06-15 15:15:30.760   847   911 E storaged: getDiskStats failed with result NOT_SUPPORTED and size 0
  759. 06-15 15:15:30.841  1699  1878 D HBMFeatureControl: light lux=752.6435
  760. 06-15 15:15:30.911  1699  1878 D HBMFeatureControl: light lux=764.3676
  761. 06-15 15:15:30.941  2090  2308 D NetworkController.MobileSignalController(1): 4G level = 5



Giù sé

unread,
Jun 17, 2020, 6:11:34 AM6/17/20