Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android, root, not detecting Retroarch or NetherSX2 #69

Open
kokoko3k opened this issue Jan 8, 2025 · 1 comment
Open

Android, root, not detecting Retroarch or NetherSX2 #69

kokoko3k opened this issue Jan 8, 2025 · 1 comment

Comments

@kokoko3k
Copy link

kokoko3k commented Jan 8, 2025

I manually installed JamesDSP on my Retroid Pocket 5 in a "temporary root" way.
It is working fine for common apps, but the ones Rootless version failed to attach are left unattached emulators like Retroarch or NetherSX2.

It says "audio processing idle".
I tried with legacy mode off an enhanced processing on.

logcat

retroarch:

1-08 17:27:48.491 11724 11924 W AudioFlinger: checkEffectCompatibility_l: effect JamesDSP v4.01 on playback thread in raw mode
01-08 17:27:48.492 16632 16632 E AudioEffect: set(): AudioFlinger could not create effect f98765f4-c321-5de6-9a45-123459495ab2 / f27317f4-c984-4de6-9a90-545759495bf2, status: -22
01-08 17:27:48.492 16632 16632 E AudioEffects-JNI: AudioEffect initCheck failed -3
01-08 17:27:48.492 16632 16632 E AudioEffect-JAVA: Error code -3 when initializing AudioEffect.
01-08 17:27:48.492 16632 16632 E JamesDspRemoteEngine: Failed to create JamesDSP effect
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine: java.lang.RuntimeException: Cannot initialize effect engine for type: f98765f4-c321-5de6-9a45-123459495ab2 Error: -3
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at android.media.audiofx.AudioEffect.<init>(AudioEffect.java:543)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at android.media.audiofx.AudioEffect.<init>(AudioEffect.java:501)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at android.media.audiofx.AudioEffect.<init>(AudioEffect.java:475)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.interop.JamesDspRemoteEngine.createEffect(JamesDspRemoteEngine.kt:71)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.interop.JamesDspRemoteEngine.<init>(JamesDspRemoteEngine.kt:44)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.root.RootSessionDatabase.createSession(RootSessionDatabase.kt:37)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionDatabase.addSession(BaseSessionDatabase.kt:91)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionDatabase.addSession$default(BaseSessionDatabase.kt:71)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionDatabase.update(BaseSessionDatabase.kt:64)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.service.RootAudioProcessorService$setupEnhancedProcessing$1.invoke(RootAudioProcessorService.kt:214)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.service.RootAudioProcessorService$setupEnhancedProcessing$1.invoke(RootAudioProcessorService.kt:214)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.root.RootSessionDumpManager.handleSessionDump(RootSessionDumpManager.kt:23)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionManager.pollSessionDump(BaseSessionManager.kt:176)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionManager.access$pollSessionDump(BaseSessionManager.kt:33)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionManager$pollOnce$1.invokeSuspend(BaseSessionManager.kt:183)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at android.os.Handler.handleCallback(Handler.java:942)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at android.os.Handler.dispatchMessage(Handler.java:99)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at android.os.Looper.loopOnce(Looper.java:201)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at android.os.Looper.loop(Looper.java:288)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at android.app.ActivityThread.main(ActivityThread.java:7964)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at java.lang.reflect.Method.invoke(Native Method)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
01-08 17:27:48.493 16632 16632 E JamesDspRemoteEngine:  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase: Failed to instantiate JamesDSP effect for session 36489 (com.retroarch)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase: java.lang.RuntimeException: Cannot initialize effect engine for type: f98765f4-c321-5de6-9a45-123459495ab2 Error: -3
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at android.media.audiofx.AudioEffect.<init>(AudioEffect.java:543)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at android.media.audiofx.AudioEffect.<init>(AudioEffect.java:501)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at android.media.audiofx.AudioEffect.<init>(AudioEffect.java:475)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.interop.JamesDspRemoteEngine.createEffect(JamesDspRemoteEngine.kt:71)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.interop.JamesDspRemoteEngine.<init>(JamesDspRemoteEngine.kt:44)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.root.RootSessionDatabase.createSession(RootSessionDatabase.kt:37)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionDatabase.addSession(BaseSessionDatabase.kt:91)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionDatabase.addSession$default(BaseSessionDatabase.kt:71)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionDatabase.update(BaseSessionDatabase.kt:64)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.service.RootAudioProcessorService$setupEnhancedProcessing$1.invoke(RootAudioProcessorService.kt:214)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.service.RootAudioProcessorService$setupEnhancedProcessing$1.invoke(RootAudioProcessorService.kt:214)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.root.RootSessionDumpManager.handleSessionDump(RootSessionDumpManager.kt:23)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionManager.pollSessionDump(BaseSessionManager.kt:176)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionManager.access$pollSessionDump(BaseSessionManager.kt:33)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionManager$pollOnce$1.invokeSuspend(BaseSessionManager.kt:183)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at android.os.Handler.handleCallback(Handler.java:942)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at android.os.Handler.dispatchMessage(Handler.java:99)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at android.os.Looper.loopOnce(Looper.java:201)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at android.os.Looper.loop(Looper.java:288)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at android.app.ActivityThread.main(ActivityThread.java:7964)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at java.lang.reflect.Method.invoke(Native Method)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
01-08 17:27:48.494 16632 16632 E RootSessionDatabase:   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
01-08 17:27:48.516 16808 16854 D com.retroarch: PlayerBase::stop() from IPlayer
01-08 17:27:48.516 16808 16854 D AudioTrack: stop(59): called with 3024 frames delivered
01-08 17:27:48.517 16632 16632 D BaseSessionManager: Playback config changed
01-08 17:27:48.526  1986  2182 W Parcel  : Expecting binder but got null!
01-08 17:27:48.530  1712  7591 D CoreBackPreview: Window{7c8c59e u0 Toast}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@612304c, mPriority=0}
01-08 17:27:48.548  1986  2182 E OpenGLRenderer: Unable to match the desired swap behavior.
01-08 17:27:48.562 11723 14978 W volume_listener: volume_listener_command invalid command 21
01-08 17:27:48.562 11723 14978 W EffectHAL: Effect 0xe4ce6870 command DUMP error: Function not implemented
01-08 17:27:48.578 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:27:48.579 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:27:48.581 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:27:48.582 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16808; sid=36489
01-08 17:27:48.582 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36489
01-08 17:27:48.584 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:27:48.585 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:27:48.586 16632 16632 D BaseSessionDatabase: Found new session: sid=36489; com.retroarch
01-08 17:27:48.587 16632 16632 D RootSessionDatabase: Creating effect for session 36489 (com.retroarch)
01-08 17:27:48.589 11724 11924 W AudioFlinger: checkEffectCompatibility_l: effect JamesDSP v4.01 on playback thread in raw mode
01-08 17:27:48.590 16632 16632 E AudioEffect: set(): AudioFlinger could not create effect f98765f4-c321-5de6-9a45-123459495ab2 / f27317f4-c984-4de6-9a90-545759495bf2, status: -22
01-08 17:27:48.590 16632 16632 E AudioEffects-JNI: AudioEffect initCheck failed -3
01-08 17:27:48.590 16632 16632 E AudioEffect-JAVA: Error code -3 when initializing AudioEffect.
01-08 17:27:48.590 16632 16632 E JamesDspRemoteEngine: Failed to create JamesDSP effect
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine: java.lang.RuntimeException: Cannot initialize effect engine for type: f98765f4-c321-5de6-9a45-123459495ab2 Error: -3
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at android.media.audiofx.AudioEffect.<init>(AudioEffect.java:543)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at android.media.audiofx.AudioEffect.<init>(AudioEffect.java:501)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at android.media.audiofx.AudioEffect.<init>(AudioEffect.java:475)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.interop.JamesDspRemoteEngine.createEffect(JamesDspRemoteEngine.kt:71)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.interop.JamesDspRemoteEngine.<init>(JamesDspRemoteEngine.kt:44)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.root.RootSessionDatabase.createSession(RootSessionDatabase.kt:37)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionDatabase.addSession(BaseSessionDatabase.kt:91)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionDatabase.addSession$default(BaseSessionDatabase.kt:71)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionDatabase.update(BaseSessionDatabase.kt:64)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.service.RootAudioProcessorService$setupEnhancedProcessing$1.invoke(RootAudioProcessorService.kt:214)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.service.RootAudioProcessorService$setupEnhancedProcessing$1.invoke(RootAudioProcessorService.kt:214)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.root.RootSessionDumpManager.handleSessionDump(RootSessionDumpManager.kt:23)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionManager.pollSessionDump(BaseSessionManager.kt:176)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionManager.access$pollSessionDump(BaseSessionManager.kt:33)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionManager$pollOnce$1.invokeSuspend(BaseSessionManager.kt:183)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at android.os.Handler.handleCallback(Handler.java:942)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at android.os.Handler.dispatchMessage(Handler.java:99)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at android.os.Looper.loopOnce(Looper.java:201)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at android.os.Looper.loop(Looper.java:288)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at android.app.ActivityThread.main(ActivityThread.java:7964)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at java.lang.reflect.Method.invoke(Native Method)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
01-08 17:27:48.591 16632 16632 E JamesDspRemoteEngine:  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
01-08 17:27:48.591 16632 16632 E RootSessionDatabase: Failed to instantiate JamesDSP effect for session 36489 (com.retroarch)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase: java.lang.RuntimeException: Cannot initialize effect engine for type: f98765f4-c321-5de6-9a45-123459495ab2 Error: -3
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at android.media.audiofx.AudioEffect.<init>(AudioEffect.java:543)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at android.media.audiofx.AudioEffect.<init>(AudioEffect.java:501)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at android.media.audiofx.AudioEffect.<init>(AudioEffect.java:475)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.interop.JamesDspRemoteEngine.createEffect(JamesDspRemoteEngine.kt:71)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.interop.JamesDspRemoteEngine.<init>(JamesDspRemoteEngine.kt:44)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.root.RootSessionDatabase.createSession(RootSessionDatabase.kt:37)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionDatabase.addSession(BaseSessionDatabase.kt:91)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionDatabase.addSession$default(BaseSessionDatabase.kt:71)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionDatabase.update(BaseSessionDatabase.kt:64)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.service.RootAudioProcessorService$setupEnhancedProcessing$1.invoke(RootAudioProcessorService.kt:214)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.service.RootAudioProcessorService$setupEnhancedProcessing$1.invoke(RootAudioProcessorService.kt:214)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.root.RootSessionDumpManager.handleSessionDump(RootSessionDumpManager.kt:23)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionManager.pollSessionDump(BaseSessionManager.kt:176)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionManager.access$pollSessionDump(BaseSessionManager.kt:33)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at me.timschneeberger.rootlessjamesdsp.session.shared.BaseSessionManager$pollOnce$1.invokeSuspend(BaseSessionManager.kt:183)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at android.os.Handler.handleCallback(Handler.java:942)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at android.os.Handler.dispatchMessage(Handler.java:99)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at android.os.Looper.loopOnce(Looper.java:201)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at android.os.Looper.loop(Looper.java:288)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at android.app.ActivityThread.main(ActivityThread.java:7964)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at java.lang.reflect.Method.invoke(Native Method)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
01-08 17:27:48.592 16632 16632 E RootSessionDatabase:   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
01-08 17:27:48.643 16808 16835 D com.retroarch: PlayerBase::stop() from IPlayer
@kokoko3k
Copy link
Author

kokoko3k commented Jan 8, 2025

NetherSX2

logcat

this is while launching NetherSX2:


01-08 17:31:32.829 11723 11822 D audio_hw_primary: start_output_stream: enter: stream(0xe4304330)usecase(1: low-latency-playback) devices(0x8) is_haptic_usecase(0)
01-08 17:31:32.829 11723 11822 D audio_hw_primary: select_devices for use case (low-latency-playback)
01-08 17:31:32.829 11723 11822 I msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 3 usecase = 1 device (headphones)
01-08 17:31:32.829 11723 11822 D msm8974_platform: platform_split_snd_device: snd_device(9) num devices(1) new_snd_devices(0)
01-08 17:31:32.829 11723 11822 I msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 9
01-08 17:31:32.829 11723 11822 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 3 usecase = 1 device (headphones)
01-08 17:31:32.829 11723 11822 D msm8974_platform: platform_check_codec_backend_cfg:becf: afe: set default Sample Rate(48k) for combo device
01-08 17:31:32.831 11723 11822 D audio_hw_extn: audio_extn_enable_hifi_filter: mixer_value set 0
01-08 17:31:32.831 11723 11822 D msm8974_platform: platform_check_codec_backend_cfg:becf: updated afe: bitwidth 16, samplerate 48000 channels 2,backend_idx 3 usecase = 1 device (headphones)
01-08 17:31:32.831 11723 11822 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 3 updated bit width: 16 and sample rate: 48000
01-08 17:31:32.831 11723 11822 I msm8974_platform: platform_check_codec_backend_cfg: apply HPH LP mode
01-08 17:31:32.831 11723 11822 D audio_route: Apply path: hph-lowpower-mode
01-08 17:31:32.831 11723 11822 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
01-08 17:31:32.831 11723 11822 E msm8974_platform: platform_check_backends_match: Invalid snd_device = 
01-08 17:31:32.831 11723 11822 D audio_hw_primary: check_usecases_codec_backend:becf: (78) check_usecases curr device: headphones, usecase device: backends match 0
01-08 17:31:32.831 11723 11822 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
01-08 17:31:32.831 11723 11822 D hardware_info: hw_info_append_hw_type : device_name = headphones
01-08 17:31:32.831 11723 11822 D msm8974_platform: platform_split_snd_device: snd_device(9) num devices(0) new_snd_devices(0)
01-08 17:31:32.831 11723 11822 D audio_hw_primary: enable_snd_device: snd_device(9: headphones)
01-08 17:31:32.831 11723 11822 D msm8974_platform: platform_get_island_cfg_on_device:island cfg status on snd_device = (headphones 0)
01-08 17:31:32.831 11723 11822 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x9 of type 0 for Event 1, with Raise=0
01-08 17:31:32.831 11723 11822 D audio_route: Apply path: headphones
01-08 17:31:32.840  1712 15156 I ActivityTaskManager: START u0 {cmp=xyz.aethersx2.android/.EmulationActivity (has extras)} from uid 10124
01-08 17:31:32.846 11723 11822 E soundtrigger: audio_extn_sound_trigger_update_stream_status: invalid input device 0x0, for event 3
01-08 17:31:32.846 11723 11822 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
01-08 17:31:32.846 11723 11822 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device headphones
01-08 17:31:32.846 11723 11822 D msm8974_platform: platform_split_snd_device: snd_device(9) num devices(0) new_snd_devices(0)
01-08 17:31:32.846 11723 11822 D audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
01-08 17:31:32.846 11723 11822 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 10, sample_rate 48000, snd_device_be_idx 187
01-08 17:31:32.846 11723 11822 D msm8974_platform: platform_split_snd_device: snd_device(9) num devices(1) new_snd_devices(0)
01-08 17:31:32.846 11723 11822 D audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
01-08 17:31:32.847 11723 11822 D android.hardware.audio.service: Failed to fetch the lookup information of the device 0000000A 
01-08 17:31:32.847 11723 11822 D ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19
01-08 17:31:32.847 11723 11822 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
01-08 17:31:32.847 11723 11822 D android.hardware.audio.service: Failed to fetch the lookup information of the device 0000000A 
01-08 17:31:32.847 11723 11822 D msm8974_platform: platform_split_snd_device: snd_device(9) num devices(0) new_snd_devices(0)
01-08 17:31:32.847 11723 11822 I msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 9
01-08 17:31:32.847 11723 11822 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback headphones
01-08 17:31:32.847 11723 11822 D audio_route: Apply path: low-latency-playback headphones
01-08 17:31:32.847 11723 11822 D audio_hw_primary: select_devices: done
01-08 17:31:32.852  1712 15156 E CellBroadcastUtils: getDefaultCellBroadcastReceiverPackageName: no package found
01-08 17:31:32.856  1712 15156 D ActivityTrigger: ActivityTrigger activityPauseTrigger 
01-08 17:31:32.857  1712 15156 D PowerManager: callingApp: android.uid.system:1000
01-08 17:31:32.857  1712 15156 D PowerManager: filter gms or vending:android.uid.system:1000---result:false
01-08 17:31:32.859  1712 16484 D CoreBackPreview: Window{4db1298 u0 xyz.aethersx2.android/xyz.aethersx2.android.MainActivity}: Setting back callback null
01-08 17:31:32.861  1712 16484 W InputManager-JNI: Input channel object '4db1298 xyz.aethersx2.android/xyz.aethersx2.android.MainActivity (client)' was disposed without first being removed with the input manager!
01-08 17:31:32.865  1712 16484 I ActivityTaskManager: The Process xyz.aethersx2.android Already Exists in BG. So sending its PID: 16712
01-08 17:31:32.866  1712 16484 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (6903759)
01-08 17:31:32.867  1712  1855 V NetworkPolicy: 10124 state changed to TOP ,seq=55142,cap=LCMN

01-08 17:31:32.888 16712 16712 D EmulationSurfaceView:  sources 8194
01-08 17:31:32.889 16712 16712 I EmulationThread: Starting emulation thread (content://com.android.externalstorage.documents/tree/3461-3232%3AGiochi%2Froms%2Fps2/document/3461-3232%3AGiochi%2Froms%2Fps2%2FGran%20Turismo%204%20(USA).chd)...
01-08 17:31:32.890  1712  1855 V NetworkPolicy: 10023 state changed to BTOP,seq=55172,cap=---N
01-08 17:31:32.890  1712  1855 D NetworkPolicy: no need to update restrict data rules for uid 10023
01-08 17:31:32.890  1712  1855 D NetworkPolicy: no need to update restrict power rules for uid 10023
01-08 17:31:32.892 16712 17056 W Parcel  : Expecting binder but got null!
01-08 17:31:32.893  1712 15156 W WindowManager: Failed looking up window session=Session{60d85d5 16712:u0a10124} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:6091 com.android.server.wm.Session.updateRequestedVisibilities:701 android.view.IWindowSession$Stub.onTransact:1075 
01-08 17:31:32.895  1712 15156 D CoreBackPreview: Window{353bcf8 u0 xyz.aethersx2.android/xyz.aethersx2.android.EmulationActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@5d1c836, mPriority=0}
01-08 17:31:32.899  3834 15323 E DatabaseUtils: Writing exception to parcel
01-08 17:31:32.899  3834 15323 E DatabaseUtils: java.lang.IllegalArgumentException: Failed to determine if 3461-3232:Giochi/roms/ps2/Gran Turismo 4 (USA).sym is child of 3461-3232:Giochi/roms/ps2: java.io.FileNotFoundException: Missing file for 3461-3232:Giochi/roms/ps2/Gran Turismo 4 (USA).sym at /storage/3461-3232/Giochi/roms/ps2/Gran Turismo 4 (USA).sym
01-08 17:31:32.899  3834 15323 E DatabaseUtils:         at com.android.internal.content.FileSystemProvider.isChildDocument(FileSystemProvider.java:143)
01-08 17:31:32.899  3834 15323 E DatabaseUtils:         at android.provider.DocumentsProvider.enforceTree(DocumentsProvider.java:235)
01-08 17:31:32.899  3834 15323 E DatabaseUtils:         at android.provider.DocumentsProvider.openTypedAssetFileImpl(DocumentsProvider.java:1436)
01-08 17:31:32.899  3834 15323 E DatabaseUtils:         at android.provider.DocumentsProvider.openTypedAssetFile(DocumentsProvider.java:1376)
01-08 17:31:32.899  3834 15323 E DatabaseUtils:         at android.content.ContentProvider$Transport.openTypedAssetFile(ContentProvider.java:561)
01-08 17:31:32.899  3834 15323 E DatabaseUtils:         at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:327)
01-08 17:31:32.899  3834 15323 E DatabaseUtils:         at android.os.Binder.execTransactInternal(Binder.java:1280)
01-08 17:31:32.899  3834 15323 E DatabaseUtils:         at android.os.Binder.execTransact(Binder.java:1244)
01-08 17:31:32.900 11723 11822 D msm8974_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map9
01-08 17:31:32.900 11723 11822 D msm8974_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
01-08 17:31:32.901 11723 11822 D audio_hw_primary: start_output_stream: exit
01-08 17:31:32.901 16712 17056 E OpenGLRenderer: Unable to match the desired swap behavior.
01-08 17:31:32.908 16712 16736 W System  : A resource failed to call CursorWindow.close. 
01-08 17:31:32.908 16712 16736 W System  : A resource failed to call CursorWrapperInner.close. 
01-08 17:31:32.908 16712 16736 W System  : A resource failed to call CursorWindow.close. 
01-08 17:31:32.908 16712 16736 W System  : A resource failed to call CursorWrapperInner.close. 
01-08 17:31:32.908 16712 16736 W System  : A resource failed to call CursorWindow.close. 
01-08 17:31:32.908 16712 16736 W System  : A resource failed to call CursorWrapperInner.close. 
01-08 17:31:32.909  2984  3943 I MediaProvider: Observed non-standard /storage/3461-3232/Giochi/roms/.nomedia
01-08 17:31:32.915  2984  3943 I MediaProvider: Open with lower FS for /storage/3461-3232/Giochi/roms/ps2/Gran Turismo 4 (USA).chd. Uid: 10023
01-08 17:31:32.964 16712 16736 W System  : A resource failed to call CursorWindow.close. 
01-08 17:31:32.964 16712 16736 W System  : A resource failed to call CursorWrapperInner.close. 
01-08 17:31:32.968 16712 16712 E SurfaceSyncer: Failed to find sync for id=0
01-08 17:31:32.973  2241  4800 I PServiceBridgeV2: Send code=0, data=[dumpsys activity |grep topR, 1]
01-08 17:31:32.970  2241  2241 I binder:2241_7: type=1400 audit(0.0:20401): avc: denied { call } for scontext=u:r:system_app:s0 tcontext=u:r:pservice:s0 tclass=binder permissive=1
01-08 17:31:32.976 16712 16712 E SurfaceSyncer: Failed to find sync for id=0
01-08 17:31:32.978  1712  1727 I ActivityTaskManager: Displayed xyz.aethersx2.android/.EmulationActivity: +136ms
01-08 17:31:32.978  1712  1731 D PowerManager: callingApp: android.uid.system:1000
01-08 17:31:32.978  1712  1731 D PowerManager: filter gms or vending:android.uid.system:1000---result:false
01-08 17:31:32.978 17107 17107 I sh      : type=1400 audit(0.0:20402): avc: denied { getattr } for path="/system/bin/toybox" dev="dm-5" ino=1598 scontext=u:r:pservice:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
01-08 17:31:32.978 17107 17107 I sh      : type=1400 audit(0.0:20403): avc: denied { execute } for name="toybox" dev="dm-5" ino=1598 scontext=u:r:pservice:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
01-08 17:31:32.978 17107 17107 I sh      : type=1400 audit(0.0:20404): avc: denied { read open } for path="/system/bin/toybox" dev="dm-5" ino=1598 scontext=u:r:pservice:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
01-08 17:31:32.978 17107 17107 I sh      : type=1400 audit(0.0:20405): avc: denied { execute_no_trans } for path="/system/bin/toybox" dev="dm-5" ino=1598 scontext=u:r:pservice:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
01-08 17:31:32.978 17107 17107 I grep    : type=1400 audit(0.0:20406): avc: denied { map } for path="/system/bin/toybox" dev="dm-5" ino=1598 scontext=u:r:pservice:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
01-08 17:31:32.978 17106 17106 I sh      : type=1400 audit(0.0:20407): avc: denied { getattr } for path="/system/bin/dumpsys" dev="dm-5" ino=1329 scontext=u:r:pservice:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
01-08 17:31:32.978 17106 17106 I sh      : type=1400 audit(0.0:20408): avc: denied { execute } for name="dumpsys" dev="dm-5" ino=1329 scontext=u:r:pservice:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
01-08 17:31:32.978 17106 17106 I sh      : type=1400 audit(0.0:20409): avc: denied { read open } for path="/system/bin/dumpsys" dev="dm-5" ino=1329 scontext=u:r:pservice:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
01-08 17:31:33.001  1712  3960 W Parcel  : Expecting binder but got null!
01-08 17:31:33.001  1712  3960 W Parcel  : Expecting binder but got null!
01-08 17:31:33.025 16712 17096 I AAudio  : AAudioStreamBuilder_openStream() called ----------------------------------------
01-08 17:31:33.025 16712 17096 I AudioStreamBuilder: rate   =  48000, channels  = 2, channelMask = 0x80000003, format   = 1, sharing = SH, dir = OUTPUT
01-08 17:31:33.025 16712 17096 I AudioStreamBuilder: device =      0, sessionId = -1, perfMode = 12, callback: ON with frames = 2048
01-08 17:31:33.025 16712 17096 I AudioStreamBuilder: usage  =      0, contentType = 0, inputPreset = 0, allowedCapturePolicy = 0
01-08 17:31:33.025 16712 17096 I AudioStreamBuilder: privacy sensitive = false, opPackageName = (null), attributionTag = (null)
01-08 17:31:33.026 16712 17096 D thersx2.android: PlayerBase::PlayerBase()
01-08 17:31:33.030 11724 16702 D audioserver: PlayerBase::PlayerBase()
01-08 17:31:33.031 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat trying to open MMAP stream with format=0x5, sample_rate=48000, channel_mask=0x3, device=0
01-08 17:31:33.032 11724 16702 W ServiceUtilities: doIsAllowed: Playback capture for uid 1041 is denied as no package name could be retrieved from the package manager.
01-08 17:31:33.033 11723 15322 D audio_hw_primary: adev_get_parameters:vr_audio_mode_on
01-08 17:31:33.033 11723 15322 I audio_hw_primary: getting vr mode to 0
01-08 17:31:33.033 11723 15322 D audio_hw_primary: adev_get_parameters: exit: returns - vr_audio_mode_on=false
01-08 17:31:33.034 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat() mMapClient.attributionSource = AttributionSourceState{pid: 11724, uid: 1041, packageName: (null), attributionTag: (null), token: , renouncedPermissions: (null), next: []} => portHandle = 0
01-08 17:31:33.034 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat() - openMmapStream() returned status -38
01-08 17:31:33.034 11724 16702 D AAudioServiceEndpointMMAP: open() FLOAT failed, perhaps due to format. Try again with 32_BIT
01-08 17:31:33.034 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat trying to open MMAP stream with format=0x3, sample_rate=48000, channel_mask=0x3, device=0
01-08 17:31:33.035 11724 16702 W ServiceUtilities: doIsAllowed: Playback capture for uid 1041 is denied as no package name could be retrieved from the package manager.
01-08 17:31:33.035 11723 15322 D audio_hw_primary: adev_get_parameters:vr_audio_mode_on
01-08 17:31:33.035 11723 15322 I audio_hw_primary: getting vr mode to 0
01-08 17:31:33.035 11723 15322 D audio_hw_primary: adev_get_parameters: exit: returns - vr_audio_mode_on=false
01-08 17:31:33.036 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat() mMapClient.attributionSource = AttributionSourceState{pid: 11724, uid: 1041, packageName: (null), attributionTag: (null), token: , renouncedPermissions: (null), next: []} => portHandle = 0
01-08 17:31:33.036 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat() - openMmapStream() returned status -38
01-08 17:31:33.036 11724 16702 D AAudioServiceEndpointMMAP: open() 32_BIT failed, perhaps due to format. Try again with 24_BIT_PACKED
01-08 17:31:33.036 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat trying to open MMAP stream with format=0x6, sample_rate=48000, channel_mask=0x3, device=0
01-08 17:31:33.037 11724 16702 W ServiceUtilities: doIsAllowed: Playback capture for uid 1041 is denied as no package name could be retrieved from the package manager.
01-08 17:31:33.037 11723 15322 D audio_hw_primary: adev_get_parameters:vr_audio_mode_on
01-08 17:31:33.037 11723 15322 I audio_hw_primary: getting vr mode to 0
01-08 17:31:33.037 11723 15322 D audio_hw_primary: adev_get_parameters: exit: returns - vr_audio_mode_on=false
01-08 17:31:33.038 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat() mMapClient.attributionSource = AttributionSourceState{pid: 11724, uid: 1041, packageName: (null), attributionTag: (null), token: , renouncedPermissions: (null), next: []} => portHandle = 0
01-08 17:31:33.038 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat() - openMmapStream() returned status -38
01-08 17:31:33.038 11724 16702 D AAudioServiceEndpointMMAP: open() 24_BIT failed, perhaps due to format. Try again with 16_BIT
01-08 17:31:33.038 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat trying to open MMAP stream with format=0x1, sample_rate=48000, channel_mask=0x3, device=0
01-08 17:31:33.038  2923  2923 I HK/LatinKbdBaseView: closing org.pocketworkstation.pckeyboard.LatinKeyboardView{7a37cf6 V.ED..... ......ID 0,0-1920,385 #7f080004 app:id/LatinkeyboardBaseView}
01-08 17:31:33.038 11724 16702 W ServiceUtilities: doIsAllowed: Playback capture for uid 1041 is denied as no package name could be retrieved from the package manager.
01-08 17:31:33.039 11723 15322 D audio_hw_primary: adev_get_parameters:vr_audio_mode_on
01-08 17:31:33.039 11723 15322 I audio_hw_primary: getting vr mode to 0
01-08 17:31:33.039 11723 15322 D audio_hw_primary: adev_get_parameters: exit: returns - vr_audio_mode_on=false
01-08 17:31:33.040 11724 16702 I AudioFlinger: openOutput() this 0xb400007630c3a840, module 10 Device AUDIO_DEVICE_OUT_WIRED_HEADPHONE, @:, SamplingRate 48000, Format 0x000001, Channels 0x3, flags 0x4001
01-08 17:31:33.040 11723 15322 D audio_hw_primary: adev_open_output_stream: enter: format(0x1) sample_rate(48000) channel_mask(0x3) devices(0x8) flags(0x4001)        stream_handle(0xe25e1910) address()
01-08 17:31:33.040 11723 15322 D audio_hw_primary: adev_open_output_stream: Stream (0xe25e1910) picks up usecase (mmap-playback)
01-08 17:31:33.040 11723 15322 D audio_hw_primary: io_streams_map_insert: Added stream in io_streams_map with handle 149
01-08 17:31:33.041 11724 17113 I AudioFlinger: AudioFlinger's thread 0xb4000076a0c55f00 tid=17113 ready to run
01-08 17:31:33.047 11723 15322 D audio_hw_primary: out_set_volume: called with left_vol=0.023646, right_vol=0.023646
01-08 17:31:33.052 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat() mMapClient.attributionSource = AttributionSourceState{pid: 11724, uid: 1041, packageName: (null), attributionTag: (null), token: , renouncedPermissions: (null), next: []} => portHandle = 62
01-08 17:31:33.052 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat(format = 0x1) deviceId = 32, sessionId = -1
01-08 17:31:33.052 11723 15322 D audio_hw_primary: out_create_mmap_buffer
01-08 17:31:33.052 11723 15322 D audio_hw_primary: out_create_mmap_buffer: Opening PCM device card_id(0) device_id(29), channels 2
01-08 17:31:33.055 11723 15322 I audio_hw_primary: mmap_time_offset_micros = 0 for output
01-08 17:31:33.055 11723 15322 D audio_hw_primary: out_create_mmap_buffer: got mmap buffer address 0xe7973000 info->buffer_size_frames 1536
01-08 17:31:33.055 11724 16702 D AAudioServiceEndpointMMAP: createMmapBuffer() createMmapBuffer() buffer_size = 1536 fr, burst_size 48 fr, Sharable FD: Yes
01-08 17:31:33.055 11723 15322 E audio_hw_primary: out_get_mmap_position: pcm_sync_ptr failed: File descriptor in bad state
01-08 17:31:33.055 11723 15322 W StreamHAL: Error from HAL stream in function get_mmap_position: Operation not permitted
01-08 17:31:33.055 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat() got rate = 48000, channels = 2 channelMask = 0x3, deviceId = 32, capacity = 1536
01-08 17:31:33.055 11724 16702 D AAudioServiceEndpointMMAP: openWithFormat() got format = 0x1 = AUDIO_FORMAT_PCM_16_BIT, frame size = 4, burst size = 48
01-08 17:31:33.056 11724 17114 D AAudioServiceStreamBase: run() MMAP entering >>>>>>>>>>>>>> COMMANDS
01-08 17:31:33.056 11724 16702 D AudioStreamInternal_Service: configureDataInformation() original HW burst = 48, minMicros = 2000 => SW burst = 96
01-08 17:31:33.056 11724 16702 D AAudioStream: setState(s#5) from 0 to 2
01-08 17:31:33.056 11724 16702 I AAudioFlowGraph: configure() source format = 0x00000005, channels = 2, sink format = 0x00000001, channels = 2, useMonoBlend = 0, audioBalance = 0.000000, isExclusive 1
01-08 17:31:33.056 11724 17115 D AAudioServiceStreamBase: run() Shared entering >>>>>>>>>>>>>> COMMANDS
01-08 17:31:33.057 16712 17096 D AudioStreamInternal_Client: configureDataInformation() original HW burst = 96, minMicros = 2000 => SW burst = 96
01-08 17:31:33.057 16712 17096 W AudioStreamInternal_Client: configureDataInformation - framesPerCallback too big = 2048, capacity = 2112
01-08 17:31:33.057 16712 17096 D AudioStreamInternal_Client: release_l(): mServiceStreamHandle = 0x0000000A
01-08 17:31:33.058 16712 17096 D AAudioStream: setState(s#1) from 0 to 11
01-08 17:31:33.058 11724 17115 D AAudioStream: joinThread() - but has no thread or already join()ed
01-08 17:31:33.058 11724 17115 D AudioStreamInternal_Service: release_l(): mServiceStreamHandle = 0x00000009
01-08 17:31:33.058 11724 17115 D AAudioStream: setState(s#5) from 2 to 11
01-08 17:31:33.059 11723 15322 D audio_hw_primary: out_set_parameters: enter: usecase(13: mmap-playback) kvpairs: closing=true
01-08 17:31:33.061 11724 11735 D AudioFlinger: closing mmapThread 0xb4000076a0c55f00
01-08 17:31:33.061 11724 11735 D AudioFlinger: mmapThread exit()
01-08 17:31:33.062 11723 15322 D audio_hw_primary: adev_close_output_stream: enter:stream_handle(mmap-playback)
01-08 17:31:33.062 11723 15322 D audio_hw_primary: io_streams_map_remove: Removed stream with handle 149
01-08 17:31:33.062 11723 15322 D audio_hw_primary: out_standby: enter: stream (0xe25e1910) usecase(13: mmap-playback)
01-08 17:31:33.066 11723 15322 D audio_hw_primary: out_standby: exit
01-08 17:31:33.075  1712  1731 W Choreographer: Frame time is 0.232027 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
01-08 17:31:33.159 11724 17114 D AAudioServiceEndpoint: ~AAudioServiceEndpoint() called
01-08 17:31:33.159 11724 17114 D AAudioServiceStreamBase: run() MMAP exiting after 3 loops <<<<<<<<<<<<<< COMMANDS
01-08 17:31:33.160 11724 17115 D AAudioServiceStreamBase: ~AAudioServiceStreamBase() called
01-08 17:31:33.160 11724 17115 D AAudioStream: setState(s#5) from 11 to 11
01-08 17:31:33.160 11724 17115 D AAudioStream: setState(s#5) from 11 to 12
01-08 17:31:33.160 11724 17115 D AudioStreamInternal_Service: ~AudioStreamInternal() 0xb400007640c43a20 called
01-08 17:31:33.160 11724 17115 D AAudioStream: ~AudioStream(s#5) mPlayerBase strongCount = 1
01-08 17:31:33.160 11724 17115 D audioserver: PlayerBase::~PlayerBase()
01-08 17:31:33.160 11724 17115 D AAudioServiceEndpoint: ~AAudioServiceEndpoint() called
01-08 17:31:33.162 11724 17115 D AAudioServiceStreamBase: run() Shared exiting after 3 loops <<<<<<<<<<<<<< COMMANDS
01-08 17:31:33.163 11724 15754 D AAudioServiceStreamBase: ~AAudioServiceStreamBase() called
01-08 17:31:33.165 16712 17096 D AAudioStream: setState(s#1) from 11 to 11
01-08 17:31:33.165 16712 17096 D AAudioStream: setState(s#1) from 11 to 12
01-08 17:31:33.165 16712 17096 D thersx2.android: PlayerBase::PlayerBase()
01-08 17:31:33.165 16712 17096 D AudioStreamInternal_Client: ~AudioStreamInternal() 0xb400007b3a5ff4a0 called
01-08 17:31:33.165 16712 17096 D AAudioStream: ~AudioStream(s#1) mPlayerBase strongCount = 1
01-08 17:31:33.165 16712 17096 D thersx2.android: PlayerBase::~PlayerBase()
01-08 17:31:33.165 16712 17096 D AudioStreamTrack: open(), request notificationFrames = 0, frameCount = 2048
01-08 17:31:33.170 11723 15322 D audio_hw_primary: adev_get_parameters:vr_audio_mode_on
01-08 17:31:33.171 11723 15322 I audio_hw_primary: getting vr mode to 0
01-08 17:31:33.171 11723 15322 D audio_hw_primary: adev_get_parameters: exit: returns - vr_audio_mode_on=false
01-08 17:31:33.171  1712  1712 I DeviceIdleController: updateChargingLocked: charging=true
01-08 17:31:33.171  1712  1712 I DeviceIdleController: becomeActiveLocked, reason=charging, changeLightIdle=true
01-08 17:31:33.172 11724 15754 D AudioFlinger: Client defaulted notificationFrames to 144 for frameCount 2048
01-08 17:31:33.173  1986  2869 D PowerUI : can't show warning due to - plugged: true status unknown: false
01-08 17:31:33.174 11724 15754 D AF::TrackHandle: OpPlayAudio: track:72 usage:1 not muted
01-08 17:31:33.176 16712 17096 I AudioTrack: createTrack_l(0): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 2048 -> 2048
01-08 17:31:33.176 16712 17096 D AAudioStream: setState(s#2) from 0 to 2
01-08 17:31:33.177 16712 17096 I AAudio  : AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#2 ----------------
01-08 17:31:33.177 16712 17096 D AAudio  : AAudioStream_requestStart(s#2) called --------------
01-08 17:31:33.177 16712 17096 D AAudioStream: setState(s#2) from 2 to 3
01-08 17:31:33.178 11723 11822 W audio_hw_primary: out_write: underrun(284) frames_by_time(4275) > out->last_fifo_frames_remaining(384)
01-08 17:31:33.180 11724 11735 W AudioFlinger: The package name(android) provided does not correspond to the uid 1041
01-08 17:31:33.212 11723 15322 I EffectsFactory: EffectCreate() create_effect
01-08 17:31:33.214 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:31:33.216 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:31:33.217 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:31:33.217 16712 17096 D AAudio  : AAudioStream_requestStart(s#2) returned 0 ---------
01-08 17:31:33.218 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16808; sid=36497
01-08 17:31:33.219 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36497
01-08 17:31:33.219 11723 13158 D audio_hw_primary: start_output_stream: enter: stream(0xe43021a0)usecase(12: audio-ull-playback) devices(0x8) is_haptic_usecase(0)
01-08 17:31:33.220 11723 13158 D audio_hw_primary: select_devices for use case (audio-ull-playback)
01-08 17:31:33.220 11723 13158 I msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 3 usecase = 12 device (headphones)
01-08 17:31:33.220 11723 13158 D msm8974_platform: platform_split_snd_device: snd_device(9) num devices(1) new_snd_devices(0)
01-08 17:31:33.220 11723 13158 I msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 9
01-08 17:31:33.220 11723 13158 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 3 usecase = 12 device (headphones)
01-08 17:31:33.220 11723 13158 D msm8974_platform: platform_check_codec_backend_cfg:napb: (0) - (low-latency-playback)id (1) sr 48000 bw (16) ch (2) device headphones
01-08 17:31:33.220 11723 13158 D msm8974_platform: platform_check_codec_backend_cfg:becf: afe: set default Sample Rate(48k) for combo device
01-08 17:31:33.221 11723 13158 D audio_hw_extn: audio_extn_enable_hifi_filter: mixer_value set 0
01-08 17:31:33.221 11723 13158 D msm8974_platform: platform_check_codec_backend_cfg:becf: updated afe: bitwidth 16, samplerate 48000 channels 2,backend_idx 3 usecase = 12 device (headphones)
01-08 17:31:33.221 11723 13158 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 3 updated bit width: 16 and sample rate: 48000
01-08 17:31:33.221 11723 13158 I msm8974_platform: platform_check_codec_backend_cfg: apply HPH LP mode
01-08 17:31:33.221 16712 17085 D AudioStreamLegacy: onAudioDeviceUpdate(deviceId = 32)
01-08 17:31:33.221 11723 13158 D audio_route: Apply path: hph-lowpower-mode
01-08 17:31:33.221 11723 13158 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
01-08 17:31:33.221 11723 13158 D audio_hw_primary: check_usecases_codec_backend:becf: (78) check_usecases curr device: headphones, usecase device:headphones backends match 1
01-08 17:31:33.221 11723 13158 E msm8974_platform: platform_check_backends_match: Invalid snd_device = 
01-08 17:31:33.221 11723 13158 D audio_hw_primary: check_usecases_codec_backend:becf: (78) check_usecases curr device: headphones, usecase device: backends match 0
01-08 17:31:33.221 11723 13158 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
01-08 17:31:33.221 11723 13158 D hardware_info: hw_info_append_hw_type : device_name = headphones
01-08 17:31:33.221 11723 13158 D msm8974_platform: platform_split_snd_device: snd_device(9) num devices(0) new_snd_devices(0)
01-08 17:31:33.221 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:31:33.221 11723 13158 E soundtrigger: audio_extn_sound_trigger_update_stream_status: invalid input device 0x0, for event 3
01-08 17:31:33.221 11723 13158 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 12 of type 0 for Event 3, with Raise=0
01-08 17:31:33.221 11723 13158 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device headphones
01-08 17:31:33.221 11723 13158 D msm8974_platform: platform_split_snd_device: snd_device(9) num devices(0) new_snd_devices(0)
01-08 17:31:33.221 11723 13158 I audio_hw_utils: ULL doesnt need sending app type cfg, returning
01-08 17:31:33.221 11723 13158 D msm8974_platform: platform_split_snd_device: snd_device(9) num devices(1) new_snd_devices(0)
01-08 17:31:33.221 11723 13158 D audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
01-08 17:31:33.222 11723 13158 D msm8974_platform: platform_split_snd_device: snd_device(9) num devices(0) new_snd_devices(0)
01-08 17:31:33.222 11723 13158 I msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 12 snd_dev 9
01-08 17:31:33.222 11723 13158 D audio_hw_primary: enable_audio_route: apply mixer and update path: audio-ull-playback headphones
01-08 17:31:33.222 11723 13158 D audio_route: Apply path: audio-ull-playback headphones
01-08 17:31:33.223 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:31:33.223 11723 13158 D audio_hw_primary: select_devices: done
01-08 17:31:33.223 11723 13158 D msm8974_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map13
01-08 17:31:33.223 11723 13158 D msm8974_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
01-08 17:31:33.223 11723 13158 E msm8974_platform: platform_set_channel_map: Could not set ctl, error:-22 ch_count:2
01-08 17:31:33.223 16632 16632 D BaseSessionDatabase: Found new session: sid=36497; com.retroarch
01-08 17:31:33.224 16632 16632 D RootSessionDatabase: Creating effect for session 36497 (com.retroarch)
01-08 17:31:33.231 11723 15322 I EffectsFactory: EffectCreate() create_effect
01-08 17:31:33.232 11723 13158 D audio_hw_primary: start_output_stream: exit
01-08 17:31:33.232 11723 13158 W qc_adm  : margin check: adm_request_focus_v2_1(p) failed diff -48
01-08 17:31:3.232 11723 13158 W qc_adm  : margin check: adm_abandon_focus(p) failed diff -48
01-08 17:31:33.248 16712 17117 D AAudioStream: setState(s#2) from 3 to 4
01-08 17:31:33.323 11723 11822 W audio_hw_primary: out_write: underrun(285) frames_by_time(5776) > out->last_fifo_frames_remaining(384)
01-08 17:31:33.327 16632 17118 D JamesDspBaseEngine: Synchronizing with preferences... (forced: null)
01-08 17:31:33.327 16632 17119 D JamesDspBaseEngine: Synchronizing with preferences... (forced: null)
01-08 17:31:33.336 16632 17118 I JamesDspBaseEngine: Committing new changes in namespace 'dsp_output_control'
01-08 17:31:33.351 16632 17118 I JamesDspBaseEngine: Committing new changes in namespace 'dsp_compander'
01-08 17:31:33.351 16632 16632 D BaseSessionDatabase: Successfully added session 36497
01-08 17:31:33.354 16632 17118 I JamesDspBaseEngine: Committing new changes in namespace 'dsp_bass'
01-08 17:31:33.355 16632 17118 I JamesDspBaseEngine: Committing new changes in namespace 'dsp_equalizer'
01-08 17:31:33.357 16632 17118 I JamesDspBaseEngine: Committing new changes in namespace 'dsp_graphiceq'
01-08 17:31:33.358 16632 17118 I JamesDspRemoteEngine: GraphicEQ hash before: 0, current: 106877246
01-08 17:31:33.359 16632 17118 I JamesDspBaseEngine: Committing new changes in namespace 'dsp_reverb'
01-08 17:31:33.360 16632 17118 I JamesDspBaseEngine: Committing new changes in namespace 'dsp_stereowide'
01-08 17:31:33.361 16632 17118 I JamesDspBaseEngine: Committing new changes in namespace 'dsp_crossfeed'
01-08 17:31:33.362 16632 17118 I JamesDspBaseEngine: Committing new changes in namespace 'dsp_tube'
01-08 17:31:33.363 16632 17118 I JamesDspBaseEngine: Committing new changes in namespace 'dsp_ddc'
01-08 17:31:33.368 16632 17118 W JamesDspBaseEngine: setVdc: file does not exist
01-08 17:31:33.370 16632 17118 I JamesDspRemoteEngine: VDC hash before: 0, current: 0
01-08 17:31:33.370 16632 17118 I JamesDspBaseEngine: Committing new changes in namespace 'dsp_liveprog'
01-08 17:31:33.373 16632 17118 W JamesDspBaseEngine: setLiveprog: file does not exist
01-08 17:31:33.374 16632 17118 I JamesDspRemoteEngine: Liveprog hash before: 0, current: 0
01-08 17:31:33.375 16632 17118 I JamesDspBaseEngine: Committing new changes in namespace 'dsp_convolver'
01-08 17:31:33.377 16632 17118 I JamesDspRemoteEngine: Convolver hash before: 0, current: 0
01-08 17:31:33.378 16632 17118 I JamesDspBaseEngine: Preferences synchronized
01-08 17:31:33.381 16632 17118 I JamesDspBaseEngine: Preferences synchronized
01-08 17:31:33.416 11723 14975 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:33.416 11723 14975 W EffectHAL: Effect 0xe4ce5210 command DUMP error: Function not implemented
01-08 17:31:33.429 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:31:33.430 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:31:33.432 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:31:33.432 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16712; sid=36537
01-08 17:31:33.433 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36537
01-08 17:31:33.433 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16632; sid=36497
01-08 17:31:33.434 16712 17096 D AAudio  : AAudioStream_requestStop(s#2) called
01-08 17:31:33.434 16712 17096 D AAudioStream: setState(s#2) from 4 to 9
01-08 17:31:33.434 16712 17096 D AudioTrack: stop(63): called with 10976 frames delivered
01-08 17:31:33.434 16712 17096 D AAudioStream: setState(s#2) from 9 to 10
01-08 17:31:33.434 16712 17096 D AAudio  : AAudioStream_close(s#2) called ---------------
01-08 17:31:33.434 16712 17096 D AAudioStream: setState(s#2) from 10 to 11
01-08 17:31:33.434 16712 17096 D AAudioStream: setState(s#2) from 11 to 12
01-08 17:31:33.434 16712 17096 D AAudioStream: ~AudioStream(s#2) mPlayerBase strongCount = 2
01-08 17:31:33.434 16712 17096 D AAudio  : AAudioStream_close(s#2) returned 0 ---------
01-08 17:31:33.434 16712 17096 I AAudio  : AAudioStreamBuilder_openStream() called ----------------------------------------
01-08 17:31:33.434 16712 17096 I AudioStreamBuilder: rate   =  48000, channels  = 2, channelMask = 0x80000003, format   = 1, sharing = SH, dir = OUTPUT
01-08 17:31:33.434 16712 17096 I AudioStreamBuilder: device =      0, sessionId = -1, perfMode = 12, callback: ON with frames = 2048
01-08 17:31:33.434 16712 17096 I AudioStreamBuilder: usage  =      0, contentType = 0, inputPreset = 0, allowedCapturePolicy = 0
01-08 17:31:33.434 16712 17096 I AudioStreamBuilder: privacy sensitive = false, opPackageName = (null), attributionTag = (null)
01-08 17:31:33.434 16712 17096 D thersx2.android: PlayerBase::PlayerBase()
01-08 17:31:33.435 11724 15754 D audioserver: PlayerBase::PlayerBase()
01-08 17:31:33.435 11724 15754 D AAudioServiceEndpointMMAP: openWithFormat trying to open MMAP stream with format=0x5, sample_rate=48000, channel_mask=0x3, device=0
01-08 17:31:33.436 11724 15754 W ServiceUtilities: doIsAllowed: Playback capture for uid 1041 is denied as no package name could be retrieved from the package manager.
01-08 17:31:33.436 11723 12161 D audio_hw_primary: adev_get_parameters:vr_audio_mode_on
01-08 17:31:33.436 11723 12161 I audio_hw_primary: getting vr mode to 0
01-08 17:31:33.437 11723 12161 D audio_hw_primary: adev_get_parameters: exit: returns - vr_audio_mode_on=false
01-08 17:31:33.437 11724 15754 D AAudioServiceEndpointMMAP: openWithFormat() mMapClient.attributionSource = AttributionSourceState{pid: 11724, uid: 1041, packageName: (null), attributionTag: (null), token: , renouncedPermissions: (null), next: []} => portHandle = 0
01-08 17:31:33.437 11724 15754 D AAudioServiceEndpointMMAP: openWithFormat() - openMmapStream() returned status -38
01-08 17:31:33.437 11724 15754 D AAudioServiceEndpointMMAP: open() FLOAT failed, perhaps due to format. Try again with 32_BIT
01-08 17:31:33.437 11724 15754 D AAudioServiceEndpointMMAP: openWithFormat trying to open MMAP stream with format=0x3, sample_rate=48000, channel_mask=0x3, device=0
01-08 17:31:33.438 11724 15754 W ServiceUtilities: doIsAllowed: Playback capture for uid 1041 is denied as no package name could be retrieved from the package manager.
01-08 17:31:33.438 11723 12161 D audio_hw_primary: adev_get_parameters:vr_audio_mode_on
01-08 17:31:33.438 11723 12161 I audio_hw_primary: getting vr mode to 0
01-08 17:31:33.438 11723 12161 D audio_hw_primary: adev_get_parameters: exit: returns - vr_audio_mode_on=false
01-08 17:31:33.439 11724 15754 D AAudioServiceEndpointMMAP: openWithFormat() mMapClient.attributionSource = AttributionSourceState{pid: 11724, uid: 1041, packageName: (null), attributionTag: (null), token: , renouncedPermissions: (null), next: []} => portHandle = 0
01-08 17:31:33.439 11724 15754 D AAudioServiceEndpointMMAP: openWithFormat() - openMmapStream() returned status -38
01-08 17:31:33.439 11724 15754 D AAudioServiceEndpointMMAP: open() 32_BIT failed, perhaps due to format. Try again with 24_BIT_PACKED
01-08 17:31:33.439 11724 15754 D AAudioServiceEndpointMMAP: openWithFormat trying to open MMAP stream with format=0x6, sample_rate=48000, channel_mask=0x3, device=0
01-08 17:31:33.439 11724 15754 W ServiceUtilities: doIsAllowed: Playback capture for uid 1041 is denied as no package name could be retrieved from the package manager.
01-08 17:31:33.439 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:31:33.439 11723 12161 D audio_hw_primary: adev_get_parameters:vr_audio_mode_on
01-08 17:31:33.439 11723 12161 I audio_hw_primary: getting vr mode to 0
01-08 17:31:33.439 11723 12161 D audio_hw_primary: adev_get_parameters: exit: returns - vr_audio_mode_on=false
01-08 17:31:33.440 11724 15754 D AAudioServiceEndpointMMAP: openWithFormat() mMapClient.attributionSource = AttributionSourceState{pid: 11724, uid: 1041, packageName: (null), attributionTag: (null), token: , renouncedPermissions: (null), next: []} => portHandle = 0
01-08 17:31:33.440 11724 15754 D AAudioServiceEndpointMMAP: openWithFormat() - openMmapStream() returned status -38
01-08 17:31:33.440 11724 15754 D AAudioServiceEndpointMMAP: open() 24_BIT failed, perhaps due to format. Try again with 16_BIT
01-08 17:31:33.440 11724 15754 D AAudioServiceEndpointMMAP: openWithFormat trying to open MMAP stream with format=0x1, sample_rate=48000, channel_mask=0x3, device=0
01-08 17:31:33.440 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:31:33.441 16632 16632 D BaseSessionDatabase: Removed session: session 36497; data: package=com.retroarch; uid=10115
01-08 17:31:33.441 11724 15754 W ServiceUtilities: doIsAllowed: Playback capture for uid 1041 is denied as no package name could be retrieved from the package manager.
01-08 17:31:33.441 11723 12161 D audio_hw_primary: adev_get_parameters:vr_audio_mode_on
01-08 17:31:33.441 11723 12161 I audio_hw_primary: getting vr mode to 0
01-08 17:31:33.441 11723 12161 D audio_hw_primary: adev_get_parameters: exit: returns - vr_audio_mode_on=false
01-08 17:31:33.443 11724 15754 D AAudioServiceEndpointMMAP: openWithFormat() mMapClient.attributionSource = AttributionSourceState{pid: 11724, uid: 1041, packageName: (null), attributionTag: (null), token: , renouncedPermissions: (null), next: []} => portHandle = 0
01-08 17:31:33.443 11724 15754 D AAudioServiceEndpointMMAP: openWithFormat() - openMmapStream() returned status -38
01-08 17:31:33.443 11724 15754 D AAudioServiceEndpoint: ~AAudioServiceEndpoint() called
01-08 17:31:33.443 11724 15754 E AAudioThread: stop() but no thread running
01-08 17:31:33.443 11724 15754 W AAudioService: openStream(), could not open in EXCLUSIVE mode
01-08 17:31:33.443 11724 15754 D AAudioServiceStreamBase: ~AAudioServiceStreamBase() called
01-08 17:31:33.443 11724 15754 D AudioStreamInternal_Service: ~AudioStreamInternal() 0xb400007640c43a20 called
01-08 17:31:33.443 11724 15754 D AAudioStream: ~AudioStream(s#6) mPlayerBase strongCount = 1
01-08 17:31:33.443 11724 15754 D audioserver: PlayerBase::~PlayerBase()
01-08 17:31:33.443 11724 15754 D AAudioServiceEndpoint: ~AAudioServiceEndpoint() called
01-08 17:31:33.443 11724 15754 E AAudioThread: stop() but no thread running
01-08 17:31:33.443 11724 15754 D AAudioServiceStreamBase: ~AAudioServiceStreamBase() called
01-08 17:31:33.443 16712 17096 D thersx2.android: PlayerBase::PlayerBase()
01-08 17:31:33.443 16712 17096 D AudioStreamInternal_Client: ~AudioStreamInternal() 0xb400007b3a5ff4a0 called
01-08 17:31:33.443 16712 17096 D AAudioStream: ~AudioStream(s#3) mPlayerBase strongCount = 1
01-08 17:31:33.443 16712 17096 D thersx2.android: PlayerBase::~PlayerBase()
01-08 17:31:33.443 16712 17096 D AudioStreamTrack: open(), request notificationFrames = 0, frameCount = 2048
01-08 17:31:33.446 11723 12161 D audio_hw_primary: adev_get_parameters:vr_audio_mode_on
01-08 17:31:33.446 11723 12161 I audio_hw_primary: getting vr mode to 0
01-08 17:31:33.446 11723 12161 D audio_hw_primary: adev_get_parameters: exit: returns - vr_audio_mode_on=false
01-08 17:31:33.448 11724 16702 W APM_AudioPolicyManager: unregisterEffect effect 251 enabled
01-08 17:31:33.448 11724 13619 D AudioFlinger: Client defaulted notificationFrames to 144 for frameCount 2048
01-08 17:31:33.448 16632 16632 D JamesDspBaseEngine: Closing engine
01-08 17:31:33.449 11724 13619 D AF::TrackHandle: OpPlayAudio: track:73 usage:1 not muted
01-08 17:31:33.451 16712 17096 I AudioTrack: createTrack_l(63): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 2048 -> 2048
01-08 17:31:33.451 16712 17096 D AAudioStream: setState(s#4) from 0 to 2
01-08 17:31:33.451 16712 17096 I AAudio  : AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#4 ----------------
01-08 17:31:33.451 16712 17096 D AAudio  : AAudioStream_requestStart(s#4) called --------------
01-08 17:31:33.452 16712 17096 D AAudioStream: setState(s#4) from 2 to 3
01-08 17:31:33.452 11723 11822 W audio_hw_primary: out_write: underrun(286) frames_by_time(4975) > out->last_fifo_frames_remaining(384)
01-08 17:31:33.452 11724 11735 W AudioFlinger: The package name(android) provided does not correspond to the uid 1041
01-08 17:31:33.484 11723 15322 I EffectsFactory: EffectCreate() create_effect
01-08 17:31:33.492 11723 15322 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:33.492 11723 15322 W EffectHAL: Effect 0xe4ce5ed0 command DUMP error: Function not implemented
01-08 17:31:33.492 11723 12161 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:33.492 11723 12161 W EffectHAL: Effect 0xe4ce5210 command DUMP error: Function not implemented
01-08 17:31:33.498 16712 17096 D AAudio  : AAudioStream_requestStart(s#4) returned 0 ---------
01-08 17:31:33.499 16712 17085 D AudioStreamLegacy: onAudioDeviceUpdate(deviceId = 32)
01-08 17:31:33.501 16712 17126 D AAudioStream: setState(s#4) from 3 to 4
01-08 17:31:33.504 16712 16712 I EmulationActivity: Controller type: DualShock2
01-08 17:31:33.504 16712 16712 I EmulationActivity: View type: analog_stick
01-08 17:31:33.522 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:31:33.524 16712 17098 D vulkan  : searching for layers in '/data/app/~~BjMsoNqkvfHEF5sOsFEf7A==/xyz.aethersx2.android-vxeCH10fmbsYk_merFskSA==/lib/arm64'
01-08 17:31:33.524 16712 17098 D vulkan  : searching for layers in '/data/app/~~BjMsoNqkvfHEF5sOsFEf7A==/xyz.aethersx2.android-vxeCH10fmbsYk_merFskSA==/base.apk!/lib/arm64-v8a'
01-08 17:31:33.524 16712 17098 E Adreno-GSL: <ioctl_kgsl_device_getinfo_ext:1470>: Error -5 attempting to get the SECURE_MEMORY_SIZE property
01-08 17:31:33.525 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:31:33.526 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:31:33.527 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36537
01-08 17:31:33.527 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16712; sid=36577
01-08 17:31:33.534 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:31:33.535 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:31:33.551 16712 16712 I EmulationActivity: Accelerometer is disabled
01-08 17:31:33.577 11723 15322 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:33.577 11723 15322 W EffectHAL: Effect 0xe4ce5ed0 command DUMP error: Function not implemented
01-08 17:31:33.613  1986  2126 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
01-08 17:31:33.614 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:31:33.615 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:31:33.616 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:31:33.617  1986  2126 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
01-08 17:31:33.618 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16712; sid=36577
01-08 17:31:33.618 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36577
01-08 17:31:33.619  1986  2126 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
01-08 17:31:33.629 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:31:33.630 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:31:33.641 16712 17098 E qdgralloc: GetGpuPixelFormat: No map for format: 0x38
01-08 17:31:33.641 16712 17098 E AdrenoUtils: <validate_memory_layout_input_parmas:1661>: Unknown Format 0
01-08 17:31:33.641 16712 17098 E AdrenoUtils: <adreno_init_memory_layout:3793>: Memory Layout input parameter validation failed!
01-08 17:31:33.641 16712 17098 E qdgralloc: GetGpuResourceSizeAndDimensions Graphics metadata init failed
01-08 17:31:33.641 16712 17098 E Gralloc3: isSupported(1, 1, 56, 1, ...) failed with 1
01-08 17:31:33.641   966   966 E qdgralloc: GetGpuPixelFormat: No map for format: 0x38
01-08 17:31:33.641   966   966 E AdrenoUtils: <validate_memory_layout_input_parmas:1661>: Unknown Format 0
01-08 17:31:33.641   966   966 E AdrenoUtils: <adreno_init_memory_layout:3793>: Memory Layout input parameter validation failed!
01-08 17:31:33.641   966   966 E qdgralloc: GetGpuResourceSizeAndDimensions Graphics metadata init failed
01-08 17:31:33.641 16712 17098 E GraphicBufferAllocator: Failed to allocate (4 x 4) layerCount 1 format 56 usage b00: 1
01-08 17:31:33.641 16712 17098 E AHardwareBuffer: GraphicBuffer(w=4, h=4, lc=1) failed (Unknown error -1), handle=0x0
01-08 17:31:33.641 16712 17098 E qdgralloc: GetGpuPixelFormat: No map for format: 0x38
01-08 17:31:33.641 16712 17098 E AdrenoUtils: <validate_memory_layout_input_parmas:1661>: Unknown Format 0
01-08 17:31:33.641 16712 17098 E AdrenoUtils: <adreno_init_memory_layout:3793>: Memory Layout input parameter validation failed!
01-08 17:31:33.641 16712 17098 E qdgralloc: GetGpuResourceSizeAndDimensions Graphics metadata init failed
01-08 17:31:33.641 16712 17098 E Gralloc3: isSupported(1, 1, 56, 1, ...) failed with 1
01-08 17:31:33.641   966   966 E qdgralloc: GetGpuPixelFormat: No map for format: 0x38
01-08 17:31:33.641   966   966 E AdrenoUtils: <validate_memory_layout_input_parmas:1661>: Unknown Format 0
01-08 17:31:33.641   966   966 E AdrenoUtils: <adreno_init_memory_layout:3793>: Memory Layout input parameter validation failed!
01-08 17:31:33.641   966   966 E qdgralloc: GetGpuResourceSizeAndDimensions Graphics metadata init failed
01-08 17:31:33.641 16712 17098 E GraphicBufferAllocator: Failed to allocate (4 x 4) layerCount 1 format 56 usage b00: 1
01-08 17:31:33.641 16712 17098 E AHardwareBuffer: GraphicBuffer(w=4, h=4, lc=1) failed (Unknown error -1), handle=0x0
01-08 17:31:33.673  1986  2126 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
01-08 17:31:33.675  1986  2126 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
01-08 17:31:33.677 11723 12153 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:33.677 11723 12153 W EffectHAL: Effect 0xe4ce5ed0 command DUMP error: Function not implemented
01-08 17:31:33.679  1986  2126 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load.
01-08 17:31:33.710 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:31:33.711 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:31:33.712 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:31:33.712 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16712; sid=36577
01-08 17:31:33.713 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36577
01-08 17:31:33.718 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:31:33.719 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:31:33.772 11723 14975 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:33.772 11723 14975 W EffectHAL: Effect 0xe4ce5ed0 command DUMP error: Function not implemented
01-08 17:31:33.812 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:31:33.814 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:31:33.818 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:31:33.819 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16712; sid=36577
01-08 17:31:33.821 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36577
01-08 17:31:33.831 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:31:33.833 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:31:33.885   974  2755 E ANDR-PERF-LM: VmRssMeter:: start() 453: Could not find pid, can not collect vmrss data
01-08 17:31:33.886   974  2756 E ANDR-PERF-LM: VmRssMeter:: start() 453: Could not find pid, can not collect vmrss data
01-08 17:31:33.886   974  2756 E ANDR-PERF-LM: AdaptiveLaunch: writeToDataBase() 64: Meter aborted or could not get meter data for this run
01-08 17:31:33.887 11723 14975 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:33.887 11723 14975 W EffectHAL: Effect 0xe4ce5ed0 command DUMP error: Function not implemented
01-08 17:31:33.902  1273  1288 D pservice: cpu_init boot_completed cpugpumode=0
01-08 17:31:33.919 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:31:33.920 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:31:33.922 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:31:33.923 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16712; sid=36577
01-08 17:31:33.924 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36577
01-08 17:31:33.933 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:31:33.934 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:31:33.948 16712 16712 I EmulationActivity: Controller type: DualShock2
01-08 17:31:33.948 16712 16712 I EmulationActivity: View type: analog_stick
01-08 17:31:33.958 16712 16712 I EmulationActivity: Accelerometer is disabled
01-08 17:31:33.977 11723 14975 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:33.977 11723 14975 W EffectHAL: Effect 0xe4ce5ed0 command DUMP error: Function not implemented
01-08 17:31:33.981 16712 17085 D thersx2.android: PlayerBase::~PlayerBase()
01-08 17:31:33.986 17134 17134 I sh      : type=1400 audit(0.0:21152): avc: denied { add_name } for name="min_pwrlevel" scontext=u:r:pservice:s0 tcontext=u:object_r:vendor_sysfs_kgsl:s0 tclass=dir permissive=1
01-08 17:31:33.986 17134 17134 I sh      : type=1400 audit(0.0:21153): avc: denied { create } for name="min_pwrlevel" scontext=u:r:pservice:s0 tcontext=u:object_r:vendor_sysfs_kgsl:s0 tclass=file permissive=1
01-08 17:31:33.986 17134 17134 I sh      : type=1400 audit(0.0:21154): avc: denied { write } for name="min_pwrlevel" dev="sysfs" ino=72927 scontext=u:r:pservice:s0 tcontext=u:object_r:vendor_sysfs_kgsl:s0 tclass=file permissive=1
01-08 17:31:33.986 17134 17134 I sh      : type=1400 audit(0.0:21155): avc: denied { open } for path="/sys/devices/platform/soc/3d00000.qcom,kgsl-3d0/kgsl/kgsl-3d0/min_pwrlevel" dev="sysfs" ino=72927 scontext=u:r:pservice:s0 tcontext=u:object_r:vendor_sysfs_kgsl:s0 tclass=file permissive=1
01-08 17:31:33.991  1712  1723 W System  : A resource failed to call HardwareBuffer.close. 
01-08 17:31:33.991  1712  1723 W System  : A resource failed to call HardwareBuffer.close. 
01-08 17:31:33.991  1712  1723 W System  : A resource failed to call release. 
01-08 17:31:33.991  1712  1723 W System  : A resource failed to call close. 
01-08 17:31:33.991  1712  1723 W System  : A resource failed to call close. 
01-08 17:31:33.991  1712  1723 W System  : A resource failed to call close. 
01-08 17:31:36.770 11723 11728 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:36.770 11723 11728 W EffectHAL: Effect 0xe4ce5ed0 command DUMP error: Function not implemented
01-08 17:31:36.800 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:31:36.801 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:31:36.802 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:31:36.802 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16712; sid=36577
01-08 17:31:36.803 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36577
01-08 17:31:36.808 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:31:36.809 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:31:36.828 11723 14975 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:36.828 11723 14975 W EffectHAL: Effect 0xe4ce5ed0 command DUMP error: Function not implemented
01-08 17:31:36.841 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:31:36.842 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:31:36.843 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:31:36.843 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16712; sid=36577
01-08 17:31:36.843 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36577
01-08 17:31:36.849 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:31:36.850 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:31:36.870 11723 12153 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:36.870 11723 12153 W EffectHAL: Effect 0xe4ce5ed0 command DUMP error: Function not implemented
01-08 17:31:37.854  2213  2213 I Thread-7: type=1400 audit(0.0:21156): avc: denied { read } for scontext=u:r:system_app:s0 tcontext=u:r:system_app:s0 tclass=netlink_kobject_uevent_socket permissive=1
01-08 17:31:37.869  1712  1712 I DeviceIdleController: updateChargingLocked: charging=true
01-08 17:31:37.870  1712  1712 I DeviceIdleController: becomeActiveLocked, reason=charging, changeLightIdle=true
01-08 17:31:37.871  1986  2897 D PowerUI : can't show warning due to - plugged: true status unknown: false
01-08 17:31:37.880 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:31:37.880 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:31:37.882 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:31:37.882 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16712; sid=36577
01-08 17:31:37.883 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36577
01-08 17:31:37.889 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:31:37.890 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:31:37.936 11723 11728 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:37.936 11723 11728 W EffectHAL: Effect 0xe4ce5ed0 command DUMP error: Function not implemented
01-08 17:31:37.950 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:31:37.951 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:31:37.952 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:31:37.953 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16712; sid=36577
01-08 17:31:37.953 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36577
01-08 17:31:37.959 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:31:37.960 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:31:38.009 11723 12161 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:38.009 11723 12161 W EffectHAL: Effect 0xe4ce5ed0 command DUMP error: Function not implemented
01-08 17:31:38.034 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:31:38.036 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:31:38.037 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:31:38.038 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16712; sid=36577
01-08 17:31:38.039 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36577
01-08 17:31:38.047 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:31:38.048 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:31:38.107 11723 12161 W volume_listener: volume_listener_command invalid command 21
01-08 17:31:38.107 11723 12161 W EffectHAL: Effect 0xe4ce5ed0 command DUMP error: Function not implemented
01-08 17:31:38.143 16632 16632 D AudioFlingerServiceDumpUtils: Table version 30
01-08 17:31:38.144 16632 16632 I AudioFlingerServiceDumpUtils: Unmatched table body pattern. Line: Hardware status: 0
01-08 17:31:38.145 16632 16632 D AudioFlingerServiceDumpUtils: Dump processed
01-08 17:31:38.146 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=16712; sid=36577
01-08 17:31:38.147 16632 16632 D AudioServiceDumpProvider: SID/PID map: AudioFlinger: pid=11724; sid=36577
01-08 17:31:38.156 16632 16632 D AudioServiceDumpProvider: Dump processed
01-08 17:31:38.158 16632 16632 W BaseSessionDatabase: Session 0 skipped (uid=10082; package=com.android.systemui; usage=USAGE_ASSISTANCE_SONIFICATION; content=CONTENT_TYPE_SONIFICATION; isUsageRecordable=false)
01-08 17:31:38.212 11723 12161 W volume_listener: volume_listener_command invalid command 21

</details>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant