bastibl / android-fm

FM Receiver for GNU Radio on Android
24 stars 2 forks source link

Not working on Pixel 3a with Android 9 Pie for both RTL and USRP #2

Open JimmyLi-Network opened 4 years ago

JimmyLi-Network commented 4 years ago

Thanks for great project!

I successfully built the toolchain and tried to run android-fm on my experimental Pixel 3a with Android 9 Pie.

I plugged RTL with OTG to Pixel and the App crashed after I click 'yes' to request of access RTL. That's just no response.

I tried to debug in Android Studio but no useful information(forgive me, I'm a hardware guy and writing Verilog, not familiar with Android).

bastibl commented 4 years ago

When trying it with the RTL-SDR, please make sure that the code is not changed, i.e., the repo is clean. (Just saying, because the topic suggests you also tried a USPR, which requires adapting the source code). If there are still issues, can you please try to get some logs: When it crashes, leave the application open and connect the phone to Android Studio again. At the bottom you can switch to logcat output, which hopefully provides some information.

JimmyLi-Network commented 4 years ago

When trying it with the RTL-SDR, please make sure that the code is not changed, i.e., the repo is clean. (Just saying, because the topic suggests you also tried a USPR, which requires adapting the source code). If there are still issues, can you please try to get some logs: When it crashes, leave the application open and connect the phone to Android Studio again. At the bottom you can switch to logcat output, which hopefully provides some information.

Hi @bastibl ,

I just export the logcat after the app crashed and closed. I clicked 'yes' to approve the connection to RTL, and it crashed.

Thanks for your great project!

Logcat:

2020-07-14 02:44:04.964 13033-13070/? I/Adreno: QUALCOMM build : 97eb455, I987d6683f9 Build Date : 11/29/18 OpenGL ES Shader Compiler Version: EV031.25.03.02 Local Branch : Remote Branch : Remote Branch : Reconstruct Branch : 2020-07-14 02:44:04.964 13033-13070/? I/Adreno: Build Config : S P 4.0.10 AArch64 2020-07-14 02:44:04.966 13033-13070/? E/libc: Access denied finding property "ro.vendor.graphics.memory" 2020-07-14 02:44:04.967 13033-13070/? I/Adreno: PFP: 0x016ee176, ME: 0x00000000 2020-07-14 02:44:04.970 13033-13070/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 1 2020-07-14 02:44:04.970 13033-13070/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 1 2020-07-14 02:44:04.971 13033-13070/? I/OpenGLRenderer: Initialized EGL, version 1.4 2020-07-14 02:44:04.971 13033-13070/? D/OpenGLRenderer: Swap behavior 2 2020-07-14 02:44:05.003 5801-5801/? I/GoogleInputMethod: onFinishInput() : Dummy InputConnection bound 2020-07-14 02:44:05.003 5801-5801/? I/GoogleInputMethod: onStartInput() : Dummy InputConnection bound 2020-07-14 02:44:05.021 13033-13070/? E/libc: Access denied finding property "vendor.gralloc.disable_ahardware_buffer" 2020-07-14 02:44:05.042 777-777/? D/android.hardware.power@1.3-service.bonito-libperfmgr: LAUNCH OFF 2020-07-14 02:44:05.075 5475-11420/? I/PBSessionCacheImpl: Deleted sessionId[84666423066] from persistence. 2020-07-14 02:44:05.096 5475-5750/? W/SearchServiceCore: Abort, client detached. 2020-07-14 02:44:05.105 5475-5750/? I/WorkerManager: dispose() 2020-07-14 02:44:05.105 5475-5750/? W/ThreadPoolDumper: Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small. 2020-07-14 02:44:05.196 590-4137/? W/SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen net.bastibl.fm#0 2020-07-14 02:44:05.196 590-4137/? W/SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen net.bastibl.fm#0 2020-07-14 02:44:05.572 5461-13022/? E/ctxmgr: [BaseServerTask]Failed network request due to no network connectivity: expired 2020-07-14 02:44:05.573 5461-13022/? E/ctxmgr: [DailyCheckinOperation]Failed daily get config: network status=1 2020-07-14 02:44:05.788 777-777/? D/android.hardware.power@1.3-service.bonito-libperfmgr: LAUNCH ON 2020-07-14 02:44:05.816 1236-4752/? W/ActivityManager: getTaskSnapshot: taskId=23 not found 2020-07-14 02:44:05.827 590-609/? D/SurfaceFlinger: duplicate layer name: changing com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity to com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity#1 2020-07-14 02:44:05.848 4646-4646/? I/vol.Events: writeEvent dismiss_dialog volume_controller 2020-07-14 02:44:05.848 4646-4646/? V/StatusBar: mStatusBarWindow: com.android.systemui.statusbar.phone.StatusBarWindowView{cd44e7a V.ED..... ........ 0,0-1080,66} canPanelBeCollapsed(): false 2020-07-14 02:44:05.856 777-777/? D/android.hardware.power@1.3-service.bonito-libperfmgr: LAUNCH OFF 2020-07-14 02:44:05.944 590-609/? W/SurfaceFlinger: Attempting to destroy on removed layer: a6a703d RecentsOnboarding#0 2020-07-14 02:44:06.217 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:06.223 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:44:06.235 1236-9940/? I/chatty: uid=1000(system) RenderThread expire 2 lines 2020-07-14 02:44:06.303 5801-5801/? I/GoogleInputMethod: onFinishInput() : Dummy InputConnection bound 2020-07-14 02:44:06.303 5801-5801/? I/GoogleInputMethod: onStartInput() : Dummy InputConnection bound 2020-07-14 02:44:06.318 778-1038/? I/CHRE: @ 90519.477: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:06.322 5461-6268/? W/GCoreFlp: No location to return for getLastLocation() 2020-07-14 02:44:06.322 5475-5750/? I/RunnerModule: Event Bus thread priority is now 0 2020-07-14 02:44:06.323 5475-5475/? I/SearchServiceCore: Event Bus thread is enabled 2020-07-14 02:44:06.348 5475-5750/? W/SessionLifecycleManager: Handover failed. Creating new session controller. 2020-07-14 02:44:06.361 1236-1247/? I/chatty: uid=1000(system) HeapTaskDaemon expire 1 line 2020-07-14 02:44:06.443 760-1175/? D/sound_trigger_hw: stdev_start_recognition:[1] Enter 2020-07-14 02:44:06.443 760-1175/? D/platform_realtek: platform_start_recognition: hotword 2020-07-14 02:44:06.443 760-1175/? D/sound_trigger_hw: stdev_start_recognition:[1] Exit 2020-07-14 02:44:06.443 760-1115/? I/sound_trigger_hw: callback_thread_loop: Termination message 2020-07-14 02:44:06.444 1236-4752/? I/SoundTriggerHelper: startRecognition successful. 2020-07-14 02:44:06.444 5341-5341/? I/GsaVoiceInteractionSrv: Start Hotword Recognition Status: true 2020-07-14 02:44:06.446 760-1115/? D/platform_realtek: platform_enable_dsp: Disable 2020-07-14 02:44:06.450 5475-5481/? I/earchbox:searc: Compiler allocated 5MB to compile java.lang.Object com.google.android.apps.gsa.binaries.velvet.app.en.afZ() 2020-07-14 02:44:06.635 760-1115/? D/platform_realtek: platform_enable_dsp: Enable 2020-07-14 02:44:06.635 760-1115/? I/sound_trigger_hw: callback_thread_loop: Start poll 2020-07-14 02:44:06.724 1236-4752/? W/ActivityManager: Request to remove task ignored for non-existent task 23 2020-07-14 02:44:07.304 5461-6268/? W/GCoreFlp: No location to return for getLastLocation() 2020-07-14 02:44:07.572 760-1175/? D/audio_hw_primary: disable_audio_route: usecase(1) reset and update mixer path: low-latency-playback speaker 2020-07-14 02:44:07.574 760-1175/? I/audio_hw_cirrus_playback: audio_extn_spkr_prot_stop_processing: pcm_tx_close 2020-07-14 02:44:07.586 760-1175/? D/audio_hw_primary: disable_audio_route: usecase(24) reset and update mixer path: spkr-vi-record vi-feedback 2020-07-14 02:44:07.586 760-1175/? D/audio_hw_primary: disable_snd_device: snd_device(103: vi-feedback) 2020-07-14 02:44:09.521 778-1038/? I/CHRE: @ 90522.680: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:11.432 5475-11305/? I/EventLogSendingHelper: Sending log events. 2020-07-14 02:44:11.789 780-12938/? I/android.hardware.usb.gadget@1.0-service.bonito: event=1 on fd=16 2020-07-14 02:44:11.792 9926-12936/? E/adbd: aio: got error event on write total bufs 1: Unknown error 524 2020-07-14 02:44:11.792 9926-12936/? E/adbd: remote usb: 1 - write terminated: Unknown error 524 2020-07-14 02:44:11.793 780-12938/? I/android.hardware.usb.gadget@1.0-service.bonito: event=1 on fd=16 2020-07-14 02:44:11.830 1236-4140/? I/chatty: uid=1000(system) HwBinder:1236_2 expire 10 lines 2020-07-14 02:44:11.914 1236-4124/? I/chatty: uid=1000(system) HwBinder:1236_1 expire 26 lines 2020-07-14 02:44:12.016 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:12.019 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:44:12.121 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:12.142 780-4595/? I/android.hardware.usb@1.1-service.bonito: uevent received DEVTYPE=typec_partner 2020-07-14 02:44:12.143 780-4595/? I/android.hardware.usb@1.1-service.bonito: port0 2020-07-14 02:44:12.143 780-4595/? I/android.hardware.usb@1.1-service.bonito: connected:0 canChangeMode:1 canChagedata:0 canChangePower:0 2020-07-14 02:44:12.144 1236-4124/? I/UsbPortManager: ClientCallback: port0 2020-07-14 02:44:12.144 1236-1264/? I/UsbPortManager: USB port changed: port=UsbPort{id=port0, supportedModes=dual}, status=UsbPortStatus{connected=false, currentMode=none, currentPowerRole=no-power, currentDataRole=no-data, supportedRoleCombinations=[no-power:no-data]}, canChangeMode=true, canChangePowerRole=false, canChangeDataRole=false 2020-07-14 02:44:12.145 780-12938/? I/android.hardware.usb.gadget@1.0-service.bonito: event=1 on fd=16 2020-07-14 02:44:12.145 5445-12935/? E/MtpServer: request read returned -1, errno: 108 2020-07-14 02:44:12.145 9926-12937/? E/adbd: aio: got error event on read total bufs 1: Cannot send after transport endpoint shutdown 2020-07-14 02:44:12.145 9926-12937/? E/adbd: remote usb: read terminated (message): Cannot send after transport endpoint shutdown 2020-07-14 02:44:12.147 9926-9926/? I/adbd: closing functionfs transport 2020-07-14 02:44:12.148 780-12938/? I/android.hardware.usb.gadget@1.0-service.bonito: event=1 on fd=16 2020-07-14 02:44:12.192 780-12938/? I/android.hardware.usb.gadget@1.0-service.bonito: event=1 on fd=16 2020-07-14 02:44:12.219 9926-9928/? I/adbd: initializing functionfs 2020-07-14 02:44:12.219 780-12938/? I/android.hardware.usb.gadget@1.0-service.bonito: event=1 on fd=16 2020-07-14 02:44:12.219 9926-9928/? I/adbd: functionfs successfully initialized 2020-07-14 02:44:12.219 9926-9928/? I/adbd: registering usb transport 2020-07-14 02:44:12.253 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:12.256 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:12.259 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:44:12.260 1236-1258/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_DISCONNECTED flg=0x4000010 (has extras) } to com.google.android.apps.photos/.scheduler.PowerReceiver 2020-07-14 02:44:12.263 5592-5592/? I/iu.Environment: update battery state; isPlugged? false* 2020-07-14 02:44:12.263 1236-10625/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_DISCONNECTED flg=0x4000010 (has extras) } to com.google.android.projection.gearhead/com.google.android.apps.auto.components.connectivity.impl.ConnectivityEventHandlerImpl$ConnectivityEventBroadcastReceiver 2020-07-14 02:44:12.265 5592-9996/? I/iu.UploadsManager: num queued entries: 0 2020-07-14 02:44:12.265 5592-9996/? I/iu.UploadsManager: num updated entries: 0 2020-07-14 02:44:12.268 5592-9996/? I/iu.SyncManager: NEXT; no task 2020-07-14 02:44:12.273 4646-4646/? I/PowerUI: currentTemp=23.571001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001, 2020-07-14 02:44:12.274 4646-4646/? I/Elmyra/ElmyraService: Gated by ChargingState 2020-07-14 02:44:12.275 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:44:12.277 778-1038/? D/CHRE: @ 90525.438: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 2 2020-07-14 02:44:12.277 778-1038/? D/CHRE: @ 90525.438: [Elmyra] Recognizer start: 0 2020-07-14 02:44:12.288 777-777/? E/android.hardware.power@1.3-service.bonito-libperfmgr: extract_stats: failed to open: /d/wlan0/power_stats Error = No such file or directory 2020-07-14 02:44:12.288 777-777/? E/android.hardware.power@1.3-service.bonito-libperfmgr: getSubsystemLowPowerStats: failed to process wlan stats 2020-07-14 02:44:12.289 1236-1262/? I/BatteryStatsImpl: Resetting battery stats: level=96 status=2 dischargeLevel=96 lowAmount=0 highAmount=0 2020-07-14 02:44:12.302 777-777/? E/android.hardware.power@1.3-service.bonito-libperfmgr: extract_stats: failed to open: /d/wlan0/power_stats Error = No such file or directory 2020-07-14 02:44:12.302 777-777/? E/android.hardware.power@1.3-service.bonito-libperfmgr: getSubsystemLowPowerStats: failed to process wlan stats 2020-07-14 02:44:12.321 1236-1258/? I/BinderCallsStatsService: Resetting stats 2020-07-14 02:44:12.413 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:12.724 778-1038/? I/CHRE: @ 90525.883: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:12.777 4646-4646/? I/Elmyra/ElmyraService: Unblocked; current action: SetupWizardAction 2020-07-14 02:44:12.780 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:44:12.782 766-766/? I/chatty: uid=1000(system) contexthub@1.0- identical 1 line 2020-07-14 02:44:12.783 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:44:12.784 778-1038/? D/CHRE: @ 90525.945: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 29 2020-07-14 02:44:12.789 778-1038/? D/CHRE: @ 90525.945: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 5 2020-07-14 02:44:12.793 778-1038/? D/CHRE: @ 90525.953: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 2 2020-07-14 02:44:12.793 778-1038/? D/CHRE: @ 90525.953: [Elmyra] Recognizer start: 1 2020-07-14 02:44:13.148 1236-1264/? D/UsbDeviceManager: Clear notification 2020-07-14 02:44:13.150 1236-1264/? I/UsbDeviceManager: Setting USB config to 2020-07-14 02:44:13.150 1236-1264/? D/UsbDeviceManager: setUsbConfig(1) request:8 2020-07-14 02:44:13.152 4646-4646/? I/Elmyra/ElmyraService: Gated by UsbState 2020-07-14 02:44:13.154 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:44:13.154 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: setCurrentUsbFunctions None 2020-07-14 02:44:13.157 778-1038/? D/CHRE: @ 90526.312: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 2 2020-07-14 02:44:13.157 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: mMonitor signalled to exit 2020-07-14 02:44:13.157 778-1038/? D/CHRE: @ 90526.312: [Elmyra] Recognizer start: 0 2020-07-14 02:44:13.157 780-12938/? I/android.hardware.usb.gadget@1.0-service.bonito: event=1 on fd=17 2020-07-14 02:44:13.157 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: mMonitor destroyed 2020-07-14 02:44:13.157 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: Returned from tearDown gadget 2020-07-14 02:44:13.170 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:13.258 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: enable usbradio debug functions 2020-07-14 02:44:13.258 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: setCurrentUsbFunctions Adb 2020-07-14 02:44:13.258 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: Service started 2020-07-14 02:44:13.325 793-793/? I/vendor.rmt_storage: rmt_storage_connect_cb: clnt_h=0x17 conn_h=0x744862c010 2020-07-14 02:44:13.325 793-793/? I/vendor.rmt_storage: rmt_storage_rw_iovec_cb: /boot/modem_fs2: req_h=0x17 msg_id=3: R/W request received 2020-07-14 02:44:13.326 793-793/? I/vendor.rmt_storage: wakelock acquired: 1, error no: 42 2020-07-14 02:44:13.326 793-1163/? I/vendor.rmt_storage: rmt_storage_client_thread: /boot/modem_fs2: Unblock worker thread (th_id: 499427054832) 2020-07-14 02:44:13.423 793-1163/? I/vendor.rmt_storage: rmt_storage_client_thread: /boot/modem_fs2: req_h=0x17 msg_id=3: Bytes written = 2097152 2020-07-14 02:44:13.423 793-1163/? I/vendor.rmt_storage: rmt_storage_client_thread: /boot/modem_fs2: req_h=0x17 msg_id=3: Send response: res=0 err=0 2020-07-14 02:44:13.423 793-1163/? I/vendor.rmt_storage: rmt_storage_client_thread: /boot/modem_fs2: About to block rmt_storage client thread (th_id: 499427054832) wakelock released: 1, error no: 0 2020-07-14 02:44:13.424 793-793/? I/vendor.rmt_storage: rmt_storage_disconnect_cb: clnt_h=0x17 conn_h=0x744862c010 2020-07-14 02:44:13.656 4646-4646/? I/Elmyra/ElmyraService: Unblocked; current action: SetupWizardAction 2020-07-14 02:44:13.660 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:44:13.661 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:44:13.663 778-1038/? D/CHRE: @ 90526.820: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 29 2020-07-14 02:44:13.663 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:44:13.670 778-1038/? D/CHRE: @ 90526.820: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 5 2020-07-14 02:44:13.675 778-1038/? D/CHRE: @ 90526.828: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 2 2020-07-14 02:44:13.675 778-1038/? D/CHRE: @ 90526.828: [Elmyra] Recognizer start: 1 2020-07-14 02:44:13.761 780-13082/? I/android.hardware.usb.gadget@1.0-service.bonito: GADGET pulled up 2020-07-14 02:44:13.762 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: monitorFfs signalled true 2020-07-14 02:44:13.763 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: Usb Gadget setcurrent functions called successfully 2020-07-14 02:44:13.763 1236-4124/? E/UsbDeviceManager: notifyCurrentFunction request:8 status:0 2020-07-14 02:44:14.031 1236-10625/? I/chatty: uid=1000(system) Binder:1236_1D expire 1 line 2020-07-14 02:44:14.054 1236-4580/? I/chatty: uid=1000(system) WifiScanningSer expire 1 line 2020-07-14 02:44:15.633 5461-10701/? E/ctxmgr: [BaseServerTask]Failed network request due to no network connectivity: expired 2020-07-14 02:44:15.638 5461-10701/? E/ctxmgr: [DailyCheckinOperation]Failed daily get config: network status=1 2020-07-14 02:44:15.940 778-1038/? I/CHRE: @ 90529.086: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:16.183 1236-4124/? I/chatty: uid=1000(system) HwBinder:1236_1 expire 10 lines 2020-07-14 02:44:16.268 1236-4140/? I/chatty: uid=1000(system) HwBinder:1236_2 expire 6 lines 2020-07-14 02:44:16.432 5475-11049/? I/EventLogSendingHelper: Sending log events. 2020-07-14 02:44:16.468 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:16.473 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:44:16.560 780-4595/? I/android.hardware.usb@1.1-service.bonito: uevent received DEVTYPE=typec_port 2020-07-14 02:44:16.562 780-4595/? I/android.hardware.usb@1.1-service.bonito: port0 2020-07-14 02:44:16.562 780-4595/? I/android.hardware.usb@1.1-service.bonito: connected:0 canChangeMode:1 canChagedata:0 canChangePower:0 2020-07-14 02:44:16.563 780-4595/? I/android.hardware.usb@1.1-service.bonito: uevent received DEVTYPE=typec_port 2020-07-14 02:44:16.563 1236-4140/? I/UsbPortManager: ClientCallback: port0 2020-07-14 02:44:16.564 780-4595/? I/android.hardware.usb@1.1-service.bonito: port0 2020-07-14 02:44:16.564 780-4595/? I/android.hardware.usb@1.1-service.bonito: connected:0 canChangeMode:1 canChagedata:0 canChangePower:0 2020-07-14 02:44:16.564 1236-4124/? I/UsbPortManager: ClientCallback: port0 2020-07-14 02:44:16.570 780-4595/? I/android.hardware.usb@1.1-service.bonito: uevent received DEVTYPE=typec_port 2020-07-14 02:44:16.571 780-4595/? I/android.hardware.usb@1.1-service.bonito: port0 2020-07-14 02:44:16.571 780-4595/? I/android.hardware.usb@1.1-service.bonito: connected:0 canChangeMode:1 canChagedata:0 canChangePower:0 2020-07-14 02:44:16.572 1236-4124/? I/UsbPortManager: ClientCallback: port0 2020-07-14 02:44:16.579 1236-4635/? I/chatty: uid=1000(system) UsbService host expire 2 lines 2020-07-14 02:44:16.964 4646-4646/? V/DeadZone: consuming errant click: (270.0,28.0) 2020-07-14 02:44:16.966 4646-4646/? V/DeadZone: consuming errant click: (270.0,28.0) 2020-07-14 02:44:17.036 1236-4635/? D/UsbHostManager: USB device attached: vidpid 0bda:2838 mfg/product/ver/serial Realtek/RTL2838UHIDIR/1.00/00000001 hasAudio/HID/Storage: false/false/false 2020-07-14 02:44:17.059 1236-4635/? D/UsbHostManager: Added device UsbDevice[mName=/dev/bus/usb/001/002,mVendorId=3034,mProductId=10296,mClass=0,mSubclass=0,mProtocol=0,mManufacturerName=Realtek,mProductName=RTL2838UHIDIR,mVersion=1.00,mSerialNumber=00000001,mConfigurations=[ UsbConfiguration[mId=1,mName=USB2.0-Bulk&Iso,mAttributes=128,mMaxPower=250,mInterfaces=[ UsbInterface[mId=0,mAlternateSetting=0,mName=Bulk-In, Interface,mClass=255,mSubclass=255,mProtocol=255,mEndpoints=[ UsbEndpoint[mAddress=129,mAttributes=2,mMaxPacketSize=512,mInterval=0]] UsbInterface[mId=1,mAlternateSetting=0,mName=Bulk-In, Interface,mClass=255,mSubclass=255,mProtocol=255,mEndpoints=[]]] 2020-07-14 02:44:18.545 1236-10625/? I/ActivityManager: Killing 11995:com.android.chrome/u0a122 (adj 906): empty #17 2020-07-14 02:44:18.548 1236-1261/? I/chatty: uid=1000(system) ActivityManager expire 5 lines 2020-07-14 02:44:18.593 731-731/? I/Zygote: Process 11995 exited due to signal (9) 2020-07-14 02:44:19.070 1236-10625/? I/ActivityManager: Killing 13033:net.bastibl.fm/u0a146 (adj 900): remove task 2020-07-14 02:44:19.107 1236-4138/? I/chatty: uid=1000(system) InputDispatcher expire 2 lines 2020-07-14 02:44:19.109 1236-10625/? I/WindowManager: WIN DEATH: Window{6386ed7 u0 net.bastibl.fm/net.bastibl.fmrx.MainActivity} 2020-07-14 02:44:19.109 1236-10625/? I/chatty: uid=1000(system) Binder:1236_1D expire 1 line 2020-07-14 02:44:19.110 730-730/? I/Zygote: Process 13033 exited due to signal (9) 2020-07-14 02:44:19.114 590-609/? W/SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{a41e5c9 token=Token{2a7d1d0 ActivityRecord{5975d93 u0 net.bastibl.fm/net.bastibl.fmrx.MainActivity t26}}}#0 2020-07-14 02:44:19.118 1236-1266/? W/ActivityManager: setHasOverlayUi called on unknown pid: 13033 2020-07-14 02:44:19.121 778-1038/? I/CHRE: @ 90532.281: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:19.123 1236-1261/? I/chatty: uid=1000(system) ActivityManager expire 2 lines 2020-07-14 02:44:20.022 5801-5801/? I/GoogleInputMethod: onFinishInput() : Dummy InputConnection bound 2020-07-14 02:44:20.023 5801-5801/? I/GoogleInputMethod: onStartInput() : Dummy InputConnection bound 2020-07-14 02:44:20.780 4646-4646/? I/PowerUI: currentTemp=23.348001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=3,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001, 2020-07-14 02:44:21.167 1236-10625/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=net.bastibl.fm/net.bastibl.fmrx.MainActivity bnds=[37,1307][238,1615]} from uid 10012 2020-07-14 02:44:21.168 760-6788/? D/audio_route: Apply path: speaker 2020-07-14 02:44:21.168 760-6788/? D/audio_hw_primary: enable_snd_device: snd_device(103: vi-feedback) 2020-07-14 02:44:21.168 760-6788/? D/audio_route: Apply path: vi-feedback 2020-07-14 02:44:21.168 760-6788/? E/audio_hw_utils: audio_extn_utils_send_app_type_cfg: Failed to derive app_type for uc type : 0x1 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 512, path = 1, app id = 0x11132, sample rate = 48000 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> send_asm_topology 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID 2020-07-14 02:44:21.168 777-777/? D/android.hardware.power@1.3-service.bonito-libperfmgr: AUDIO STREAMING ON 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> send_adm_topology 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> send_audtable 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> send_audvoltable 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0 2020-07-14 02:44:21.168 760-6788/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> send_audstrmtable 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> send_afe_topology 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 512, Topology Id 10001ccc 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> send_afe_cal 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 512 path = 1 2020-07-14 02:44:21.168 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY 2020-07-14 02:44:21.168 760-6788/? D/audio_hw_primary: enable_audio_route: usecase(24) apply and update mixer path: spkr-vi-record vi-feedback 2020-07-14 02:44:21.168 760-6788/? D/audio_route: Apply path: spkr-vi-record vi-feedback 2020-07-14 02:44:21.174 777-777/? D/android.hardware.power@1.3-service.bonito-libperfmgr: LAUNCH ON 2020-07-14 02:44:21.187 5461-6268/? W/GCoreFlp: No location to return for getLastLocation() 2020-07-14 02:44:21.203 1236-1260/? I/ActivityManager: Start proc 13084:net.bastibl.fm/u0a146 for activity net.bastibl.fm/net.bastibl.fmrx.MainActivity 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 513, path = 0, app id = 0x11130, sample rate = 48000 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> send_asm_topology 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> send_adm_topology 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> send_audtable 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> send_audvoltable 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0 2020-07-14 02:44:21.204 760-6788/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> send_audstrmtable 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 488 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> send_afe_topology 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 513, Topology Id 10000ccc 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> send_afe_cal 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 513 path = 0 2020-07-14 02:44:21.204 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY 2020-07-14 02:44:21.204 760-6788/? D/audio_hw_primary: enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback speaker 2020-07-14 02:44:21.204 760-6788/? D/audio_route: Apply path: low-latency-playback speaker 2020-07-14 02:44:21.205 13084-13084/? I/net.bastibl.fm: Late-enabling -Xcheck:jni 2020-07-14 02:44:21.256 760-6788/? D/audio_hw_primary: out_write: retry previous failed cal level set 2020-07-14 02:44:21.256 777-777/? D/android.hardware.power@1.3-service.bonito-libperfmgr: AUDIO STREAMING OFF 2020-07-14 02:44:21.276 5547-5557/? W/System: A resource failed to call release. 2020-07-14 02:44:21.276 5547-5557/? W/System: A resource failed to call release. 2020-07-14 02:44:21.276 5547-5557/? W/InputChannel-JNI: Input channel object 'recents_animation_input_consumer (client)' was finalized without being disposed! 2020-07-14 02:44:21.277 5547-5557/? W/System: A resource failed to call release. 2020-07-14 02:44:21.295 760-1175/? D/sound_trigger_hw: stdev_stop_recognition:[1] Enter 2020-07-14 02:44:21.295 760-1175/? D/platform_realtek: platform_deactive: hotword 2020-07-14 02:44:21.295 760-1175/? D/sound_trigger_hw: idle_state_fn:[1] handle event id 7 2020-07-14 02:44:21.295 760-1175/? D/sound_trigger_hw: idle_state_fn:[1] unhandled event 2020-07-14 02:44:21.295 760-1175/? D/sound_trigger_hw: idle_state_fn:[1] handle event id 4 2020-07-14 02:44:21.295 760-1175/? D/sound_trigger_hw: idle_state_fn:[1] unhandled event 2020-07-14 02:44:21.295 760-1115/? I/sound_trigger_hw: callback_thread_loop: Termination message 2020-07-14 02:44:21.295 760-1175/? D/sound_trigger_hw: stdev_stop_recognition:[1] Exit status 0 2020-07-14 02:44:21.298 5341-5341/? I/GsaVoiceInteractionSrv: Stop Hotword Recognition status: true 2020-07-14 02:44:21.331 590-590/? W/surfaceflinger: type=1400 audit(0.0:576): avc: denied { read } for name="u:object_r:vendor_display_prop:s0" dev="tmpfs" ino=17120 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:vendor_display_prop:s0 tclass=file permissive=0 2020-07-14 02:44:21.333 590-590/? E/libc: Access denied finding property "vendor.debug.egl.swapinterval" 2020-07-14 02:44:21.347 590-590/? W/surfaceflinger: type=1400 audit(0.0:577): avc: denied { read } for name="u:object_r:vendor_display_prop:s0" dev="tmpfs" ino=17120 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:vendor_display_prop:s0 tclass=file permissive=0 2020-07-14 02:44:21.349 590-590/? E/libc: Access denied finding property "vendor.debug.egl.swapinterval" 2020-07-14 02:44:21.363 760-1115/? D/platform_realtek: platform_enable_dsp: Disable 2020-07-14 02:44:21.364 590-590/? W/surfaceflinger: type=1400 audit(0.0:578): avc: denied { read } for name="u:object_r:vendor_display_prop:s0" dev="tmpfs" ino=17120 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:vendor_display_prop:s0 tclass=file permissive=0 2020-07-14 02:44:21.365 760-1115/? I/sound_trigger_hw: callback_thread_loop: Enter Suspend 2020-07-14 02:44:21.366 590-590/? E/libc: Access denied finding property "vendor.debug.egl.swapinterval" 2020-07-14 02:44:21.381 590-590/? W/surfaceflinger: type=1400 audit(0.0:579): avc: denied { read } for name="u:object_r:vendor_display_prop:s0" dev="tmpfs" ino=17120 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:vendor_display_prop:s0 tclass=file permissive=0 2020-07-14 02:44:21.383 590-590/? E/libc: Access denied finding property "vendor.debug.egl.swapinterval" 2020-07-14 02:44:21.504 13084-13084/? W/net.bastibl.fm: type=1400 audit(0.0:580): avc: denied { read } for comm=45474C20496E6974 name="u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=17118 scontext=u:r:untrusted_app:s0:c146,c256,c512,c768 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=0 2020-07-14 02:44:21.508 13084-13100/? E/libc: Access denied finding property "vendor.debug.egl.profiler" 2020-07-14 02:44:21.555 13084-13084/? V/uhd::b200_impl: Registering B200 2020-07-14 02:44:21.555 13084-13084/? V/uhd::b200_impl: Registered 2020-07-14 02:44:21.593 13084-13084/? W/net.bastibl.fm: Accessing hidden method Landroid/graphics/drawable/Drawable;->getOpticalInsets()Landroid/graphics/Insets; (light greylist, linking) 2020-07-14 02:44:21.593 13084-13084/? W/net.bastibl.fm: Accessing hidden field Landroid/graphics/Insets;->left:I (light greylist, linking) 2020-07-14 02:44:21.593 13084-13084/? W/net.bastibl.fm: Accessing hidden field Landroid/graphics/Insets;->right:I (light greylist, linking) 2020-07-14 02:44:21.593 13084-13084/? W/net.bastibl.fm: Accessing hidden field Landroid/graphics/Insets;->top:I (light greylist, linking) 2020-07-14 02:44:21.593 13084-13084/? W/net.bastibl.fm: Accessing hidden field Landroid/graphics/Insets;->bottom:I (light greylist, linking) 2020-07-14 02:44:21.628 13084-13084/? W/net.bastibl.fm: Accessing hidden method Landroid/view/View;->getAccessibilityDelegate()Landroid/view/View$AccessibilityDelegate; (light greylist, linking) 2020-07-14 02:44:21.660 13084-13084/? W/net.bastibl.fm: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection) 2020-07-14 02:44:21.661 13084-13084/? W/net.bastibl.fm: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection) 2020-07-14 02:44:21.668 13084-13084/? W/net.bastibl.fm: Accessing hidden method Landroid/widget/TextView;->getTextDirectionHeuristic()Landroid/text/TextDirectionHeuristic; (light greylist, linking) 2020-07-14 02:44:21.704 13084-13084/? W/net.bastibl.fm: Accessing hidden method Landroid/graphics/FontFamily;->()V (light greylist, reflection) 2020-07-14 02:44:21.704 13084-13084/? W/net.bastibl.fm: Accessing hidden method Landroid/graphics/FontFamily;->addFontFromAssetManager(Landroid/content/res/AssetManager;Ljava/lang/String;IZIII[Landroid/graphics/fonts/FontVariationAxis;)Z (light greylist, reflection) 2020-07-14 02:44:21.704 13084-13084/? W/net.bastibl.fm: Accessing hidden method Landroid/graphics/FontFamily;->addFontFromBuffer(Ljava/nio/ByteBuffer;I[Landroid/graphics/fonts/FontVariationAxis;II)Z (light greylist, reflection) 2020-07-14 02:44:21.704 13084-13084/? W/net.bastibl.fm: Accessing hidden method Landroid/graphics/FontFamily;->freeze()Z (light greylist, reflection) 2020-07-14 02:44:21.704 13084-13084/? W/net.bastibl.fm: Accessing hidden method Landroid/graphics/FontFamily;->abortCreation()V (light greylist, reflection) 2020-07-14 02:44:21.704 13084-13084/? W/net.bastibl.fm: Accessing hidden method Landroid/graphics/Typeface;->createFromFamiliesWithDefault([Landroid/graphics/FontFamily;Ljava/lang/String;II)Landroid/graphics/Typeface; (light greylist, reflection) 2020-07-14 02:44:21.733 13084-13084/? D/OpenGLRenderer: Skia GL Pipeline 2020-07-14 02:44:21.768 1236-10365/? I/ActivityManager: START u0 {flg=0x10000000 cmp=com.android.systemui/.usb.UsbPermissionActivity (has extras)} from uid 1000 2020-07-14 02:44:21.772 780-4595/? I/android.hardware.usb@1.1-service.bonito: partner added 2020-07-14 02:44:21.772 780-4595/? I/android.hardware.usb@1.1-service.bonito: uevent received DEVTYPE=typec_partner 2020-07-14 02:44:21.773 780-4595/? I/android.hardware.usb@1.1-service.bonito: port0 2020-07-14 02:44:21.773 780-4595/? I/android.hardware.usb@1.1-service.bonito: connected:1 canChangeMode:1 canChagedata:0 canChangePower:0 2020-07-14 02:44:21.773 1236-4124/? I/UsbPortManager: ClientCallback: port0 2020-07-14 02:44:21.774 1236-1264/? I/UsbPortManager: USB port changed: port=UsbPort{id=port0, supportedModes=dual}, status=UsbPortStatus{connected=true, currentMode=dfp, currentPowerRole=source, currentDataRole=host, supportedRoleCombinations=[source:host, sink:device]}, canChangeMode=true, canChangePowerRole=false, canChangeDataRole=false 2020-07-14 02:44:21.777 777-777/? D/android.hardware.power@1.3-service.bonito-libperfmgr: LAUNCH ON 2020-07-14 02:44:21.807 590-681/? W/SurfaceFlinger: Attempting to set client state on removed layer: Surface(name=AppWindowToken{e4c8da1 token=Token{e075208 ActivityRecord{5705bab u0 net.bastibl.fm/net.bastibl.fmrx.MainActivity t27}}})/@0xcf84c - animation-leash#0 2020-07-14 02:44:21.807 590-681/? W/SurfaceFlinger: Attempting to set client state on removed layer: Surface(name=AppWindowToken{669361c token=Token{ae1b38f ActivityRecord{baec2ee u0 com.google.android.apps.nexuslauncher/.NexusLauncherActivity t4}}})/@0x4f53cb9 - animation-leash#0 2020-07-14 02:44:21.807 590-681/? W/SurfaceFlinger: Attempting to destroy on removed layer: Surface(name=AppWindowToken{e4c8da1 token=Token{e075208 ActivityRecord{5705bab u0 net.bastibl.fm/net.bastibl.fmrx.MainActivity t27}}})/@0xcf84c - animation-leash#0 2020-07-14 02:44:21.807 590-681/? W/SurfaceFlinger: Attempting to destroy on removed layer: Surface(name=AppWindowToken{669361c token=Token{ae1b38f ActivityRecord{baec2ee u0 com.google.android.apps.nexuslauncher/.NexusLauncherActivity t4}}})/@0x4f53cb9 - animation-leash#0 2020-07-14 02:44:21.837 4646-4646/? W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@cfc0dd0 2020-07-14 02:44:21.879 13084-13111/? I/Adreno: QUALCOMM build : 97eb455, I987d6683f9 Build Date : 11/29/18 OpenGL ES Shader Compiler Version: EV031.25.03.02 Local Branch : Remote Branch : Remote Branch : Reconstruct Branch : 2020-07-14 02:44:21.879 13084-13111/? I/Adreno: Build Config : S P 4.0.10 AArch64 2020-07-14 02:44:21.881 13084-13111/? E/libc: Access denied finding property "ro.vendor.graphics.memory" 2020-07-14 02:44:21.883 13084-13111/? I/Adreno: PFP: 0x016ee176, ME: 0x00000000 2020-07-14 02:44:21.888 13084-13111/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 1 2020-07-14 02:44:21.888 13084-13111/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 1 2020-07-14 02:44:21.890 13084-13111/? I/OpenGLRenderer: Initialized EGL, version 1.4 2020-07-14 02:44:21.890 13084-13111/? D/OpenGLRenderer: Swap behavior 2 2020-07-14 02:44:21.896 1236-1257/? I/chatty: uid=1000(system) android.bg expire 1 line 2020-07-14 02:44:21.905 777-777/? D/android.hardware.power@1.3-service.bonito-libperfmgr: LAUNCH OFF 2020-07-14 02:44:21.951 13084-13111/? E/libc: Access denied finding property "vendor.gralloc.disable_ahardware_buffer" 2020-07-14 02:44:22.079 5475-11141/? I/PBSessionCacheImpl: Deleted sessionId[84666423200] from persistence. 2020-07-14 02:44:22.102 5475-5750/? W/SearchServiceCore: Abort, client detached. 2020-07-14 02:44:22.113 5475-5750/? I/WorkerManager: dispose() 2020-07-14 02:44:22.114 5475-5750/? W/ThreadPoolDumper: Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small. 2020-07-14 02:44:22.137 590-609/? W/SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen net.bastibl.fm#0 2020-07-14 02:44:22.137 590-609/? W/SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen net.bastibl.fm#0 2020-07-14 02:44:22.318 778-1038/? I/CHRE: @ 90535.477: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:22.428 1236-1236/? V/SettingsProvider: Notifying for 0: content://settings/system/screen_brightness 2020-07-14 02:44:22.785 1236-1264/? D/UsbDeviceManager: push notification:Charging connected device via USB 2020-07-14 02:44:23.007 4646-4646/? I/PowerUI: currentTemp=23.348001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=3,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001, 2020-07-14 02:44:23.079 5801-5801/? I/GoogleInputMethod: onFinishInput() : Dummy InputConnection bound 2020-07-14 02:44:23.080 5801-5801/? I/GoogleInputMethod: onStartInput() : Dummy InputConnection bound 2020-07-14 02:44:23.114 13084-13084/? W/net.bastibl.fm: type=1400 audit(0.0:583): avc: denied { read } for name="usb" dev="tmpfs" ino=127361 scontext=u:r:untrusted_app:s0:c146,c256,c512,c768 tcontext=u:object_r:usb_device:s0 tclass=dir permissive=0 2020-07-14 02:44:23.114 13084-13084/? W/net.bastibl.fm: type=1400 audit(0.0:584): avc: denied { read } for name="/" dev="tmpfs" ino=20639 scontext=u:r:untrusted_app:s0:c146,c256,c512,c768 tcontext=u:object_r:device:s0 tclass=dir permissive=0 2020-07-14 02:44:23.114 4646-4909/? D/OpenGLRenderer: endAllActiveAnimators on 0x7ea2b9ed00 (RippleDrawable) with handle 0x7ea3a57480 2020-07-14 02:44:23.115 13084-13084/? D/gnuradio: #################### NEW RUN ################### 2020-07-14 02:44:23.115 13084-13084/? D/gnuradio: Found fd: 48 usbfs_path: /dev/bus/usb/001/002 2020-07-14 02:44:23.115 13084-13084/? D/gnuradio: Found vid: 3034 pid: 10296 2020-07-14 02:44:23.117 13084-13084/? I/gnuradio: rtl=0,fd=48,usbfs=/dev/bus/usb/001/002 2020-07-14 02:44:23.281 590-681/? W/SurfaceFlinger: Attempting to set client state on removed layer: com.android.systemui/com.android.systemui.usb.UsbPermissionActivity#0 2020-07-14 02:44:23.281 590-681/? W/SurfaceFlinger: Attempting to destroy on removed layer: com.android.systemui/com.android.systemui.usb.UsbPermissionActivity#0 2020-07-14 02:44:23.366 1236-9940/? I/chatty: uid=1000(system) RenderThread expire 2 lines 2020-07-14 02:44:23.367 590-5651/? W/SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{7474002 token=Token{c7bd4d ActivityRecord{8b004e4 u0 com.android.systemui/.usb.UsbPermissionActivity t28}}}#0 2020-07-14 02:44:23.367 590-5651/? W/SurfaceFlinger: Attempting to destroy on removed layer: Task=28#0 2020-07-14 02:44:24.063 13084-13084/? E/libc++abi: terminating with uncaught exception of type std::runtime_error: Failed to create FFTW wisdom lockfile: /sdcard/gnuradio/gr_fftw_wisdom.lock 2020-07-14 02:44:24.063 13084-13084/? A/libc: Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 13084 (net.bastibl.fm), pid 13084 (net.bastibl.fm) 2020-07-14 02:44:24.152 13122-13122/? I/crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone 2020-07-14 02:44:24.153 882-882/? I//system/bin/tombstoned: received crash request for pid 13084 2020-07-14 02:44:24.155 13122-13122/? I/crash_dump64: performing dump of process 13084 (target tid = 13084) 2020-07-14 02:44:24.168 13122-13122/? A/DEBUG: 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: Build fingerprint: 'google/sargo/sargo:9/PD2A.190115.029/5320088:user/release-keys' 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: Revision: 'MP1.0' 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: ABI: 'arm64' 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: pid: 13084, tid: 13084, name: net.bastibl.fm >>> net.bastibl.fm <<< 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: Abort message: 'terminating with uncaught exception of type std::runtime_error: Failed to create FFTW wisdom lockfile: /sdcard/gnuradio/gr_fftw_wisdom.lock' 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: x0 0000000000000000 x1 000000000000331c x2 0000000000000006 x3 0000000000000008 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: x4 fefefefefefeff4a x5 fefefefefefeff4a x6 fefefefefefeff4a x7 7f7f7f7f7f7f7f7f 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: x8 0000000000000083 x9 0000007f454f90a0 x10 fffffff87ffffbdf x11 0000000000000001 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: x12 00000000341555ac x13 0000000000000018 x14 00000194bba06075 x15 0003a5aea35f336e 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: x16 0000007f455332c8 x17 0000007f45470dcc x18 0000000000000000 x19 000000000000331c 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: x20 000000000000331c x21 0000007fc0f3b4a8 x22 ffffff80ffffffc8 x23 0000007fc0f3b560 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: x24 0000007fc0f3b440 x25 0000007fc0f3b480 x26 0000007eac1e80a0 x27 0000007eac1e8110 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: x28 0000007f48d6c5e0 x29 0000007fc0f3b3b0 2020-07-14 02:44:24.169 13122-13122/? A/DEBUG: sp 0000007fc0f3b370 lr 0000007f4546594c pc 0000007f45465974 2020-07-14 02:44:24.190 5461-6268/? W/GCoreFlp: No location to return for getLastLocation() 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: backtrace: 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #00 pc 0000000000021974 /system/lib64/libc.so (abort+116) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #01 pc 00000000000bd600 /data/app/net.bastibl.fm-k6Wa3Jfz9vwHcpXyCAhf2Q==/base.apk (offset 0x28c000) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #02 pc 00000000000bd758 /data/app/net.bastibl.fm-k6Wa3Jfz9vwHcpXyCAhf2Q==/base.apk (offset 0x28c000) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #03 pc 00000000000ba794 /data/app/net.bastibl.fm-k6Wa3Jfz9vwHcpXyCAhf2Q==/base.apk (offset 0x28c000) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #04 pc 00000000000b9e98 /data/app/net.bastibl.fm-k6Wa3Jfz9vwHcpXyCAhf2Q==/base.apk (offset 0x28c000) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #05 pc 00000000000b9e18 /data/app/net.bastibl.fm-k6Wa3Jfz9vwHcpXyCAhf2Q==/base.apk (offset 0x28c000) (cxa_throw+120) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #06 pc 000000000002c4e8 /data/app/net.bastibl.fm-k6Wa3Jfz9vwHcpXyCAhf2Q==/base.apk (offset 0x43c000) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #07 pc 000000000002c0f8 /data/app/net.bastibl.fm-k6Wa3Jfz9vwHcpXyCAhf2Q==/base.apk (offset 0x43c000) (gr::fft::fft_complex::fft_complex(int, bool, int)+208) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #08 pc 0000000000038c14 /data/app/net.bastibl.fm-k6Wa3Jfz9vwHcpXyCAhf2Q==/base.apk (offset 0x43c000) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #09 pc 00000000000387f4 /data/app/net.bastibl.fm-k6Wa3Jfz9vwHcpXyCAhf2Q==/base.apk (offset 0x43c000) (gr::fft::ctrlport_probe_psd::make(std::__ndk1::basic_string<char, std::ndk1::char_traits, std::ndk1::allocator> const&, std::ndk1::basic_string<char, std::ndk1::char_traits, std::__ndk1::allocator> const&, int)+76) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #10 pc 000000000004fcfc /data/app/net.bastibl.fm-k6Wa3Jfz9vwHcpXyCAhf2Q==/base.apk (offset 0x28c000) (Java_net_bastibl_fmrx_MainActivity_fgInit+1696) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #11 pc 000000000054ebe0 /system/lib64/libart.so (art_quick_generic_jni_trampoline+144) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #12 pc 0000000000545b88 /system/lib64/libart.so (art_quick_invoke_stub+584) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #13 pc 00000000000cf698 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+200) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #14 pc 000000000027a978 /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread, art::ArtMethod, art::ShadowFrame, unsigned short, art::JValue)+344) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #15 pc 00000000002749b8 /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+948) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #16 pc 0000000000516b64 /system/lib64/libart.so (MterpInvokeDirect+296) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #17 pc 0000000000538294 /system/lib64/libart.so (ExecuteMterpImpl+14484) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #18 pc 0000000000015488 /dev/ashmem/dalvik-classes2.dex extracted in memory from /data/app/net.bastibl.fm-k6Wa3Jfz9vwHcpXyCAhf2Q==/base.apk!classes2.dex (deleted) (net.bastibl.fmrx.MainActivity.setupUSB+336) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #19 pc 000000000024e938 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.953976685+488) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #20 pc 0000000000254098 /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+216) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #21 pc 000000000027499c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+920) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #22 pc 0000000000515830 /system/lib64/libart.so (MterpInvokeVirtual+588) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #23 pc 0000000000538194 /system/lib64/libart.so (ExecuteMterpImpl+14228) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #24 pc 000000000001494a /dev/ashmem/dalvik-classes2.dex extracted in memory from /data/app/net.bastibl.fm-k6Wa3Jfz9vwHcpXyCAhf2Q==/base.apk!classes2.dex (deleted) (net.bastibl.fmrx.MainActivity$usbReceiver$1.onReceive+94) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #25 pc 000000000024e938 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.953976685+488) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #26 pc 0000000000254098 /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+216) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #27 pc 000000000027499c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+920) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #28 pc 0000000000515830 /system/lib64/libart.so (MterpInvokeVirtual+588) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #29 pc 0000000000538194 /system/lib64/libart.so (ExecuteMterpImpl+14228) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #30 pc 00000000003a9500 /system/framework/boot-framework.vdex (android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0+228) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #31 pc 000000000024e938 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.953976685+488) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #32 pc 0000000000254098 /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+216) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #33 pc 000000000027499c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+920) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #34 pc 0000000000516d28 /system/lib64/libart.so (MterpInvokeStatic+204) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #35 pc 0000000000538314 /system/lib64/libart.so (ExecuteMterpImpl+14612) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #36 pc 000000000037ce12 /system/framework/boot-framework.vdex (android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA.run+4) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #37 pc 000000000024e938 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.953976685+488) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #38 pc 0000000000254098 /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+216) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #39 pc 000000000027499c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+920) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #40 pc 00000000005167a0 /system/lib64/libart.so (MterpInvokeInterface+1392) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #41 pc 0000000000538394 /system/lib64/libart.so (ExecuteMterpImpl+14740) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #42 pc 0000000000c48036 /system/framework/boot-framework.vdex (android.os.Handler.handleCallback+4) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #43 pc 000000000024e938 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.953976685+488) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #44 pc 0000000000254098 /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+216) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #45 pc 000000000027499c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+920) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #46 pc 0000000000516d28 /system/lib64/libart.so (MterpInvokeStatic+204) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #47 pc 0000000000538314 /system/lib64/libart.so (ExecuteMterpImpl+14612) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #48 pc 0000000000ae5688 /system/framework/boot-framework.vdex (android.os.Handler.dispatchMessage+8) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #49 pc 000000000024e938 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.953976685+488) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #50 pc 0000000000254098 /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+216) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #51 pc 000000000027499c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+920) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #52 pc 0000000000515830 /system/lib64/libart.so (MterpInvokeVirtual+588) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #53 pc 0000000000538194 /system/lib64/libart.so (ExecuteMterpImpl+14228) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #54 pc 0000000000aec798 /system/framework/boot-framework.vdex (android.os.Looper.loop+404) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #55 pc 000000000024e938 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.953976685+488) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #56 pc 0000000000254098 /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+216) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #57 pc 000000000027499c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+920) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #58 pc 0000000000516d28 /system/lib64/libart.so (MterpInvokeStatic+204) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #59 pc 0000000000538314 /system/lib64/libart.so (ExecuteMterpImpl+14612) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #60 pc 000000000038598a /system/framework/boot-framework.vdex (android.app.ActivityThread.main+214) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #61 pc 000000000024e938 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.953976685+488) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #62 pc 00000000005064ec /system/lib64/libart.so (artQuickToInterpreterBridge+1032) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #63 pc 000000000054ecfc /system/lib64/libart.so (art_quick_to_interpreter_bridge+92) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #64 pc 0000000000545e4c /system/lib64/libart.so (art_quick_invoke_static_stub+604) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #65 pc 00000000000cf6b8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+232) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #66 pc 000000000044f524 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod, art::(anonymous namespace)::ArgArray, art::JValue, char const)+104) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #67 pc 0000000000450f88 /system/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject, _jobject, _jobject, unsigned long)+1440) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #68 pc 00000000003e255c /system/lib64/libart.so (art::Method_invoke(_JNIEnv, _jobject, _jobject, _jobjectArray)+52) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #69 pc 000000000011d6d4 /system/framework/arm64/boot.oat (offset 0x113000) (java.lang.Class.getDeclaredMethodInternal [DEDUPED]+180) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #70 pc 0000000000545b88 /system/lib64/libart.so (art_quick_invoke_stub+584) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #71 pc 00000000000cf698 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+200) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #72 pc 000000000027a978 /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread, art::ArtMethod, art::ShadowFrame, unsigned short, art::JValue)+344) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #73 pc 00000000002749b8 /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+948) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #74 pc 0000000000515830 /system/lib64/libart.so (MterpInvokeVirtual+588) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #75 pc 0000000000538194 /system/lib64/libart.so (ExecuteMterpImpl+14228) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #76 pc 0000000000c0d756 /system/framework/boot-framework.vdex (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+22) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #77 pc 000000000024e938 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.953976685+488) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #78 pc 00000000005064ec /system/lib64/libart.so (artQuickToInterpreterBridge+1032) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #79 pc 000000000054ecfc /system/lib64/libart.so (art_quick_to_interpreter_bridge+92) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #80 pc 0000000000beb050 /system/framework/arm64/boot-framework.oat (offset 0x3cd000) (com.android.internal.os.ZygoteInit.main+3088) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #81 pc 0000000000545e4c /system/lib64/libart.so (art_quick_invoke_static_stub+604) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #82 pc 00000000000cf6b8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+232) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #83 pc 000000000044f524 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod, art::(anonymous namespace)::ArgArray, art::JValue, char const)+104) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #84 pc 000000000044f17c /system/lib64/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject, _jmethodID, std::va_list)+424) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #85 pc 00000000003594dc /system/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv, _jclass, _jmethodID, std::__va_list)+768) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #86 pc 00000000000b1d9c /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass, _jmethodID, ...)+120) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #87 pc 00000000000b4724 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const, android::Vector const&, bool)+756) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #88 pc 000000000000219c /system/bin/app_process64 (main+1200) 2020-07-14 02:44:24.305 13122-13122/? A/DEBUG: #89 pc 00000000000ace6c /system/lib64/libc.so (__libc_init+88) 2020-07-14 02:44:24.449 882-882/? E//system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_01 2020-07-14 02:44:24.458 1236-13125/? W/ActivityManager: Force finishing activity net.bastibl.fm/net.bastibl.fmrx.MainActivity 2020-07-14 02:44:24.464 1236-1263/? I/BootReceiver: Copying /data/tombstones/tombstone_01 to DropBox (SYSTEM_TOMBSTONE) 2020-07-14 02:44:24.495 4646-4646/? I/PowerUI: currentTemp=23.348001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=3,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001, 2020-07-14 02:44:24.497 1236-4138/? I/chatty: uid=1000(system) InputDispatcher expire 2 lines 2020-07-14 02:44:24.498 1236-10365/? I/WindowManager: WIN DEATH: Window{f906f14 u0 net.bastibl.fm/net.bastibl.fmrx.MainActivity} 2020-07-14 02:44:24.498 1236-10365/? I/chatty: uid=1000(system) Binder:1236_1B expire 1 line 2020-07-14 02:44:24.499 730-730/? I/Zygote: Process 13084 exited due to signal (6) 2020-07-14 02:44:24.500 1236-5380/? I/ActivityManager: Process net.bastibl.fm (pid 13084) has died: vis +99TOP 2020-07-14 02:44:24.501 1236-1261/? I/chatty: uid=1000(system) ActivityManager expire 2 lines 2020-07-14 02:44:24.505 590-609/? W/SurfaceFlinger: Attempting to set client state on removed layer: net.bastibl.fm/net.bastibl.fmrx.MainActivity#0 2020-07-14 02:44:24.505 590-609/? W/SurfaceFlinger: Attempting to destroy on removed layer: net.bastibl.fm/net.bastibl.fmrx.MainActivity#0 2020-07-14 02:44:24.514 1236-1266/? W/ActivityManager: setHasOverlayUi called on unknown pid: 13084 2020-07-14 02:44:24.545 590-609/? D/SurfaceFlinger: duplicate layer name: changing com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity to com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity#1 2020-07-14 02:44:24.558 5475-5750/? I/RunnerModule: Event Bus thread priority is now 0 2020-07-14 02:44:24.559 5461-6268/? W/GCoreFlp: No location to return for getLastLocation() 2020-07-14 02:44:24.560 5475-5475/? I/SearchServiceCore: Event Bus thread is enabled 2020-07-14 02:44:24.569 5801-5801/? I/GoogleInputMethod: onFinishInput() : Dummy InputConnection bound 2020-07-14 02:44:24.570 5801-5801/? I/GoogleInputMethod: onStartInput() : Dummy InputConnection bound 2020-07-14 02:44:24.582 5475-5750/? W/SessionLifecycleManager: Handover failed. Creating new session controller. 2020-07-14 02:44:24.655 760-1175/? D/sound_trigger_hw: stdev_start_recognition:[1] Enter 2020-07-14 02:44:24.655 760-1175/? D/platform_realtek: platform_start_recognition: hotword 2020-07-14 02:44:24.655 760-1175/? D/sound_trigger_hw: stdev_start_recognition:[1] Exit 2020-07-14 02:44:24.655 760-1115/? I/sound_trigger_hw: callback_thread_loop: Termination message 2020-07-14 02:44:24.656 1236-6408/? I/SoundTriggerHelper: startRecognition successful. 2020-07-14 02:44:24.656 5341-5341/? I/GsaVoiceInteractionSrv: Start Hotword Recognition Status: true 2020-07-14 02:44:24.660 760-1115/? D/platform_realtek: platform_enable_dsp: Disable 2020-07-14 02:44:24.863 760-1115/? D/platform_realtek: platform_enable_dsp: Enable 2020-07-14 02:44:24.863 760-1115/? I/sound_trigger_hw: callback_thread_loop: Start poll 2020-07-14 02:44:25.268 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: BlockingExecutor com.google.android.finsky.bp.an@7edcce[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 7] 2020-07-14 02:44:25.270 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: LightweightExecutor com.google.android.finsky.bp.an@29ef7ef[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 42] 2020-07-14 02:44:25.473 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: bgExecutor com.google.android.finsky.bp.an@f1492fc[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 10] 2020-07-14 02:44:25.525 778-1038/? I/CHRE: @ 90538.680: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:25.656 1236-4124/? I/chatty: uid=1000(system) HwBinder:1236_1 expire 22 lines 2020-07-14 02:44:25.664 5461-12878/? E/ctxmgr: [BaseServerTask]Failed network request due to no network connectivity: expired 2020-07-14 02:44:25.668 5461-12878/? E/ctxmgr: [DailyCheckinOperation]Failed daily get config: network status=1 2020-07-14 02:44:25.672 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-xternal_referrer_status.db com.google.android.finsky.bp.an@b738d85[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:44:25.673 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: StorageAwareDownloadServiceManagerSpaceChecker com.google.android.finsky.bp.an@f2ff7da[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:44:25.673 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-split_install_service com.google.android.finsky.bp.an@18d240b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 12] 2020-07-14 02:44:25.780 1236-4140/? I/chatty: uid=1000(system) HwBinder:1236_2 expire 52 lines 2020-07-14 02:44:25.828 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-scheduler com.google.android.finsky.bp.an@595e2e8[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 63] 2020-07-14 02:44:25.829 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-scheduler_logging_store.db com.google.android.finsky.bp.an@3647d01[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:44:25.995 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-install_service com.google.android.finsky.bp.an@fa5b7a6[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:44:26.243 760-1175/? D/audio_hw_primary: disable_audio_route: usecase(1) reset and update mixer path: low-latency-playback speaker 2020-07-14 02:44:26.245 760-1175/? I/audio_hw_cirrus_playback: audio_extn_spkr_prot_stop_processing: pcm_tx_close 2020-07-14 02:44:26.255 760-1175/? D/audio_hw_primary: disable_audio_route: usecase(24) reset and update mixer path: spkr-vi-record vi-feedback 2020-07-14 02:44:26.255 760-1175/? D/audio_hw_primary: disable_snd_device: snd_device(103: vi-feedback) 2020-07-14 02:44:26.408 1236-4140/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D98631A 3F) 2020-07-14 02:44:26.408 1236-4140/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.445 1236-4140/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D09B418 3F) 2020-07-14 02:44:26.446 1236-4140/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.447 1236-4140/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D0B0919 3F) 2020-07-14 02:44:26.447 1236-4140/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.482 1236-4635/? D/UsbHostManager: Removed device at /dev/bus/usb/001/002: RTL2838UHIDIR 2020-07-14 02:44:26.482 1236-4635/? I/UsbAlsaManager: USB Audio Device Removed: null 2020-07-14 02:44:26.485 1236-4140/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D2EAC18 3F) 2020-07-14 02:44:26.486 1236-4140/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.488 1236-4140/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D51DD15 3F) 2020-07-14 02:44:26.488 1236-4140/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.511 780-4595/? I/android.hardware.usb@1.1-service.bonito: uevent received DEVTYPE=typec_partner 2020-07-14 02:44:26.512 780-4595/? I/android.hardware.usb@1.1-service.bonito: port0 2020-07-14 02:44:26.512 780-4595/? I/android.hardware.usb@1.1-service.bonito: connected:0 canChangeMode:1 canChagedata:0 canChangePower:0 2020-07-14 02:44:26.513 1236-4140/? I/UsbPortManager: ClientCallback: port0 2020-07-14 02:44:26.513 1236-1264/? I/UsbPortManager: USB port changed: port=UsbPort{id=port0, supportedModes=dual}, status=UsbPortStatus{connected=false, currentMode=none, currentPowerRole=no-power, currentDataRole=no-data, supportedRoleCombinations=[no-power:no-data]}, canChangeMode=true, canChangePowerRole=false, canChangeDataRole=false 2020-07-14 02:44:26.524 1236-4140/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D984910 3F) 2020-07-14 02:44:26.524 1236-4140/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.525 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D0C930A 3F) 2020-07-14 02:44:26.525 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.568 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D2C1908 3F) 2020-07-14 02:44:26.569 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.571 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2DB7550B 3F) 2020-07-14 02:44:26.572 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.611 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D178F14 3F) 2020-07-14 02:44:26.611 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.613 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2DB4081F 3F) 2020-07-14 02:44:26.613 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.623 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:26.630 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:44:26.638 1236-4635/? D/UsbHostManager: Removed device at /dev/bus/usb/002/001 was already gone 2020-07-14 02:44:26.641 1236-4635/? D/UsbHostManager: Removed device at /dev/bus/usb/001/001 was already gone 2020-07-14 02:44:26.650 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2DF1BD23 3F) 2020-07-14 02:44:26.650 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.652 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D8CD81C 3F) 2020-07-14 02:44:26.652 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.694 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2DBF9A06 3F) 2020-07-14 02:44:26.694 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.696 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D000000 00) 2020-07-14 02:44:26.696 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:26.844 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-auto_update.db com.google.android.finsky.bp.an@7e7f5e7[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:44:27.089 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-user_languages_store com.google.android.finsky.bp.an@25a4594[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1] 2020-07-14 02:44:27.453 1236-1236/? V/SettingsProvider: Notifying for 0: content://settings/system/screen_brightness 2020-07-14 02:44:27.516 1236-1264/? D/UsbDeviceManager: Clear notification 2020-07-14 02:44:28.748 778-1038/? I/CHRE: @ 90541.898: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:29.593 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D60DA01 3F) 2020-07-14 02:44:29.593 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:29.633 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D4EAC18 3F) 2020-07-14 02:44:29.634 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:29.644 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D333A22 3F) 2020-07-14 02:44:29.644 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:29.649 5475-12963/? I/EventLogSendingHelper: Sending log events. 2020-07-14 02:44:29.668 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D41201D 3F) 2020-07-14 02:44:29.669 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:29.671 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2DBAFD0C 3F) 2020-07-14 02:44:29.671 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:29.712 1236-4124/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D000000 00) 2020-07-14 02:44:29.712 1236-4124/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:29.940 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:29.952 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:44:30.145 4646-4646/? D/StatusBar: disable disable2 2020-07-14 02:44:30.151 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:30.177 4646-4646/? D/StatusBar: disable disable2 2020-07-14 02:44:30.633 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:30.637 1236-1265/? I/EntropyMixer: Writing entropy... 2020-07-14 02:44:30.637 1236-1258/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.google.android.apps.photos/.scheduler.PowerReceiver 2020-07-14 02:44:30.638 4646-4646/? I/Elmyra/ElmyraService: Gated by ChargingState 2020-07-14 02:44:30.639 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:44:30.641 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:44:30.641 778-1038/? D/CHRE: @ 90543.797: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 2 2020-07-14 02:44:30.642 778-1038/? D/CHRE: @ 90543.797: [Elmyra] Recognizer start: 0 2020-07-14 02:44:30.643 5801-5801/? I/DownloadManagerWrapper: Battery status: 3 2020-07-14 02:44:30.643 5801-5801/? I/DownloadManagerWrapper: onReceive() : Charging = false 2020-07-14 02:44:30.646 5592-5592/? I/iu.Environment: update battery state; isPlugged? true* 2020-07-14 02:44:30.646 867-6495/? D/NuPlayerDriver: NuPlayerDriver(0xe7b13c80) created, clientPid(1236) 2020-07-14 02:44:30.648 5592-9996/? I/iu.UploadsManager: num queued entries: 0 2020-07-14 02:44:30.648 5592-9996/? I/iu.UploadsManager: num updated entries: 0 2020-07-14 02:44:30.651 5592-9996/? I/iu.SyncManager: NEXT; no task 2020-07-14 02:44:30.657 867-13143/? D/GenericSource: FileSource remote 2020-07-14 02:44:30.659 5592-13142/? I/iu.FingerprintManager: Start processing all media 2020-07-14 02:44:30.659 1236-10365/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.google.android.projection.gearhead/com.google.android.apps.auto.components.connectivity.impl.ConnectivityEventHandlerImpl$ConnectivityEventBroadcastReceiver 2020-07-14 02:44:30.660 5592-13142/? I/iu.FingerprintManager: Start processing media store URI: content://media/external/images/media 2020-07-14 02:44:30.665 5592-13145/? I/constellation: [periodic_client_state_checker] periodic client state checker is disabled. 2020-07-14 02:44:30.665 5592-13145/? I/constellation: [periodic_consent_checker] periodic consent checker is disabled. 2020-07-14 02:44:30.667 777-777/? E/android.hardware.power@1.3-service.bonito-libperfmgr: extract_stats: failed to open: /d/wlan0/power_stats Error = No such file or directory 2020-07-14 02:44:30.667 777-777/? E/android.hardware.power@1.3-service.bonito-libperfmgr: getSubsystemLowPowerStats: failed to process wlan stats 2020-07-14 02:44:30.667 867-13141/? D/NuPlayerDriver: notifyListener_l(0xe7b13c80), (1, 0, 0, -1), loop setting(0, 0) 2020-07-14 02:44:30.670 1236-1236/? D/Ringtone: Successfully created local player 2020-07-14 02:44:30.670 1236-1236/? W/Ringtone: Use of stream types is deprecated for operations other than volume control 2020-07-14 02:44:30.670 1236-1236/? W/Ringtone: See the documentation of setStreamType() for what to use instead with android.media.AudioAttributes to qualify your playback use case 2020-07-14 02:44:30.670 867-6495/? D/NuPlayerDriver: reset(0xe7b13c80) at state 4 2020-07-14 02:44:30.670 867-6495/? D/NuPlayerDriver: notifyListener_l(0xe7b13c80), (8, 0, 0, -1), loop setting(0, 0) 2020-07-14 02:44:30.671 867-13141/? D/NuPlayerDriver: notifyResetComplete(0xe7b13c80) 2020-07-14 02:44:30.672 867-6495/? D/NuPlayerDriver: reset(0xe7b13c80) at state 0 2020-07-14 02:44:30.673 1236-1236/? V/MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false 2020-07-14 02:44:30.673 1236-1236/? V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null 2020-07-14 02:44:30.674 1236-1236/? V/MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false 2020-07-14 02:44:30.674 1236-1236/? V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null 2020-07-14 02:44:30.676 867-4851/? D/NuPlayerDriver: NuPlayerDriver(0xe7b13c00) created, clientPid(1236) 2020-07-14 02:44:30.682 867-13153/? D/GenericSource: FileSource remote 2020-07-14 02:44:30.686 867-13152/? D/NuPlayerDriver: notifyListener_l(0xe7b13c00), (1, 0, 0, -1), loop setting(0, 0) 2020-07-14 02:44:30.687 5592-13142/? I/iu.FingerprintManager: Start processing media store URI: content://media/external/video/media 2020-07-14 02:44:30.689 1236-1236/? D/Ringtone: Successfully created local player 2020-07-14 02:44:30.691 4613-5187/? E/bt_btif: register_notification_rsp: Avrcp device is not connected, handle: 0x0 2020-07-14 02:44:30.691 867-7116/? D/NuPlayerDriver: start(0xe7b13c00), state is 4, eos is 0 2020-07-14 02:44:30.691 4613-5187/? E/bt_btif: register_notification_rsp: Avrcp device is not connected, handle: 0x0 2020-07-14 02:44:30.691 4613-5187/? I/chatty: uid=1002(bluetooth) BluetoothAvrcpH identical 3 lines 2020-07-14 02:44:30.691 4613-5187/? E/bt_btif: register_notification_rsp: Avrcp device is not connected, handle: 0x0 2020-07-14 02:44:30.691 867-13152/? I/GenericSource: start 2020-07-14 02:44:30.694 1236-1236/? V/MediaRouter: onRestoreRoute() : route=RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 2020-07-14 02:44:30.694 1236-1236/? V/MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 2020-07-14 02:44:30.695 5592-13142/? I/iu.FingerprintManager: Start processing media store URI: content://media/phoneStorage/images/media 2020-07-14 02:44:30.696 5592-13142/? I/iu.FingerprintManager: Start processing media store URI: content://media/phoneStorage/video/media 2020-07-14 02:44:30.697 5592-13142/? I/iu.FingerprintManager: Finished generating fingerprints; 0.038 seconds 2020-07-14 02:44:30.697 5592-13142/? I/iu.FingerprintManager: numSeen=0 numGenerated=0 numDeleted=0 numFailed=0 2020-07-14 02:44:30.699 867-13157/? D/CCodec: allocate(c2.android.vorbis.decoder) 2020-07-14 02:44:30.701 867-13157/? I/CCodec: setting up 'default' as default (vendor) store 2020-07-14 02:44:30.703 871-973/? V/C2Store: in init 2020-07-14 02:44:30.703 871-973/? V/C2Store: loading dll 2020-07-14 02:44:30.705 867-13157/? I/CCodec: Created component [c2.android.vorbis.decoder] 2020-07-14 02:44:30.705 867-13157/? D/CCodecConfig: Query domain & kind failed => BAD_INDEX 2020-07-14 02:44:30.705 867-13157/? D/CCodecConfig: read media type: audio/vorbis 2020-07-14 02:44:30.705 867-13157/? D/CCodecConfig: read media type: audio/vorbis 2020-07-14 02:44:30.708 867-13157/? I/CCodecConfig: query failed after returning 6 values (BAD_INDEX) 2020-07-14 02:44:30.708 867-13157/? D/CCodecConfig: c2 config is Dict { c2::u32 coded.bitrate.value = 64000 c2::u32 input.buffers.max-size.value = 32768 string input.media-type.value = "audio/vorbis" string output.media-type.value = "audio/raw" c2::u32 raw.channel-count.value = 1 c2::u32 raw.sample-rate.value = 48000 } 2020-07-14 02:44:30.709 867-13157/? D/CCodecConfig: no c2 equivalents for durationUs 2020-07-14 02:44:30.709 867-13157/? D/CCodecConfig: no c2 equivalents for csd-1 2020-07-14 02:44:30.710 867-13157/? W/Codec2Client: query -- param skipped. index = 1107298332 2020-07-14 02:44:30.710 867-13157/? D/CCodec: setup formats input: AMessage(what = 0x00000000) = { int32_t channel-count = 1 int32_t max-input-size = 32768 string mime = "audio/vorbis" int32_t sample-rate = 48000 } and output: AMessage(what = 0x00000000) = { int32_t channel-count = 1 string mime = "audio/raw" int32_t sample-rate = 48000 } 2020-07-14 02:44:30.711 867-13157/? I/MediaCodec: MediaCodec will operate in async mode 2020-07-14 02:44:30.711 867-13157/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#949] Query input allocators returned 0 params => BAD_INDEX (6) 2020-07-14 02:44:30.712 867-13157/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#949] Created input block pool with allocatorID 16 => poolID 28 - OK (0) 2020-07-14 02:44:30.712 867-13157/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#949] Query input allocators returned 0 params => BAD_INDEX (6) 2020-07-14 02:44:30.713 867-5883/? D/BufferPoolAccessor: bufferpool 0xe61a1fc8 : 0(0 size) total buffers - 0(0 size) used buffers - 127/143 (recycle/alloc) - 16/268 (fetch/transfer) 2020-07-14 02:44:30.713 867-5883/? D/BufferPoolAccessor: Destruction - bufferpool 0xe61a1fc8 cached: 0/0M, 0/0% in use; allocs: 143, 89% recycled; transfers: 268, 94% unfetced 2020-07-14 02:44:30.714 867-13157/? I/CCodecBufferChannel: [c2.android.vorbis.decoder#949] Created output block pool with allocatorID 16 => poolID 39 - OK 2020-07-14 02:44:30.714 867-13157/? D/Codec2Client: config -- call failed. Error code = 6 2020-07-14 02:44:30.714 867-13157/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#949] Configured output block pool ids 39 => OK 2020-07-14 02:44:30.714 867-13157/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#949:1D-Output] Using linear capacity of 1048576 for array buffer 2020-07-14 02:44:30.714 867-13157/? I/chatty: uid=1013(media) /system/bin/mediaserver identical 16 lines 2020-07-14 02:44:30.714 867-13157/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#949:1D-Output] Using linear capacity of 1048576 for array buffer 2020-07-14 02:44:30.716 871-13158/? D/SimpleC2Component: Using output block pool with poolID 0 => got 0 - 0 2020-07-14 02:44:30.723 797-11107/? D/AudioFlinger: Client defaulted notificationFrames to 12000 for frameCount 24000 2020-07-14 02:44:30.725 867-13155/? E/SchedPolicy: Failed to find subsys schedtune 2020-07-14 02:44:30.725 867-13152/? D/NuPlayerDriver: notifyListener_l(0xe7b13c00), (6, 0, 0, -1), loop setting(0, 0) 2020-07-14 02:44:30.727 760-6788/? D/audio_route: Apply path: speaker 2020-07-14 02:44:30.727 760-6788/? D/audio_hw_primary: enable_snd_device: snd_device(103: vi-feedback) 2020-07-14 02:44:30.727 760-6788/? D/audio_route: Apply path: vi-feedback 2020-07-14 02:44:30.727 760-6788/? E/audio_hw_utils: audio_extn_utils_send_app_type_cfg: Failed to derive app_type for uc type : 0x1 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 512, path = 1, app id = 0x11132, sample rate = 48000 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> send_asm_topology 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> send_adm_topology 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> send_audtable 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> send_audvoltable 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0 2020-07-14 02:44:30.727 760-6788/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> send_audstrmtable 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> send_afe_topology 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 512, Topology Id 10001ccc 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> send_afe_cal 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 512 path = 1 2020-07-14 02:44:30.727 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY 2020-07-14 02:44:30.727 760-6788/? D/audio_hw_primary: enable_audio_route: usecase(24) apply and update mixer path: spkr-vi-record vi-feedback 2020-07-14 02:44:30.727 760-6788/? D/audio_route: Apply path: spkr-vi-record vi-feedback 2020-07-14 02:44:30.728 777-777/? D/android.hardware.power@1.3-service.bonito-libperfmgr: AUDIO STREAMING ON 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 513, path = 0, app id = 0x11130, sample rate = 48000 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> send_asm_topology 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> send_adm_topology 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> send_audtable 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> send_audvoltable 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0 2020-07-14 02:44:30.765 760-6788/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> send_audstrmtable 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 488 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> send_afe_topology 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 513, Topology Id 10000ccc 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> send_afe_cal 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 513 path = 0 2020-07-14 02:44:30.765 760-6788/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY 2020-07-14 02:44:30.765 760-6788/? D/audio_hw_primary: enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback speaker 2020-07-14 02:44:30.765 760-6788/? D/audio_route: Apply path: low-latency-playback speaker 2020-07-14 02:44:30.786 4646-4646/? I/PowerUI: currentTemp=23.660002,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=3,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002, 2020-07-14 02:44:30.791 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:30.819 760-6788/? D/audio_hw_primary: out_write: retry previous failed cal level set 2020-07-14 02:44:30.819 777-777/? D/android.hardware.power@1.3-service.bonito-libperfmgr: AUDIO STREAMING OFF 2020-07-14 02:44:30.830 780-4595/? I/android.hardware.usb@1.1-service.bonito: uevent received DEVTYPE=typec_port 2020-07-14 02:44:30.831 780-4595/? I/android.hardware.usb@1.1-service.bonito: port0 2020-07-14 02:44:30.831 780-4595/? I/android.hardware.usb@1.1-service.bonito: connected:0 canChangeMode:1 canChagedata:0 canChangePower:0 2020-07-14 02:44:30.832 780-4595/? I/android.hardware.usb@1.1-service.bonito: uevent received DEVTYPE=typec_port 2020-07-14 02:44:30.832 1236-4124/? I/UsbPortManager: ClientCallback: port0 2020-07-14 02:44:30.832 780-4595/? I/android.hardware.usb@1.1-service.bonito: port0 2020-07-14 02:44:30.832 780-4595/? I/android.hardware.usb@1.1-service.bonito: connected:0 canChangeMode:1 canChagedata:0 canChangePower:0 2020-07-14 02:44:30.833 1236-4140/? I/UsbPortManager: ClientCallback: port0 2020-07-14 02:44:30.833 780-4595/? I/android.hardware.usb@1.1-service.bonito: uevent received DEVTYPE=typec_port 2020-07-14 02:44:30.833 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:30.833 780-4595/? I/android.hardware.usb@1.1-service.bonito: port0 2020-07-14 02:44:30.833 780-4595/? I/android.hardware.usb@1.1-service.bonito: connected:0 canChangeMode:1 canChagedata:0 canChangePower:0 2020-07-14 02:44:30.833 1236-4124/? I/UsbPortManager: ClientCallback: port0 2020-07-14 02:44:30.927 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:30.960 780-4595/? I/android.hardware.usb@1.1-service.bonito: uevent received DEVTYPE=typec_port 2020-07-14 02:44:30.962 780-4595/? I/android.hardware.usb@1.1-service.bonito: port0 2020-07-14 02:44:30.964 780-4595/? I/android.hardware.usb@1.1-service.bonito: connected:1 canChangeMode:1 canChagedata:1 canChangePower:1 2020-07-14 02:44:30.965 1236-4124/? I/UsbPortManager: ClientCallback: port0 2020-07-14 02:44:30.965 780-4595/? I/android.hardware.usb@1.1-service.bonito: partner added 2020-07-14 02:44:30.965 780-4595/? I/android.hardware.usb@1.1-service.bonito: uevent received DEVTYPE=typec_partner 2020-07-14 02:44:30.966 1236-1264/? I/UsbPortManager: USB port changed: port=UsbPort{id=port0, supportedModes=dual}, status=UsbPortStatus{connected=true, currentMode=ufp, currentPowerRole=sink, currentDataRole=device, supportedRoleCombinations=[source:host, source:device, sink:host, sink:device]}, canChangeMode=true, canChangePowerRole=true, canChangeDataRole=true 2020-07-14 02:44:30.966 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:30.966 780-4595/? I/android.hardware.usb@1.1-service.bonito: port0 2020-07-14 02:44:30.967 780-4595/? I/android.hardware.usb@1.1-service.bonito: connected:1 canChangeMode:1 canChagedata:1 canChangePower:1 2020-07-14 02:44:30.968 1236-4124/? I/UsbPortManager: ClientCallback: port0 2020-07-14 02:44:30.974 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:30.991 867-13152/? D/NuPlayerDriver: notifyListener_l(0xe7b13c00), (211, 0, 0, 20), loop setting(0, 0) 2020-07-14 02:44:31.008 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:31.016 1236-1264/? D/UsbDeviceManager: push notification:Charging this device via USB 2020-07-14 02:44:31.022 4646-4646/? I/Elmyra/ElmyraService: Gated by ChargingState 2020-07-14 02:44:31.130 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:31.136 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:44:31.148 4646-4646/? I/Elmyra/ElmyraService: Gated by UsbState 2020-07-14 02:44:31.235 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:31.242 867-13152/? D/NuPlayerDriver: notifyListener_l(0xe7b13c00), (211, 0, 0, 20), loop setting(0, 0) 2020-07-14 02:44:31.340 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:31.345 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:44:31.544 4646-4646/? I/Elmyra/ElmyraService: Unblocked; current action: SetupWizardAction 2020-07-14 02:44:31.547 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:44:31.549 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:44:31.549 778-1038/? D/CHRE: @ 90544.703: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 29 2020-07-14 02:44:31.550 778-1038/? D/CHRE: @ 90544.711: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 5 2020-07-14 02:44:31.550 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:44:31.551 778-1038/? D/CHRE: @ 90544.711: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 2 2020-07-14 02:44:31.551 778-1038/? D/CHRE: @ 90544.711: [Elmyra] Recognizer start: 1 2020-07-14 02:44:31.597 1236-4140/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D000000 00) 2020-07-14 02:44:31.597 1236-4140/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:44:31.743 867-13152/? D/NuPlayerDriver: notifyListener_l(0xe7b13c00), (211, 0, 0, 20), loop setting(0, 0) 2020-07-14 02:44:31.922 778-1038/? I/CHRE: @ 90545.078: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:31.990 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:32.168 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-verify_apps.db com.google.android.finsky.bp.an@61ae83d[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 11] 2020-07-14 02:44:32.245 867-13152/? D/NuPlayerDriver: notifyListener_l(0xe7b13c00), (211, 0, 0, 20), loop setting(0, 0) 2020-07-14 02:44:32.843 4646-4646/? I/PowerUI: currentTemp=23.883001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001, 2020-07-14 02:44:33.008 867-13157/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#949] buffers after EOS ignored (0 us) 2020-07-14 02:44:33.011 867-13157/? I/chatty: uid=1013(media) /system/bin/mediaserver identical 5 lines 2020-07-14 02:44:33.011 867-13157/? D/CCodecBufferChannel: [c2.android.vorbis.decoder#949] buffers after EOS ignored (0 us) 2020-07-14 02:44:33.011 867-13156/? I/NuPlayerDecoder: [audio] saw output EOS 2020-07-14 02:44:33.142 1236-10625/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10008000 cmp=com.android.settings/.Settings$UsbDetailsActivity} from uid 1000 2020-07-14 02:44:33.149 777-777/? D/android.hardware.power@1.3-service.bonito-libperfmgr: LAUNCH ON 2020-07-14 02:44:33.160 12375-12375/? W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@57d941f 2020-07-14 02:44:33.163 1236-10625/? W/ActivityManager: Request to remove task ignored for non-existent task 28 2020-07-14 02:44:33.181 12375-12375/? D/SettingsActivity: Starting onCreate 2020-07-14 02:44:33.197 12375-12375/? D/SettingsActivity: Starting to set activity title 2020-07-14 02:44:33.197 12375-12375/? D/SettingsActivity: Done setting title 2020-07-14 02:44:33.197 12375-12375/? D/SettingsActivity: Switching to fragment com.android.settings.connecteddevice.usb.UsbDetailsFragment 2020-07-14 02:44:33.211 12375-12375/? D/UsbDetailsFragment: NO dashboard tiles for UsbDetailsFragment 2020-07-14 02:44:33.212 12375-12375/? D/SettingsActivity: Executed frag manager pendingTransactions 2020-07-14 02:44:33.223 4646-4646/? D/StatusBar: disable disable2 2020-07-14 02:44:33.227 12375-12416/? I/DeviceIndex: Skipping: already indexed. 2020-07-14 02:44:33.231 12375-13165/? W/TileUtils: Found com.android.settings.Settings$NotificationAppListActivity for intent Intent { act=com.android.settings.action.SETTINGS pkg=com.android.settings } missing metadata com.android.settings.category 2020-07-14 02:44:33.246 12375-13166/? D/SettingsActivity: No enabled state changed, skipping updateCategory call 2020-07-14 02:44:33.250 867-13155/? D/AudioTrack: stop() called with 132832 frames delivered 2020-07-14 02:44:33.264 760-1175/? D/sound_trigger_hw: stdev_stop_recognition:[1] Enter 2020-07-14 02:44:33.264 760-1175/? D/platform_realtek: platform_deactive: hotword 2020-07-14 02:44:33.265 760-1175/? D/sound_trigger_hw: idle_state_fn:[1] handle event id 7 2020-07-14 02:44:33.265 760-1175/? D/sound_trigger_hw: idle_state_fn:[1] unhandled event 2020-07-14 02:44:33.265 760-1175/? D/sound_trigger_hw: idle_state_fn:[1] handle event id 4 2020-07-14 02:44:33.265 760-1175/? D/sound_trigger_hw: idle_state_fn:[1] unhandled event 2020-07-14 02:44:33.265 760-1175/? D/sound_trigger_hw: stdev_stop_recognition:[1] Exit status 0 2020-07-14 02:44:33.265 760-1115/? I/sound_trigger_hw: callback_thread_loop: Termination message 2020-07-14 02:44:33.266 5341-5341/? I/GsaVoiceInteractionSrv: Stop Hotword Recognition status: true 2020-07-14 02:44:33.318 1236-1257/? I/ActivityManager: Displayed com.android.settings/.Settings$UsbDetailsActivity: +165ms 2020-07-14 02:44:33.324 777-777/? D/android.hardware.power@1.3-service.bonito-libperfmgr: LAUNCH OFF 2020-07-14 02:44:33.329 760-1115/? D/platform_realtek: platform_enable_dsp: Disable 2020-07-14 02:44:33.335 760-1115/? I/sound_trigger_hw: callback_thread_loop: Enter Suspend 2020-07-14 02:44:33.494 590-681/? W/SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen com.android.settings#0 2020-07-14 02:44:33.494 590-681/? W/SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen com.android.settings#0 2020-07-14 02:44:33.608 4646-4646/? D/StatusBar: disable disable2 2020-07-14 02:44:33.624 5801-5801/? I/GoogleInputMethod: onFinishInput() : Dummy InputConnection bound 2020-07-14 02:44:33.625 5801-5801/? I/GoogleInputMethod: onStartInput() : Dummy InputConnection bound 2020-07-14 02:44:33.626 590-5651/? W/SurfaceFlinger: Attempting to set client state on removed layer: Surface(name=AppWindowToken{d4473a9 token=Token{1c66b30 ActivityRecord{9d50073 u0 com.android.settings/.Settings$UsbDetailsActivity t29}}})/@0xe675251 - animation-leash#0 2020-07-14 02:44:33.626 590-5651/? W/SurfaceFlinger: Attempting to destroy on removed layer: Surface(name=AppWindowToken{d4473a9 token=Token{1c66b30 ActivityRecord{9d50073 u0 com.android.settings/.Settings$UsbDetailsActivity t29}}})/@0xe675251 - animation-leash#0 2020-07-14 02:44:33.646 4646-4646/? D/StatusBar: disable disable2 2020-07-14 02:44:33.658 5475-11421/? I/PBSessionCacheImpl: Deleted sessionId[84666423382] from persistence. 2020-07-14 02:44:33.664 867-13152/? D/NuPlayerDriver: notifyListener_l(0xe7b13c00), (2, 0, 0, -1), loop setting(0, 0) 2020-07-14 02:44:33.665 867-13152/? D/NuPlayerDriver: notifyListener_l(0xe7b13c00), (211, 0, 0, 20), loop setting(0, 0) 2020-07-14 02:44:33.666 4613-5187/? I/Avrcp: Skipping update due to invalid playback state 2020-07-14 02:44:33.666 4613-5187/? E/bt_btif: register_notification_rsp: Avrcp device is not connected, handle: 0x0 2020-07-14 02:44:33.666 4613-5187/? I/chatty: uid=1002(bluetooth) BluetoothAvrcpH identical 4 lines 2020-07-14 02:44:33.666 4613-5187/? E/bt_btif: register_notification_rsp: Avrcp device is not connected, handle: 0x0 2020-07-14 02:44:33.672 5475-5750/? W/SearchServiceCore: Abort, client detached. 2020-07-14 02:44:33.832 1236-1236/? V/SettingsProvider: Notifying for 0: content://settings/system/screen_brightness 2020-07-14 02:44:34.258 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:34.260 1236-1264/? I/UsbDeviceManager: Setting USB config to mtp 2020-07-14 02:44:34.260 1236-1264/? D/UsbDeviceManager: setUsbConfig(5) request:9 2020-07-14 02:44:34.262 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:44:34.264 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: setCurrentUsbFunctions None 2020-07-14 02:44:34.265 1236-1264/? D/UsbDeviceManager: Clear notification 2020-07-14 02:44:34.265 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: mMonitor signalled to exit 2020-07-14 02:44:34.265 780-13082/? I/android.hardware.usb.gadget@1.0-service.bonito: event=1 on fd=17 2020-07-14 02:44:34.266 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: mMonitor destroyed 2020-07-14 02:44:34.266 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: Returned from tearDown gadget 2020-07-14 02:44:34.266 9926-13079/? E/adbd: aio: got error event on read total bufs 1: Cannot send after transport endpoint shutdown 2020-07-14 02:44:34.266 9926-13079/? E/adbd: remote usb: read terminated (message): Cannot send after transport endpoint shutdown 2020-07-14 02:44:34.267 9926-9926/? I/adbd: closing functionfs transport 2020-07-14 02:44:34.271 1236-1264/? D/UsbDeviceManager: push notification:USB file transfer turned on 2020-07-14 02:44:34.283 5445-5445/? D/MtpService: starting MTP server in MTP mode with storage /storage/emulated/0 unlocked as user 0 2020-07-14 02:44:34.288 5445-5445/? V/MtpService: Adding MTP storage:/storage/emulated/0 2020-07-14 02:44:34.359 9926-9928/? I/adbd: initializing functionfs 2020-07-14 02:44:34.359 9926-9928/? I/adbd: functionfs successfully initialized 2020-07-14 02:44:34.359 9926-9928/? I/adbd: registering usb transport 2020-07-14 02:44:34.366 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: setCurrentUsbFunctions mtp 2020-07-14 02:44:34.367 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: enable usbradio debug functions 2020-07-14 02:44:34.367 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: setCurrentUsbFunctions Adb 2020-07-14 02:44:34.367 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: Service started 2020-07-14 02:44:34.683 5475-11305/? I/EventLogSendingHelper: Sending log events. 2020-07-14 02:44:34.689 5475-5750/? I/WorkerManager: dispose() 2020-07-14 02:44:34.690 5475-5750/? W/ThreadPoolDumper: Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small. 2020-07-14 02:44:34.869 780-13172/? I/android.hardware.usb.gadget@1.0-service.bonito: GADGET pulled up 2020-07-14 02:44:34.869 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: monitorFfs signalled true 2020-07-14 02:44:34.869 780-780/? I/android.hardware.usb.gadget@1.0-service.bonito: Usb Gadget setcurrent functions called successfully 2020-07-14 02:44:34.869 1236-4140/? E/UsbDeviceManager: notifyCurrentFunction request:9 status:0 2020-07-14 02:44:35.118 778-1038/? I/CHRE: @ 90548.281: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:35.123 780-13172/? I/android.hardware.usb.gadget@1.0-service.bonito: event=1 on fd=16 2020-07-14 02:44:35.820 5445-5453/? W/System: A resource failed to call close. 2020-07-14 02:44:36.096 5461-6268/? W/GCoreFlp: No location to return for getLastLocation() 2020-07-14 02:44:36.097 590-681/? D/SurfaceFlinger: duplicate layer name: changing com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity to com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity#1 2020-07-14 02:44:36.110 5475-5750/? I/RunnerModule: Event Bus thread priority is now 0 2020-07-14 02:44:36.110 5475-5475/? I/SearchServiceCore: Event Bus thread is enabled 2020-07-14 02:44:36.128 5801-5801/? I/GoogleInputMethod: onFinishInput() : Dummy InputConnection bound 2020-07-14 02:44:36.128 5801-5801/? I/GoogleInputMethod: onStartInput() : Dummy InputConnection bound 2020-07-14 02:44:36.129 5475-5750/? W/SessionLifecycleManager: Handover failed. Creating new session controller. 2020-07-14 02:44:36.164 5547-5557/? W/System: A resource failed to call release. 2020-07-14 02:44:36.164 5547-5557/? W/System: A resource failed to call release. 2020-07-14 02:44:36.200 4646-4656/? W/System: A resource failed to call release. 2020-07-14 02:44:36.201 4646-4656/? W/System: A resource failed to call release. 2020-07-14 02:44:36.219 760-1175/? D/sound_trigger_hw: stdev_start_recognition:[1] Enter 2020-07-14 02:44:36.219 760-1175/? D/platform_realtek: platform_start_recognition: hotword 2020-07-14 02:44:36.219 760-1175/? D/sound_trigger_hw: stdev_start_recognition:[1] Exit 2020-07-14 02:44:36.220 760-1115/? I/sound_trigger_hw: callback_thread_loop: Termination message 2020-07-14 02:44:36.220 1236-1249/? I/SoundTriggerHelper: startRecognition successful. 2020-07-14 02:44:36.220 5341-5341/? I/GsaVoiceInteractionSrv: Start Hotword Recognition Status: true 2020-07-14 02:44:36.225 760-1115/? D/platform_realtek: platform_enable_dsp: Disable 2020-07-14 02:44:36.412 760-1115/? D/platform_realtek: platform_enable_dsp: Enable 2020-07-14 02:44:36.412 760-1115/? I/sound_trigger_hw: callback_thread_loop: Start poll 2020-07-14 02:44:36.569 9926-9926/? I/adbd: Calling send_auth_request... 2020-07-14 02:44:36.574 9926-9926/? I/adbd: Loading keys from /data/misc/adb/adb_keys 2020-07-14 02:44:36.577 9926-9926/? I/adbd: adb client authorized 2020-07-14 02:44:36.615 1236-9940/? I/OpenGLRenderer: Initialized EGL, version 1.4 2020-07-14 02:44:36.616 1236-9940/? D/OpenGLRenderer: Swap behavior 2 2020-07-14 02:44:36.630 590-681/? W/SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{d4473a9 token=Token{1c66b30 ActivityRecord{9d50073 u0 com.android.settings/.Settings$UsbDetailsActivity t29}}}#0 2020-07-14 02:44:36.760 1236-1245/? V/MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false 2020-07-14 02:44:36.760 1236-1245/? V/MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null 2020-07-14 02:44:36.760 867-7116/? D/NuPlayerDriver: reset(0xe7b13c00) at state 6 2020-07-14 02:44:36.761 867-7116/? D/NuPlayerDriver: notifyListener_l(0xe7b13c00), (8, 0, 0, -1), loop setting(0, 0) 2020-07-14 02:44:36.762 867-13152/? D/NuPlayerDriver: notifyListener_l(0xe7b13c00), (211, 0, 0, 20), loop setting(0, 0) 2020-07-14 02:44:36.764 867-13156/? D/BufferPoolAccessor: bufferpool 0xe61a2388 : 16(524288 size) total buffers - 0(0 size) used buffers - 127/143 (recycle/alloc) - 16/268 (fetch/transfer) 2020-07-14 02:44:36.764 871-973/? D/BufferPoolAccessor: bufferpool 0xf30e26c8 : 0(0 size) total buffers - 0(0 size) used buffers - 0/0 (recycle/alloc) - 0/0 (fetch/transfer) 2020-07-14 02:44:36.764 871-973/? D/BufferPoolAccessor: Destruction - bufferpool 0xf30e26c8 cached: 0/0M, 0/0% in use; allocs: 0, 0% recycled; transfers: 0, 0% unfetced 2020-07-14 02:44:36.765 871-973/? V/C2Store: in ~ComponentModule 2020-07-14 02:44:36.765 871-973/? V/C2Store: unloading dll 2020-07-14 02:44:36.767 867-13152/? D/NuPlayerDriver: notifyResetComplete(0xe7b13c00) 2020-07-14 02:44:36.767 867-7116/? W/AMessage: failed to post message as target looper for handler 0 is gone. 2020-07-14 02:44:37.164 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:37.170 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:44:38.319 778-1038/? I/CHRE: @ 90551.477: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:40.022 760-1175/? D/audio_hw_primary: disable_audio_route: usecase(1) reset and update mixer path: low-latency-playback speaker 2020-07-14 02:44:40.024 760-1175/? I/audio_hw_cirrus_playback: audio_extn_spkr_prot_stop_processing: pcm_tx_close 2020-07-14 02:44:40.037 760-1175/? D/audio_hw_primary: disable_audio_route: usecase(24) reset and update mixer path: spkr-vi-record vi-feedback 2020-07-14 02:44:40.038 760-1175/? D/audio_hw_primary: disable_snd_device: snd_device(103: vi-feedback) 2020-07-14 02:44:41.084 1236-1236/? V/SettingsProvider: Notifying for 0: content://settings/system/screen_brightness 2020-07-14 02:44:41.210 5475-11049/? I/EventLogSendingHelper: Sending log events. 2020-07-14 02:44:41.523 778-1038/? I/CHRE: @ 90554.680: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:42.284 4646-4646/? I/PowerUI: currentTemp=24.285002,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002, 2020-07-14 02:44:43.404 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-notification_cache com.google.android.finsky.bp.an@69199fd[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2] 2020-07-14 02:44:44.719 778-1038/? I/CHRE: @ 90557.883: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:46.208 5475-11049/? I/EventLogSendingHelper: Sending log events. 2020-07-14 02:44:47.367 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:44:47.375 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:44:47.919 778-1038/? I/CHRE: @ 90561.078: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:50.793 4646-4646/? I/PowerUI: currentTemp=24.508001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001, 2020-07-14 02:44:51.119 778-1038/? I/CHRE: @ 90564.281: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:51.533 5592-13189/? I/PlatformStatsCollectorService: Scheduled SurfaceFlinger task with period 86400 sec. 2020-07-14 02:44:51.555 5592-13190/? I/PlatformStatsCollectorService: Scheduled Procstats task with period 86400 sec. 2020-07-14 02:44:53.016 4646-4646/? I/PowerUI: currentTemp=24.553001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001, 2020-07-14 02:44:54.057 1236-1249/? D/WificondControl: Scan result ready event 2020-07-14 02:44:54.320 778-1038/? I/CHRE: @ 90567.477: [AR_CHRE] inconsistent: 41 2020-07-14 02:44:54.505 4646-4646/? I/PowerUI: currentTemp=24.598001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001, 2020-07-14 02:44:57.519 778-1038/? I/CHRE: @ 90570.680: [AR_CHRE] inconsistent: 41 2020-07-14 02:45:00.719 778-1038/? I/CHRE: @ 90573.883: [AR_CHRE] still: 91 2020-07-14 02:45:00.795 4646-4646/? I/PowerUI: currentTemp=24.642002,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002, 2020-07-14 02:45:02.852 4646-4646/? I/PowerUI: currentTemp=24.687,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687, 2020-07-14 02:45:03.920 778-1038/? I/CHRE: @ 90577.078: [AR_CHRE] still: 91 2020-07-14 02:45:07.119 778-1038/? I/CHRE: @ 90580.281: [AR_CHRE] still: 91 2020-07-14 02:45:07.802 1236-1268/? I/PowerManagerService: Going to sleep due to screen timeout (uid 1000)... 2020-07-14 02:45:07.803 1236-1236/? W/UsageStatsService: Event reported without a package name 2020-07-14 02:45:07.811 5801-5801/? I/GoogleInputMethod: onFinishInput() : Dummy InputConnection bound 2020-07-14 02:45:07.812 5801-5801/? I/GoogleInputMethod: onStartInput() : Dummy InputConnection bound 2020-07-14 02:45:07.814 1236-1268/? E/libc: Access denied finding property "vendor.debug.egl.changepixelformat" 2020-07-14 02:45:07.816 5592-12982/? I/CastDatabase: Saving the database 2020-07-14 02:45:07.820 4646-4646/? I/vol.Events: writeEvent dismiss_dialog volume_controller 2020-07-14 02:45:07.823 5592-12982/? I/SQLiteCastStore: [CastNetworkInfo] saved: 0, skipped: 0, [CastDeviceInfo]: saved 0, skipped 0, Paired Guest Mode DeviceInfo] saved: 0, skipped: 0. [ProbedNetworks]: save 0, skipped: 0 2020-07-14 02:45:07.838 1236-1268/? E/libc: Access denied finding property "vendor.debug.egl.swapinterval" 2020-07-14 02:45:08.276 1236-1268/? I/DisplayPowerController: Blocking screen off 2020-07-14 02:45:08.278 1236-1268/? I/DisplayPowerController: Unblocked screen off after 1 ms 2020-07-14 02:45:08.258 1236-1268/? I/chatty: uid=1000(system) PowerManagerSer identical 26 lines 2020-07-14 02:45:08.275 1236-1268/? E/libc: Access denied finding property "vendor.debug.egl.swapinterval" 2020-07-14 02:45:08.301 778-1038/? D/VSC: @ 90581.461: [Device Orientation] Stop accel 2020-07-14 02:45:08.306 778-778/? I/sensors-hal: batch_physical_sensor:204, android.sensor.light/13, period=200000000, max_latency=0 2020-07-14 02:45:08.306 778-778/? I/sensors-hal: batch_physical_sensor:213, android.sensor.light/13, period=200000000, max_latency=0 request completed 2020-07-14 02:45:08.307 1236-1266/? I/DisplayManagerService: Display device changed state: "Built-in Screen", OFF 2020-07-14 02:45:08.308 590-590/? D/SurfaceFlinger: Set power mode=0, type=0 flinger=0x7bd1855000 2020-07-14 02:45:08.310 592-666/? I/SDM: DisplayBase::SetDisplayState: Set state = 0, display 0 2020-07-14 02:45:08.312 1236-4139/? I/InputReader: Reconfiguring input devices. changes=0x00000004 2020-07-14 02:45:08.330 760-1175/? D/sound_trigger_hw: stdev_stop_recognition:[1] Enter 2020-07-14 02:45:08.330 760-1175/? D/platform_realtek: platform_deactive: hotword 2020-07-14 02:45:08.330 760-1175/? D/sound_trigger_hw: idle_state_fn:[1] handle event id 7 2020-07-14 02:45:08.330 760-1175/? D/sound_trigger_hw: idle_state_fn:[1] unhandled event 2020-07-14 02:45:08.330 760-1175/? D/sound_trigger_hw: idle_state_fn:[1] handle event id 4 2020-07-14 02:45:08.330 760-1175/? D/sound_trigger_hw: idle_state_fn:[1] unhandled event 2020-07-14 02:45:08.330 760-1175/? D/sound_trigger_hw: stdev_stop_recognition:[1] Exit status 0 2020-07-14 02:45:08.331 760-1115/? I/sound_trigger_hw: callback_thread_loop: Termination message 2020-07-14 02:45:08.332 5341-5341/? I/GsaVoiceInteractionSrv: Stop Hotword Recognition status: true 2020-07-14 02:45:08.333 778-1038/? I/ASH: @ 90581.484: touch gesture: received SNS_TBN_RELEASE_BUS_REQ_V01: kernel releasing bus 2020-07-14 02:45:08.346 5475-5750/? I/PBSessionCacheImpl: Deleted sessionId[84666423498] from persistence. 2020-07-14 02:45:08.366 5475-5750/? W/SearchServiceCore: Abort, client detached. 2020-07-14 02:45:08.376 5475-5750/? I/WorkerManager: dispose() 2020-07-14 02:45:08.377 5475-5750/? W/ThreadPoolDumper: Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small. 2020-07-14 02:45:08.395 760-1115/? D/platform_realtek: platform_enable_dsp: Disable 2020-07-14 02:45:08.399 760-1115/? I/sound_trigger_hw: callback_thread_loop: Enter Suspend 2020-07-14 02:45:08.486 590-590/? D/SurfaceFlinger: Finished set power mode=0, type=0 2020-07-14 02:45:08.487 1236-4606/? D/SurfaceControl: Excessive delay in setPowerMode() 2020-07-14 02:45:08.488 1236-1268/? I/DreamManagerService: Entering dreamland. 2020-07-14 02:45:08.489 1236-1268/? I/PowerManagerService: Dozing... 2020-07-14 02:45:08.493 1236-1264/? I/DreamController: Starting dream: name=ComponentInfo{com.android.systemui/com.android.systemui.doze.DozeService}, isTest=false, canDoze=true, userId=0 2020-07-14 02:45:08.494 4646-4646/? V/StatusBar: mStatusBarWindow: com.android.systemui.statusbar.phone.StatusBarWindowView{cd44e7a V.ED..... ......ID 0,0-1080,66} canPanelBeCollapsed(): false 2020-07-14 02:45:08.495 4646-4646/? I/vol.Events: writeEvent dismiss_dialog volume_controller 2020-07-14 02:45:08.549 4646-4646/? D/StatusBar: disable disable2 2020-07-14 02:45:08.550 4646-4646/? D/StatusBar: disable disable2 2020-07-14 02:45:08.555 778-1038/? D/VSC: @ 90581.711: [Device Pickup Sensor] Request accel, interval 20000000 ns, latency 100000000 ns 2020-07-14 02:45:08.568 778-1038/? I/VSC: @ 90581.727: [double-tap-prox-gated] configuring sensor with interval: 1000000, latency: 0 2020-07-14 02:45:08.569 778-1038/? D/VSC: @ 90581.727: [Proximity Gated Double Tap Gesture] Request proximity, interval 100000000 ns, latency 0 ns 2020-07-14 02:45:08.569 778-1038/? D/VSC: @ 90581.727: [Proximity Gated Double Tap Gesture] Request touch_gesture, interval 1000000 ns, latency 0 ns 2020-07-14 02:45:08.569 778-1038/? I/ASH: @ 90581.727: tmd2725: Enabling sensor 2 2020-07-14 02:45:08.570 1236-4578/? D/WifiSarManager: handleScreenStateChanged: screenOn = false 2020-07-14 02:45:08.571 778-778/? I/sensors-hal: activate_physical_sensor:141, android.sensor.light/13 en=0 2020-07-14 02:45:08.572 778-778/? I/sensors-hal: activate_physical_sensor:152, android.sensor.light/13 en=0 completed 2020-07-14 02:45:08.575 778-1038/? I/ASH: @ 90581.734: tmd2725: Prox client count: cur=0, new=1 2020-07-14 02:45:08.575 778-1038/? I/ASH: @ 90581.734: tmd2725: Calibrating POFFSET 2020-07-14 02:45:08.576 778-1038/? I/ASH: @ 90581.734: touch gesture: [touch gesture] subscribed 2020-07-14 02:45:08.579 778-1038/? I/ASH: @ 90581.734: tmd2725: Disabling sensor 0 2020-07-14 02:45:08.579 778-1038/? I/ASH: @ 90581.734: tmd2725: ALS last sample data 308.641 lux 2020-07-14 02:45:08.581 4759-4846/? I/QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(false) 2020-07-14 02:45:08.584 4759-4846/? I/QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(true) 2020-07-14 02:45:08.586 4646-4646/? D/StatusBar: disable disable2 2020-07-14 02:45:08.594 778-1038/? I/ASH: @ 90581.750: tmd2725: POFFSET 03 2020-07-14 02:45:08.618 778-1038/? I/ASH: @ 90581.773: tmd2725: PROX sample: PDATA 07 2020-07-14 02:45:08.618 778-1038/? I/ASH: @ 90581.773: tmd2725: PROX sample: FAR 2020-07-14 02:45:08.618 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:45:08.619 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:45:08.619 778-1038/? D/CHRE: @ 90581.773: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 29 2020-07-14 02:45:08.620 778-1038/? D/CHRE: @ 90581.773: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 5 2020-07-14 02:45:08.622 4646-4646/? D/StatusBar: disable disable2 2020-07-14 02:45:08.626 4646-4646/? I/chatty: uid=10043(com.android.systemui) identical 2 lines 2020-07-14 02:45:08.626 4646-4646/? D/StatusBar: disable disable2 2020-07-14 02:45:08.633 1236-4140/? V/ContextHubClientManager: Received NanoAppMessage[type = 1, length = 5 bytes, broadcast, nanoapp = 0x476f6f676c00100e](data = 0x2D000000 00) 2020-07-14 02:45:08.633 1236-4140/? D/ContextHubService: Sending message 1 version 0 from hubHandle 0, appInstance 1, callBackCount 2 2020-07-14 02:45:08.637 4646-4646/? I/vol.Events: writeEvent dismiss_dialog screen_off 2020-07-14 02:45:08.651 775-9331/? E/NxpTml: _i2c_write() errno : 5 2020-07-14 02:45:08.652 775-9331/? E/NxpTml: PN54X - Error in I2C Write..... 2020-07-14 02:45:08.652 775-9333/? E/NxpHal: write error status = 0x1ff 2020-07-14 02:45:08.652 775-775/? E/NxpHal: write_unlocked failed - PN54X Maybe in Standby Mode - Retry 2020-07-14 02:45:08.652 5801-5801/? I/DeviceStatusMonitor: onReceive() : Action = android.intent.action.SCREEN_OFF 2020-07-14 02:45:08.662 4646-4646/? I/Elmyra/ElmyraService: Unblocked; current action: SetupWizardAction 2020-07-14 02:45:08.664 5801-5801/? I/GoogleInputMethod: onReceive() : Action = android.intent.action.SCREEN_OFF 2020-07-14 02:45:08.671 5366-5366/? E/libnfc_nci: [ERROR:NativeNfcTag.cpp(801)] nativeNfcTag_doDisconnect: tag already deactivated 2020-07-14 02:45:08.675 5423-5423/? E/LibSecureUISvc: svc_sock_send_message(suisvc): invalid remote socket suitch 2020-07-14 02:45:08.675 5423-5423/? E/LibSecureUISvc: svc_sock_send_message(suisvc): invalid remote socket suilst 2020-07-14 02:45:08.684 590-4137/? W/SurfaceFlinger: Attempting to destroy on removed layer: 6ed5a4e RecentsOnboarding#0 2020-07-14 02:45:10.321 778-1038/? I/CHRE: @ 90583.477: [AR_CHRE] still: 91 2020-07-14 02:45:12.295 4646-4646/? I/PowerUI: currentTemp=24.687,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687, 2020-07-14 02:45:12.820 1236-5380/? W/UsageStatsService: Event reported without a package name 2020-07-14 02:45:12.827 4646-4646/? D/StatusBar: disable disable2 2020-07-14 02:45:12.835 4646-4646/? I/chatty: uid=10043(com.android.systemui) identical 2 lines 2020-07-14 02:45:12.836 4646-4646/? D/StatusBar: disable disable2 2020-07-14 02:45:12.854 4646-4646/? D/StatusBar: disable<e i a s b H!R!c s > disable2 2020-07-14 02:45:12.856 778-778/? I/sensors-hal: batch_physical_sensor:204, android.sensor.proximity/1, period=200000000, max_latency=0 2020-07-14 02:45:12.857 778-778/? I/sensors-hal: batch_physical_sensor:213, android.sensor.proximity/1, period=200000000, max_latency=0 request completed 2020-07-14 02:45:12.857 778-778/? I/sensors-hal: activate_physical_sensor:141, android.sensor.proximity/1 en=1 2020-07-14 02:45:12.857 4646-4646/? I/Elmyra/ElmyraService: Gated by KeyguardDeferredSetup [mDeferredSetupComplete -> false] 2020-07-14 02:45:12.857 778-778/? I/sensors-hal: ssc_enable_rt_task:255, ssc_enable_rt_task : true 2020-07-14 02:45:12.858 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:45:12.859 778-1038/? D/CHRE: @ 90586.016: Parsed nanoapp message from host: app ID 0x476f6f676c00100e, endpoint 0x0, msgType 1, payload size 2 2020-07-14 02:45:12.859 778-1038/? D/CHRE: @ 90586.016: [Elmyra] Recognizer start: 0 2020-07-14 02:45:12.860 778-778/? I/sensors-hal: activate_physical_sensor:152, android.sensor.proximity/1 en=1 completed 2020-07-14 02:45:12.860 778-1038/? I/ASH: @ 90586.016: tmd2725: Prox client count: cur=1, new=2 2020-07-14 02:45:12.861 778-13193/? I/sensors-hal: handle_indication_realtime:352, SCHED_FIFO(10) for qmi_cbk 2020-07-14 02:45:12.872 4646-4646/? I/Elmyra/ElmyraService: Gated by KeyguardDeferredSetup [mDeferredSetupComplete -> false] 2020-07-14 02:45:13.387 778-1038/? D/VSC: @ 90586.547: [Device Pickup Sensor] Stop accel 2020-07-14 02:45:13.387 778-1038/? D/VSC: @ 90586.547: [Device Pickup Sensor] Request motion_detect, interval 18446744073709551615 ns, latency 0 ns 2020-07-14 02:45:13.520 778-1038/? I/CHRE: @ 90586.680: [AR_CHRE] still: 91 2020-07-14 02:45:16.270 5461-13194/? E/WakeLock: GCM_HB_ALARM release without a matched acquire! 2020-07-14 02:45:16.721 778-1038/? I/CHRE: @ 90589.883: [AR_CHRE] still: 91 2020-07-14 02:45:19.921 778-1038/? I/CHRE: @ 90593.078: [AR_CHRE] still: 91 2020-07-14 02:45:20.808 4646-4646/? I/PowerUI: currentTemp=24.598001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001, 2020-07-14 02:45:23.025 4646-4646/? I/PowerUI: currentTemp=24.598001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001, 2020-07-14 02:45:23.121 778-1038/? I/CHRE: @ 90596.281: [AR_CHRE] still: 91 2020-07-14 02:45:24.514 4646-4646/? I/PowerUI: currentTemp=24.553001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001, 2020-07-14 02:45:25.310 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: BlockingExecutor com.google.android.finsky.bp.an@7edcce[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 7] 2020-07-14 02:45:25.310 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: LightweightExecutor com.google.android.finsky.bp.an@29ef7ef[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 42] 2020-07-14 02:45:25.515 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: bgExecutor com.google.android.finsky.bp.an@f1492fc[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 10] 2020-07-14 02:45:25.714 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-xternal_referrer_status.db com.google.android.finsky.bp.an@b738d85[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:45:25.714 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: StorageAwareDownloadServiceManagerSpaceChecker com.google.android.finsky.bp.an@f2ff7da[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:45:25.714 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-split_install_service com.google.android.finsky.bp.an@18d240b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 12] 2020-07-14 02:45:25.869 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-scheduler com.google.android.finsky.bp.an@595e2e8[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 63] 2020-07-14 02:45:25.870 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-scheduler_logging_store.db com.google.android.finsky.bp.an@3647d01[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:45:26.036 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-install_service com.google.android.finsky.bp.an@fa5b7a6[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:45:26.321 778-1038/? I/CHRE: @ 90599.477: [AR_CHRE] still: 91 2020-07-14 02:45:26.885 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-auto_update.db com.google.android.finsky.bp.an@7e7f5e7[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:45:27.131 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-user_languages_store com.google.android.finsky.bp.an@25a4594[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1] 2020-07-14 02:45:29.521 778-1038/? I/CHRE: @ 90602.680: [AR_CHRE] still: 91 2020-07-14 02:45:30.637 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:45:30.642 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:45:30.652 780-13172/? I/android.hardware.usb.gadget@1.0-service.bonito: event=1 on fd=16 2020-07-14 02:45:30.801 4646-4646/? I/PowerUI: currentTemp=24.508001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001, 2020-07-14 02:45:32.210 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-verify_apps.db com.google.android.finsky.bp.an@61ae83d[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 11] 2020-07-14 02:45:32.722 778-1038/? I/CHRE: @ 90605.883: [AR_CHRE] still: 91 2020-07-14 02:45:32.862 4646-4646/? I/PowerUI: currentTemp=24.464,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464, 2020-07-14 02:45:35.921 778-1038/? I/CHRE: @ 90609.078: [AR_CHRE] still: 91 2020-07-14 02:45:39.121 778-1038/? I/CHRE: @ 90612.281: [AR_CHRE] still: 91 2020-07-14 02:45:41.236 777-777/? E/android.hardware.power@1.3-service.bonito-libperfmgr: extract_stats: failed to open: /d/wlan0/power_stats Error = No such file or directory 2020-07-14 02:45:41.236 777-777/? E/android.hardware.power@1.3-service.bonito-libperfmgr: getSubsystemLowPowerStats: failed to process wlan stats 2020-07-14 02:45:41.278 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:45:41.280 766-766/? V/ContextHubHal: sendMessageToHub 2020-07-14 02:45:41.282 778-1038/? D/CHRE: @ 90614.438: Parsed nanoapp message from host: app ID 0x476f6f676c00100b, endpoint 0x0, msgType 0, payload size 10 2020-07-14 02:45:41.282 778-1038/? I/CHRE: @ 90614.438: [NanoMinion] received MSG Type 0x70, Version 1, 6 bytes 2020-07-14 02:45:41.282 778-1038/? I/CHRE: @ 90614.438: [AR_CHRE] request.query 2020-07-14 02:45:41.282 778-1038/? I/CHRE: @ 90614.438: [NanoMinion] sent MSG Type 0x71, Version 0, 17 bytes, MessageId 31 2020-07-14 02:45:41.282 778-1038/? I/CHRE: @ 90614.438: [AR_CHRE] send response=0 2020-07-14 02:45:41.282 778-1038/? D/CHRE: @ 90614.438: Parsed nanoapp message from host: app ID 0x476f6f676c00100b, endpoint 0x0, msgType 0, payload size 10 2020-07-14 02:45:41.282 778-1038/? I/CHRE: @ 90614.438: [NanoMinion] received MSG Type 0x70, Version 1, 6 bytes 2020-07-14 02:45:41.282 778-1038/? I/CHRE: @ 90614.438: [AR_CHRE] request.flush 2020-07-14 02:45:41.282 778-1038/? I/CHRE: @ 90614.438: [AR_CHRE] send to host, reason=3, sampleSize=66, transitionSize=0, lastAccelTime = 90599470, lastAudioTime = 0 2020-07-14 02:45:41.282 1236-4140/? V/ContextHubClientManager: Received NanoAppMessage[type = 1025, length = 25 bytes, broadcast, nanoapp = 0x476f6f676c00100b](data = 0xF1000015 00007100 0A080809 02030405 ...) 2020-07-14 02:45:41.282 1236-4140/? D/ContextHubService: Sending message 1025 version 0 from hubHandle 0, appInstance 0, callBackCount 2 2020-07-14 02:45:41.282 778-1038/? I/CHRE: @ 90614.438: [NanoMinion] sent MSG Type 0x72, Version 0, 1013 bytes, MessageId 32 2020-07-14 02:45:41.284 1236-4140/? V/ContextHubClientManager: Received NanoAppMessage[type = 1025, length = 1021 bytes, broadcast, nanoapp = 0x476f6f676c00100b](data = 0x010003F9 00007200 088AD58D 2B1A0C08 ...) 2020-07-14 02:45:41.284 1236-4140/? D/ContextHubService: Sending message 1025 version 0 from hubHandle 0, appInstance 0, callBackCount 2 2020-07-14 02:45:42.305 4646-4646/? I/PowerUI: currentTemp=24.375002,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002, 2020-07-14 02:45:42.321 778-1038/? I/CHRE: @ 90615.477: [AR_CHRE] still: 91 2020-07-14 02:45:43.446 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-notification_cache com.google.android.finsky.bp.an@69199fd[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2] 2020-07-14 02:45:45.521 778-1038/? I/CHRE: @ 90618.680: [AR_CHRE] still: 91 2020-07-14 02:45:48.722 778-1038/? I/CHRE: @ 90621.883: [AR_CHRE] still: 91 2020-07-14 02:45:50.824 4646-4646/? I/PowerUI: currentTemp=24.285002,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002, 2020-07-14 02:45:51.922 778-1038/? I/CHRE: @ 90625.078: [AR_CHRE] still: 91 2020-07-14 02:45:53.035 4646-4646/? I/PowerUI: currentTemp=24.285002,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002, 2020-07-14 02:45:54.524 4646-4646/? I/PowerUI: currentTemp=24.241001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001, 2020-07-14 02:45:55.122 778-1038/? I/CHRE: @ 90628.281: [AR_CHRE] still: 91 2020-07-14 02:45:58.321 778-1038/? I/CHRE: @ 90631.477: [AR_CHRE] still: 91 2020-07-14 02:46:00.815 4646-4646/? I/PowerUI: currentTemp=24.196001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001, 2020-07-14 02:46:01.521 778-1038/? I/CHRE: @ 90634.680: [AR_CHRE] still: 91 2020-07-14 02:46:02.873 4646-4646/? I/PowerUI: currentTemp=24.151001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001, 2020-07-14 02:46:04.721 778-1038/? I/CHRE: @ 90637.883: [AR_CHRE] still: 91 2020-07-14 02:46:07.922 778-1038/? I/CHRE: @ 90641.078: [AR_CHRE] still: 91 2020-07-14 02:46:11.122 778-1038/? I/CHRE: @ 90644.281: [AR_CHRE] still: 91 2020-07-14 02:46:12.322 4646-4646/? I/PowerUI: currentTemp=24.062,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062, 2020-07-14 02:46:14.322 778-1038/? I/CHRE: @ 90647.477: [AR_CHRE] still: 91 2020-07-14 02:46:17.522 778-1038/? I/CHRE: @ 90650.680: [AR_CHRE] still: 91 2020-07-14 02:46:20.723 778-1038/? I/CHRE: @ 90653.883: [AR_CHRE] still: 91 2020-07-14 02:46:20.840 4646-4646/? I/PowerUI: currentTemp=23.973001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001, 2020-07-14 02:46:23.044 4646-4646/? I/PowerUI: currentTemp=23.973001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001,23.973001, 2020-07-14 02:46:23.922 778-1038/? I/CHRE: @ 90657.078: [AR_CHRE] still: 91 2020-07-14 02:46:24.533 4646-4646/? I/PowerUI: currentTemp=23.973001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001,23.973001,23.973001, 2020-07-14 02:46:25.352 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: BlockingExecutor com.google.android.finsky.bp.an@7edcce[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 7] 2020-07-14 02:46:25.352 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: LightweightExecutor com.google.android.finsky.bp.an@29ef7ef[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 42] 2020-07-14 02:46:25.482 11665-11693/? I/PlayCommon: [106] com.google.android.play.b.g.d(231): Preparing logs for uploading 2020-07-14 02:46:25.485 11665-11693/? I/PlayCommon: [106] com.google.android.play.b.w.a(9): Connecting to server for timestamp: https://play.googleapis.com/play/log/timestamp 2020-07-14 02:46:25.492 11665-11693/? E/PlayCommon: [106] com.google.android.play.b.w.a(22): Failed to connect to server for server timestamp: java.net.UnknownHostException: Unable to resolve host "play.googleapis.com": No address associated with hostname 2020-07-14 02:46:25.492 11665-11693/? W/PlayCommon: [106] com.google.android.play.b.g.a(563): No account for auth token provided 2020-07-14 02:46:25.493 11665-11693/? I/PlayCommon: [106] com.google.android.play.b.g.a(417): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true 2020-07-14 02:46:25.494 11665-11693/? E/PlayCommon: [106] com.google.android.play.b.g.a(452): Failed to connect to server: java.net.UnknownHostException: Unable to resolve host "play.googleapis.com": No address associated with hostname 2020-07-14 02:46:25.557 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: bgExecutor com.google.android.finsky.bp.an@f1492fc[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 10] 2020-07-14 02:46:25.755 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-xternal_referrer_status.db com.google.android.finsky.bp.an@b738d85[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:46:25.756 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: StorageAwareDownloadServiceManagerSpaceChecker com.google.android.finsky.bp.an@f2ff7da[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:46:25.756 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-split_install_service com.google.android.finsky.bp.an@18d240b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 12] 2020-07-14 02:46:25.911 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-scheduler com.google.android.finsky.bp.an@595e2e8[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 63] 2020-07-14 02:46:25.911 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-scheduler_logging_store.db com.google.android.finsky.bp.an@3647d01[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:46:26.077 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-install_service com.google.android.finsky.bp.an@fa5b7a6[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:46:26.927 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-auto_update.db com.google.android.finsky.bp.an@7e7f5e7[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:46:27.122 778-1038/? I/CHRE: @ 90660.281: [AR_CHRE] still: 91 2020-07-14 02:46:27.172 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-user_languages_store com.google.android.finsky.bp.an@25a4594[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1] 2020-07-14 02:46:30.323 778-1038/? I/CHRE: @ 90663.477: [AR_CHRE] still: 91 2020-07-14 02:46:30.637 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:46:30.643 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:46:30.823 4646-4646/? I/PowerUI: currentTemp=23.883001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001,23.973001,23.973001,23.883001, 2020-07-14 02:46:32.252 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-verify_apps.db com.google.android.finsky.bp.an@61ae83d[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 11] 2020-07-14 02:46:32.883 4646-4646/? I/PowerUI: currentTemp=23.883001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001,23.973001,23.973001,23.883001,23.883001, 2020-07-14 02:46:33.522 778-1038/? I/CHRE: @ 90666.680: [AR_CHRE] still: 91 2020-07-14 02:46:36.723 778-1038/? I/CHRE: @ 90669.883: [AR_CHRE] still: 91 2020-07-14 02:46:39.922 778-1038/? I/CHRE: @ 90673.078: [AR_CHRE] still: 91 2020-07-14 02:46:42.339 4646-4646/? I/PowerUI: currentTemp=23.794,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001,23.973001,23.973001,23.883001,23.883001,23.794, 2020-07-14 02:46:43.122 778-1038/? I/CHRE: @ 90676.281: [AR_CHRE] still: 91 2020-07-14 02:46:43.484 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-notification_cache com.google.android.finsky.bp.an@69199fd[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2] 2020-07-14 02:46:46.321 778-1038/? I/CHRE: @ 90679.477: [AR_CHRE] still: 91 2020-07-14 02:46:49.522 778-1038/? I/CHRE: @ 90682.680: [AR_CHRE] still: 91 2020-07-14 02:46:50.857 4646-4646/? I/PowerUI: currentTemp=23.705002,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001,23.973001,23.973001,23.883001,23.883001,23.794,23.705002, 2020-07-14 02:46:53.054 4646-4646/? I/PowerUI: currentTemp=23.705002,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001,23.973001,23.973001,23.883001,23.883001,23.794,23.705002,23.705002, 2020-07-14 02:46:54.541 4646-4646/? I/PowerUI: currentTemp=23.705002,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001,23.973001,23.973001,23.883001,23.883001,23.794,23.705002,23.705002,23.705002, 2020-07-14 02:46:55.917 778-1038/? I/CHRE: @ 90689.070: [AR_CHRE] still: 55 2020-07-14 02:46:59.117 778-1038/? I/CHRE: @ 90692.273: [AR_CHRE] still: 64 2020-07-14 02:47:00.832 4646-4646/? I/PowerUI: currentTemp=23.616001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001,23.973001,23.973001,23.883001,23.883001,23.794,23.705002,23.705002,23.705002,23.616001, 2020-07-14 02:47:02.317 778-1038/? I/CHRE: @ 90695.469: [AR_CHRE] still: 71 2020-07-14 02:47:02.893 4646-4646/? I/PowerUI: currentTemp=23.616001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001,23.973001,23.973001,23.883001,23.883001,23.794,23.705002,23.705002,23.705002,23.616001,23.616001, 2020-07-14 02:47:05.517 778-1038/? I/CHRE: @ 90698.672: [AR_CHRE] still: 79 2020-07-14 02:47:08.717 778-1038/? I/CHRE: @ 90701.875: [AR_CHRE] still: 86 2020-07-14 02:47:11.917 778-1038/? I/CHRE: @ 90705.070: [AR_CHRE] still: 91 2020-07-14 02:47:12.356 4646-4646/? I/PowerUI: currentTemp=23.571001,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001,23.973001,23.973001,23.883001,23.883001,23.794,23.705002,23.705002,23.705002,23.616001,23.616001,23.571001, 2020-07-14 02:47:15.117 778-1038/? I/CHRE: @ 90708.273: [AR_CHRE] still: 91 2020-07-14 02:47:18.317 778-1038/? I/CHRE: @ 90711.469: [AR_CHRE] still: 91 2020-07-14 02:47:20.867 4646-4646/? I/PowerUI: currentTemp=23.482,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001,23.973001,23.973001,23.883001,23.883001,23.794,23.705002,23.705002,23.705002,23.616001,23.616001,23.571001,23.482, 2020-07-14 02:47:21.171 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:47:21.175 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:47:21.517 778-1038/? I/CHRE: @ 90714.672: [AR_CHRE] still: 91 2020-07-14 02:47:23.062 4646-4646/? I/PowerUI: currentTemp=23.482,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=18.783,18.828001,18.783,18.738,18.738,18.783,18.828001,18.873001,19.009,19.459002,19.504002,19.549002,19.639002,20.491001,20.535002,20.580002,20.892,21.607,21.651001,21.651001,21.741001,21.741001,21.741001,21.696001,21.696001,21.607,21.607,21.607,21.562,21.473001,21.473001,21.473001,21.562,22.053001,22.098001,22.142,22.276001,22.455002,22.455002,22.455002,22.500002,22.366001,22.321001,22.321001,22.276001,22.142,22.098001,22.098001,22.053001,21.964,21.964,21.919,21.919,21.830002,21.785002,21.785002,21.785002,21.696001,21.696001,21.696001,21.696001,21.875002,21.919,21.964,22.098001,22.098001,21.964,21.964,22.053001,22.544,22.633001,23.169,23.214,23.258001,23.303001,23.348001,23.348001,23.348001,23.303001,23.258001,23.258001,23.169,23.258001,23.258001,23.392,23.392,23.571001,23.348001,23.348001,23.348001,23.660002,23.883001,24.285002,24.508001,24.553001,24.598001,24.642002,24.687,24.687,24.598001,24.598001,24.553001,24.508001,24.464,24.375002,24.285002,24.285002,24.241001,24.196001,24.151001,24.062,23.973001,23.973001,23.973001,23.883001,23.883001,23.794,23.705002,23.705002,23.705002,23.616001,23.616001,23.571001,23.482,23.482, 2020-07-14 02:47:23.063 4646-4646/? I/PowerUI: Type=1,avg=22.415419,min=18.738,max=24.687 2020-07-14 02:47:24.550 4646-4646/? I/PowerUI: currentTemp=23.482,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=23.482, 2020-07-14 02:47:24.717 778-1038/? I/CHRE: @ 90717.875: [AR_CHRE] still: 91 2020-07-14 02:47:25.393 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: BlockingExecutor com.google.android.finsky.bp.an@7edcce[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 7] 2020-07-14 02:47:25.394 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: LightweightExecutor com.google.android.finsky.bp.an@29ef7ef[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 42] 2020-07-14 02:47:25.599 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: bgExecutor com.google.android.finsky.bp.an@f1492fc[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 10] 2020-07-14 02:47:25.797 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-xternal_referrer_status.db com.google.android.finsky.bp.an@b738d85[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:47:25.798 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: StorageAwareDownloadServiceManagerSpaceChecker com.google.android.finsky.bp.an@f2ff7da[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:47:25.798 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-split_install_service com.google.android.finsky.bp.an@18d240b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 12] 2020-07-14 02:47:25.937 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-scheduler com.google.android.finsky.bp.an@595e2e8[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 63] 2020-07-14 02:47:25.938 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-scheduler_logging_store.db com.google.android.finsky.bp.an@3647d01[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:47:26.119 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-install_service com.google.android.finsky.bp.an@fa5b7a6[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:47:26.950 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-auto_update.db com.google.android.finsky.bp.an@7e7f5e7[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2020-07-14 02:47:27.214 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-user_languages_store com.google.android.finsky.bp.an@25a4594[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1] 2020-07-14 02:47:27.917 778-1038/? I/CHRE: @ 90721.070: [AR_CHRE] still: 91 2020-07-14 02:47:30.636 772-772/? I//vendor/bin/hw/android.hardware.health@2.0-service.bonito: SRAM data: 3065000 2020-07-14 02:47:30.641 4801-4801/? D/QtiCarrierConfigHelper: WARNING, no carrier configs on phone Id: 0 2020-07-14 02:47:30.839 4646-4646/? I/PowerUI: currentTemp=23.437,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=23.482,23.437, 2020-07-14 02:47:31.117 778-1038/? I/CHRE: @ 90724.273: [AR_CHRE] still: 91 2020-07-14 02:47:32.294 11665-11682/? I/Finsky: [95] com.google.android.finsky.bp.am.run(6): Stats for Executor: Db-verify_apps.db com.google.android.finsky.bp.an@61ae83d[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 11] 2020-07-14 02:47:32.903 4646-4646/? I/PowerUI: currentTemp=23.392,overheatType=1,isOverheatAlarm=false,thresholdTemp=63.0,batteryStatus=2,recentTemps=23.482,23.437,23.392, 2020-07-14 02:47:34.317 778-1038/? I/CHRE: @ 90727.469: [AR_CHRE] still: 91 2020-07-14 02:47:35.139 777-777/? E/android.hardware.power@1.3-service.bonito-libperfmgr: extract_stats: failed to open: /d/wlan0/power_stats Error = No such file or directory 2020-07-14 02:47:35.139 777-777/? E/android.hardware.power@1.3-service.bonito-libperfmgr: getSubsystemLowPowerStats: failed to process wlan stats 2020-07-14 02:47:37.517 778-1038/? I/CHRE: @ 90730.672: [AR_CHRE] still: 91

bastibl commented 4 years ago

Can you please check if your device has the folder /sdcard (Android Studio has a file explorer) and if you're able to write into it.

If the directory exists, can you please try to create a folder gnuradio.

nirajporecha96 commented 4 years ago

I had the same issue: 2020-07-30 16:01:14.280 14671-14671/? A/DEBUG: Abort message: 'terminating with uncaught exception of type std::runtime_error: Failed to create FFTW wisdom lockfile: /sdcard/gnuradio/gr_fftw_wisdom.lock'

But as you suggested, creating the gnuradio directory under /sdcard solved the problem.

Thank you :)