OSS-DocumentScanner icon indicating copy to clipboard operation
OSS-DocumentScanner copied to clipboard

[BUG] can't access camera / app crashes

Open mokkin opened this issue 1 year ago • 10 comments
trafficstars

Version

1.10.2

What platform are you using?

No response

OS Version

Lineage 20-20240722 (Android 13)

What happened?

I have a fresh installation, gave permissions to use the camera but I can't use it. It's only diplaying a black background and can't access the camera. Some seconds later it crashes.

grafik

Relevant log output

I created a logcat, but can't find OSS-DocumentScanner there.

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

mokkin avatar Jul 29 '24 16:07 mokkin

@mokkin could you share the logcat still? Are you installing from fdroid or from play store?

farfromrefug avatar Jul 29 '24 19:07 farfromrefug

Are you installing from fdroid or from play store?

It's from Play Store via Aurora. I thought it isn't available on Fdroid yet? I couldn't find it there unfortunately.

@mokkin could you share the logcat still?

I can try. Does this help? It's right from the moment when it happens:

--------- beginning of crash
07-26 17:12:12.705  1651  1651 F linker  : CANNOT LINK EXECUTABLE "xtra-daemon": library "libmmosal.so" not found: needed by /vendor/lib64/libqcc_file_agent.so in namespace (default)
07-26 17:12:12.729  1734  1734 F linker  : CANNOT LINK EXECUTABLE "xtra-daemon": library "libmmosal.so" not found: needed by /vendor/lib64/libqcc_file_agent.so in namespace (default)
07-26 17:12:12.786  1748  1748 F linker  : CANNOT LINK EXECUTABLE "xtra-daemon": library "libmmosal.so" not found: needed by /vendor/lib64/libqcc_file_agent.so in namespace (default)
07-26 17:12:12.807  1778  1778 F linker  : CANNOT LINK EXECUTABLE "xtra-daemon": library "libmmosal.so" not found: needed by /vendor/lib64/libqcc_file_agent.so in namespace (default)
07-26 17:12:12.836  1788  1788 F linker  : CANNOT LINK EXECUTABLE "xtra-daemon": library "libmmosal.so" not found: needed by /vendor/lib64/libqcc_file_agent.so in namespace (default)
07-26 17:12:12.855  1795  1795 F linker  : CANNOT LINK EXECUTABLE "xtra-daemon": library "libmmosal.so" not found: needed by /vendor/lib64/libqcc_file_agent.so in namespace (default)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: FATAL EXCEPTION: main
07-30 08:10:00.852  5174  5174 E AndroidRuntime: Process: ca.chancehorizon.paseo, PID: 5174
07-30 08:10:00.852  5174  5174 E AndroidRuntime: java.lang.RuntimeException: Unable to start receiver ca.chancehorizon.paseo.background.Restarter: android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service ca.chancehorizon.paseo/.background.StepCounterService
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.app.ActivityThread.handleReceiver(ActivityThread.java:4316)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.app.ActivityThread.-$$Nest$mhandleReceiver(Unknown Source:0)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2153)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:106)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:201)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:288)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7924)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: Caused by: android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service ca.chancehorizon.paseo/.background.StepCounterService
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.os.Parcel.readParcelableInternal(Parcel.java:4816)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.os.Parcel.readParcelable(Parcel.java:4778)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:3006)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.os.Parcel.createException(Parcel.java:2995)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2978)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:2920)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.app.IActivityManager$Stub$Proxy.startService(IActivityManager.java:5302)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1894)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.app.ContextImpl.startForegroundService(ContextImpl.java:1870)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:822)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:822)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at ca.chancehorizon.paseo.background.Restarter.onReceive(Restarter.kt:14)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	at android.app.ActivityThread.handleReceiver(ActivityThread.java:4307)
07-30 08:10:00.852  5174  5174 E AndroidRuntime: 	... 9 more
--------- beginning of system
[...]
07-30 16:25:58.216     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:0
07-30 16:27:03.801  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:32.417961, last_ps:far[169], als_raw:230, ir_raw:403, als_scale:1.028815, THDH:297,THDL:199,CONF:962, PSTH  L 66 H 386 INT 0x4ff
07-30 16:26:00.144     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: batt_mv = 4383, batt_ma -774, batt_soc 86, batt_temp 29, usb_mv 4561, dc_mv 0, cp 1, vp 1 dp 0
07-30 16:26:00.158     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: Step State = NORMAL, Temp Zone 3, Health 1
07-30 16:26:00.168     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: IMPOSED: FV = 4450000, CDIS = 0, FCC = 3600000, USBICL = 1500000
07-30 16:26:00.186     0     0 W healthd : battery l=86 v=4383 t=29.0 h=2 st=2 c=774536 fc=5054000 cc=0 chg=a
07-30 16:27:04.500  2626  3551 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:26:00.247     0     0 I pm7250b_charger: default_irq_handler: IRQ: usbin-collapse
07-30 16:26:00.253     0     0 I pm7250b_charger: default_irq_handler: IRQ: aicl-done
07-30 16:26:00.253     0     0 I pm7250b_charger: default_irq_handler: IRQ: usbin-collapse
07-30 16:26:00.349     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:0
07-30 16:27:04.870  4060  4400 W IncomingMessageObserver: Application level read timeout...
07-30 16:27:04.875  4060  4400 D IncomingMessageObserver: [Needs Connection] Network: true, Foreground: false, Time Since Last Interaction: 6182219 ms (over limit), FCM: false, Stay open requests: [], Registered: true, Proxy: false, Force websocket: false
07-30 16:27:04.876  4060  4400 D IncomingMessageObserver: Reading message...
07-30 16:27:04.895  4060 19447 I OkHttpWebSocketConnection: [normal:258372329] Sending keep alive...
07-30 16:27:04.895  4060 19447 I OkHttpWebSocketConnection: [unidentified:2894984] Sending keep alive...
07-30 16:27:04.899  4060 19447 D AlarmSleepTimer: Setting an exact alarm to wake up in 19999ms.
07-30 16:26:00.610     0     0 I timerfd_poll: comm:AlarmManager pid:2452 exp:179856241
07-30 16:26:01.257     0     0 I pm7250b_charger: smblib_icl_change_work: icl_settled=850000
07-30 16:26:01.269     0     0 W healthd : battery l=86 v=4384 t=29.0 h=2 st=2 c=776062 fc=5054000 cc=0 chg=a
07-30 16:27:05.572  2626  3647 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:26:02.484     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:0
07-30 16:26:04.617     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:0
07-30 16:26:05.266     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: batt_mv = 4385, batt_ma -776, batt_soc 86, batt_temp 29, usb_mv 4561, dc_mv 0, cp 1, vp 1 dp 0
07-30 16:26:05.281     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: Step State = NORMAL, Temp Zone 3, Health 1
07-30 16:26:05.290     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: IMPOSED: FV = 4450000, CDIS = 0, FCC = 3600000, USBICL = 1500000
07-30 16:26:05.319     0     0 W healthd : battery l=86 v=4381 t=29.0 h=2 st=2 c=679321 fc=5054000 cc=0 chg=a
07-30 16:27:09.618  2626  3339 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:26:05.468     0     0 I pm7250b_charger: wdog_snarl_irq_handler: IRQ: wdog-snarl
07-30 16:26:05.475     0     0 E         : batt power supply prop 4 not supported
07-30 16:26:05.489     0     0 W healthd : battery l=86 v=4380 t=29.0 h=2 st=2 c=772400 fc=5054000 cc=0 chg=a
07-30 16:27:09.799  2626  3334 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:26:06.749     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:0
07-30 16:27:11.846  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:27.766687, last_ps:far[168], als_raw:197, ir_raw:334, als_scale:1.028815, THDH:297,THDL:199,CONF:962, PSTH  L 66 H 386 INT 0x8ff
07-30 16:27:11.985  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:21.705938, last_ps:far[170], als_raw:154, ir_raw:259, als_scale:1.028815, THDH:236,THDL:158,CONF:962, PSTH  L 66 H 386 INT 0x8ff
07-30 16:27:12.124  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:16.913717, last_ps:far[172], als_raw:120, ir_raw:212, als_scale:1.028815, THDH:184,THDL:124,CONF:962, PSTH  L 66 H 386 INT 0x8ff
07-30 16:27:12.263  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:23.397310, last_ps:far[168], als_raw:166, ir_raw:287, als_scale:1.028815, THDH:144,THDL:96,CONF:962, PSTH  L 66 H 386 INT 0x4ff
07-30 16:27:12.308  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:28.471426, last_ps:far[170], als_raw:202, ir_raw:338, als_scale:1.028815, THDH:199,THDL:133,CONF:962, PSTH  L 66 H 386 INT 0x4ff
07-30 16:26:08.883     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:0
07-30 16:26:10.387     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: batt_mv = 4385, batt_ma -773, batt_soc 86, batt_temp 29, usb_mv 4562, dc_mv 0, cp 1, vp 1 dp 0
07-30 16:26:10.401     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: Step State = NORMAL, Temp Zone 3, Health 1
07-30 16:26:10.410     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: IMPOSED: FV = 4450000, CDIS = 0, FCC = 3600000, USBICL = 1500000
07-30 16:26:10.432     0     0 W healthd : battery l=86 v=4363 t=29.0 h=2 st=2 c=687866 fc=5054000 cc=0 chg=a
07-30 16:27:14.732  2626  3338 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:27:14.847  2626  2637 I ndroid.systemui: Background young concurrent copying GC freed 308451(12MB) AllocSpace objects, 11(220KB) LOS objects, 39% free, 19MB/32MB, paused 374us,223us total 108.488ms
07-30 16:27:14.850  2626  2639 W System  : A resource failed to call release. 
07-30 16:27:14.850  2626  2639 W System  : A resource failed to call release. 
07-30 16:27:14.893  1882  1979 W AccessibilityWindowsPopulator: The displayInfo of this displayId (0) called back from the surface fligner is null
07-30 16:26:11.017     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:0
07-30 16:26:13.151     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:0
07-30 16:26:13.328     0     0 I pm7250b_charger: default_irq_handler: IRQ: usbin-collapse
07-30 16:26:13.337     0     0 I pm7250b_charger: default_irq_handler: IRQ: aicl-done
07-30 16:26:13.338     0     0 I pm7250b_charger: default_irq_handler: IRQ: usbin-collapse
07-30 16:26:13.644     0     0 I pm7250b_charger: wdog_snarl_irq_handler: IRQ: wdog-snarl
07-30 16:26:13.651     0     0 E         : batt power supply prop 4 not supported
07-30 16:26:13.665     0     0 W healthd : battery l=86 v=4370 t=29.0 h=2 st=2 c=712891 fc=5054000 cc=0 chg=a
07-30 16:27:17.967  2626  3341 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:26:14.351     0     0 I pm7250b_charger: smblib_icl_change_work: icl_settled=800000
07-30 16:26:14.364     0     0 W healthd : battery l=86 v=4377 t=29.0 h=2 st=2 c=715332 fc=5054000 cc=0 chg=a
07-30 16:27:18.665  2626  3340 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:26:14.377     0     0 I timerfd_poll: comm:hvdcp_opti pid:1823 exp:179870008
07-30 16:27:19.325  5566  5566 D WM-DelayedWorkTracker: Scheduling work 042a9914-f3f2-4b68-b534-fed9ac27e19e
07-30 16:26:15.283     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:0
07-30 16:26:15.514     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: batt_mv = 4378, batt_ma -736, batt_soc 86, batt_temp 29, usb_mv 4586, dc_mv 0, cp 1, vp 1 dp 0
07-30 16:26:15.529     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: Step State = NORMAL, Temp Zone 3, Health 1
07-30 16:26:15.538     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: IMPOSED: FV = 4450000, CDIS = 0, FCC = 3600000, USBICL = 1500000
07-30 16:26:15.556     0     0 W healthd : battery l=86 v=4379 t=29.0 h=2 st=2 c=720520 fc=5054000 cc=0 chg=a
07-30 16:27:19.857  2626  3355 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:26:17.417     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:0
07-30 16:26:19.551     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:0
07-30 16:26:20.614     0     0 I timerfd_poll: comm:AlarmManager pid:2452 exp:179876245
07-30 16:27:24.906  4060 19447 D AlarmSleepTimer: Setting an exact alarm to wake up in 9994ms.
07-30 16:27:24.915  4060  4060 W AlarmSleepTimer: Waking up.
07-30 16:26:20.624     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: batt_mv = 4380, batt_ma -737, batt_soc 86, batt_temp 29, usb_mv 4586, dc_mv 0, cp 1, vp 1 dp 0
07-30 16:26:20.639     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: Step State = NORMAL, Temp Zone 3, Health 1
07-30 16:26:20.648     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: IMPOSED: FV = 4450000, CDIS = 0, FCC = 3600000, USBICL = 1500000
07-30 16:26:20.664     0     0 W healthd : battery l=86 v=4380 t=29.0 h=2 st=2 c=737000 fc=5054000 cc=0 chg=a
07-30 16:27:24.963  2626  3551 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:26:21.165     0     0 I pm7250b_charger: wdog_bark_irq_handler: IRQ: wdog-bark
07-30 16:27:25.579  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:18.323195, last_ps:far[169], als_raw:130, ir_raw:225, als_scale:1.028815, THDH:242,THDL:162,CONF:962, PSTH  L 66 H 386 INT 0x8ff
07-30 16:26:21.370     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:21.373     0     0 I pm7250b_charger: typec_state_change_irq_handler: IRQ: cc-state-change; Type-C SOURCE_DEFAULT detected
07-30 16:27:25.663 13508 21081 I adbd    : USB event: FUNCTIONFS_SUSPEND
07-30 16:26:21.378     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:27:25.674  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:9.725389, last_ps:far[238], als_raw:69, ir_raw:133, als_scale:1.028815, THDH:156,THDL:104,CONF:962, PSTH  L 66 H 386 INT 0x8ff
07-30 16:26:21.396     0     0 I pm7250b_charger: SMBMMI: mmi_psy_notifier_call: Psy notifier call usb
07-30 16:27:25.717  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:7.752121, last_ps:far[204], als_raw:55, ir_raw:114, als_scale:1.028815, THDH:82,THDL:56,CONF:962, PSTH  L 66 H 386 INT 0x8ff
07-30 16:26:21.411     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: batt_mv = 4366, batt_ma -678, batt_soc 86, batt_temp 29, usb_mv 4580, dc_mv 0, cp 1, vp 1 dp 0
07-30 16:26:21.426     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: Step State = NORMAL, Temp Zone 3, Health 1
07-30 16:26:21.436     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: IMPOSED: FV = 4450000, CDIS = 0, FCC = 3600000, USBICL = 1500000
07-30 16:26:21.437     0     0 W healthd : battery l=86 v=4364 t=29.0 h=2 st=2 c=593567 fc=5054000 cc=0 chg=a
07-30 16:27:25.746  2626  3647 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:26:21.460     0     0 W healthd : battery l=86 v=4364 t=29.0 h=2 st=2 c=593567 fc=5054000 cc=0 chg=a
07-30 16:27:25.904  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:9.725389, last_ps:far[299], als_raw:69, ir_raw:158, als_scale:1.028815, THDH:66,THDL:44,CONF:962, PSTH  L 66 H 386 INT 0x4ff
07-30 16:26:21.684     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:2
07-30 16:27:25.996  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:15.504242, last_ps:far[173], als_raw:110, ir_raw:233, als_scale:1.028815, THDH:82,THDL:56,CONF:962, PSTH  L 66 H 386 INT 0x4ff
07-30 16:27:26.043  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:25.088682, last_ps:far[172], als_raw:178, ir_raw:334, als_scale:1.028815, THDH:132,THDL:88,CONF:962, PSTH  L 66 H 386 INT 0x4ff
07-30 16:26:21.820     0     0 I pm7250b_charger: wdog_snarl_irq_handler: IRQ: wdog-snarl
07-30 16:26:21.826     0     0 E         : batt power supply prop 4 not supported
07-30 16:26:21.841     0     0 W healthd : battery l=86 v=4380 t=29.0 h=2 st=2 c=736389 fc=5054000 cc=0 chg=a
07-30 16:27:26.143  2626  3339 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:27:26.274  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:30.585640, last_ps:far[171], als_raw:217, ir_raw:492, als_scale:1.028815, THDH:213,THDL:143,CONF:962, PSTH  L 66 H 386 INT 0x4ff
07-30 16:27:26.323  3940  3940 D MotoActions-FlatUpSensor: event: false mLastFlatUp=true mIsStowed=false
07-30 16:27:26.323  3940  3940 D MotoActions: Allowing doze
07-30 16:27:26.324  3940  3940 D MotoActions: Sending doze.pulse intent
07-30 16:27:26.333  2626  2626 D ProxSensor: [prox_check] Primary sensor event: false. No secondary.
07-30 16:27:26.343  1882  2150 I DisplayPowerController[0]: Blocking screen on until initial contents have been drawn.
07-30 16:27:26.346  1882  2150 V DisplayPowerController[0]: Brightness [0.062992126] reason changing to: 'doze', previous reason: 'screen_off'.
07-30 16:27:26.346  1882  2150 I DisplayPowerController[0]: BrightnessEvent: disp=0, physDisp=local:4630946747577212033, brt=0.062992126, initBrt=0.0, rcmdBrt=NaN, preBrt=NaN, lux=0.0, preLux=0.0, hbmMax=1.0, hbmMode=off, rbcStrength=50, powerFactor=1.0, thrmMax=1.0, wasShortTermModelActive=false, flags=, reason=doze, autoBrightness=true
07-30 16:27:26.346  1882  2150 I DisplayPowerController[0]: BrightnessEvent: disp=0, physDisp=local:4630946747577212033, brt=0.062992126, initBrt=0.062992126, rcmdBrt=NaN, preBrt=NaN, lux=0.0, preLux=0.0, hbmMax=1.0, hbmMode=off, rbcStrength=50, powerFactor=1.0, thrmMax=1.0, wasShortTermModelActive=false, flags=, reason=doze, autoBrightness=true
07-30 16:27:26.347  1882  1979 I DisplayDeviceRepository: Display device changed state: "Integrierter Bildschirm", ON
07-30 16:27:26.347  2626  2626 D ProxSensor: [prox_check] unregistering sensor listener
07-30 16:27:26.348   924   924 D SurfaceFlinger: Setting power mode 2 on display 4630946747577212033
07-30 16:27:26.348  1882  1979 I InputManager-JNI: Viewport [0] to add: local:4630946747577212033, isActive: true
07-30 16:27:26.349   926   926 I SDM     : DisplayBase::SetDisplayState: Set state = 1, display 29-0, teardown = 0
07-30 16:27:26.350  1275  1275 I sensors-hal: batch:242, android.sensor.proximity/82, period=200000000, max_latency=0
07-30 16:27:26.350  1275  1275 I sensors-hal: set_config:63, sample_period_ns is adjusted to 0 based on min/max delay_ns
07-30 16:27:26.350  1275  1275 I sensors-hal: batch:251, android.sensor.proximity/82, period=200000000, max_latency=0 request completed
07-30 16:27:26.354  1882  2463 I InputReader: Reconfiguring input devices, changes=DISPLAY_INFO | 
07-30 16:27:26.355  1882  2463 I InputReader: Device reconfigured: id=4, name='NVTCapacitiveTouchScreen', size 1080x2520, orientation 0, mode 1, display id 0
07-30 16:27:26.356  3064  3343 D BtGatt.ScanManager: handleScreenOn()
07-30 16:27:26.360  1275  1275 I sensors-hal: batch:242, android.sensor.light/51, period=250000000, max_latency=0
07-30 16:27:26.361  1275  1275 I sensors-hal: set_config:63, sample_period_ns is adjusted to 0 based on min/max delay_ns
07-30 16:27:26.361  1275  1275 I sensors-hal: batch:251, android.sensor.light/51, period=250000000, max_latency=0 request completed
07-30 16:27:26.361  1275  1275 I sensors-hal: activate:209, android.sensor.light/51 en=1
07-30 16:27:26.361  1275  1275 I sensors-hal: get_qmi_debug_flag:241, support_qmi_debug : false
07-30 16:27:26.362  1656  1827 E RIL-MOTEXT: Oem Hook header type 0, requestCode 0x0
07-30 16:26:22.067     0     0 I [drm:dsi_display_set_mode] [msm-dsi-info]: mdp_transfer_time_us=0 us
07-30 16:26:22.075     0     0 I [drm:dsi_display_set_mode] [msm-dsi-info]: hactive= 1080,vactive= 2520,fps=90
07-30 16:26:22.081     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:22.083     0     0 I [drm:dsi_display_prepare] [msm-dsi-info]: panel_name=mipi_mot_vid_tm_1080x2520_670 ctrl-index=0
07-30 16:26:22.087     0     0 I pm7250b_charger: typec_state_change_irq_handler: IRQ: cc-state-change; Type-C SOURCE_DEFAULT detected
07-30 16:26:22.087     0     0 I pm7250b_charger: SMBMMI: mmi_psy_notifier_call: Psy notifier call usb
07-30 16:27:26.364  1275  1275 I sensors-hal: activate:220, android.sensor.light/51 en=1 completed
07-30 16:27:26.364  3598  3630 I QcrilOemhookMsgTunnel: [0]processOemHookResponse serial no: -1 error: 0length=1
07-30 16:27:26.364  3598  3630 E QcrilOemhookMsgTunnel: [0]Unexpected serial number in solicited response!serial: -1 error: 0
07-30 16:26:22.090     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:22.091     0     0 I android_work: sent uevent USB_STATE=DISCONNECTED
07-30 16:27:26.375  1736  1813 E RIL-MOTEXT: Oem Hook header type 0, requestCode 0x0
07-30 16:27:26.376  1275  2431 D slpi    : vcnl36866_ALS_handle:lux:33.686489, last_ps:far[173], als_raw:239, ir_raw:495, als_scale:1.028815, THDH:260,THDL:174,CONF:962, PSTH  L 66 H 386 INT 0x4ff
07-30 16:27:26.376  1275  2431 D slpi    : vcnl36866_send_last_data,report als data,cur_lux = 33.186489,cur_raw = 239.000000,  INT:0x4ff
07-30 16:27:26.376  2626  2626 D ProxSensor: [FalsingCollector] Primary sensor event: false. No secondary.
07-30 16:27:26.376  1882  1980 I DisplayDevice: [0] Layerstack set to 0 for local:4630946747577212033
07-30 16:27:26.377  1275  1275 I sensors-hal: batch:242, android.sensor.proximity/82, period=20000000, max_latency=0
07-30 16:27:26.377  1275  1275 I sensors-hal: set_config:63, sample_period_ns is adjusted to 0 based on min/max delay_ns
07-30 16:27:26.377  1275 19882 I sensors-hal: ssc_conn_resp_cb:664, resp_value = 0
07-30 16:27:26.377  1275  1275 I sensors-hal: batch:251, android.sensor.proximity/82, period=20000000, max_latency=0 request completed
07-30 16:27:26.377  1275 19882 I sensors-hal: handle_indication_realtime:466,  SCHED_FIFO(10) for qmi_cbk
07-30 16:26:22.095     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:27:26.379  3598  3630 I QcrilOemhookMsgTunnel: [1]processOemHookResponse serial no: -1 error: 0length=1
07-30 16:27:26.379  3598  3630 E QcrilOemhookMsgTunnel: [1]Unexpected serial number in solicited response!serial: -1 error: 0
07-30 16:27:26.381 13508 21081 I adbd    : USB event: FUNCTIONFS_DISABLE
07-30 16:26:22.100     0     0 I [drm:dsi_ctrl_isr_configure] [msm-dsi-info]: dsi-ctrl-0: IRQ 297 registered
07-30 16:26:22.101     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:22.101     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:22.110     0     0 W healthd : battery l=86 v=4340 t=29.0 h=2 st=2 c=350036 fc=5054000 cc=0 chg=a
07-30 16:26:22.111     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:26:22.116     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:22.119     0     0 I [drm:dsi_panel_power_on] [msm-dsi-info]: (mipi_mot_vid_tm_1080x2520_670)+
07-30 16:26:22.120     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: batt_mv = 4379, batt_ma -737, batt_soc 86, batt_temp 29, usb_mv 4564, dc_mv 0, cp 1, vp 1 dp 0
07-30 16:27:26.418  1736  1813 E RIL-MOTEXT: qcrilUpdRegRAT, called , rat =0
07-30 16:27:26.425  1656  1827 E RIL-MOTEXT: qcrilUpdRegRAT, called , rat =7
07-30 16:27:26.426  3598  3630 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=22
07-30 16:27:26.429  2626  3334 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:27:26.431  1882  2150 I DisplayPowerController[0]: Unblocked screen on after 88 ms
07-30 16:27:26.432  1882  2150 I DisplayPowerController[0]: BrightnessEvent: disp=0, physDisp=local:4630946747577212033, brt=0.062992126, initBrt=0.062992126, rcmdBrt=NaN, preBrt=NaN, lux=0.0, preLux=0.0, hbmMax=1.0, hbmMode=off, rbcStrength=50, powerFactor=1.0, thrmMax=1.0, wasShortTermModelActive=false, flags=, reason=doze, autoBrightness=true
07-30 16:27:26.458 13508 19705 I adbd    : UsbFfs: connection terminated: read 0 failed with error Cannot send after transport endpoint shutdown
07-30 16:26:22.171     0     0 E         : [NVT-ts] nvt_panel_notifier_callback 3150: nvt_panel_notifier_callback: function not implemented event 4
07-30 16:26:22.173     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: Step State = NORMAL, Temp Zone 3, Health 1
07-30 16:26:22.179     0     0 I [drm:dsi_panel_enable] [msm-dsi-info]: (mipi_mot_vid_tm_1080x2520_670)+
07-30 16:27:26.463 13508 13508 I adbd    : UsbFfs: already offline
07-30 16:27:26.463 13508 13508 I adbd    : destroying transport UsbFfs
07-30 16:27:26.463 13508 13508 I adbd    : UsbFfsConnection being destroyed
07-30 16:27:26.469  3129  3399 W IWlanNetworkService: 2712 > Response Processed
07-30 16:27:26.477  3129  3399 W IWlanNetworkService: 2713 > Response Processed
07-30 16:27:26.479  1882  1979 W AccessibilityWindowsPopulator: The displayInfo of this displayId (0) called back from the surface fligner is null
07-30 16:27:26.481  3129  3637 D QCNEJ/WwanInfoRelay: onCapabilitiesChanged: 132 [ Transports: CELLULAR Capabilities: SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=2875Kbps LinkDnBandwidth>=2875Kbps Specifier: <TelephonyNetworkSpecifier [mSubId = 2]> UnderlyingNetworks: Null]
07-30 16:27:26.481  3129  3637 I QCNEJ/WwanInfoRelay: cacheWwanInfo subId = 2 phoneId = 0 slotId = 0
07-30 16:27:26.514  1736 18718 E RIL-MOTEXT: qcrilUpdRegRAT, called , rat =0
07-30 16:27:26.521  3135  3135 D ServiceStateProvider: subId=-1
07-30 16:26:22.238     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: IMPOSED: FV = 4450000, CDIS = 0, FCC = 3600000, USBICL = 1500000
07-30 16:27:26.550  3129  3399 W IWlanNetworkService: 2714 > Response Processed
07-30 16:27:26.550  3129  3399 W IWlanNetworkService: 2715 > Response Processed
07-30 16:26:22.256     0     0 W healthd : battery l=86 v=4331 t=29.0 h=2 st=2 c=-2441 fc=5054000 cc=0 chg=a
07-30 16:26:22.279     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:22.287     0     0 E msm-dwc3 a600000.ssusb: DWC3_GSI_EVT_BUF_CLEAR
07-30 16:26:22.292     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_CLEAR_DB
07-30 16:27:26.587 13508 13512 I adbd    : opening control endpoint /dev/usb-ffs/adb/ep0
07-30 16:26:22.302     0     0 I         : read descriptors
07-30 16:26:22.305     0     0 I         : read strings
07-30 16:27:26.593 13508 13512 I adbd    : UsbFfsConnection constructed
07-30 16:27:26.608 13508 19892 I adbd    : UsbFfs-monitor thread spawned
07-30 16:26:22.309     0     0 I init    : processing action (sys.usb.config=adb && sys.usb.configfs=1 && sys.usb.ffs.ready=1) from (/system/etc/init/hw/init.usb.configfs.rc:20)
07-30 16:26:22.325     0     0 I init    : Command 'symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f1' action=sys.usb.config=adb && sys.usb.configfs=1 && sys.usb.ffs.ready=1 (/system/etc/init/hw/init.usb.configfs.rc:22) took 1ms and failed: symlink() failed: File exists
07-30 16:26:22.351     0     0 I [drm:dsi_panel_enable] [msm-dsi-info]: Pwr_mode(0x0A) = 0x9c
07-30 16:27:26.636 13508 19892 I adbd    : USB event: FUNCTIONFS_BIND
07-30 16:26:22.359     0     0 E         : [NVT-ts] nvt_panel_notifier_callback 3150: nvt_panel_notifier_callback: function not implemented event 1
07-30 16:27:26.657   926   926 I SDM     : StrategyImpl::SetIdleTimeoutMs: Idle timeout: active = 90, inactive = 520
07-30 16:27:26.658   924   924 D SurfaceFlinger: Finished setting power mode 2 on display 4630946747577212033
07-30 16:27:26.659  1882  2595 D SurfaceControl: Excessive delay in setPowerMode()
07-30 16:27:26.659  1882  1979 I DisplayDeviceRepository: Display device changed state: "Integrierter Bildschirm", ON
07-30 16:26:22.371     0     0 E         : [NVT-ts] nvt_panel_notifier_callback 3146: event=3
07-30 16:26:22.377     0     0 E         : [NVT-ts] nvt_ts_resume 3012: start
07-30 16:26:22.382     0     0 E         : [NVT-ts] nvt_irq_enable 255: enable=1, desc->depth=0
07-30 16:27:26.661  1882  2150 I DisplayPowerController[0]: BrightnessEvent: disp=0, physDisp=local:4630946747577212033, brt=0.062992126, initBrt=0.062992126, rcmdBrt=NaN, preBrt=NaN, lux=0.0, preLux=0.0, hbmMax=1.0, hbmMode=off, rbcStrength=50, powerFactor=1.0, thrmMax=1.0, wasShortTermModelActive=false, flags=, reason=doze, autoBrightness=true
07-30 16:26:22.388     0     0 E         : [NVT-ts] nvt_ts_resume 3053: end
07-30 16:26:22.389     0     0 E         : [NVT-ts] update_firmware_request 311: filename is novatek_ts_fw.bin
07-30 16:26:22.392     0     0 I         : [name=HBM] [status=0]
07-30 16:26:22.392     0     0 I [drm:dsi_panel_set_hbm] [msm-dsi-info]: (mode=0): requested value=0 is same. Do nothing
07-30 16:26:22.392     0     0 I dsi_panel_set_cabc: Set CABC to (1)
07-30 16:26:22.393     0     0 E         : [NVT-ts] nvt_charger_notify_work 3301: enter
07-30 16:26:22.400     0     0 I         : Set ACL to (0)
07-30 16:26:22.400     0     0 I [drm:dsi_panel_send_param_cmd] [msm-dsi-info]: (mode=2): requested value=0 is same. Do nothing
07-30 16:26:22.400     0     0 I         : Set DC to (0)
07-30 16:26:22.400     0     0 I [drm:dsi_panel_send_param_cmd] [msm-dsi-info]: (mode=2): requested value=0 is same. Do nothing
07-30 16:26:22.400     0     0 I [drm:dsi_display_set_backlight] [msm-dsi-info]: bl_level changed from 0 to 0
07-30 16:26:22.400     0     0 I [drm:dsi_panel_set_backlight] [msm-dsi-info]: backlight type:1 lvl:0
07-30 16:26:22.400     0     0 W NVT-ts spi0.0: Falling back to syfs fallback for: novatek_ts_fw.bin
07-30 16:26:22.401     0     0 I [drm:dsi_display_set_backlight] [msm-dsi-info]: bl_level changed from 0 to 270
07-30 16:26:22.401     0     0 I [drm:dsi_panel_set_backlight] [msm-dsi-info]: backlight type:1 lvl:270
07-30 16:26:22.402     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_CLEAR_DB
07-30 16:26:22.402     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:22.402     0     0 E msm-dwc3 a600000.ssusb: DWC3_GSI_EVT_BUF_SETUP
07-30 16:26:22.402     0     0 E msm-dwc3 a600000.ssusb: Evt buf 0000000000000000 dma effdb000 length 4096
07-30 16:26:22.402     0     0 E msm-dwc3 a600000.ssusb: Evt buf 0000000000000000 dma effda000 length 4096
07-30 16:26:22.402     0     0 E msm-dwc3 a600000.ssusb: Evt buf 0000000000000000 dma effd9000 length 4096
07-30 16:26:22.402     0     0 I WLED    : wled_update_status: enable wled cabc
07-30 16:26:22.403     0     0 I init    : Command 'write /config/usb_gadget/g1/UDC ${sys.usb.controller}' action=sys.usb.config=adb && sys.usb.configfs=1 && sys.usb.ffs.ready=1 (/system/etc/init/hw/init.usb.configfs.rc:23) took 51ms and succeeded
07-30 16:26:22.403     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:26:22.409     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:22.422     0     0 I ueventd : firmware: loading 'novatek_ts_fw.bin' for '/devices/platform/soc/984000.spi/spi_master/spi0/spi0.0/firmware/novatek_ts_fw.bin'
07-30 16:27:26.710   968  3636 W libperfmgr: Slow writing to file: '/sys/class/kgsl/kgsl-3d0/min_pwrlevel' with value: '3' took: 24 ms
07-30 16:27:26.728  2626  3338 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:27:26.749   924   939 W HWComposer: Ignoring duplicate VSYNC event from HWC for display 4630946747577212033 (t=84186423129000)
07-30 16:27:26.757   924   939 W HWComposer: Ignoring duplicate VSYNC event from HWC for display 4630946747577212033 (t=84186434256000)
07-30 16:27:26.768   924   939 W HWComposer: Ignoring duplicate VSYNC event from HWC for display 4630946747577212033 (t=84186445433000)
07-30 16:27:26.779   924   939 W HWComposer: Ignoring duplicate VSYNC event from HWC for display 4630946747577212033 (t=84186456533000)
07-30 16:27:26.792   924   939 W HWComposer: Ignoring duplicate VSYNC event from HWC for display 4630946747577212033 (t=84186467647000)
07-30 16:26:22.517     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:22.525     0     0 I ueventd : loading /devices/platform/soc/984000.spi/spi_master/spi0/spi0.0/firmware/novatek_ts_fw.bin took 103ms
07-30 16:26:22.532     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:22.532     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:26:22.532     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:22.550     0     0 E         : [NVT-ts] nvt_get_fw_need_write_size 65: fw_need_write_size = 131072(0x20000), NVT end flag
07-30 16:26:22.562     0     0 E msm-dwc3 a600000.ssusb: msm_dwc3_pwr_irq received
07-30 16:26:22.564     0     0 E         : [NVT-ts] nvt_bin_header_parser 172: ovly_info = 0, ilm_dlm_num = 2, ovly_sec_num = 0, info_sec_num = 13, partition = 15
07-30 16:26:22.572     0     0 E msm-dwc3 a600000.ssusb: dwc3_pwr_event_handler irq_stat=1C003C
07-30 16:26:22.572     0     0 E msm-dwc3 a600000.ssusb: dwc3_pwr_event_handler link state = 0x0004
07-30 16:26:22.668     0     0 E msm-dwc3 a600000.ssusb: dwc3_pwr_event_handler: unexpected PWR_EVNT, irq_stat=1C0030
07-30 16:26:22.678     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:22.727     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:22.734     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:22.742     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:26:22.749     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:22.774     0     0 E         : [NVT-ts] nvt_update_firmware 984: Update firmware success! <188355 us>
07-30 16:26:22.783     0     0 E         : [NVT-ts] nvt_get_fw_info 756: fw_ver=5, x_num=16, y_num=36, abs_xmax=1080, abs_y_max=2520, max_button_num=0!
07-30 16:26:22.783     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:22.794     0     0 E         : [NVT-ts] nvt_get_fw_info 757: FW type is 0x01
07-30 16:26:22.808     0     0 E         : [NVT-ts] nvt_read_pid 697: PID=601D
07-30 16:26:22.813     0     0 E         : [NVT-ts] nvt_set_charger 3255: set charger: 1
07-30 16:26:22.842     0     0 E         : [NVT-ts] nvt_set_charger 3273: set charger on cmd succeeded
07-30 16:26:22.850     0     0 E         : [NVT-ts] nvt_charger_notify_work 3301: enter
07-30 16:26:22.855     0     0 E         : [NVT-ts] nvt_set_charger 3255: set charger: 1
07-30 16:26:22.883     0     0 E         : [NVT-ts] nvt_set_charger 3273: set charger on cmd succeeded
07-30 16:26:22.935     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:22.942     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:22.950     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:26:22.957     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:22.965     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:27:27.388  1882  1976 I UsbPortManager: USB HAL HIDL version: 13
07-30 16:27:27.388  1882  1976 D UsbDeviceManager: Clear notification
07-30 16:27:27.389  1882  1976 D UsbDeviceManager: applyOemOverride usbfunctions=adb bootmode=normal
07-30 16:27:27.392  3009  3038 I Tethering: USB bcast connected:false configured:false rndis:false ncm:false
07-30 16:27:27.394  1882  1986 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 10085; state: DISABLED
07-30 16:27:27.395  1882  1986 D CompatibilityChangeReporter: Compat change id reported: 273564678; UID 10085; state: DISABLED
07-30 16:27:27.397  2626 19894 W RingtonePlayer: STOP command without a player
07-30 16:27:27.424  2626  2626 W View    : requestLayout() improperly called by com.android.keyguard.KeyguardClockSwitch{c238661 V.E...... ......ID 0,0-1080,504 #7f0a0351 app:id/keyguard_clock_container} during layout: running second layout pass
07-30 16:26:23.142     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:23.149     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:23.157     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:23.165     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:26:23.173     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:27:27.468   968  3636 W libperfmgr: Slow writing to file: '/sys/class/kgsl/kgsl-3d0/min_pwrlevel' with value: '1' took: 11 ms
07-30 16:26:23.221     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:23.229     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:23.237     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:26:23.244     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:23.251     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:23.258     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:23.266     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:23.274     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:23.282     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:27:27.608  1882  1882 I NotificationService: Cannot find enqueued record for key: -1|android|2147483647|ranker_group|1000|ranker_group
07-30 16:26:23.449     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:23.457     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:23.465     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:26:23.472     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:23.487     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:23.658     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:23.665     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:23.673     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:26:23.680     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:23.699     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:27:28.074  1577  1781 I ThermalEngine: ACTION: freeze_rule - Setting freeze_rule to 0
07-30 16:27:28.075  1577  1781 I ThermalEngine: Monitor:INACTIVE:FREEZE-CHG:freeze_rule=1:DETECT-STANDBY=0
07-30 16:27:28.075  1577  1779 I ThermalEngine: Thermal-Server: Thermal received msg from  freezing
07-30 16:27:28.075  1577 19895 I Thermal-Lib: Thermal-Lib-Client: Client request sent
07-30 16:27:28.080   926   926 I SDM     : HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 1080x2520-0 for Peripheral
07-30 16:27:28.080   926   926 I SDM     : StrategyImpl::SetIdleTimeoutMs: Idle timeout: active = 90, inactive = 520
07-30 16:27:28.081   926   926 I SDM     : HWCDisplay::SubmitDisplayConfig: Active configuration changed to: 0
07-30 16:26:23.812     0     0 I [drm:dsi_display_set_mode] [msm-dsi-info]: mdp_transfer_time_us=0 us
07-30 16:26:23.816     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:28
07-30 16:26:23.819     0     0 I [drm:dsi_display_set_mode] [msm-dsi-info]: hactive= 1080,vactive= 2520,fps=60
07-30 16:26:23.865     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:23.872     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:23.880     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:23.888     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:26:23.891     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:27:28.253  1804  2239 D fpc_tac : Waited more than 500 ms, reset qualification counter
07-30 16:27:28.345  1804  2239 D fpc_tac : <-- fpc_tee_capture_image_with_time
07-30 16:27:28.345  1804  2239 D fpc_tac : fpc_tee_identify_image_status
07-30 16:27:28.384  1804  2239 D fpc_tac : fpc_tee_identify_image_status: coverage: 100, quality: 45
07-30 16:27:28.384  1804  2239 D [email protected]: do_authenticate capture_status: 0, identify_status: 0, id: -1643365681
07-30 16:27:28.384  1804  2239 D [email protected]: do_authenticate,  min_fq: 15, quality: 45
07-30 16:27:28.384  1804  2239 D fpc_tac : fpc_tee_get_auth_result
07-30 16:27:28.386  1804  2239 D fpc_hidl: onAcquired(code=0, vendor=0)
07-30 16:27:28.386  1804  2239 D fpc_hidl: onAuthenticated(fid=-1643365681, gid=0)
07-30 16:27:28.386  1804  2239 D [fps_checkin_data]: checkin file size = 3920300
07-30 16:27:28.386  1804  2239 E [fps_checkin_data]: open temp file failed
07-30 16:27:28.387  1804  2239 D fpc_tac : fpc_tee_update_template
07-30 16:27:28.388  1882  1882 V Biometrics/AcquisitionClient: Acquired: 0 0, shouldSend: true
07-30 16:27:28.390  1882  1882 V BiometricLogger: Authentication latency: -1
07-30 16:27:28.391  1275  1275 I sensors-hal: batch:242, android.sensor.light/51, period=200000000, max_latency=0
07-30 16:27:28.391  1275  1275 I sensors-hal: set_config:63, sample_period_ns is adjusted to 0 based on min/max delay_ns
07-30 16:27:28.391  1275  1275 I sensors-hal: batch:251, android.sensor.light/51, period=200000000, max_latency=0 request completed
07-30 16:27:28.391  1882  1882 V ALSProbe: Enable ALS: 173952446
07-30 16:27:28.391  1882  1882 V Biometrics/AuthenticationClient: onAuthenticated(true), ID:-1643365681, Owner: com.android.systemui, isBP: false, listener: com.android.server.biometrics.sensors.ClientMonitorCallbackConverter@4cb2e1f, requireConfirmation: false, user: 0, clientMonitor: {[314] com.android.server.biometrics.sensors.fingerprint.hidl.FingerprintAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=148, userId=0}
07-30 16:27:28.391  1882  1882 W Biometrics/AuthenticationClient: Allowing background authentication, this is allowed only for platform or test invocations
07-30 16:27:28.391  1882  1882 D BaseClientMonitor: marking operation as done: {[314] com.android.server.biometrics.sensors.fingerprint.hidl.FingerprintAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=148, userId=0}
07-30 16:27:28.394  1882  1882 D Biometrics/AuthenticationClient: addAuthToken: 0
07-30 16:27:28.394  1882  1882 D BiometricStateCallback: Client finished, state updated to 0, client {[314] com.android.server.biometrics.sensors.fingerprint.hidl.FingerprintAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=148, userId=0}
07-30 16:27:28.394  1882  1882 D BiometricSchedulerOperation: [Finished / destroy]: {[314] com.android.server.biometrics.sensors.fingerprint.hidl.FingerprintAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=148, userId=0}
07-30 16:27:28.395  1882  1882 V ALSProbe: Finishing next consumer
07-30 16:27:28.396  1275  1275 I sensors-hal: batch:242, android.sensor.light/51, period=250000000, max_latency=0
07-30 16:27:28.396  1275  1275 I sensors-hal: set_config:63, sample_period_ns is adjusted to 0 based on min/max delay_ns
07-30 16:27:28.396  1275  1275 I sensors-hal: batch:251, android.sensor.light/51, period=250000000, max_latency=0 request completed
07-30 16:27:28.396  1882  1882 V ALSProbe: Disable ALS: 173952446
07-30 16:27:28.396  1882  1882 W BiometricFrameworkStatsLogger: found a negative latency : -1
07-30 16:27:28.397   926   926 I SDM     : HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 1080x2520-0 for Peripheral
07-30 16:27:28.397   926   926 I SDM     : StrategyImpl::SetIdleTimeoutMs: Idle timeout: active = 90, inactive = 520
07-30 16:27:28.397   926   926 I SDM     : HWCDisplay::SubmitDisplayConfig: Active configuration changed to: 1
07-30 16:27:28.399  1882  1882 D BiometricScheduler/Fingerprint21: [Finishing] {[314] com.android.server.biometrics.sensors.fingerprint.hidl.FingerprintAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=148, userId=0}, success: true
07-30 16:27:28.400  1882  1882 D BiometricCoexCoordinator: removeAuthenticationClient(OtherFp), client: {[314] com.android.server.biometrics.sensors.fingerprint.hidl.FingerprintAuthenticationClient, proto=3, owner=com.android.systemui, cookie=0, requestId=148, userId=0}
07-30 16:27:28.400  1882  1882 D GestureAvailabilityTracker: Notifying gesture availability, active=true
07-30 16:27:28.414  1882  2616 I PowerGroup: Waking up power group from Dozing (groupId=0, uid=10152, reason=WAKE_REASON_BIOMETRIC, details=android.policy:BIOMETRIC)...
07-30 16:27:28.414  1882  2616 I PowerManagerService: Waking up from Dozing (uid=10152, reason=WAKE_REASON_BIOMETRIC, details=android.policy:BIOMETRIC)...
07-30 16:26:24.116     0     0 I [drm:dsi_display_set_mode] [msm-dsi-info]: mdp_transfer_time_us=0 us
07-30 16:26:24.123     0     0 I [drm:dsi_display_set_mode] [msm-dsi-info]: hactive= 1080,vactive= 2520,fps=90
07-30 16:26:24.130     0     0 I aw8695_activate_store: value=1
07-30 16:27:28.421  1882  1882 D BiometricScheduler/Fingerprint21: No operations, returning to idle
07-30 16:27:28.423   916 31413 I keystore2: keystore2::authorization: on_lock_screen_event(LockScreenEvent(0), user_id=0, password.is_some()=false, unlocking_sids=Some([3391011574931413602]))
07-30 16:27:28.425  1882  2150 V DisplayPowerController[0]: Brightness [0.09760966] reason changing to: 'manual', previous reason: 'doze'.
07-30 16:27:28.425  1882  2150 I DisplayPowerController[0]: BrightnessEvent: disp=0, physDisp=local:4630946747577212033, brt=0.09760966, initBrt=0.062992126, rcmdBrt=NaN, preBrt=NaN, lux=NaN, preLux=NaN, hbmMax=1.0, hbmMode=off, rbcStrength=50, powerFactor=1.0, thrmMax=1.0, wasShortTermModelActive=false, flags=invalid_lux , reason=manual, autoBrightness=true
07-30 16:27:28.426  1882 31873 I LatencyTracker: ACTION_TURN_ON_SCREEN latency=12
07-30 16:27:28.426  1882  2150 I DreamManagerService: Gently waking up from dream.
07-30 16:27:28.430  1275  1275 I sensors-hal: batch:242, android.sensor.light/51, period=250000000, max_latency=0
07-30 16:27:28.430  1275  1275 I sensors-hal: set_config:63, sample_period_ns is adjusted to 0 based on min/max delay_ns
07-30 16:27:28.430  1275  1275 I sensors-hal: batch:251, android.sensor.light/51, period=250000000, max_latency=0 request completed
07-30 16:27:28.432  1882  2150 V DisplayPowerController[0]: Brightness [0.06666667] reason changing to: 'override', previous reason: 'manual'.
07-30 16:27:28.432  1882  2150 I DisplayPowerController[0]: BrightnessEvent: disp=0, physDisp=local:4630946747577212033, brt=0.06666667, initBrt=0.09760966, rcmdBrt=NaN, preBrt=NaN, lux=0.0, preLux=0.0, hbmMax=1.0, hbmMode=off, rbcStrength=50, powerFactor=1.0, thrmMax=1.0, wasShortTermModelActive=false, flags=, reason=override, autoBrightness=true
07-30 16:26:24.139     0     0 I aw8695_vibrate: value=28, seq=1, index=2
07-30 16:27:28.438  1882 31873 D ActivityTaskManager: Top Process State changed to PROCESS_STATE_TOP
07-30 16:27:28.439  1804  2239 D fpc_tac : fpc_write_db_blob_to_file Successfully wrote template database /data/vendor_de/0/fpdata/user.db.bak
07-30 16:27:28.440  1882  2616 I DreamManagerService: Leaving dreamland.
07-30 16:26:24.150     0     0 I [drm:dsi_panel_set_backlight] [msm-dsi-info]: backlight type:1 lvl:273
07-30 16:27:28.445  1882  2150 I DisplayPowerController[0]: BrightnessEvent: disp=0, physDisp=local:4630946747577212033, brt=0.06666667, initBrt=0.06666667, rcmdBrt=NaN, preBrt=NaN, lux=0.0, preLux=0.0, hbmMax=1.0, hbmMode=off, rbcStrength=50, powerFactor=1.0, thrmMax=1.0, wasShortTermModelActive=false, flags=, reason=override, autoBrightness=true
07-30 16:27:28.448  1882  1976 I DreamController: Stopping dream: name=ComponentInfo{com.android.systemui/com.android.systemui.doze.DozeService}, isPreviewMode=false, canDoze=true, userId=0, reason='finished self'(from 'power manager request')
07-30 16:27:28.448  1882  2616 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10147/... pkg=com.google.android.googlequicksearchbox } U=0: not found
07-30 16:27:28.449  2626  2626 D CentralSurfaces: updateQsExpansionEnabled - QS Expand enabled: true
07-30 16:27:28.452  2626  2626 D CentralSurfaces: updateQsExpansionEnabled - QS Expand enabled: true
07-30 16:27:28.452  2626  2626 D SbStateController: setState: requested state SHADE!= upcomingState: KEYGUARD. This usually means the status bar state transition was interrupted before the upcoming state could be applied.
07-30 16:27:28.453  2626  2626 D CentralSurfaces: updateQsExpansionEnabled - QS Expand enabled: true
07-30 16:27:28.454  2626  2626 D ProxSensor: [FalsingCollector] unregistering sensor listener
07-30 16:27:28.455  1275  1275 I sensors-hal: batch:242, android.sensor.proximity/82, period=200000000, max_latency=0
07-30 16:27:28.455  1275  1275 I sensors-hal: set_config:63, sample_period_ns is adjusted to 0 based on min/max delay_ns
07-30 16:27:28.455  1275  1275 I sensors-hal: batch:251, android.sensor.proximity/82, period=200000000, max_latency=0 request completed
07-30 16:27:28.456  2626  2626 D CentralSurfaces: Received new disable state: enaiHbcRso.qingr (unchanged)
07-30 16:27:28.457  1804  2239 D [email protected]: fpc_navigation_resume
07-30 16:27:28.457  1804  2239 D [email protected]: fpc_worker_run_task
07-30 16:27:28.457  1804  2240 D [email protected]: nav_loop
07-30 16:27:28.459  2626  2626 D CentralSurfaces: updateQsExpansionEnabled - QS Expand enabled: true
07-30 16:26:24.167     0     0 I [drm:dsi_panel_set_backlight] [msm-dsi-info]: backlight type:1 lvl:285
07-30 16:27:28.462  2849  3993 E OpenGLRenderer: Unable to match the desired swap behavior.
07-30 16:27:28.477   916 31413 I keystore2: keystore2::super_key: In try_unlock_user_with_biometric: Successfully unlocked with biometric
07-30 16:26:24.188     0     0 I aw8695_activate_store: value=0
07-30 16:27:28.478  1882  1882 E ActivityManager: Cancel pending or running compactions as system is awake
07-30 16:27:28.486  1275  1275 I sensors-hal: batch:242, android.sensor.device_orientation/271, period=66667000, max_latency=0
07-30 16:27:28.486  1275  1275 I sensors-hal: set_config:63, sample_period_ns is adjusted to 0 based on min/max delay_ns
07-30 16:27:28.486  1275  1275 I sensors-hal: batch:251, android.sensor.device_orientation/271, period=66667000, max_latency=0 request completed
07-30 16:27:28.486  1275  1275 I sensors-hal: activate:209, android.sensor.device_orientation/271 en=1
07-30 16:27:28.486  1275  1275 I sensors-hal: get_qmi_debug_flag:241, support_qmi_debug : false
07-30 16:27:28.489  1275  1275 I sensors-hal: activate:220, android.sensor.device_orientation/271 en=1 completed
07-30 16:26:24.199     0     0 I aw8695_vibrate: value=0, seq=1, index=1
07-30 16:27:28.491  1275 19899 I sensors-hal: ssc_conn_resp_cb:664, resp_value = 0
07-30 16:27:28.491  1275 19899 I sensors-hal: handle_indication_realtime:466,  SCHED_FIFO(10) for qmi_cbk
07-30 16:27:28.492  1275 19899 E sensors-hal: handle_sns_client_event:62, mot_disprot_event: now=179879838605843 ts=179878408787501, type=0, status=3
07-30 16:27:28.494  1275  1275 I sensors-hal: batch:242, android.sensor.accelerometer/11, period=200000000, max_latency=2000000000
07-30 16:27:28.494  1275  1275 I sensors-hal: set_config:63, sample_period_ns is adjusted to 200000000 based on min/max delay_ns
07-30 16:27:28.494  2626  2626 D SbStateController: setIsDreaming:false
07-30 16:27:28.494  1275  1275 I sensors-hal: batch:251, android.sensor.accelerometer/11, period=200000000, max_latency=2000000000 request completed
07-30 16:27:28.494  1882 31873 W InputManager-JNI: Input channel object '8045696 SnapshotStartingWindow for taskId=20052 (client)' was disposed without first being removed with the input manager!
07-30 16:27:28.495  2626  2626 D CentralSurfaces: Received new disable state: enaiHbcRso.qingr (unchanged)
07-30 16:27:28.496  1275  1275 I sensors-hal: activate:209, android.sensor.accelerometer/11 en=1
07-30 16:27:28.496  1275  1275 I sensors-hal: get_qmi_debug_flag:241, support_qmi_debug : false
07-30 16:27:28.497  2626  2626 D CentralSurfaces: mShouldDelayWakeUpAnimation=false
07-30 16:27:28.497  2626  2626 D CentralSurfaces: updateQsExpansionEnabled - QS Expand enabled: true
07-30 16:27:28.498  2626  2626 D KeyguardViewMediator: handleStartKeyguardExitAnimation startTime=0 fadeoutDuration=0
07-30 16:27:28.499  2626  2626 D KeyguardUnlock: playCannedUnlockAnimation
07-30 16:27:28.499  2626  2626 D KeyguardUnlock: playCannedUnlockAnimation, isWakeAndUnlock
07-30 16:27:28.500  1275  1275 I sensors-hal: get_qmi_debug_flag:241, support_qmi_debug : false
07-30 16:27:28.500  2626  2626 D KeyguardViewMediator: onKeyguardExitRemoteAnimationFinished
07-30 16:27:28.502  1275 19902 I sensors-hal: handle_indication_realtime:466,  SCHED_FIFO(10) for qmi_cbk
07-30 16:27:28.510  2626  2626 D KeyguardViewMediator: onKeyguardExitRemoteAnimationFinished#hideKeyguardViewAfterRemoteAnimation
07-30 16:27:28.511  1275  1275 I sensors-hal: activate:220, android.sensor.accelerometer/11 en=1 completed
07-30 16:27:28.512  2626  2626 D CentralSurfaces: Received new disable state: Old: enaiHbcRso.qingr | New: enaihbcrso.qingr (changed: hr.)
07-30 16:27:28.512  1275 19906 I sensors-hal: ssc_conn_resp_cb:664, resp_value = 0
07-30 16:27:28.515  1273  3737 E audio_hw_extn: audio_extn_perf_lock_acquire: Perf lock acquire error
07-30 16:27:28.515  1273  3737 V msm8974_platform: platform_get_output_snd_device: enter: output devices(0x2)
07-30 16:27:28.515  1273  3737 V msm8974_platform: platform_get_output_snd_device: exit: snd_device(speaker)
07-30 16:27:28.515  1273  3737 V msm8974_platform: platform_get_backend_index:napb: backend port - 0 device - 2 
07-30 16:27:28.515  1273  3737 V msm8974_platform: platform_check_and_set_playback_backend_cfg: usecase->stream.out->config.format (0)
07-30 16:27:28.515  1273  3737 V msm8974_platform: platform_check_and_set_playback_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
07-30 16:27:28.515  1273  3737 V msm8974_platform: platform_check_and_set_playback_backend_cfg: new_snd_devices[0] is 2
07-30 16:27:28.515  1273  3737 V msm8974_platform: platform_get_backend_index:napb: backend port - 0 device - 2 
07-30 16:27:28.515  1273  3737 V msm8974_platform: platform_check_playback_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
07-30 16:27:28.515  1273  3737 V msm8974_platform: platform_check_playback_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 andsample rate: 48000
07-30 16:27:28.515  1273  3737 V msm8974_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(14)
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 14, path = 0, app id = 0x11130, sample rate = 48000, afe_sample_rate = 48000
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> send_asm_topology
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> send_adm_topology
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> send_audtable
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[14] app_type[69936]
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> send_audvoltable
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
07-30 16:27:28.515  1273  3737 D android.hardware.audio.service: Failed to fetch the lookup information of the device 0000000E 
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 0
07-30 16:27:28.515  1273  3737 D android.hardware.audio.service: Failed to fetch the lookup information of the device 0000000E 
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: Error: ACDB AudProc vol returned = -19
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> send_audstrmtable
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> send_afe_topology
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 14, Topology Id 1000ff01
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> send_afe_cal
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
07-30 16:27:28.515  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
07-30 16:27:28.516  1273  3737 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[14]
07-30 16:27:28.516  1273  3737 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 14 path = 0
07-30 16:27:28.516  1273  3737 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
07-30 16:27:28.516  1273  3737 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
07-30 16:27:28.516  1273  3737 V msm8974_platform: platform_send_audio_calibration: sending audio calibration for snd_device(169) acdb_id(102)
07-30 16:27:28.516  1273  3737 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 102, path = 1, app id = 0x11130, sample rate = 48000, afe_sample_rate = 48000
07-30 16:27:28.516  1273  3737 D ACDB-LOADER: ACDB -> send_asm_topology
07-30 16:27:28.516  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
07-30 16:27:28.516  1273  3737 D ACDB-LOADER: ACDB -> send_adm_topology
07-30 16:27:28.516  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
07-30 16:27:28.516  1273  3737 D ACDB-LOADER: ACDB -> send_audtable
07-30 16:27:28.516  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
07-30 16:27:28.516  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
07-30 16:27:28.516  1273  3737 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[102] app_type[69936]
07-30 16:27:28.516  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: ACDBFILE_MGR: Property for the pid 000133B7 not found
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: [Data Manager] -> Failed to fetch the property info for pid 000133B7 
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: ACDBFILE_MGR: Property for the pid 000133B7 not found
07-30 16:27:28.516  2626  2626 D CentralSurfaces: updateQsExpansionEnabled - QS Expand enabled: true
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: [Data Manager] -> Failed to fetch the property info for pid 000133B7 
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: ACDBFILE_MGR: Property for the pid 000133B7 not found
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: [Data Manager] -> Failed to fetch the property info for pid 000133B7 
07-30 16:27:28.516  2626  2626 E CentralSurfaces: Keyguard is done going away, but someone left the light reveal scrim at reveal amount: 0.1
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: ACDBFILE_MGR: Property for the pid 000133B7 not found
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: [Data Manager] -> Failed to fetch the property info for pid 000133B7 
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: ACDBFILE_MGR: Property for the pid 000133B7 not found
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: [Data Manager] -> Failed to fetch the property info for pid 000133B7 
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: ACDBFILE_MGR: Property for the pid 000133B7 not found
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: [Data Manager] -> Failed to fetch the property info for pid 000133B7 
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: ACDBFILE_MGR: Property for the pid 000133B7 not found
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: [Data Manager] -> Failed to fetch the property info for pid 000133B7 
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: ACDBFILE_MGR: Property for the pid 000133B7 not found
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: [Data Manager] -> Failed to fetch the property info for pid 000133B7 
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: ACDBFILE_MGR: Property for the pid 000133B7 not found
07-30 16:27:28.516  1273  3737 D android.hardware.audio.service: [Data Manager] -> Failed to fetch the property info for pid 000133B7 
07-30 16:27:28.517  1273  3737 D android.hardware.audio.service: ACDBFILE_MGR: Property for the pid 000133B7 not found
07-30 16:27:28.517  1273  3737 D android.hardware.audio.service: [Data Manager] -> Failed to fetch the property info for pid 000133B7 
07-30 16:27:28.517  1273  3737 D android.hardware.audio.service: ACDBFILE_MGR: Property for the pid 000133B7 not found
07-30 16:27:28.517  1273  3737 D android.hardware.audio.service: [Data Manager] -> Failed to fetch the property info for pid 000133B7 
07-30 16:27:28.517  1273  3737 D android.hardware.audio.service: ACDBFILE_MGR: Property for the pid 000133B7 not found
07-30 16:27:28.517  1273  3737 D android.hardware.audio.service: [Data Manager] -> Failed to fetch the property info for pid 000133B7 
07-30 16:27:28.517  1273  3737 D android.hardware.audio.service: [Data Manager]-> No data found
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: Error: ACDB_CMD_GET_PERSISTENT_AUDPROC_INSTANCE_COMMON_TABLE_SIZE returned -18
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> send_audproc_persist_table -18 
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: Error: Invalid Audproc persist size = -18
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> send_audstrmtable
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> send_afe_topology
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
07-30 16:27:28.517  2849  2849 I OverviewComponentObserver: updateOverviewTargets: mIsHomeDisabled=false, isDefaultHomeNull=false, mIsDefaultHome=true
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 102, Topology Id 1000ff00
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> send_afe_cal
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
07-30 16:27:28.517  1804  2240 D [email protected]: nav_loop FPC_NAV_REQUEST_WAIT_IRQ_HIGH
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[17] acdb_id[102]
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 102 path = 1
07-30 16:27:28.517  1273  3737 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
07-30 16:27:28.517  1273  3737 V msm8974_platform: platform_check_all_backends_match: be_itf1 = TX_CDC_DMA_TX_3, be_itf2 = SEC_MI2S_TX, match 0
07-30 16:27:28.517  1273  3737 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0xa9 of type 1 for Event 1, with Raise=0
07-30 16:27:28.517  1273  3737 D audio_hw_primary: enable_snd_device: snd_device(169: vi-feedback)
07-30 16:27:28.517  1273  3737 D audio_route: Apply path: vi-feedback
07-30 16:27:28.517  1273  3737 V msm8974_platform: platform_check_all_backends_match: be_itf1 = TX_CDC_DMA_TX_3, be_itf2 = SEC_MI2S_TX, match 0
07-30 16:27:28.517  1273  3737 V msm8974_platform: platform_sound_trigger_usecase_needs_event:usecase_id[26] no need to raise event.
07-30 16:27:28.517  1273  3737 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 26 of type 1 for Event 3, with Raise=0
07-30 16:27:28.517  1273  3737 D audio_hw_primary: enable_audio_route: usecase(26) apply and update mixer path: spkr-vi-record
07-30 16:27:28.517  1273  3737 D audio_route: Apply path: spkr-vi-record
07-30 16:27:28.522  3892  3892 D NfcService: MSG_APPLY_SCREEN_STATE 8
07-30 16:27:28.525  3892  3892 D NfcService: Discovery configuration equal, not updating.
07-30 16:26:24.237     0     0 I aw882xx_startup: capture enter
07-30 16:27:28.526  2626  7249 D KeyguardService: setOccluded(false)
07-30 16:27:28.526  2626  7249 D KeyguardViewMediator: setOccluded(false)
07-30 16:27:28.527  1273  2377 D audio_hw_primary: adev_set_parameters: enter: screen_state=on
07-30 16:27:28.529  1296  1296 D StNfcHal: HAL st21nfc: StNfc_hal_write
07-30 16:27:28.530  1296  4468 D StNfcHal: (#0055C) Tx 20 09 01 00 
07-30 16:26:24.243     0     0 I aw882xx_set_fmt: fmt=0x4001
07-30 16:26:24.245     0     0 E i2c_geni 880000.i2c: i2c error :-107
07-30 16:27:28.536  1882  2150 V DisplayPowerController[0]: Brightness [0.09760966] reason changing to: 'manual', previous reason: 'override'.
07-30 16:27:28.539  1882  2150 I DisplayPowerController[0]: BrightnessEvent: disp=0, physDisp=local:4630946747577212033, brt=0.09760966, initBrt=0.06666667, rcmdBrt=NaN, preBrt=NaN, lux=NaN, preLux=NaN, hbmMax=1.0, hbmMode=off, rbcStrength=50, powerFactor=1.0, thrmMax=1.0, wasShortTermModelActive=false, flags=invalid_lux , reason=manual, autoBrightness=true
07-30 16:27:28.550  1296  4469 D StNfcHal: (#0055D) Rx 40 09 01 00 
07-30 16:26:24.253     0     0 I __afe_port_start: port id: 0x1003
07-30 16:26:24.258     0     0 I afe_find_cal_topo_id_by_port: port id: 0x1003, dev_acdb_id: -22
07-30 16:26:24.265     0     0 I afe_find_cal_topo_id_by_port: port id: 0x1003, dev_acdb_id: -22
07-30 16:27:28.554  1275 19906 I sensors-hal: handle_indication_realtime:466,  SCHED_FIFO(10) for qmi_cbk
07-30 16:27:28.558  1296  1296 D StNfcHal: HAL st21nfc: StNfc_hal_write
07-30 16:27:28.558  1296  4468 D StNfcHal: (#0055E) Tx 20 02 04 01 02 01 01 
07-30 16:27:28.563  1296  4469 D StNfcHal: (#0055F) Rx 40 02 02 00 00 
07-30 16:26:24.268     0     0 I [drm:dsi_panel_set_backlight] [msm-dsi-info]: backlight type:1 lvl:293
07-30 16:26:24.272     0     0 I afe_find_cal_topo_id_by_port: top_id:1000ff00 acdb_id:102 afe_port:0x1003
07-30 16:27:28.577  1882  3369 D SystemServerTiming: getUserSwitchability-0
07-30 16:27:28.577  1882  3369 D SystemServerTiming: TM.isInCall
07-30 16:27:28.577  1882  3369 V SystemServerTiming: TM.isInCall took to complete: 1ms
07-30 16:27:28.577  1882  3369 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH
07-30 16:27:28.577  1882  3369 V SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH took to complete: 0ms
07-30 16:27:28.577  1882  3369 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED
07-30 16:27:28.577  1882  3369 V SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED took to complete: 0ms
07-30 16:27:28.577  1882  3369 D SystemServerTiming: isUserUnlocked-USER_SYSTEM
07-30 16:27:28.577  1882  3369 V SystemServerTiming: isUserUnlocked-USER_SYSTEM took to complete: 0ms
07-30 16:27:28.577  1882  3369 V SystemServerTiming: getUserSwitchability-0 took to complete: 1ms
07-30 16:26:24.289     0     0 I afe_get_cal_topology_id: port_id = 0x1003 acdb_id = 102 topology_id = 0x1000ff00 cal_type_index=8 ret=0
07-30 16:26:24.300     0     0 I [drm:dsi_panel_set_backlight] [msm-dsi-info]: backlight type:1 lvl:303
07-30 16:26:24.300     0     0 I afe_send_port_topology_id: AFE set topology id 0x1000ff00  enable for port 0x1003 ret 0
07-30 16:27:28.597  2626  2626 D KeyguardViewMediator: handleSetOccluded(false)
07-30 16:26:24.311     0     0 I [drm:dsi_panel_set_backlight] [msm-dsi-info]: backlight type:1 lvl:333
07-30 16:26:24.317     0     0 I send_afe_cal_type: cal_index is 1
07-30 16:26:24.326     0     0 I [drm:dsi_panel_set_backlight] [msm-dsi-info]: backlight type:1 lvl:344
07-30 16:26:24.329     0     0 I send_afe_cal_type: dev_acdb_id[37] is -22
07-30 16:26:24.343     0     0 I send_afe_cal_type: Sending cal_index cal 1
07-30 16:26:24.345     0     0 I [drm:dsi_panel_set_backlight] [msm-dsi-info]: backlight type:1 lvl:355
07-30 16:26:24.349     0     0 I afe_send_hw_delay: port_id 0x1003 rate 48000 delay_usec 0 status 0
07-30 16:26:24.362     0     0 I [drm:dsi_panel_set_backlight] [msm-dsi-info]: backlight type:1 lvl:377
07-30 16:26:24.370     0     0 I aw882xx_mute: mute state=0
07-30 16:27:28.662  1273  3737 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
07-30 16:27:28.662  1273  3737 D audio_route: Apply path: speaker
07-30 16:27:28.662  1273  3737 E soundtrigger: audio_extn_sound_trigger_update_stream_status: invalid input device 0x0, for event 3
07-30 16:27:28.662  1273  3737 V msm8974_platform: platform_sound_trigger_usecase_needs_event:usecase_id[1] no need to raise event.
07-30 16:27:28.662  1273  3737 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
07-30 16:27:28.663  1273  3737 V msm8974_platform: platform_get_snd_device_backend_index: enter with device 2
07-30 16:27:28.663  1273  3737 V msm8974_platform: platform_get_backend_index:napb: backend port - 0 device - 2 
07-30 16:27:28.663  1273  3737 I audio_hw_utils: Set Audio Stream 9 App Type Cfg: app_type 69936, acdb_dev_id 14, sample_rate 48000, snd_device_be_idx 41
07-30 16:27:28.664  1273  3737 D audio_hw_primary: enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback
07-30 16:27:28.664  1273  3737 D audio_route: Apply path: low-latency-playback
07-30 16:27:28.665  1273  3738 D MotSpeakerHelper: Speaker ON: volume 0.500000 (step 12), usecase SAFE
07-30 16:27:28.670  1804  2240 D [email protected]: nav_loop FPC_NAV_REQUEST_WAIT_IRQ_HIGH
07-30 16:26:24.379     0     0 I [drm:dsi_panel_set_backlight] [msm-dsi-info]: backlight type:1 lvl:402
07-30 16:26:24.381     0     0 I aw882xx_startup: playback enter
07-30 16:26:24.389     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:27:28.672  1882  2150 I DisplayPowerController[0]: BrightnessEvent: disp=0, physDisp=local:4630946747577212033, brt=0.09760966, initBrt=0.09760966, rcmdBrt=NaN, preBrt=NaN, lux=NaN, preLux=NaN, hbmMax=1.0, hbmMode=off, rbcStrength=50, powerFactor=1.0, thrmMax=1.0, wasShortTermModelActive=false, flags=invalid_lux , reason=manual, autoBrightness=true
07-30 16:26:24.392     0     0 I [drm:dsi_panel_set_backlight] [msm-dsi-info]: backlight type:1 lvl:411
07-30 16:26:24.394     0     0 I __afe_port_start: port id: 0x1002
07-30 16:26:24.394     0     0 I afe_find_cal_topo_id_by_port: port id: 0x1002, dev_acdb_id: 14
07-30 16:26:24.394     0     0 I afe_find_cal_topo_id_by_port: top_id:1000ff01 acdb_id:14 afe_port_id:0x1002
07-30 16:26:24.394     0     0 I afe_get_cal_topology_id: port_id = 0x1002 acdb_id = 14 topology_id = 0x1000ff01 cal_type_index=8 ret=0
07-30 16:26:24.395     0     0 I afe_send_port_topology_id: AFE set topology id 0x1000ff01  enable for port 0x1002 ret 0
07-30 16:26:24.395     0     0 I send_afe_cal_type: cal_index is 0
07-30 16:26:24.395     0     0 I send_afe_cal_type: dev_acdb_id[36] is 14
07-30 16:26:24.395     0     0 I afe_find_cal: cal_index 0 port_id 0x1002 port_index 36
07-30 16:26:24.395     0     0 I afe_find_cal: acdb_id 14 dev_acdb_id 14 sample_rate 48000 afe_sample_rates 48000
07-30 16:26:24.395     0     0 I afe_find_cal: cal block is a match, size is 1572
07-30 16:26:24.395     0     0 I send_afe_cal_type: Sending cal_index cal 0
07-30 16:26:24.395     0     0 I afe_send_hw_delay: port_id 0x1002 rate 48000 delay_usec 0 status 0
07-30 16:26:24.398     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:24.398     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:26:24.400     0     0 I aw882xx_mute: mute state=0
07-30 16:26:24.400     0     0 I aw882xx_smartpa_cfg: flag = 1
07-30 16:26:24.401     0     0 W aw882xx_smartpa 1-0034: Falling back to syfs fallback for: aw_cali.bin
07-30 16:26:24.406     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:24.408     0     0 I ueventd : firmware: loading 'aw_cali.bin' for '/devices/platform/soc/98c000.i2c/i2c-1/1-0034/firmware/aw_cali.bin'
07-30 16:26:24.408     0     0 I ueventd : loading /devices/platform/soc/98c000.i2c/i2c-1/1-0034/firmware/aw_cali.bin took 0ms
07-30 16:27:28.735  1882  2150 V DisplayPowerController[0]: Brightness [0.09938507] reason changing to: 'automatic', previous reason: 'manual'.
07-30 16:27:28.735  1882  2150 I DisplayPowerController[0]: BrightnessEvent: disp=0, physDisp=local:4630946747577212033, brt=0.09938507, initBrt=0.09760966, rcmdBrt=0.09938507, preBrt=NaN, lux=33.1875, preLux=NaN, hbmMax=1.0, hbmMode=off, rbcStrength=50, powerFactor=1.0, thrmMax=1.0, wasShortTermModelActive=false, flags=, reason=automatic, autoBrightness=true
07-30 16:27:28.746  1882  2150 I DisplayPowerController[0]: BrightnessEvent: disp=0, physDisp=local:4630946747577212033, brt=0.09938507, initBrt=0.09938507, rcmdBrt=0.09938507, preBrt=NaN, lux=33.1875, preLux=NaN, hbmMax=1.0, hbmMode=off, rbcStrength=50, powerFactor=1.0, thrmMax=1.0, wasShortTermModelActive=false, flags=, reason=automatic, autoBrightness=true
07-30 16:27:28.769  1882  1976 I UsbPortManager: USB HAL HIDL version: 13
07-30 16:26:24.548     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:24.548     0     0 I aw882xx_get_cali_re_from_nv: 29633
07-30 16:26:24.548     0     0 I aw882xx_start: monitor is_enable 1,spk_rcv_mode 0
07-30 16:26:24.556     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:24.556     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:24.563     0     0 I aw882xx_monitor_start: start monitor
07-30 16:26:24.566     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:27:28.854  1273  3737 E audio_hw_extn: audio_extn_perf_lock_release: Perf lock release error
07-30 16:27:28.854  1273  3737 D audio_hw_primary: out_write: retry previous failed cal level set
07-30 16:27:28.854  1273  2377 V msm8974_platform: platform_set_parameters: enter: screen_state=on
07-30 16:27:28.854  1273  2377 V msm8974_platform: platform_set_parameters: exit with code(0)
07-30 16:27:28.854  1273  2377 D audio_hw_primary: adev_set_parameters: exit with code(0) takes 327.38 ms
07-30 16:27:28.856  1882  1882 W Looper  : Slow dispatch took 330ms main h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@a8c7d82 m=0
07-30 16:27:28.857  1882  1882 W Looper  : Slow delivery took 325ms main h=com.android.server.accessibility.AccessibilityManagerService$MainHandler c=<recycled PooledLambda@9b3c93> m=0
07-30 16:27:28.859  1882  1882 W Looper  : Drained
07-30 16:27:28.859  1882  2150 I DisplayPowerController[0]: BrightnessEvent: disp=0, physDisp=local:4630946747577212033, brt=0.09938507, initBrt=0.09938507, rcmdBrt=0.09938507, preBrt=NaN, lux=33.1875, preLux=NaN, hbmMax=1.0, hbmMode=off, rbcStrength=50, powerFactor=1.0, thrmMax=1.0, wasShortTermModelActive=false, flags=, reason=automatic, autoBrightness=true
07-30 16:27:28.859  3961  6982 E AccessibilityService: bindInput must be paired with unbindInput.
07-30 16:27:28.859  3961  3961 V A11yInputMethod: startInput(): editor=android.view.inputmethod.EditorInfo@cea369b
07-30 16:27:28.859  3961  3961 V A11yInputMethod: CALL: onStartInput
07-30 16:27:28.861  1275  1275 I sensors-hal: batch:242, android.sensor.light/51, period=200000000, max_latency=0
07-30 16:27:28.861  1275  1275 I sensors-hal: set_config:63, sample_period_ns is adjusted to 0 based on min/max delay_ns
07-30 16:27:28.861  1275  1275 I sensors-hal: batch:251, android.sensor.light/51, period=200000000, max_latency=0 request completed
07-30 16:27:28.863  1882  1882 D FastPairService: onReceive: ACTION_SCREEN_ON or boot complete.
07-30 16:27:28.863  1882  1882 V FastPairService: invalidateScan: scan is disabled
07-30 16:27:28.863  1882  1882 E NearbyManager: Cannot stop scan with this callback because it is never registered.
07-30 16:27:28.870  1363  2373 W AudioFlinger: write blocked for 355 msecs, 195 delayed writes, thread 13
07-30 16:27:28.875  3129  3637 D QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED
07-30 16:27:28.876  2622  2622 D wpa_supplicant: wpa_driver_nl80211_driver_cmd SETSUSPENDMODE 0 len = 0, 4096
07-30 16:26:24.596     0     0 I [drm:dsi_panel_set_backlight] [msm-dsi-info]: backlight type:1 lvl:419
07-30 16:27:28.907  3940  3940 D MotoActions-StowSensor: Disabling
07-30 16:27:28.908  1275  1275 I sensors-hal: batch:242, com.motorola.sensor.stowed/65568, period=200000000, max_latency=0
07-30 16:27:28.908  1275  1275 I sensors-hal: set_config:63, sample_period_ns is adjusted to 0 based on min/max delay_ns
07-30 16:27:28.908  1275  1275 I sensors-hal: batch:251, com.motorola.sensor.stowed/65568, period=200000000, max_latency=0 request completed
07-30 16:27:28.908  3940  3940 D MotoActions-FlatUpSensor: Disabling
07-30 16:27:28.909  1275  1275 I sensors-hal: activate:209, com.motorola.sensor.flat_up/65548 en=0
07-30 16:27:28.910  1275  1275 I sensors-hal: activate:220, com.motorola.sensor.flat_up/65548 en=0 completed
07-30 16:27:28.911  1275  1275 I sensors-hal: batch:242, com.motorola.sensor.stowed/65568, period=200000000, max_latency=0
07-30 16:27:28.911  1275  1275 I sensors-hal: set_config:63, sample_period_ns is adjusted to 0 based on min/max delay_ns
07-30 16:27:28.911  1275  1275 I sensors-hal: batch:251, com.motorola.sensor.stowed/65568, period=200000000, max_latency=0 request completed
07-30 16:27:28.924 13674 13674 D SensorReceiver: Received intent: android.intent.action.SCREEN_ON
07-30 16:27:28.925 13674 13674 D SensorReceiver: Sensor(s) [is_interactive] corresponding to received event android.intent.action.SCREEN_ON are disabled, skipping sensors update
07-30 16:27:28.928 13674 13674 D ButtonWidget: Broadcast received: 
07-30 16:27:28.928 13674 13674 D ButtonWidget: Broadcast action: android.intent.action.SCREEN_ON
07-30 16:27:28.928 13674 13674 D ButtonWidget: AppWidgetId: -1
07-30 16:27:28.931 13674 13674 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: true
07-30 16:27:28.934 13674 13674 D MediaPlayCtrlsWidget: Broadcast received: 
07-30 16:27:28.934 13674 13674 D MediaPlayCtrlsWidget: Broadcast action: android.intent.action.SCREEN_ON
07-30 16:27:28.934 13674 13674 D MediaPlayCtrlsWidget: AppWidgetId: -1
07-30 16:27:28.935 13674 13674 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: true
07-30 16:27:28.938 13674 13674 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: true
07-30 16:27:28.939  1882  2613 D ActivityManager: sync unfroze 14633 de.kaffeemitkoffein.tinyweatherforecastgermany:sync
07-30 16:27:28.959  1882  2843 D ActivityManager: sync unfroze 14669 de.kaffeemitkoffein.tinyweatherforecastgermany
07-30 16:27:28.961 13674 13695 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: true
07-30 16:27:28.964 13674 13695 D ServerConnectionInfo: localUrl is: false, usesInternalSsid is: false, usesWifi is: true
07-30 16:27:28.965 13674 13691 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=70246c2a-ff74-41f9-90cf-0408a859fede, tags={ io.homeassistant.companion.android.websocket.WebsocketManager } ]
07-30 16:27:28.985  1882  1976 I UsbPortManager: USB HAL HIDL version: 13
07-30 16:27:28.986  1882  1976 D UsbDeviceManager: push notification:Gerät wird über USB aufgeladen
07-30 16:26:24.697     0     0 I android_work: sent uevent USB_STATE=CONNECTED
07-30 16:26:24.702     0     0 I configfs-gadget gadget: high-speed config #1: b
07-30 16:27:28.993 13508 19892 I adbd    : USB event: FUNCTIONFS_ENABLE
07-30 16:27:28.993 13508 19914 I adbd    : UsbFfs-worker thread spawned
07-30 16:26:24.708     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:27:29.001  1273  3737 W audio_hw_primary: out_write: underrun(4085) frames_by_time(440) > out->last_fifo_frames_remaining(192)
07-30 16:27:29.007  3009  3038 I Tethering: USB bcast connected:true configured:false rndis:false ncm:false
07-30 16:27:29.007  1273  3737 W audio_hw_primary: out_write: underrun(4086) frames_by_time(735) > out->last_fifo_frames_remaining(384)
07-30 16:27:29.008  1882  1976 I UsbPortManager: USB HAL HIDL version: 13
07-30 16:27:29.011  3009  3038 I Tethering: USB bcast connected:true configured:true rndis:false ncm:false
07-30 16:26:24.717     0     0 I android_work: sent uevent USB_STATE=CONFIGURED
07-30 16:27:29.027 13508 19892 I adbd    : USB event: FUNCTIONFS_SUSPEND
07-30 16:26:24.743     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:24.751     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:27:29.139 14633 19913 D TrafficStats: tagSocket(69) with statsTag=0xffffffff, statsUid=-1
07-30 16:27:29.191  1882  1882 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0
07-30 16:26:24.897     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:24.904     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:27:29.198 13508 19892 I adbd    : USB event: FUNCTIONFS_DISABLE
07-30 16:27:29.198 13508 19914 I adbd    : UsbFfs: connection terminated: read 0 failed with error Cannot send after transport endpoint shutdown
07-30 16:27:29.198 13508 13508 I adbd    : UsbFfs: already offline
07-30 16:27:29.198 13508 13508 I adbd    : destroying transport UsbFfs
07-30 16:27:29.198 13508 13508 I adbd    : UsbFfsConnection being destroyed
07-30 16:26:24.913     0     0 I android_work: sent uevent USB_STATE=DISCONNECTED
07-30 16:26:24.913     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:27:29.209  1882  1882 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0
07-30 16:27:29.216  1546  5010 D NuPlayerDriver: NuPlayerDriver(0xe8441ff0) created, clientPid(2626)
07-30 16:27:29.220  1546 19924 D GenericSource: FileSource remote
07-30 16:27:29.227  1882  3372 I MediaFocusControl: requestAudioFocus() from uid/pid 10152/2626 AA=USAGE_NOTIFICATION/CONTENT_TYPE_SONIFICATION clientId=android.media.AudioManager@3a79fc1 callingPack=com.android.systemui req=3 flags=0x0 sdk=33
07-30 16:27:29.228  1882  3372 I AudioService.FadeOutManager: unfadeOutUid() uid:10152
07-30 16:26:24.981     0     0 I android_work: sent uevent USB_STATE=CONNECTED
07-30 16:26:24.984     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:27:29.273  1882  1976 I UsbPortManager: USB HAL HIDL version: 13
07-30 16:27:29.274  3009  3038 I Tethering: USB bcast connected:true configured:false rndis:false ncm:false
07-30 16:27:29.279  2626  2691 D ControlsListingControllerImpl: Unsubscribing callback
07-30 16:27:29.282  2626  2691 D ControlsListingControllerImpl: Unsubscribing callback
07-30 16:27:29.283  2626  2691 D ControlsListingControllerImpl: Unsubscribing callback
07-30 16:26:24.994     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:25.002     0     0 I android_work: sent uevent USB_STATE=DISCONNECTED
07-30 16:26:25.002     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:27:29.294  2626  2691 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
07-30 16:27:29.306  2626  2691 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
07-30 16:27:29.316  2626  2691 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
07-30 16:27:29.322  2626  2691 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
07-30 16:27:29.326  2626  2626 W TouchableRegionManager: onHeadsUpPinnedModeChanged
07-30 16:27:29.335 13508 13512 I adbd    : opening control endpoint /dev/usb-ffs/adb/ep0
07-30 16:26:25.029     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:25.037     0     0 E msm-dwc3 a600000.ssusb: DWC3_GSI_EVT_BUF_CLEAR
07-30 16:26:25.042     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_CLEAR_DB
07-30 16:26:25.050     0     0 I         : read descriptors
07-30 16:27:29.339  2626  2626 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application.
07-30 16:27:29.339  2626  2626 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
07-30 16:27:29.339  2626  2626 D CentralSurfaces: Received new disable state: enaihbcrso.qingr (unchanged)
07-30 16:26:25.054     0     0 I         : read strings
07-30 16:27:29.343 13508 13512 I adbd    : UsbFfsConnection constructed
07-30 16:26:25.058     0     0 I init    : processing action (sys.usb.config=adb && sys.usb.configfs=1 && sys.usb.ffs.ready=1) from (/system/etc/init/hw/init.usb.configfs.rc:20)
07-30 16:27:29.359 13508 19926 I adbd    : UsbFfs-monitor thread spawned
07-30 16:26:25.073     0     0 I init    : Command 'symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f1' action=sys.usb.config=adb && sys.usb.configfs=1 && sys.usb.ffs.ready=1 (/system/etc/init/hw/init.usb.configfs.rc:22) took 0ms and failed: symlink() failed: File exists
07-30 16:27:29.384 13508 19926 I adbd    : USB event: FUNCTIONFS_BIND
07-30 16:27:29.387  2626  2732 E OpenGLRenderer: Unable to match the desired swap behavior.
07-30 16:27:29.406  1882  2423 D SystemServerTiming: getUserSwitchability-0
07-30 16:27:29.406  1882  2423 D SystemServerTiming: TM.isInCall
07-30 16:27:29.406  1882  2423 V SystemServerTiming: TM.isInCall took to complete: 0ms
07-30 16:27:29.407  1882  2423 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH
07-30 16:27:29.407  1882  2423 V SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH took to complete: 0ms
07-30 16:27:29.407  1882  2423 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED
07-30 16:27:29.407  1882  2423 V SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED took to complete: 0ms
07-30 16:27:29.407  1882  2423 D SystemServerTiming: isUserUnlocked-USER_SYSTEM
07-30 16:27:29.407  1882  2423 V SystemServerTiming: isUserUnlocked-USER_SYSTEM took to complete: 0ms
07-30 16:27:29.407  1882  2423 V SystemServerTiming: getUserSwitchability-0 took to complete: 0ms
07-30 16:27:29.411  1882  3372 D SystemServerTiming: getUserSwitchability-0
07-30 16:27:29.411  1882  3372 D SystemServerTiming: TM.isInCall
07-30 16:27:29.411  1882  3372 V SystemServerTiming: TM.isInCall took to complete: 0ms
07-30 16:27:29.411  1882  3372 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH
07-30 16:27:29.411  1882  3372 V SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH took to complete: 0ms
07-30 16:27:29.412  1882  3372 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED
07-30 16:27:29.412  1882  3372 V SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED took to complete: 0ms
07-30 16:27:29.412  1882  3372 D SystemServerTiming: isUserUnlocked-USER_SYSTEM
07-30 16:27:29.412  1882  3372 V SystemServerTiming: isUserUnlocked-USER_SYSTEM took to complete: 0ms
07-30 16:27:29.412  1882  3372 V SystemServerTiming: getUserSwitchability-0 took to complete: 0ms
07-30 16:27:29.417  2626  2691 E QuickAccessWalletKeyguardQuickAffordanceConfig: Wallet card retrieval error, message: "null"
07-30 16:27:29.418  2626  2691 D ControlsListingControllerImpl: Subscribing callback, service count: 1
07-30 16:27:29.419  2626  2691 E QuickAccessWalletKeyguardQuickAffordanceConfig: Wallet card retrieval error, message: "null"
07-30 16:27:29.420  2626  2691 E QuickAccessWalletKeyguardQuickAffordanceConfig: Wallet card retrieval error, message: "null"
07-30 16:27:29.421  2626  2691 D ControlsListingControllerImpl: Subscribing callback, service count: 1
07-30 16:27:29.421  2626  2691 D ControlsListingControllerImpl: Subscribing callback, service count: 1
07-30 16:26:25.156     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_CLEAR_DB
07-30 16:26:25.162     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:25.169     0     0 E msm-dwc3 a600000.ssusb: DWC3_GSI_EVT_BUF_SETUP
07-30 16:26:25.175     0     0 E msm-dwc3 a600000.ssusb: Evt buf 0000000000000000 dma effdb000 length 4096
07-30 16:26:25.183     0     0 E msm-dwc3 a600000.ssusb: Evt buf 0000000000000000 dma effda000 length 4096
07-30 16:26:25.191     0     0 E msm-dwc3 a600000.ssusb: Evt buf 0000000000000000 dma effd9000 length 4096
07-30 16:27:29.484  1273  3737 W audio_hw_primary: out_write: underrun(4087) frames_by_time(1083) > out->last_fifo_frames_remaining(192)
07-30 16:26:25.200     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:26:25.201     0     0 I init    : Command 'write /config/usb_gadget/g1/UDC ${sys.usb.controller}' action=sys.usb.config=adb && sys.usb.configfs=1 && sys.usb.ffs.ready=1 (/system/etc/init/hw/init.usb.configfs.rc:23) took 102ms and succeeded
07-30 16:26:25.207     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:27:29.491  1273  3737 W audio_hw_primary: out_write: underrun(4088) frames_by_time(1420) > out->last_fifo_frames_remaining(384)
07-30 16:26:25.309     0     0 E msm-dwc3 a600000.ssusb: msm_dwc3_pwr_irq received
07-30 16:26:25.315     0     0 E msm-dwc3 a600000.ssusb: dwc3_pwr_event_handler irq_stat=1C003C
07-30 16:26:25.322     0     0 E msm-dwc3 a600000.ssusb: dwc3_pwr_event_handler link state = 0x0004
07-30 16:26:25.330     0     0 E msm-dwc3 a600000.ssusb: dwc3_pwr_event_handler: unexpected PWR_EVNT, irq_stat=1C0030
07-30 16:27:29.624  1273  3737 W audio_hw_primary: out_write: underrun(4089) frames_by_time(8) > out->last_fifo_frames_remaining(0)
07-30 16:27:29.628  1273  3737 W audio_hw_primary: out_write: underrun(4090) frames_by_time(193) > out->last_fifo_frames_remaining(192)
07-30 16:27:29.729  1546 19923 I GenericSource: start
07-30 16:27:29.729  2626  2626 D MediaRouter: onRestoreRoute() : route=RouteInfo{ name=Telefon, 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 }
07-30 16:27:29.729  2626  2626 V MediaRouter: Selecting route: RouteInfo{ name=Telefon, 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 }
07-30 16:27:29.734  1546 19930 D CCodec  : allocate(c2.android.vorbis.decoder)
07-30 16:27:29.734  1597  2823 V C2Store : in init
07-30 16:27:29.734  1597  2823 V C2Store : loading dll
07-30 16:27:29.737  1546 19930 I CCodec  : Created component [c2.android.vorbis.decoder]
07-30 16:27:29.738  1546 19930 D CCodecConfig: read media type: audio/vorbis
07-30 16:27:29.740  1546 19930 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.max-count.values
07-30 16:27:29.741  1546 19930 D ReflectedParamUpdater: extent() != 1 for single value type: output.subscribed-indices.values
07-30 16:27:29.741  1546 19930 D ReflectedParamUpdater: extent() != 1 for single value type: input.buffers.allocator-ids.values
07-30 16:27:29.741  1546 19930 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.allocator-ids.values
07-30 16:27:29.741  1546 19930 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.allocator-ids.values
07-30 16:27:29.741  1546 19930 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.pool-ids.values
07-30 16:27:29.741  1546 19930 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.pool-ids.values
07-30 16:27:29.743  1546 19930 I CCodecConfig: query failed after returning 7 values (BAD_INDEX)
07-30 16:27:29.743  1546 19930 D CCodecConfig: c2 config diff is Dict {
07-30 16:27:29.743  1546 19930 D CCodecConfig:   c2::u32 coded.bitrate.value = 64000
07-30 16:27:29.743  1546 19930 D CCodecConfig:   c2::u32 input.buffers.max-size.value = 32768
07-30 16:27:29.743  1546 19930 D CCodecConfig:   c2::u32 input.delay.value = 0
07-30 16:27:29.743  1546 19930 D CCodecConfig:   string input.media-type.value = "audio/vorbis"
07-30 16:27:29.743  1546 19930 D CCodecConfig:   string output.media-type.value = "audio/raw"
07-30 16:27:29.743  1546 19930 D CCodecConfig:   c2::u32 raw.channel-count.value = 1
07-30 16:27:29.743  1546 19930 D CCodecConfig:   c2::u32 raw.sample-rate.value = 48000
07-30 16:27:29.743  1546 19930 D CCodecConfig: }
07-30 16:27:29.744  1546 19930 D MediaCodec: flushMediametrics
07-30 16:27:29.745  1546 19930 D CCodec  : [c2.android.vorbis.decoder] buffers are bound to CCodec for this session
07-30 16:27:29.745  1546 19930 D CCodecConfig: no c2 equivalents for durationUs
07-30 16:27:29.745  1546 19930 D CCodecConfig: no c2 equivalents for csd-1
07-30 16:27:29.745  1546 19930 D CCodecConfig: no c2 equivalents for flags
07-30 16:27:29.746  1546 19930 D CCodecConfig: c2 config diff is   c2::u32 coded.bitrate.value = 112000
07-30 16:27:29.746  1546 19930 D CCodecConfig:   c2::u32 raw.channel-count.value = 2
07-30 16:27:29.746  1546 19930 D CCodecConfig:   c2::u32 raw.sample-rate.value = 44100
07-30 16:27:29.747  1546 19930 W Codec2Client: query -- param skipped: index = 1107298332.
07-30 16:27:29.747  1546 19930 D CCodec  : encoding statistics level = 0
07-30 16:27:29.747  1546 19930 D CCodec  : setup formats input: AMessage(what = 0x00000000) = {
07-30 16:27:29.747  1546 19930 D CCodec  :   int32_t bitrate = 112000
07-30 16:27:29.747  1546 19930 D CCodec  :   int32_t channel-count = 2
07-30 16:27:29.747  1546 19930 D CCodec  :   int32_t max-input-size = 32768
07-30 16:27:29.747  1546 19930 D CCodec  :   string mime = "audio/vorbis"
07-30 16:27:29.747  1546 19930 D CCodec  :   int32_t sample-rate = 44100
07-30 16:27:29.747  1546 19930 D CCodec  : }
07-30 16:27:29.747  1546 19930 D CCodec  : setup formats output: AMessage(what = 0x00000000) = {
07-30 16:27:29.747  1546 19930 D CCodec  :   int32_t channel-count = 2
07-30 16:27:29.747  1546 19930 D CCodec  :   string mime = "audio/raw"
07-30 16:27:29.747  1546 19930 D CCodec  :   int32_t sample-rate = 44100
07-30 16:27:29.747  1546 19930 D CCodec  :   int32_t channel-mask = 3
07-30 16:27:29.747  1546 19930 D CCodec  :   int32_t android._config-pcm-encoding = 2
07-30 16:27:29.747  1546 19930 D CCodec  : }
07-30 16:27:29.747  1546 19930 I CCodecConfig: query failed after returning 7 values (BAD_INDEX)
07-30 16:27:29.748  1546 19930 I MediaCodec: MediaCodec will operate in async mode
07-30 16:27:29.749  1546 19929 D MediaCodec: keep callback message for reclaim
07-30 16:27:29.749  1546 19930 W Codec2Client: query -- param skipped: index = 1342179345.
07-30 16:27:29.749  1546 19930 W Codec2Client: query -- param skipped: index = 2415921170.
07-30 16:27:29.750  1546 19930 D CCodecBufferChannel: [c2.android.vorbis.decoder#320] Created input block pool with allocatorID 16 => poolID 104 - OK (0)
07-30 16:27:29.750  1597 19548 D BufferPoolAccessor2.0: bufferpool2 0xb400007df28b4998 : 0(0 size) total buffers - 0(0 size) used buffers - 214/218 (recycle/alloc) - 4/217 (fetch/transfer)
07-30 16:27:29.750  1597 19548 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb400007df28b4998 cached: 0/0M, 0/0% in use; allocs: 218, 98% recycled; transfers: 217, 98% unfetched
07-30 16:27:29.751  1546  7766 D BufferPoolAccessor2.0: bufferpool2 0xe3ec0b68 : 0(0 size) total buffers - 0(0 size) used buffers - 213/221 (recycle/alloc) - 8/440 (fetch/transfer)
07-30 16:27:29.751  1546  7766 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xe3ec0b68 cached: 0/0M, 0/0% in use; allocs: 221, 96% recycled; transfers: 440, 98% unfetched
07-30 16:27:29.751  1546 19930 I CCodecBufferChannel: [c2.android.vorbis.decoder#320] Created output block pool with allocatorID 16 => poolID 202 - OK
07-30 16:27:29.751  1546 19930 D CCodecBufferChannel: [c2.android.vorbis.decoder#320] Configured output block pool ids 202 => OK
07-30 16:27:29.754  1597 19931 D SimpleC2Component: Using output block pool with poolID 202 => got 202 - 0
07-30 16:26:25.477     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:25.484     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:25.492     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:27:29.785  1363  1619 D AudioFlinger: Client defaulted notificationFrames to 11025 for frameCount 22050
07-30 16:27:29.786  1363  1619 D AF::TrackHandle: OpPlayAudio: track:396 usage:5 not muted
07-30 16:26:25.499     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:25.506     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:27:29.794  1546  2812 D AudioTrack: getTimestamp_l(408): device stall time corrected using current time 84189472017644
07-30 16:26:25.513     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:25.521     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:27:29.806  1273  3737 W audio_hw_primary: out_write: underrun(4091) frames_by_time(497) > out->last_fifo_frames_remaining(192)
07-30 16:27:29.810  1273  3737 W audio_hw_primary: out_write: underrun(4092) frames_by_time(682) > out->last_fifo_frames_remaining(384)
07-30 16:26:25.529     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:27:29.854   924   978 W TransactionTracing: Could not find layer id -1
07-30 16:27:29.854   924   978 W TransactionTracing: Could not find layer id -1
07-30 16:27:29.854   924   978 W TransactionTracing: Could not find layer id -1
07-30 16:27:29.854   924   978 W TransactionTracing: Could not find layer id -1
07-30 16:27:29.854   924   978 W TransactionTracing: Could not find layer id -1
07-30 16:27:29.854   924   978 W TransactionTracing: Could not find layer id -1
07-30 16:27:29.854   924   978 W TransactionTracing: Could not find layer id -1
07-30 16:27:29.854   924   978 W TransactionTracing: Could not find layer id -1
07-30 16:26:25.769     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:25.785     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:25.792     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:25.800     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:27:30.085  1273  3737 W audio_hw_primary: out_write: underrun(4093) frames_by_time(864) > out->last_fifo_frames_remaining(384)
07-30 16:27:30.092  1273  3737 W audio_hw_primary: out_write: underrun(4094) frames_by_time(274) > out->last_fifo_frames_remaining(0)
07-30 16:26:25.807     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:27:30.099  1273  3737 W audio_hw_primary: out_write: underrun(4095) frames_by_time(299) > out->last_fifo_frames_remaining(0)
07-30 16:27:30.103  1273  3737 W audio_hw_primary: out_write: underrun(4096) frames_by_time(481) > out->last_fifo_frames_remaining(192)
07-30 16:26:25.903     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:27:30.200   924   978 W TransactionTracing: Could not find layer id -1
07-30 16:26:25.911     0     0 E         : batt power supply prop 4 not supported
07-30 16:26:25.924     0     0 W healthd : battery l=87 v=4219 t=29.0 h=2 st=2 c=-368347 fc=5054000 cc=0 chg=a
07-30 16:27:30.222   924   978 W TransactionTracing: Could not find layer id -1
07-30 16:27:30.223  2626  3341 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:26:25.937     0     0 W healthd : battery l=87 v=4219 t=29.0 h=2 st=2 c=-368347 fc=5054000 cc=0 chg=a
07-30 16:26:25.952     0     0 E msm_dwc3_perf_vote_work: in_perf_mode:0, interrupts in last sample:75
07-30 16:27:30.248  2626  2626 W FrameTracker: Missed SF frame:DISPLAY_HAL, 8111500, 6588925, CUJ=J<NOTIFICATION_HEADS_UP_APPEAR>
07-30 16:27:30.248  2626  2626 W FrameTracker: Missed SF frame:PREDICTION_ERROR, 8111508, 0, CUJ=J<NOTIFICATION_HEADS_UP_APPEAR>
07-30 16:27:30.248  2626  2626 W FrameTracker: Missing HWUI jank callback for vsyncId: 8111508, CUJ=J<NOTIFICATION_HEADS_UP_APPEAR>
07-30 16:27:30.248  2626  2626 W FrameTracker: Missing HWUI jank callback for vsyncId: 8111516, CUJ=J<NOTIFICATION_HEADS_UP_APPEAR>
07-30 16:27:30.248  2626  2626 W FrameTracker: Missed SF frame:UNKNOWN: 80, 8111524, 37076320, CUJ=J<NOTIFICATION_HEADS_UP_APPEAR>
07-30 16:27:30.248  2626  2626 W FrameTracker: Missing HWUI jank callback for vsyncId: 8111549, CUJ=J<NOTIFICATION_HEADS_UP_APPEAR>
07-30 16:27:30.248  2626  2626 W FrameTracker: Missing HWUI jank callback for vsyncId: 8111559, CUJ=J<NOTIFICATION_HEADS_UP_APPEAR>
07-30 16:27:30.248  2626  2626 W FrameTracker: Missed SF frame:UNKNOWN: 80, 8111568, 22889886, CUJ=J<NOTIFICATION_HEADS_UP_APPEAR>
07-30 16:27:30.248  2626  2626 W FrameTracker: Missing HWUI jank callback for vsyncId: 8111576, CUJ=J<NOTIFICATION_HEADS_UP_APPEAR>
07-30 16:27:30.248  2626  2626 W FrameTracker: Missing HWUI jank callback for vsyncId: 8111584, CUJ=J<NOTIFICATION_HEADS_UP_APPEAR>
07-30 16:27:30.248  2626  2626 W FrameTracker: Missed SF frame:UNKNOWN: 66, 8111675, 0, CUJ=J<NOTIFICATION_HEADS_UP_APPEAR>
07-30 16:27:30.248  2626  2626 W FrameTracker: Missing HWUI jank callback for vsyncId: 8111675, CUJ=J<NOTIFICATION_HEADS_UP_APPEAR>
07-30 16:27:30.248  2626  2626 W FrameTracker: Missing HWUI jank callback for vsyncId: 8111683, CUJ=J<NOTIFICATION_HEADS_UP_APPEAR>
07-30 16:27:30.248  2626  2676 V PerfettoTrigger: Triggering /system/bin/trigger_perfetto com.android.telemetry.interaction-jank-monitor-12
07-30 16:26:25.993     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:26.000     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:26:26.008     0     0 I android_work: did not send uevent (0 0 0000000000000000)
07-30 16:27:30.299  1273  3737 W audio_hw_primary: out_write: underrun(4097) frames_by_time(304) > out->last_fifo_frames_remaining(0)
07-30 16:27:30.303  1273  3737 W audio_hw_primary: out_write: underrun(4098) frames_by_time(490) > out->last_fifo_frames_remaining(192)
07-30 16:26:26.015     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:27:30.611  1546 19930 D CCodecBufferChannel: [c2.android.vorbis.decoder#320] buffers after EOS ignored (0 us)
07-30 16:27:30.611  1546 19928 D AudioTrack: stop(408): called with 52920 frames delivered
07-30 16:27:30.646 14669 14678 W forecastgermany: Reducing the number of considered missed Gc histogram windows from 109 to 100
07-30 16:26:26.369     0     0 I android_work: sent uevent USB_STATE=CONNECTED
07-30 16:26:26.375     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_NOTIFY_OTG_EVENT received
07-30 16:26:26.382     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:27:30.675  1882  1976 I UsbPortManager: USB HAL HIDL version: 13
07-30 16:26:26.390     0     0 I android_work: sent uevent USB_STATE=DISCONNECTED
07-30 16:26:26.396     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_CONNDONE_EVENT received
07-30 16:26:26.431     0     0 I pm7250b_charger: default_irq_handler: IRQ: usbin-collapse
07-30 16:26:26.438     0     0 I pm7250b_charger: default_irq_handler: IRQ: usbin-collapse
07-30 16:26:26.438     0     0 I pm7250b_charger: default_irq_handler: IRQ: aicl-done
07-30 16:27:30.731 14633 14644 W System  : A resource failed to call end. 
07-30 16:27:30.754  1882  1976 I UsbPortManager: USB HAL HIDL version: 13
07-30 16:26:26.470     0     0 I android_work: sent uevent USB_STATE=CONNECTED
07-30 16:26:26.476     0     0 I configfs-gadget gadget: high-speed config #1: b
07-30 16:27:30.766 13508 19926 I adbd    : USB event: FUNCTIONFS_ENABLE
07-30 16:27:30.767 13508 19935 I adbd    : UsbFfs-worker thread spawned
07-30 16:27:30.774   926   926 I SDM     : HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 1080x2520-0 for Peripheral
07-30 16:27:30.774   926   926 I SDM     : StrategyImpl::SetIdleTimeoutMs: Idle timeout: active = 90, inactive = 520
07-30 16:27:30.774   926   926 I SDM     : HWCDisplay::SubmitDisplayConfig: Active configuration changed to: 0
07-30 16:26:26.481     0     0 E msm-dwc3 a600000.ssusb: DWC3_CONTROLLER_SET_CURRENT_DRAW_EVENT received
07-30 16:27:30.775  1882  1976 I UsbPortManager: USB HAL HIDL version: 13
07-30 16:27:30.776  3009  3038 I Tethering: USB bcast connected:true configured:true rndis:false ncm:false
07-30 16:26:26.491     0     0 I android_work: sent uevent USB_STATE=CONFIGURED
07-30 16:26:26.498     0     0 I [drm:dsi_display_set_mode] [msm-dsi-info]: mdp_transfer_time_us=0 us
07-30 16:26:26.505     0     0 I [drm:dsi_display_set_mode] [msm-dsi-info]: hactive= 1080,vactive= 2520,fps=60
07-30 16:26:26.562     0     0 I pm7250b_charger: default_irq_handler: IRQ: usbin-collapse
07-30 16:26:26.568     0     0 I pm7250b_charger: default_irq_handler: IRQ: aicl-done
07-30 16:26:26.568     0     0 I pm7250b_charger: default_irq_handler: IRQ: usbin-collapse
07-30 16:27:31.099  1882  3372 I MediaFocusControl: abandonAudioFocus() from uid/pid 10152/2626 clientId=android.media.AudioManager@3a79fc1
07-30 16:27:31.100  2626 19921 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
07-30 16:27:31.100  2626 19921 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
07-30 16:27:31.100  1546  2812 D NuPlayerDriver: reset(0xe8441ff0) at state 6
07-30 16:27:31.102   926   926 I SDM     : HWDeviceDRM::UpdateMixerAttributes: Mixer WxH 1080x2520-0 for Peripheral
07-30 16:27:31.103   926   926 I SDM     : StrategyImpl::SetIdleTimeoutMs: Idle timeout: active = 90, inactive = 520
07-30 16:27:31.103   926   926 I SDM     : HWCDisplay::SubmitDisplayConfig: Active configuration changed to: 1
07-30 16:27:31.111  1546 19930 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
07-30 16:27:31.111  1597 19548 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
07-30 16:27:31.111  1597 19548 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
07-30 16:27:31.112  1546 19929 D MediaCodec: flushMediametrics
07-30 16:27:31.112  1597 19548 V C2Store : in ~ComponentModule
07-30 16:27:31.112  1597 19548 V C2Store : unloading dll
07-30 16:27:31.114  1546 19923 D NuPlayerDriver: notifyResetComplete(0xe8441ff0)
07-30 16:27:31.115  1546  2812 W AMessage: failed to post message as target looper for handler 0 is gone.
07-30 16:26:26.821     0     0 I [drm:dsi_display_set_mode] [msm-dsi-info]: mdp_transfer_time_us=0 us
07-30 16:26:26.829     0     0 I [drm:dsi_display_set_mode] [msm-dsi-info]: hactive= 1080,vactive= 2520,fps=90
07-30 16:27:31.198  2626  2626 I ActivityLaunchAnimator: Starting intent with no animation
07-30 16:27:31.198  1882  3369 I ActivityTaskManager: START u0 {act=android.settings.APPLICATION_DEVELOPMENT_SETTINGS flg=0x10008000 pkg=com.android.settings cmp=com.android.settings/.Settings$DevelopmentSettingsDashboardActivity} from uid 1000
07-30 16:27:31.199  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 265464455; UID 1000; state: DISABLED
07-30 16:27:31.199  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 265452344; UID 1000; state: DISABLED
07-30 16:27:31.199  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 266124927; UID 1000; state: DISABLED
07-30 16:27:31.199  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 265451093; UID 1000; state: DISABLED
07-30 16:27:31.200  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 265456536; UID 1000; state: DISABLED
07-30 16:27:31.200  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 255940284; UID 1000; state: DISABLED
07-30 16:27:31.200  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 236283604; UID 1000; state: DISABLED
07-30 16:27:31.200  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 263959004; UID 1000; state: DISABLED
07-30 16:27:31.200  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 264304459; UID 1000; state: DISABLED
07-30 16:27:31.201  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 264301586; UID 1000; state: DISABLED
07-30 16:27:31.201  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 254631730; UID 1000; state: DISABLED
07-30 16:27:31.201  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 273509367; UID 1000; state: DISABLED
07-30 16:27:31.201  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 263259275; UID 1000; state: DISABLED
07-30 16:27:31.205  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 194480991; UID 1000; state: ENABLED
07-30 16:27:31.210  1882  3369 V SplashScreenExceptionList: SplashScreen checking exception for package com.android.settings (target sdk:33) -> false
07-30 16:27:31.210  1882  3369 D CompatibilityChangeReporter: Compat change id reported: 205907456; UID 1000; state: ENABLED
07-30 16:27:31.213  1882  2423 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (76584405)
07-30 16:27:31.213  2626  2626 W TouchableRegionManager: onHeadsUpPinnedModeChanged
07-30 16:27:31.214  1882  2423 D ActivityManager: quick sync unfreeze 13295
07-30 16:27:31.215  1882  2423 D CompatibilityChangeReporter: Compat change id reported: 181136395; UID 1000; state: DISABLED
07-30 16:27:31.215  1882  2423 D CompatibilityChangeReporter: Compat change id reported: 174042936; UID 1000; state: DISABLED
07-30 16:27:31.218  1882  1979 D ActivityManager: sync unfroze 13295 com.android.settings
07-30 16:27:31.222 13295 13295 D ActivityEmbeddingUtils: isFlagEnabled = true
07-30 16:27:31.222 13295 13295 D ActivityEmbeddingUtils: isSplitSupported = false
07-30 16:27:31.225 13295 13295 D SettingsActivity: Starting onCreate
07-30 16:27:31.230 13295 13295 D SettingsActivity: Starting to set activity title
07-30 16:27:31.230 13295 13295 D SettingsActivity: Done setting title
07-30 16:27:31.230 13295 13295 D SettingsActivity: Switching to fragment com.android.settings.development.DevelopmentSettingsDashboardFragment
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: Build configuration failed!
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: java.lang.IllegalArgumentException: invalid view: view=ExpandableNotificationRow:85910081 { RoundableState = TargetView: 85910081 Top: 1.0 [BaseValue 0.1418919, HeadsUp 1.0] Bottom: 1.0 [BaseValue 0.1418919, HeadsUp 1.0] }, attached=false, hasViewRoot=false, hasRenderer=false
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at com.android.internal.jank.InteractionJankMonitor$Configuration.validate(InteractionJankMonitor.java:1157)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at com.android.internal.jank.InteractionJankMonitor$Configuration.<init>(InteractionJankMonitor.java:1115)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at com.android.internal.jank.InteractionJankMonitor$Configuration.<init>(Unknown Source:0)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at com.android.internal.jank.InteractionJankMonitor$Configuration$Builder.build(InteractionJankMonitor.java:1095)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at com.android.internal.jank.InteractionJankMonitor.begin(InteractionJankMonitor.java:584)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at com.android.systemui.statusbar.notification.row.ActivatableNotificationView$2.onAnimationStart(ActivatableNotificationView.java:21)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.animation.Animator$AnimatorListener.onAnimationStart(Animator.java:584)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.animation.ValueAnimator.notifyStartListeners(ValueAnimator.java:1114)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.animation.ValueAnimator.startAnimation(ValueAnimator.java:1363)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.animation.ValueAnimator.start(ValueAnimator.java:1165)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.animation.ValueAnimator.start(ValueAnimator.java:1189)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at com.android.systemui.statusbar.notification.row.ActivatableNotificationView$$ExternalSyntheticLambda1.doFrame(R8$$SyntheticClass:8)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1229)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1239)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.view.Choreographer.doCallbacks(Choreographer.java:899)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.view.Choreographer.doFrame(Choreographer.java:827)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1214)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.os.Handler.handleCallback(Handler.java:942)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.os.Handler.dispatchMessage(Handler.java:99)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.os.Looper.loopOnce(Looper.java:201)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.os.Looper.loop(Looper.java:288)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at android.app.ActivityThread.main(ActivityThread.java:7924)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at java.lang.reflect.Method.invoke(Native Method)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
07-30 16:27:31.233  2626  2626 D InteractionJankMonitor: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
07-30 16:27:31.241  2626  2689 D SplashScreenView: Build android.window.SplashScreenView{d0a883b V.E...... ......ID 0,0-0,0}
07-30 16:27:31.241  2626  2689 D SplashScreenView: Icon: view: null drawable: null size: 0
07-30 16:27:31.241  2626  2689 D SplashScreenView: Branding: view: android.view.View{ba02b58 G.ED..... ......I. 0,0-0,0 #10204dc android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
07-30 16:27:31.242  2626  2732 W Parcel  : Expecting binder but got null!
07-30 16:27:31.246  2626  2626 D CentralSurfaces: Received new disable state: enaihbcrso.qingr (unchanged)
07-30 16:27:31.262  2626  2732 E OpenGLRenderer: Unable to match the desired swap behavior.
07-30 16:27:31.268  2626  2691 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
07-30 16:27:31.269  2626  2691 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
07-30 16:27:31.281  1882  2843 D ConnectivityService: requestNetwork for uid/pid:10152/2626 asUid: 1000 activeRequest: null callbackRequest: 4389 [NetworkRequest [ REQUEST id=4390, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 1000 RequestorUid: 10152 RequestorPkg: com.android.systemui UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647
07-30 16:27:31.282  1882  2555 D ConnectivityService: NetReassign [4390 : null → 137]
07-30 16:27:31.283  1882  2547 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=4390, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 1000 RequestorUid: 10152 RequestorPkg: com.android.systemui UnderlyingNetworks: Null] ]
07-30 16:27:31.283  3135  3135 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ REQUEST id=4390, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 1000 RequestorUid: 10152 RequestorPkg: com.android.systemui UnderlyingNetworks: Null] ]
07-30 16:27:31.283  1882  2547 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=4390, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 1000 RequestorUid: 10152 RequestorPkg: com.android.systemui UnderlyingNetworks: Null] ]
07-30 16:27:31.283  1882  2547 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=4390, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 1000 RequestorUid: 10152 RequestorPkg: com.android.systemui UnderlyingNetworks: Null] ]
07-30 16:27:31.283  1882  2547 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=4390, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 1000 RequestorUid: 10152 RequestorPkg: com.android.systemui UnderlyingNetworks: Null] ]
07-30 16:27:31.283  2626  2691 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
07-30 16:27:31.284 13295 13295 D ForcePeakRefreshRateCtr: DEFAULT_REFRESH_RATE : 60.0 mPeakRefreshRate : 90.0
07-30 16:27:31.295  2626  2691 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
07-30 16:27:31.301  2626  2691 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
07-30 16:27:31.301  2626  2691 D ControlsListingControllerImpl: Unsubscribing callback
07-30 16:27:31.301  2626  2691 D ControlsListingControllerImpl: Unsubscribing callback
07-30 16:27:31.301  2626  2691 D ControlsListingControllerImpl: Unsubscribing callback
07-30 16:27:31.309 13295 13295 D PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.notification.ImportanceResetPreferenceController
07-30 16:27:31.309 13295 13295 D PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.location.LocationIndicatorsPreferenceController
07-30 16:27:31.311  1882  2843 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.localtransport et al): null
07-30 16:27:31.311  1882  3369 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.localtransport et al): null
07-30 16:27:31.312  1882  3369 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.localtransport et al): null
07-30 16:27:31.313  1882  3369 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.localtransport et al): null
07-30 16:27:31.313  1882  3369 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.localtransport et al): null
07-30 16:27:31.314  2626  2626 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
07-30 16:27:31.316  1882  3369 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.localtransport et al): null
07-30 16:27:31.318  1882  3371 E UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.android.localtransport et al): null
07-30 16:27:31.326   860   860 I servicemanager: Could not find android.hardware.dumpstate.IDumpstateDevice/default in the VINTF manifest.
07-30 16:27:31.327   861   861 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDumpstateDevice/default in either framework or device VINTF manifest.
07-30 16:27:31.327   861   861 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDumpstateDevice/default in either framework or device VINTF manifest.
07-30 16:27:31.351  1882  3369 I ProcessStatsService: Added stats: 2024-07-30-11-59-39, over +3h9m43s461ms
07-30 16:27:31.357 13295 13295 E ndroid.settings: Can't find memory status under: /sys/block/zram0/
07-30 16:27:31.349 13295 13295 W ndroid.settings: type=1400 audit(0.0:20299): avc: denied { read } for name="pagetypeinfo" dev="proc" ino=4026531858 scontext=u:r:system_app:s0 tcontext=u:object_r:proc_pagetypeinfo:s0 tclass=file permissive=0
07-30 16:27:31.375   924   978 W TransactionTracing: Could not find layer id -1
07-30 16:27:31.375   924   978 W TransactionTracing: Could not find layer id -1
07-30 16:27:31.381 13295 13295 W ProcStatsManager: No process com.nextcloud.client/10180 for service androidx.work.impl.foreground.SystemForegroundService
07-30 16:27:31.381 13295 13295 W ProcStatsManager: No process com.nextcloud.client/10180 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process com.android.messaging/10144 for service com.android.messaging.datamodel.action.BackgroundWorkerService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process com.android.messaging/10144 for service com.android.messaging.datamodel.action.ActionServiceImpl
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process de.kaffeemitkoffein.tinyweatherforecastgermany:sync/10187 for service de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherSyncService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process org.mozilla.fennec_fdroid:gpu/10195 for service org.mozilla.gecko.process.GeckoChildProcessServices$gpu
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process org.mozilla.fennec_fdroid:tab2/10195 for service org.mozilla.gecko.process.GeckoChildProcessServices$tab2
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process org.mozilla.fennec_fdroid:utility/10195 for service org.mozilla.gecko.process.GeckoChildProcessServices$utility
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process org.mozilla.fennec_fdroid:tab20/10195 for service org.mozilla.gecko.process.GeckoChildProcessServices$tab20
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process org.mozilla.fennec_fdroid/10195 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process io.homeassistant.companion.android.minimal/10191 for service androidx.work.impl.foreground.SystemForegroundService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process io.homeassistant.companion.android.minimal/10191 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process com.aurora.store/10171 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process com.android.webview:sandboxed_process0/10191 for service org.chromium.content.app.SandboxedProcessService0
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process com.android.webview:sandboxed_process0/10206 for service org.chromium.content.app.SandboxedProcessService0
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process at.bitfire.davdroid/10169 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process at.bitfire.davdroid/10169 for service at.bitfire.davdroid.sync.adapter.CalendarsSyncAdapterService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process org.wikipedia/10206 for service org.wikipedia.savedpages.SavedPageSyncService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process com.w2sv.wifiwidget/10213 for service com.w2sv.widget.WifiPropertyViewsService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process com.w2sv.wifiwidget/10213 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process org.lineageos.lineageparts/1000 for service org.lineageos.lineageparts.lineagestats.ReportingService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process org.lineageos.lineageparts/1000 for service org.lineageos.lineageparts.lineagestats.StatsUploadJobService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process com.android.permissioncontroller/10161 for service com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process com.android.permissioncontroller/10161 for service com.android.permissioncontroller.permission.service.LocationAccessCheck$LocationAccessCheckJobService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process de.danoeh.antennapod/10184 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process io.nuki/10250 for service io.nuki.core.communication.CommunicationService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process io.nuki/10250 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.382 13295 13295 W ProcStatsManager: No process it.niedermann.owncloud.notes/10178 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.386 13295 13295 D DevSettingsDashboard: NO dashboard tiles for DevSettingsDashboard
07-30 16:27:31.386 13295 13295 D DevSettingsDashboard: All preferences added, reporting fully drawn
07-30 16:27:31.388 13295 13295 D SettingsActivity: Executed frag manager pendingTransactions
07-30 16:27:31.390 13295 13295 D BluetoothA2dp: Binding service...
07-30 16:27:31.356 13295 13295 W ndroid.settings: type=1400 audit(0.0:20300): avc: denied { search } for name="zram0" dev="sysfs" ino=54254 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs_zram:s0 tclass=dir permissive=0
07-30 16:27:31.401   860   860 I servicemanager: Could not find android.hardware.dumpstate.IDumpstateDevice/default in the VINTF manifest.
07-30 16:27:31.401   861   861 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDumpstateDevice/default in either framework or device VINTF manifest.
07-30 16:27:31.401   861   861 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDumpstateDevice/default in either framework or device VINTF manifest.
07-30 16:27:31.356 13295 13295 W ndroid.settings: type=1400 audit(0.0:20301): avc: denied { search } for name="zram0" dev="sysfs" ino=54254 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs_zram:s0 tclass=dir permissive=0
07-30 16:27:31.416 13295 13660 W SharedPreferencesLogger: Tried to log unloggable object=
07-30 16:27:31.417 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.422 13295 19943 D SettingsActivity: No enabled state changed, skipping updateCategory call
07-30 16:27:31.430 13295 19943 W SharedPreferencesLogger: Tried to log unloggable object=package_device_default
07-30 16:27:31.432 13295 19943 W SharedPreferencesLogger: Tried to log unloggable object=hide
07-30 16:27:31.432 13295 19944 W SharedPreferencesLogger: Tried to log unloggable object=map12
07-30 16:27:31.433 13295 19944 W SharedPreferencesLogger: Tried to log unloggable object=device_default
07-30 16:27:31.434   860   860 I servicemanager: Could not find android.hardware.dumpstate.IDumpstateDevice/default in the VINTF manifest.
07-30 16:27:31.434   861   861 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDumpstateDevice/default in either framework or device VINTF manifest.
07-30 16:27:31.434   861   861 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDumpstateDevice/default in either framework or device VINTF manifest.
07-30 16:27:31.437 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.438 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.443 13295 19944 W SharedPreferencesLogger: Tried to log unloggable object=false
07-30 16:27:31.443  2849  2874 W System  : A resource failed to call release. 
07-30 16:27:31.443  2849  2874 W System  : A resource failed to call release. 
07-30 16:27:31.443  2849  2874 W System  : A resource failed to call release. 
07-30 16:27:31.444 13295 19944 W SharedPreferencesLogger: Tried to log unloggable object=
07-30 16:27:31.445 13295 19944 W SharedPreferencesLogger: Tried to log unloggable object=false
07-30 16:27:31.446 13295 19944 W SharedPreferencesLogger: Tried to log unloggable object=avrcp15
07-30 16:27:31.446 13295 13295 W Settings: Setting bugreport_in_power_menu has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
07-30 16:27:31.448 13295 19944 W SharedPreferencesLogger: Tried to log unloggable object=
07-30 16:27:31.448 13295 13660 W SharedPreferencesLogger: Tried to log unloggable object=disabled
07-30 16:27:31.449  1882  3369 I ActivityManager: Force stopping com.tananaev.logcat appid=-1 user=-1: set debug app
07-30 16:27:31.452 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.456 13295 13660 W SharedPreferencesLogger: Tried to log unloggable object=drm-only
07-30 16:27:31.456 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.460 13295 13295 D CategoryMixin: Skip categories update
07-30 16:26:27.163     0     0 I init    : processing action (logd.logpersistd=clear && logd.logpersistd.enable=true) from (/system/etc/init/logcatd.rc:38)
07-30 16:26:27.194     0     0 I init    : starting service 'exec 54 (/system/bin/logcat -c -f /data/misc/logd/logcat -n 256)'...
07-30 16:27:31.460  1273  3737 W audio_hw_primary: out_write: underrun(4099) frames_by_time(377) > out->last_fifo_frames_remaining(192)
07-30 16:27:31.465  1273  3737 W audio_hw_primary: out_write: underrun(4100) frames_by_time(224) > out->last_fifo_frames_remaining(192)
07-30 16:27:31.465  2626  7397 I ndroid.systemui: oneway function results for code 1599295570 on binder at 0xb400007b59efb590 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.465  3102  3768 I .codeaurora.ims: oneway function results for code 1599295570 on binder at 0xb400007b59efd300 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.466 13295 13313 W Parcel  : Expecting binder but got null!
07-30 16:27:31.466  5566  7347 I .corona.tracing: oneway function results for code 1599295570 on binder at 0xb400007b59eedac0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.466  4060 29155 I crime.securesms: oneway function results for code 1599295570 on binder at 0xb400007b59eecc20 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.467  3101  3149 I elephonyservice: oneway function results for code 1599295570 on binder at 0x7b59efd300 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.467 19226 19241 I d.calllogbackup: oneway function results for code 1599295570 on binder at 0xb400007b59efb950 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.468  9481 16136 I ec_fdroid:tab20: oneway function results for code 1599295570 on binder at 0xb400007b59efb590 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.470 14633 15243 I astgermany:sync: oneway function results for code 1599295570 on binder at 0xb400007b59efb950 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.470 19511 19595 I droid.messaging: oneway function results for code 1599295570 on binder at 0x7b59efc670 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.471  5656  9764 I cing:persistent: oneway function results for code 1599295570 on binder at 0xb400007b59efb590 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.471  2849  2877 I droid.launcher3: oneway function results for code 1599295570 on binder at 0xb400007b59eedac0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.471  9392  9528 I a.fennec_fdroid: oneway function results for code 1599295570 on binder at 0xb400007b59ef0910 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.471  6125  6140 I im.vector.app: oneway function results for code 1599295570 on binder at 0xb400007b59ef0af0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.471  3598  3616 I .qcrilmsgtunnel: oneway function results for code 1599295570 on binder at 0x7b59efbef0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.472  3129 12870 I qtidataservices: oneway function results for code 1599295570 on binder at 0x7b59ef16f0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.472  4064  5203 I FuseDaemon: oneway function results for code 1599295570 on binder at 0xb400007b59efd8a0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.472  8923 18570 I receiver.module: oneway function results for code 1599295570 on binder at 0xb400007b59efcf40 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.473 13674 14293 I android.minimal: oneway function results for code 1599295570 on binder at 0xb400007b59ef0af0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.477  3299  3324 I android.smspush: oneway function results for code 1599295570 on binder at 0xb400007b59ef0af0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.477  3916 10136 I neageos.audiofx: oneway function results for code 1599295570 on binder at 0xb400007b59efb8f0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.478 31473 18408 I ssioncontroller: oneway function results for code 1599295570 on binder at 0xb400007b59eeb330 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.478 13295 19937 I ndroid.settings: oneway function results for code 1599295570 on binder at 0xb400007b59efb410 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.479  3135  3183 I m.android.phone: oneway function results for code 1599295570 on binder at 0xb400007b59ef3f10 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.479  3064  3098 I droid.bluetooth: oneway function results for code 1599295570 on binder at 0xb400007b59efb5c0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.479  4440 22137 I putmethod.latin: oneway function results for code 1599295570 on binder at 0xb400007b59ef0910 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.480  3940  3960 I settings.device: oneway function results for code 1599295570 on binder at 0xb400007b59efb950 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.480  3009 16896 I rkstack.process: oneway function results for code 1599295570 on binder at 0xb400007b59eecc20 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.480  9035 22982 I com.fsck.k9: oneway function results for code 1599295570 on binder at 0xb400007b59efb410 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.481  3961  6982 I iez.flutter_hbb: oneway function results for code 1599295570 on binder at 0xb400007b59efc670 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.481  9537 16134 I nnec_fdroid:gpu: oneway function results for code 1599295570 on binder at 0xb400007b59efb8f0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.481  3080  3095 I .dataservices: oneway function results for code 1599295570 on binder at 0x7b59eecc20 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.481  3892  4640 I com.android.nfc: oneway function results for code 1599295570 on binder at 0xb400007b59eedac0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.482  3185 18180 I id.ext.services: oneway function results for code 1599295570 on binder at 0xb400007b59efba70 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.482 19528 19545 I .owncloud.notes: oneway function results for code 1599295570 on binder at 0xb400007b59efc670 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.482 11118 16135 I _fdroid:utility: oneway function results for code 1599295570 on binder at 0xb400007b59efb410 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.483  3876  3911 I eageos.profiles: oneway function results for code 1599295570 on binder at 0xb400007b59efb410 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.484 14057 17151 I .lineageos.etar: oneway function results for code 1599295570 on binder at 0xb400007b59ef0910 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.484  3110  3201 I com.android.se: oneway function results for code 1599295570 on binder at 0xb400007b59ef16f0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.484 15543 19146 I .android.dialer: oneway function results for code 1599295570 on binder at 0xb400007b59ef0910 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.487 13295 19943 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 0)
07-30 16:27:31.487 14646 16498 I d.process.acore: oneway function results for code 1599295570 on binder at 0xb400007b59efc670 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.489 32096 32400 I io.nuki : oneway function results for code 1599295570 on binder at 0xb400007b59efb950 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.489 14025 17784 I viders.calendar: oneway function results for code 1599295570 on binder at 0xb400007b59efb8f0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.490  2834 19341 I org.wikipedia: oneway function results for code 1599295570 on binder at 0xb400007b59efb8f0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.491 14669 14682 I forecastgermany: oneway function results for code 1599295570 on binder at 0xb400007b59efb8f0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.491 13740 13763 I ocessService0:0: oneway function results for code 1599295570 on binder at 0xef95b0f0 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.492 19690 19704 I d.process.media: oneway function results for code 1599295570 on binder at 0xb400007b59eecc20 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:26:27.202     0     0 I binder  : 13295:19943 transaction failed 29201/-1, size 0-0 line 3116
07-30 16:26:27.206     0     0 I init    : SVC_EXEC service 'exec 54 (/system/bin/logcat -c -f /data/misc/logd/logcat -n 256)' pid 19945 (uid 1036 gid 1007+0 context default) started; waiting...
07-30 16:27:31.493 10208 10228 I ocessService0:0: oneway function results for code 1599295570 on binder at 0xef95af10 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.493 31149 17806 I w2sv.wifiwidget: oneway function results for code 1599295570 on binder at 0xb400007b59efc670 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.494 31322 32030 I extcloud.client: oneway function results for code 1599295570 on binder at 0xb400007b59efba70 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.495  9660  9718 I nec_fdroid:tab2: oneway function results for code 1599295570 on binder at 0xb400007b59efba70 will be dropped but finished with status UNKNOWN_TRANSACTION
07-30 16:27:31.496  1882 31873 I ProcessStatsService: Added stats: 2024-07-30-11-59-39, over +3h9m43s461ms
07-30 16:27:31.482 13295 13295 W com.android.settings: type=1400 audit(0.0:20302): avc: denied { call } for comm=4173796E635461736B202336 scontext=u:r:system_app:s0 tcontext=u:r:hal_audio_default:s0 tclass=binder permissive=0
07-30 16:27:31.506  1273  3737 W audio_hw_primary: out_write: underrun(4101) frames_by_time(302) > out->last_fifo_frames_remaining(0)
07-30 16:27:31.507 13295 19937 D BluetoothA2dp: Proxy object connected
07-30 16:27:31.508  1882  2843 D CoreBackPreview: Window{1b41be7 u0 com.android.settings/com.android.settings.Settings$DevelopmentSettingsDashboardActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@c4c4b4d, mPriority=-1}
07-30 16:27:31.510  1273  3737 W audio_hw_primary: out_write: underrun(4102) frames_by_time(486) > out->last_fifo_frames_remaining(192)
07-30 16:27:31.509 13295 13295 W com.android.settings: type=1400 audit(0.0:20303): avc: denied { call } for comm=4173796E635461736B202336 scontext=u:r:system_app:s0 tcontext=u:r:hal_power_default:s0 tclass=binder permissive=0
07-30 16:26:27.226     0     0 I binder  : 13295:19943 transaction failed 29201/-1, size 0-0 line 3116
07-30 16:26:27.229     0     0 W audit   : audit_lost=13889 audit_rate_limit=5 audit_backlog_limit=64
07-30 16:27:31.529 13295 19943 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 0)
07-30 16:27:31.530   924   978 W TransactionTracing: Could not find layer id -1
07-30 16:26:27.246     0     0 I binder  : 13295:19943 transaction failed 29201/-1, size 0-0 line 3116
07-30 16:26:27.248     0     0 I init    : Service 'exec 54 (/system/bin/logcat -c -f /data/misc/logd/logcat -n 256)' (pid 19945) exited with status 0 waiting took 0.042000 seconds
07-30 16:27:31.535 13295 13313 E OpenGLRenderer: Unable to match the desired swap behavior.
07-30 16:27:31.552 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:26:27.252     0     0 E audit   : rate limit exceeded
07-30 16:27:31.555 13295 19943 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 0)
07-30 16:27:31.557   924   978 W TransactionTracing: Could not find layer handle 0xb400007a4bd04410
07-30 16:27:31.557   924   978 W TransactionTracing: Could not find layer handle 0xb400007a4bcf7030
07-30 16:27:31.557   924   978 W TransactionTracing: Could not find layer handle 0xb400007a4bd04410
07-30 16:27:31.557   924   978 W TransactionTracing: Could not find layer handle 0xb400007a4bcf7030
07-30 16:27:31.557   924   978 W TransactionTracing: Could not find layer handle 0xb400007a4bd034b0
07-30 16:27:31.557   924   978 W TransactionTracing: Could not find layer handle 0xb400007a4bcf1870
07-30 16:27:31.558   860   860 I servicemanager: Could not find android.hardware.dumpstate.IDumpstateDevice/default in the VINTF manifest.
07-30 16:27:31.559   861   861 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDumpstateDevice/default in either framework or device VINTF manifest.
07-30 16:27:31.559   861   861 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDumpstateDevice/default in either framework or device VINTF manifest.
07-30 16:27:31.561 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.562 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.562  1882  1976 I ActivityTaskManager: Displayed com.android.settings/.Settings$DevelopmentSettingsDashboardActivity: +354ms
07-30 16:27:31.562  1882  1976 I ActivityTaskManager: Fully drawn com.android.settings/.Settings$DevelopmentSettingsDashboardActivity: +354ms
07-30 16:27:31.571 13295 13295 W Settings: Setting bugreport_in_power_menu has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
07-30 16:27:31.572  1882 31873 I ActivityManager: Force stopping com.tananaev.logcat appid=-1 user=-1: set debug app
07-30 16:27:31.574 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.575 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.576 13295 13295 D BluetoothAdapter: getActiveDevices(profile= A2DP)
07-30 16:27:31.583  3064  3460 I BluetoothAdapterService: getActiveDevices: A2dp device: null
07-30 16:27:31.583 13295 13295 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
07-30 16:27:31.583 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.583 13295 13295 D BluetoothAdapter: getActiveDevices(profile= A2DP)
07-30 16:27:31.585  3064  3460 I BluetoothAdapterService: getActiveDevices: A2dp device: null
07-30 16:27:31.585 13295 13295 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
07-30 16:27:31.585 13295 13295 D BluetoothAdapter: getActiveDevices(profile= A2DP)
07-30 16:27:31.586  3064  3460 I BluetoothAdapterService: getActiveDevices: A2dp device: null
07-30 16:27:31.586 13295 13295 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
07-30 16:27:31.586 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.586 13295 13295 D BluetoothAdapter: getActiveDevices(profile= A2DP)
07-30 16:27:31.590  3064  3460 I BluetoothAdapterService: getActiveDevices: A2dp device: null
07-30 16:27:31.591 13295 13295 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
07-30 16:27:31.591 13295 13295 D BluetoothAdapter: getActiveDevices(profile= A2DP)
07-30 16:27:31.591 13295 13328 E ndroid.settings: Can't find memory status under: /sys/block/zram0/
07-30 16:27:31.592  3064  3460 I BluetoothAdapterService: getActiveDevices: A2dp device: null
07-30 16:27:31.592 13295 13295 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
07-30 16:27:31.593 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.593 13295 13295 D BluetoothAdapter: getActiveDevices(profile= A2DP)
07-30 16:27:31.594  3064  3460 I BluetoothAdapterService: getActiveDevices: A2dp device: null
07-30 16:27:31.594 13295 13295 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
07-30 16:27:31.594 13295 13295 D BluetoothAdapter: getActiveDevices(profile= A2DP)
07-30 16:27:31.595  3064  3460 I BluetoothAdapterService: getActiveDevices: A2dp device: null
07-30 16:27:31.595 13295 13295 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
07-30 16:27:31.595 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.596 13295 13295 D BluetoothAdapter: getActiveDevices(profile= A2DP)
07-30 16:27:31.596  1882 31873 I ProcessStatsService: Added stats: 2024-07-30-11-59-39, over +3h9m43s461ms
07-30 16:27:31.597  3064  3460 I BluetoothAdapterService: getActiveDevices: A2dp device: null
07-30 16:27:31.599   924   978 W TransactionTracing: Could not find layer handle 0xb400007a4bcf39d0
07-30 16:27:31.600 13295 13295 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
07-30 16:27:31.600 13295 13295 D BluetoothAdapter: getActiveDevices(profile= A2DP)
07-30 16:27:31.602 13295 13329 E ndroid.settings: Can't find memory status under: /sys/block/zram0/
07-30 16:27:31.603  3064  3460 I BluetoothAdapterService: getActiveDevices: A2dp device: null
07-30 16:27:31.603 13295 13295 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
07-30 16:27:31.603 13295 13295 D BluetoothAdapter: getActiveDevices(profile= A2DP)
07-30 16:27:31.604  3064  3460 I BluetoothAdapterService: getActiveDevices: A2dp device: null
07-30 16:27:31.605 13295 13295 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
07-30 16:27:31.605 13295 13295 D AbstractBtDlgCtr: Unable to get current config index. Current codec Config is null.
07-30 16:27:31.605 13295 13295 D BluetoothAdapter: getActiveDevices(profile= A2DP)
07-30 16:27:31.606  3064  3460 I BluetoothAdapterService: getActiveDevices: A2dp device: null
07-30 16:27:31.606 13295 13295 D AbstractBtDlgCtr: Unable to get current codec config. No active device.
07-30 16:27:31.606 13295 13295 D BluetoothAdapter: getActiveDevices(profile= A2DP)
07-30 16:27:31.607  3064  3460 I BluetoothAdapterService: getActiveDevices: A2dp device: null
07-30 16:27:31.615 13295 13295 E BtHDAudioCtr: Active device is null. To disable HD audio button
07-30 16:27:31.615 13295 13329 W ProcStatsManager: No process com.nextcloud.client/10180 for service androidx.work.impl.foreground.SystemForegroundService
07-30 16:27:31.615 13295 13329 W ProcStatsManager: No process com.nextcloud.client/10180 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.615 13295 13329 W ProcStatsManager: No process com.android.messaging/10144 for service com.android.messaging.datamodel.action.BackgroundWorkerService
07-30 16:27:31.615 13295 13329 W ProcStatsManager: No process com.android.messaging/10144 for service com.android.messaging.datamodel.action.ActionServiceImpl
07-30 16:27:31.615 13295 13329 W ProcStatsManager: No process de.kaffeemitkoffein.tinyweatherforecastgermany:sync/10187 for service de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherSyncService
07-30 16:27:31.615 13295 13329 W ProcStatsManager: No process org.mozilla.fennec_fdroid:gpu/10195 for service org.mozilla.gecko.process.GeckoChildProcessServices$gpu
07-30 16:27:31.615 13295 13329 W ProcStatsManager: No process org.mozilla.fennec_fdroid:tab2/10195 for service org.mozilla.gecko.process.GeckoChildProcessServices$tab2
07-30 16:27:31.615 13295 13329 W ProcStatsManager: No process org.mozilla.fennec_fdroid:utility/10195 for service org.mozilla.gecko.process.GeckoChildProcessServices$utility
07-30 16:27:31.615 13295 13329 W ProcStatsManager: No process org.mozilla.fennec_fdroid:tab20/10195 for service org.mozilla.gecko.process.GeckoChildProcessServices$tab20
07-30 16:27:31.615 13295 13329 W ProcStatsManager: No process org.mozilla.fennec_fdroid/10195 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.615 13295 13329 W ProcStatsManager: No process io.homeassistant.companion.android.minimal/10191 for service androidx.work.impl.foreground.SystemForegroundService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process io.homeassistant.companion.android.minimal/10191 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process com.aurora.store/10171 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process com.android.webview:sandboxed_process0/10191 for service org.chromium.content.app.SandboxedProcessService0
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process com.android.webview:sandboxed_process0/10206 for service org.chromium.content.app.SandboxedProcessService0
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process at.bitfire.davdroid/10169 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process at.bitfire.davdroid/10169 for service at.bitfire.davdroid.sync.adapter.CalendarsSyncAdapterService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process org.wikipedia/10206 for service org.wikipedia.savedpages.SavedPageSyncService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process com.w2sv.wifiwidget/10213 for service com.w2sv.widget.WifiPropertyViewsService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process com.w2sv.wifiwidget/10213 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process org.lineageos.lineageparts/1000 for service org.lineageos.lineageparts.lineagestats.ReportingService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process org.lineageos.lineageparts/1000 for service org.lineageos.lineageparts.lineagestats.StatsUploadJobService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process com.android.permissioncontroller/10161 for service com.android.permissioncontroller.permission.service.PermissionControllerServiceImpl
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process com.android.permissioncontroller/10161 for service com.android.permissioncontroller.permission.service.LocationAccessCheck$LocationAccessCheckJobService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process de.danoeh.antennapod/10184 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process io.nuki/10250 for service io.nuki.core.communication.CommunicationService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process io.nuki/10250 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:27:31.616 13295 13329 W ProcStatsManager: No process it.niedermann.owncloud.notes/10178 for service androidx.work.impl.background.systemjob.SystemJobService
07-30 16:26:27.323     0     0 I binder  : 13295:19943 transaction failed 29201/-1, size 0-0 line 3116
07-30 16:27:31.617 13295 19943 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 0)
07-30 16:27:31.626  1882  2423 D CompatibilityChangeReporter: Compat change id reported: 214016041; UID 1000; state: ENABLED
07-30 16:27:31.628  3961  6982 E AccessibilityService: bindInput must be paired with unbindInput.
07-30 16:27:31.628  3961  3961 V A11yInputMethod: startInput(): editor=android.view.inputmethod.EditorInfo@33eaa38
07-30 16:27:31.628  3961  3961 V A11yInputMethod: CALL: doFinishInput
07-30 16:27:31.628  3961  3961 V A11yInputMethod: CALL: onFinishInput
07-30 16:27:31.634  1882  1946 I system_server: Background young concurrent copying GC freed 264310(17MB) AllocSpace objects, 92(4048KB) LOS objects, 35% free, 35MB/55MB, paused 586us,252us total 155.854ms
07-30 16:27:31.646  1882  1948 W System  : A resource failed to call release. 
07-30 16:27:31.732 13295 19943 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 0)
07-30 16:26:27.440     0     0 I binder  : 13295:19943 transaction failed 29201/-1, size 0-0 line 3116
07-30 16:26:27.445     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: batt_mv = 4293, batt_ma -108, batt_soc 87, batt_temp 29, usb_mv 4534, dc_mv 0, cp 1, vp 1 dp 0
07-30 16:26:27.449     0     0 I binder  : 13295:19943 transaction failed 29201/-1, size 0-0 line 3116
07-30 16:27:31.754 13295 19943 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 0)
07-30 16:26:27.462     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: Step State = NORMAL, Temp Zone 3, Health 1
07-30 16:27:31.754  1273  3737 W audio_hw_primary: out_write: underrun(4103) frames_by_time(1042) > out->last_fifo_frames_remaining(384)
07-30 16:27:31.754  1273  3737 W audio_hw_primary: out_write: underrun(4104) frames_by_time(380) > out->last_fifo_frames_remaining(192)
07-30 16:27:31.755   860   860 E SELinux : avc:  denied  { find } for pid=13295 uid=1000 name=suspend_control scontext=u:r:system_app:s0 tcontext=u:object_r:system_suspend_control_service:s0 tclass=service_manager permissive=0
07-30 16:27:31.755   860   860 E SELinux : avc:  denied  { find } for pid=13295 uid=1000 name=suspend_control_internal scontext=u:r:system_app:s0 tcontext=u:object_r:system_suspend_control_internal_service:s0 tclass=service_manager permissive=0
07-30 16:27:31.762   860   860 E SELinux : avc:  denied  { find } for pid=13295 uid=1000 name=tracing.proxy scontext=u:r:system_app:s0 tcontext=u:object_r:tracingproxy_service:s0 tclass=service_manager permissive=0
07-30 16:27:31.763  1882  1882 W AccessibilityManagerService:  wait for adding window timeout: 491
07-30 16:27:31.764  1273  3737 W audio_hw_primary: out_write: underrun(4105) frames_by_time(839) > out->last_fifo_frames_remaining(384)
07-30 16:26:27.479     0     0 I pm7250b_charger: SMBMMI: mmi_basic_charge_sm: IMPOSED: FV = 4450000, CDIS = 0, FCC = 3600000, USBICL = 1500000
07-30 16:27:31.775  1273  3737 W audio_hw_primary: out_write: underrun(4106) frames_by_time(580) > out->last_fifo_frames_remaining(192)
07-30 16:26:27.495     0     0 I binder  : 13295:19943 transaction failed 29201/-1, size 0-0 line 3116
07-30 16:27:31.787 13295 19943 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 0)
07-30 16:26:27.510     0     0 W healthd : battery l=87 v=4309 t=29.0 h=2 st=2 c=387268 fc=5054000 cc=0 chg=a
07-30 16:27:31.821  2626  3340 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:27:31.856  1882  2843 W InputManager-JNI: Input channel object '31132a8 Splash Screen com.android.settings (client)' was disposed without first being removed with the input manager!
07-30 16:26:27.576     0     0 I pm7250b_charger: smblib_icl_change_work: icl_settled=900000
07-30 16:26:27.583     0     0 I aw882xx_monitor_start: start monitor
07-30 16:26:27.590     0     0 W healthd : battery l=87 v=4309 t=29.0 h=2 st=2 c=387268 fc=5054000 cc=0 chg=a
07-30 16:27:31.899  2626  3355 D PowerUI : can't show warning due to - plugged: true status unknown: false
07-30 16:27:31.901 13508 13508 I adbd    : UsbFfs: already offline
07-30 16:27:31.901 13508 13508 I adbd    : Calling send_auth_request...
07-30 16:27:31.906  2626  2688 W FrameTracker: Missing HWUI jank callback for vsyncId: 8112572, CUJ=J<SPLASHSCREEN_EXIT_ANIM>
07-30 16:27:31.906  2626  2688 W FrameTracker: Missing HWUI jank callback for vsyncId: 8112616, CUJ=J<SPLASHSCREEN_EXIT_ANIM>
07-30 16:27:31.906  2626  2688 W FrameTracker: Missed SF frame:UNKNOWN: 65, 8112826, 12081031, CUJ=J<SPLASHSCREEN_EXIT_ANIM>
07-30 16:27:31.906  2626  2688 W FrameTracker: Missed SF frame:UNKNOWN: 80, 8112848, 12051972, CUJ=J<SPLASHSCREEN_EXIT_ANIM>
07-30 16:27:31.906  2626  2688 W FrameTracker: Missing HWUI jank callback for vsyncId: 8112870, CUJ=J<SPLASHSCREEN_EXIT_ANIM>
07-30 16:27:31.906  2626  2688 W FrameTracker: Missing HWUI jank callback for vsyncId: 8112892, CUJ=J<SPLASHSCREEN_EXIT_ANIM>
07-30 16:27:31.906  2626  2688 W FrameTracker: Missing HWUI jank callback for vsyncId: 8112989, CUJ=J<SPLASHSCREEN_EXIT_ANIM>
07-30 16:27:31.906 13508 13508 I adbd    : adbd_auth: loading keys from /data/misc/adb/adb_keys
07-30 16:27:31.906  2626  2688 W FrameTracker: Missing HWUI jank callback for vsyncId: 8113012, CUJ=J<SPLASHSCREEN_EXIT_ANIM>
07-30 16:27:31.915 13508 13508 I adbd    : adb client authorized
07-30 16:26:27.673     0     0 I logd    : logdr: UID=2000 GID=2000 PID=19949 n tail=0 logMask=99 pid=0 start=0ns deadline=0ns
07-30 16:27:32.027   924   978 W TransactionTracing: Could not find layer handle 0xb400007a4bd06150

mokkin avatar Jul 30 '24 14:07 mokkin

@mokkin it is available on izzydroid repo. Not sure it will ever be availalble on fdroid. Thanks for the logcat. Will take a look at it.

farfromrefug avatar Jul 30 '24 14:07 farfromrefug

Unfortunately it still persists on v1.11.1

mokkin avatar Sep 25 '24 19:09 mokkin

@mokkin still on the aurora store build?

farfromrefug avatar Sep 25 '24 19:09 farfromrefug

Yes indeed. Should I switch?

mokkin avatar Sep 25 '24 22:09 mokkin

@mokkin not it is good. It means I should get a crash report. Trying to figure out which crash report it is (I get quite a few)

farfromrefug avatar Sep 26 '24 06:09 farfromrefug

Okay. But does it send a crash report in the background automatically? I was never asked to submit one.

mokkin avatar Sep 26 '24 07:09 mokkin

Okay. But does it send a crash report in the background automatically? I was never asked to submit one.

Ok i think i see your crash. Cant reproduce here. I get quite a few reports like yours and it seems to be mostly happening on moto phones. What s your phone?

farfromrefug avatar Sep 27 '24 10:09 farfromrefug

What s your phone?

Right, it's a Motorola Moto G 5G Plus (nairo)

mokkin avatar Sep 27 '24 13:09 mokkin

Thank you for your great effort! I tried almost every single update and since 1.12.3 it is working :smiley:

mokkin avatar Nov 14 '24 18:11 mokkin