TheWidlarzGroup / react-native-video

A <Video /> component for react-native
https://docs.thewidlarzgroup.com/react-native-video/
MIT License
7.2k stars 2.9k forks source link

[BUG]: HLS fallback (exoplayer) #4106

Closed zoriya closed 2 months ago

zoriya commented 2 months ago

Version

6.4.3

What platforms are you having the problem on?

Android

System Version

Android 14

On what device are you experiencing the issue?

Real device

Architecture

Old architecture

What happened?

I have a hls file containing multi-variant videos. One variant cannot be played on the device, but the others can. When exoplayers tries to load the incompatible variant, I get this error:

front-1  | ➤ YN0000: ERROR  {"error": {"errorCode": "24003", "errorException": "androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(0, null, null, video/avc, avc1.6E0033, 8000000, null, [1920, 1080, -1.0, ColorInfo(Unset color space, Unset color range, Unset color transfer, false, 10bit Luma, 10bit Chroma)], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES", "errorStackTrace": "androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(0, null, null, video/avc, avc1.6E0033, 8000000, null, [1920, 1080, -1.0, ColorInfo(Unset color space, Unset color range, Unset color transfer, false, 10bit Luma, 10bit Chroma)], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES
front-1  | ➤ YN0000:    at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:623)
front-1  | ➤ YN0000:    at android.os.Handler.dispatchMessage(Handler.java:103)
front-1  | ➤ YN0000:    at android.os.Looper.loopOnce(Looper.java:232)
front-1  | ➤ YN0000:    at android.os.Looper.loop(Looper.java:317)
front-1  | ➤ YN0000:    at android.os.HandlerThread.run(HandlerThread.java:85)
front-1  | ➤ YN0000: Caused by: androidx.media3.exoplayer.video.MediaCodecVideoDecoderException: Decoder failed: c2.exynos.h264.decoder
front-1  | ➤ YN0000:    at androidx.media3.exoplayer.video.MediaCodecVideoRenderer.createDecoderException(MediaCodecVideoRenderer.java:1915)
front-1  | ➤ YN0000:    at androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.render(MediaCodecRenderer.java:848)
front-1  | ➤ YN0000:    at androidx.media3.exoplayer.video.MediaCodecVideoRenderer.render(MediaCodecVideoRenderer.java:940)
front-1  | ➤ YN0000:    at androidx.media3.exoplayer.ExoPlayerImplInternal.doSomeWork(ExoPlayerImplInternal.java:1112)
front-1  | ➤ YN0000:    at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:544)
front-1  | ➤ YN0000:    ... 4 more
front-1  | ➤ YN0000: Caused by: android.media.MediaCodec$CodecException: Error 0xe
front-1  | ➤ YN0000: ", "errorString": "ExoPlaybackException: ERROR_CODE_DECODING_FAILED"}}

After getting this error, playback is aborted. I would expect exoplayer to fallback to another variant (since it can play the others). I can confirm that the others are playable, since the video play without issue if I remove the incompatible variant from the master.m3u8 file.

This is not the first time this issue was mentioned: #1598. The issue was closed because a workaround was found for this particular use case, but I don't see any obvious workaround there.

Reproduction Link

No response

Reproduction

I can either send a video file or a complete m3u8 zip, but since this is copyrighted media I probably should send it privately.

github-actions[bot] commented 2 months ago

Thank you for your bug report. We will review it and get back to you if we need more information.

There is a newer version of the library available. You are using version 6.4.3, while the latest stable version is 6.4.5. Please update to the latest version and check if the issue still exists.

Note: If the issue still exists, please update the issue report with the latest information.

KrzysztofMoch commented 2 months ago

Hey, Thanks for report - I will try look into it

freeboub commented 2 months ago

you should try to reproduce the debug enable, here your decoder cannot play the file (exception is expected), but the package should not allow to select this version of the video

freeboub commented 2 months ago

notice that we already set following flags in java code:

             .setExceedAudioConstraintsIfNecessary(true)
            .setExceedRendererCapabilitiesIfNecessary(true)
            .setExceedVideoConstraintsIfNecessary(true)

You may try to disable them, it is maybe the issue

zoriya commented 2 months ago

Here are the debug logs:

logs ``` 08-22 17:33:02.409 23950 24050 D TrafficStats: tagSocket(231) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:02.409 23950 23995 D TrafficStats: tagSocket(163) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:02.410 23950 24023 D TrafficStats: tagSocket(236) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:02.763 2126 2128 I pixel-thermal: cellular-emergency:38.8165 raw data: VIRTUAL-GNSS-BATT:37495 VIRTUAL-NEUTRAL-QI:34849 VIRTUAL-QI-DISP:38816.5 VIRTUAL-SKIN:38816.5 VIRTUAL-USB2-BATT:37140.7 battery:36100 cellular-emergency:38816.5 disp_therm:36269 gnss_tcxo_therm:35890 neutral_therm:36469 qi_therm:39919 usb_pwr_therm2:36914 08-22 17:33:02.766 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CPU:38.8165 raw data: VIRTUAL-SKIN:38816.5 VIRTUAL-SKIN-CPU:38816.5 08-22 17:33:02.766 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CPU power_budget=1973.4 err=2.1835 s_power=800 time_elapsed_ms=7013 p=873.399 i=300 d=0 budget transient=0 control target=3 08-22 17:33:02.767 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CPU binded power rails: (S4M_VDD_CPUCL0: 77.42 mW)(S2M_VDD_CPUCL2: 18.87 mW)(S3M_VDD_CPUCL1: 28.85 mW) 08-22 17:33:02.767 2126 2128 I pixel-thermal: quiet_therm:35.579 raw data: quiet_therm:35579 08-22 17:33:02.768 2126 2128 I pixel-thermal: VIRTUAL-SKIN:38.8165 raw data: VIRTUAL-SKIN:38816.5 08-22 17:33:02.768 2126 2128 I pixel-thermal: VIRTUAL-SKIN-HINT:38.8165 raw data: VIRTUAL-SKIN:38816.5 VIRTUAL-SKIN-HINT:38816.5 08-22 17:33:02.768 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CHARGE:38.8165 raw data: VIRTUAL-GNSS-BATT:37495 VIRTUAL-NEUTRAL-QI:34849 VIRTUAL-QI-DISP:38816.5 VIRTUAL-SKIN-CHARGE:38816.5 VIRTUAL-USB2-BATT:37140.7 08-22 17:33:02.768 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CHARGE's fcc binded power rail PARTIAL_SYSTEM_POWER: power threshold = 500, avg power = 788.398 08-22 17:33:02.768 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CHARGE's wlc_fcc binded power rail PARTIAL_SYSTEM_POWER: power threshold = 500, avg power = 788.398 08-22 17:33:02.769 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CHARGE's dc_icl binded power rail PARTIAL_SYSTEM_POWER: power threshold = 500, avg power = 788.398 08-22 17:33:02.769 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CPU-GPU:38.8165 raw data: VIRTUAL-SKIN:38816.5 VIRTUAL-SKIN-CPU-GPU:38816.5 08-22 17:33:02.769 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CPU-GPU power_budget=2655.05 err=6.1835 s_power=800 time_elapsed_ms=7013 p=1855.05 i=0 d=0 budget transient=0 control target=3 08-22 17:33:02.769 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CPU-GPU binded power rails: (S4M_VDD_CPUCL0: 77.42 mW)(S2M_VDD_CPUCL2: 18.87 mW)(S3M_VDD_CPUCL1: 28.85 mW)(S2S_VDD_G3D: 18.89 mW) 08-22 17:33:03.054 2974 2992 I deeptouch: I0000 00:00:1724340783.054099 2992 tf_lite_classifier.cc:413] Event stream classified as kNone 08-22 17:33:03.191 4579 4601 V WindowManagerShell: Transition requested (#12743): android.os.BinderProxy@86a56bf TransitionRequestInfo { type = CHANGE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = DisplayChange { displayId = 0, startAbsBounds = null, endAbsBounds = null, startRotation = 0, endRotation = 1, physicalDisplayChanged = false }, flags = 0, debugId = 12743 } 08-22 17:33:03.194 4308 4361 D BrightnessThermalClamper: Thermal status observer already started 08-22 17:33:03.194 4308 4361 D BrightnessPowerClamper: Power throttling data is missing for configuration data. 08-22 17:33:03.195 4308 9760 I ActivityTaskManager: Config changes=20000480 {1.0 208mcc10mnc [en_US,ja_JP,fr_FR] ldltr sw411dp w850dp h359dp 560dpi nrml long hdr widecg land finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 3120, 1440) mAppBounds=Rect(145, 0 - 3120, 1356) mMaxBounds=Rect(0, 0 - 3120, 1440) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.100969 fontWeightAdjustment=0} 08-22 17:33:03.195 4308 4328 D DisplayManagerService: Ignore redundant display event 0/2 to 10295/10184 08-22 17:33:03.195 4166 22187 D audio_hw: adev_set_parameters: enter: screen_state=on 08-22 17:33:03.197 4166 22187 D audio_hw: adev_set_parameters: enter: rotation=90 08-22 17:33:03.197 4166 22187 D audio_hw_35l41: update rotation 90, enabled 0 08-22 17:33:03.199 1245 1987 I twoshay.TouchContextService: Got new packet! ContextPacket{orientation: LANDSCAPE_LEFT, audioMode: NORMAL, adaptiveTouchSensitivity: UNSPECIFIED, screenProtectorMode: UNSPECIFIED} 08-22 17:33:03.223 4308 9760 I WindowManager: Override config changes=20000480 {1.0 208mcc10mnc [en_US,ja_JP,fr_FR] ldltr sw411dp w850dp h359dp 560dpi nrml long hdr widecg land finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 3120, 1440) mAppBounds=Rect(145, 0 - 3120, 1356) mMaxBounds=Rect(0, 0 - 3120, 1440) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.100969 fontWeightAdjustment=0} for displayId=0 08-22 17:33:03.245 4308 9760 W ImageReader_JNI: Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers 08-22 17:33:03.247 4308 4308 W WindowTokenClientController: Can't find attached WindowTokenClient for android.window.WindowTokenClient@687d8c3 08-22 17:33:03.248 25739 25739 I VIS.ConfigChangedCntr: #onConfigurationChanged 08-22 17:33:03.248 25739 25786 I VIS.Callbacks: #onConfigurationChanged 08-22 17:33:03.248 25739 25786 I INV.AssistLayer: (REDACTED) Listener was null, %s is not propagated 08-22 17:33:03.259 23771 23771 I AppBase : AppBase.onConfigurationChanged():446 onConfigurationChanged() : NewConfig = {1.0 208mcc10mnc [en_US,ja_JP,fr_FR] ldltr sw411dp w850dp h359dp 560dpi nrml long hdr widecg land finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 3120, 1440) mAppBounds=Rect(145, 0 - 3120, 1356) mMaxBounds=Rect(0, 0 - 3120, 1440) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.101130 fontWeightAdjustment=0} 08-22 17:33:03.261 4579 4579 I NoBackGesture: Config changed: newConfig={1.0 208mcc10mnc [en_US,ja_JP,fr_FR] ldltr sw411dp w850dp h359dp 560dpi nrml long hdr widecg land finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 3120, 1440) mAppBounds=Rect(145, 0 - 3120, 1356) mMaxBounds=Rect(0, 0 - 3120, 1440) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.101106 fontWeightAdjustment=0} lastReportedConfig={1.0 208mcc10mnc [en_US,ja_JP,fr_FR] ldltr sw411dp w411dp h826dp 560dpi nrml long hdr widecg port finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 1440, 3120) mAppBounds=Rect(0, 145 - 1440, 3036) mMaxBounds=Rect(0, 0 - 1440, 3120) mDisplayRotation=ROTATION_0 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.100939 fontWeightAdjustment=0} 08-22 17:33:03.261 4579 4579 I NoBackGesture: NavbarController: newConfig={1.0 208mcc10mnc [en_US,ja_JP,fr_FR] ldltr sw411dp w850dp h359dp 560dpi nrml long hdr widecg land finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 3120, 1440) mAppBounds=Rect(145, 0 - 3120, 1356) mMaxBounds=Rect(0, 0 - 3120, 1440) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.101106 fontWeightAdjustment=0} mTaskbarDelegate initialized=false willApplyConfigToNavbars=false navBarCount=1 08-22 17:33:03.262 706 757 I BpBinder: onLastStrongRef automatically unlinking death recipients: 08-22 17:33:03.266 6087 6087 D b/254119092: TaskbarManager#mComponentCallbacks.onConfigurationChanged: {1.0 208mcc10mnc [en_US,ja_JP,fr_FR] ldltr sw411dp w850dp h359dp 560dpi nrml long hdr widecg land finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 3120, 1440) mAppBounds=Rect(145, 0 - 3120, 1356) mMaxBounds=Rect(0, 0 - 3120, 1440) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.100969 fontWeightAdjustment=0} 08-22 17:33:03.266 6087 6087 D b/254119092: mActivity and mContext agree taskbarIsPresent=false 08-22 17:33:03.266 6087 6087 D b/254119092: ComponentCallbacks#onConfigurationChanged() configDiff={} 08-22 17:33:03.266 6087 6087 D b/254119092: mActivity and mContext agree taskbarIsPresent=false 08-22 17:33:03.266 6087 6087 D b/254119092: destroyExistingTaskbar: null 08-22 17:33:03.266 6087 6087 D b/254119092: mActivity and mContext agree taskbarIsPresent=false 08-22 17:33:03.266 6087 6087 D b/254119092: recreateTaskbar: isTaskbarEnabled=false [dp != null (i.e. mUserUnlocked)]=true FLAG_HIDE_NAVBAR_WINDOW=false dp.isTaskbarPresent=false 08-22 17:33:03.266 6087 6087 D b/254119092: mActivity and mContext agree taskbarIsPresent=false 08-22 17:33:03.266 6087 6087 D b/254119092: DisplayController#onConfigurationChanged: {1.0 208mcc10mnc [en_US,ja_JP,fr_FR] ldltr sw411dp w850dp h359dp 560dpi nrml long hdr widecg land finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 3120, 1440) mAppBounds=Rect(145, 0 - 3120, 1356) mMaxBounds=Rect(0, 0 - 3120, 1440) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.100969 fontWeightAdjustment=0} 08-22 17:33:03.266 23950 29743 D TrafficStats: tagSocket(153) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:03.269 4579 4601 V ShellDragAndDrop: Display changed: 0 08-22 17:33:03.269 4308 4328 I InputManager-JNI: Viewport [0] to add: local:4619827677550801152, isActive: true 08-22 17:33:03.270 4308 4455 I InputReader: Reconfiguring input devices, changes=DISPLAY_INFO 08-22 17:33:03.278 23950 29567 D TrafficStats: tagSocket(218) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:03.279 707 6902 W gralloc4: Unable to set buffer name VRI[ScreenDecorOverlay]#0(BLAST Consumer)0: File name too long 08-22 17:33:03.283 23950 29745 D TrafficStats: tagSocket(186) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:03.286 4579 4579 W ConstraintSet: id unknown center_vertical_guideline 08-22 17:33:03.286 4579 4579 W ConstraintSet: id unknown action_button_guideline 08-22 17:33:03.286 4579 4579 W ConstraintSet: id unknown icon 08-22 17:33:03.286 4579 4579 W ConstraintSet: id unknown media_seamless 08-22 17:33:03.286 4579 4579 W ConstraintSet: id unknown media_action_barrier_start 08-22 17:33:03.286 4579 4579 W ConstraintSet: id unknown media_action_barrier_end 08-22 17:33:03.286 4579 4579 W ConstraintSet: id unknown media_action_barrier_top 08-22 17:33:03.286 4579 4579 W ConstraintSet: id unknown remove_text 08-22 17:33:03.286 4579 4579 W ConstraintSet: id unknown settings 08-22 17:33:03.286 4579 4579 W ConstraintSet: id unknown dismiss 08-22 17:33:03.286 4579 4579 W ConstraintSet: id unknown cancel 08-22 17:33:03.287 4308 5139 I WindowManager: finishDrawing of orientation change: Window{7875d9d u0 ScreenDecorOverlay} 32ms 08-22 17:33:03.289 23950 29744 D TrafficStats: tagSocket(189) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:03.289 4579 4579 W ConstraintSet: id unknown center_vertical_guideline 08-22 17:33:03.289 4579 4579 W ConstraintSet: id unknown action_button_guideline 08-22 17:33:03.289 4579 4579 W ConstraintSet: id unknown icon 08-22 17:33:03.289 4579 4579 W ConstraintSet: id unknown media_seamless 08-22 17:33:03.289 4579 4579 W ConstraintSet: id unknown media_action_barrier_start 08-22 17:33:03.289 4579 4579 W ConstraintSet: id unknown media_action_barrier_end 08-22 17:33:03.289 4579 4579 W ConstraintSet: id unknown media_action_barrier_top 08-22 17:33:03.289 4579 4579 W ConstraintSet: id unknown remove_text 08-22 17:33:03.289 4579 4579 W ConstraintSet: id unknown settings 08-22 17:33:03.289 4579 4579 W ConstraintSet: id unknown dismiss 08-22 17:33:03.289 4579 4579 W ConstraintSet: id unknown cancel 08-22 17:33:03.291 706 706 I BpBinder: onLastStrongRef automatically unlinking death recipients: 08-22 17:33:03.295 4579 4579 W ConstraintSet: id unknown center_vertical_guideline 08-22 17:33:03.295 4579 4579 W ConstraintSet: id unknown action_button_guideline 08-22 17:33:03.295 4579 4579 W ConstraintSet: id unknown icon 08-22 17:33:03.295 4579 4579 W ConstraintSet: id unknown media_seamless 08-22 17:33:03.295 4579 4579 W ConstraintSet: id unknown media_action_barrier_start 08-22 17:33:03.295 4579 4579 W ConstraintSet: id unknown media_action_barrier_end 08-22 17:33:03.295 4579 4579 W ConstraintSet: id unknown media_action_barrier_top 08-22 17:33:03.295 4579 4579 W ConstraintSet: id unknown remove_text 08-22 17:33:03.295 4579 4579 W ConstraintSet: id unknown settings 08-22 17:33:03.295 4579 4579 W ConstraintSet: id unknown dismiss 08-22 17:33:03.295 4579 4579 W ConstraintSet: id unknown cancel 08-22 17:33:03.297 4308 10416 V WindowManager: Loading animations: layout params pkg=com.android.systemui resId=0x0 08-22 17:33:03.298 4579 4579 W ConstraintSet: id unknown center_vertical_guideline 08-22 17:33:03.298 4579 4579 W ConstraintSet: id unknown action_button_guideline 08-22 17:33:03.298 4579 4579 W ConstraintSet: id unknown icon 08-22 17:33:03.298 4579 4579 W ConstraintSet: id unknown media_seamless 08-22 17:33:03.298 4579 4579 W ConstraintSet: id unknown media_action_barrier_start 08-22 17:33:03.298 4579 4579 W ConstraintSet: id unknown media_action_barrier_end 08-22 17:33:03.298 4579 4579 W ConstraintSet: id unknown media_action_barrier_top 08-22 17:33:03.298 4579 4579 W ConstraintSet: id unknown remove_text 08-22 17:33:03.298 4579 4579 W ConstraintSet: id unknown settings 08-22 17:33:03.298 4579 4579 W ConstraintSet: id unknown dismiss 08-22 17:33:03.298 4579 4579 W ConstraintSet: id unknown cancel 08-22 17:33:03.301 707 6902 W gralloc4: Unable to set buffer name VRI[ScreenDecorOverlayBottom]#1(BLAST Consumer)1: File name too long 08-22 17:33:03.303 707 6902 W gralloc4: Unable to set buffer name VRI[MainActivity]#13(BLAST Consumer)13: File name too long 08-22 17:33:03.305 4308 9763 I WindowManager: finishDrawing of orientation change: Window{c970bc5 u0 ScreenDecorOverlayBottom} 49ms 08-22 17:33:03.306 4308 5139 V WindowManager: Loading animations: layout params pkg=com.android.systemui resId=0x0 08-22 17:33:03.306 4579 4579 W ConstraintSet: id unknown center_vertical_guideline 08-22 17:33:03.306 4579 4579 W ConstraintSet: id unknown action_button_guideline 08-22 17:33:03.306 4579 4579 W ConstraintSet: id unknown icon 08-22 17:33:03.306 4579 4579 W ConstraintSet: id unknown media_seamless 08-22 17:33:03.306 4579 4579 W ConstraintSet: id unknown media_action_barrier_start 08-22 17:33:03.306 4579 4579 W ConstraintSet: id unknown media_action_barrier_end 08-22 17:33:03.306 4579 4579 W ConstraintSet: id unknown media_action_barrier_top 08-22 17:33:03.306 4579 4579 W ConstraintSet: id unknown remove_text 08-22 17:33:03.306 4579 4579 W ConstraintSet: id unknown settings 08-22 17:33:03.306 4579 4579 W ConstraintSet: id unknown dismiss 08-22 17:33:03.306 4579 4579 W ConstraintSet: id unknown cancel 08-22 17:33:03.310 707 6902 W gralloc4: Unable to set buffer name VRI[MainActivity]#13(BLAST Consumer)13: File name too long 08-22 17:33:03.315 707 6902 W gralloc4: Unable to set buffer name VRI[ScreenDecorOverlay]#0(BLAST Consumer)0: File name too long 08-22 17:33:03.318 707 6902 W gralloc4: Unable to set buffer name VRI[ScreenDecorOverlayBottom]#1(BLAST Consumer)1: File name too long 08-22 17:33:03.319 707 6902 W gralloc4: Unable to set buffer name VRI[MainActivity]#13(BLAST Consumer)13: File name too long 08-22 17:33:03.328 707 6902 W gralloc4: Unable to set buffer name VRI[MainActivity]#13(BLAST Consumer)13: File name too long 08-22 17:33:03.332 706 757 I BpBinder: onLastStrongRef automatically unlinking death recipients: 08-22 17:33:03.333 707 6902 W gralloc4: Unable to set buffer name VRI[NavigationBar0]#9297(BLAST Consumer)9297: File name too long 08-22 17:33:03.337 4308 9752 I WindowManager: finishDrawing of orientation change: Window{20b37bc u0 NavigationBar0} 81ms 08-22 17:33:03.343 707 6902 W gralloc4: Unable to set buffer name VRI[MainActivity]#13(BLAST Consumer)13: File name too long 08-22 17:33:03.345 707 6902 W gralloc4: Unable to set buffer name VRI[StatusBar]#4(BLAST Consumer)4: File name too long 08-22 17:33:03.351 23771 23771 W GoogleInputMethodService: GoogleInputMethodService.onConfigurationChanged():1634 onConfigurationChanged() : NewConfig = {1.0 208mcc10mnc [en_US,ja_JP,fr_FR] ldltr sw411dp w850dp h359dp 560dpi nrml long hdr widecg land finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 3120, 1440) mAppBounds=Rect(145, 0 - 3120, 1356) mMaxBounds=Rect(0, 0 - 3120, 1440) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.100969 fontWeightAdjustment=0} 08-22 17:33:03.351 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.onConfigurationChanged():1635 device real metrics: DisplayMetrics{density=3.5, width=3120, height=1440, scaledDensity=3.5, xdpi=515.154, ydpi=511.277} 08-22 17:33:03.351 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.onConfigurationChanged():1645 Maybe update OEM display config because of configuration change 08-22 17:33:03.351 23771 23771 I InputMethodEntryManager: InputMethodEntryManager.notifyCurrentInputMethodEntryOnContextChanged():539 notifyCurrentInputMethodEntryOnContextChanged() 08-22 17:33:03.351 23771 23771 I InputMethodEntryManager: InputMethodEntryManager.notifyCurrentInputMethodEntryOnContextChanged():560 Notify current input method entry changed on context change 08-22 17:33:03.352 23771 23771 I SystemSubtypesReportModule: SystemSubtypesReportModule$3.onCurrentInputMethodEntryChanged():136 entry: en-US, source: UNSPECIFIED 08-22 17:33:03.352 23771 23771 I KeyboardContextProvider: KeyboardContextProvider$KeyboardContextCache.createKeyboardContext():173 createKeyboardContext(): en-US, jey@ae48523(com.android.inputmethod.latin.LatinIME@4db2c2a), {1.0 208mcc10mnc [en_US,ja_JP,fr_FR] ldltr sw411dp w850dp h359dp 560dpi nrml long hdr widecg land finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 3120, 1440) mAppBounds=Rect(145, 0 - 3120, 1356) mMaxBounds=Rect(0, 0 - 3120, 1440) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.62667 fontWeightAdjustment=0} 08-22 17:33:03.352 4308 5139 I WindowManager: finishDrawing of orientation change: Window{6dbd2e5 u0 StatusBar} 97ms 08-22 17:33:03.352 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.onCurrentInputMethodEntryChanged():3666 onCurrentInputMethodEntryChanged(): imeDefsChanged=false, initializedEntryChanged=false, keyboardContextChanged=true 08-22 17:33:03.352 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.clearInputMethodServiceData():1603 clearInputMethodServiceData for entryChange 08-22 17:33:03.353 706 757 I BpBinder: onLastStrongRef automatically unlinking death recipients: 08-22 17:33:03.353 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():535 Destroy existing keyboard group manager in fxd 08-22 17:33:03.353 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():120 Create keyboard group manager listenable future in fxd 08-22 17:33:03.353 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():535 Destroy existing keyboard group manager in fvb 08-22 17:33:03.353 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():120 Create keyboard group manager listenable future in fvb 08-22 17:33:03.354 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():535 Destroy existing keyboard group manager in ehx 08-22 17:33:03.354 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():120 Create keyboard group manager listenable future in ehx 08-22 17:33:03.354 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():535 Destroy existing keyboard group manager in gaf 08-22 17:33:03.354 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():120 Create keyboard group manager listenable future in gaf 08-22 17:33:03.354 23771 29551 I KeyboardGroupDefParser: KeyboardGroupDefParser.parseKeyboardGroupDef():83 parseKeyboardGroupDef() 2132214039 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 0 ms 08-22 17:33:03.354 23771 29556 I KeyboardGroupDefParser: KeyboardGroupDefParser.parseKeyboardGroupDef():83 parseKeyboardGroupDef() 2132214040 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 1 ms 08-22 17:33:03.354 23771 29555 I KeyboardGroupDefParser: KeyboardGroupDefParser.parseKeyboardGroupDef():83 parseKeyboardGroupDef() 2132216965 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 0 ms 08-22 17:33:03.356 23771 29554 I KeyboardGroupDefParser: KeyboardGroupDefParser.parseKeyboardGroupDef():83 parseKeyboardGroupDef() 2132214033 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 2 ms 08-22 17:33:03.356 707 6902 W gralloc4: Unable to set buffer name VRI[ScreenDecorOverlay]#0(BLAST Consumer)0: File name too long 08-22 17:33:03.359 707 6902 W gralloc4: Unable to set buffer name VRI[NavigationBar0]#9297(BLAST Consumer)9297: File name too long 08-22 17:33:03.360 23950 23950 I ExoPlayerImpl: Init 16802f9 [AndroidXMedia3/1.3.1] [raven, Pixel 6 Pro, Google, 34] 08-22 17:33:03.361 23771 23771 I KeyboardModeManager: KeyboardModeManager.onCurrentInputMethodEntryChanged():1112 Reload data for context change 08-22 17:33:03.361 23771 23771 I KeyboardModeManager: KeyboardModeManager.setKeyboardMode():913 setKeyboardMode() newKeyboardMode=1, updatePreferences=true 08-22 17:33:03.361 23771 23771 I KeyboardModeSwitcher: KeyboardModeSwitcher.setCurrentKeyboardMode():62 Keyboard mode switched: 3 -> 1 08-22 17:33:03.362 23771 23771 I KeyboardModeManager: KeyboardModeManager.setKeyboardMode():926 Switch from 3 to 1 keyboard mode, updatePreferences=true 08-22 17:33:03.362 707 6902 W gralloc4: Unable to set buffer name VRI[ScreenDecorOverlayBottom]#1(BLAST Consumer)1: File name too long 08-22 17:33:03.364 23771 23771 I StyledKeyboardThemeBuilder: StyledKeyboardThemeBuilder.build():147 Pref: [], themeName: [silk:], darkMode: [false], cacheKey: [overlay_builtin_dynamic_color_light_base.binarypb:dynamic-gm3-light-fffffbff-ff323dff-53ef4162139db739bccf644a1678e771] 08-22 17:33:03.364 707 6902 W gralloc4: Unable to set buffer name VRI[StatusBar]#4(BLAST Consumer)4: File name too long 08-22 17:33:03.366 23950 23950 D RNVExoplayer: surfaceSize [eventTime=0.00, mediaPos=0.00, window=0, 1440, 2779] 08-22 17:33:03.367 23771 23771 I KeyboardThemeProvider: KeyboardThemeProvider.applyKeyboardTheme():27 Apply keyboard theme: theme_border_keyboard_mode_screen_size_5_5_keyboard_mode_screen_width_middle_stylesheet_noshadow_pgsans_pillkey_silkpopup_hover_light_phone_navredesign_400_overlay_builtin_dynamic_color_light_base.binarypb:dynamic-gm3-light-fffffbff-ff323dff-53ef4162139db739bccf644a1678e771_land 08-22 17:33:03.368 23950 23950 W AudioManager: Use of stream types is deprecated for operations other than volume control 08-22 17:33:03.368 23950 23950 W AudioManager: See the documentation of requestAudioFocus() for what to use instead with android.media.AudioAttributes to qualify your playback use case 08-22 17:33:03.368 706 3239 I BpBinder: onLastStrongRef automatically unlinking death recipients: 08-22 17:33:03.369 4579 4579 I KeyguardBlueprintViewBinder: runTransition: running IntraBlueprintTransition: currentPriority=-1; config=Config(type=NoTransition, checkPriority=true, terminatePrevious=true) 08-22 17:33:03.370 23771 23771 I KeyboardHeightUtil: KeyboardHeightUtil.calculateMaxKeyboardBodyHeight():45 leave 375 height for app when ime window height:2807, header height:144 and isFullscreenMode:false, so the max keyboard body height is:2288 08-22 17:33:03.370 23771 23771 I KeyboardHeightUtil: KeyboardHeightUtil.calculateMaxKeyboardBodyHeight():45 leave 375 height for app when ime window height:2807, header height:144 and isFullscreenMode:false, so the max keyboard body height is:2288 08-22 17:33:03.370 23771 23771 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():104 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 08-22 17:33:03.370 23771 23771 I InputMethodEntryManager: InputMethodEntryManager.resetLanguages():2701 resetLanguages(): languages=null, conditionName=keyboard_mode 08-22 17:33:03.370 707 6902 W gralloc4: Unable to set buffer name VRI[StatusBar]#4(BLAST Consumer)4: File name too long 08-22 17:33:03.370 23771 23771 I ImeDefCache: ImeDefCache.clearCacheForLanguages():387 clearCacheForLanguages(): [ja-JP] 08-22 17:33:03.370 23771 23771 I AdditionalImeDefCache: AdditionalImeDefCache.clearAdditionalImeDefsForCondition():427 clearAdditionalImeDefsForCondition() clear additional ImeDefs: [] 08-22 17:33:03.370 23771 23771 I InputMethodEntryManager: InputMethodEntryManager.resetLanguages():2714 Clear cache for languages: null, changed=true 08-22 17:33:03.370 23771 23771 I InputMethodEntryManager: InputMethodEntryManager.startLoadingInputMethodEntrySettings():718 Start loading input method entry settings: [LanguageTagVariantTuple{languageTag=en-US, variant=qwerty}, LanguageTagVariantTuple{languageTag=ja-JP, variant=japanese_12keys_toggleflick}, LanguageTagVariantTuple{languageTag=fr-FR, variant=qwerty}] 08-22 17:33:03.371 4308 5139 I MediaFocusControl: requestAudioFocus() from uid/pid 10426/23950 AA=USAGE_MEDIA/CONTENT_TYPE_UNKNOWN clientId=android.media.AudioManager@cf014cfcom.brentvatne.exoplayer.ReactExoplayerView$OnAudioFocusChangedListener@ce1189f callingPack=dev.zoriya.kyoo.dev req=1 flags=0x0 sdk=34 08-22 17:33:03.371 4308 5139 I AS.FadeOutManager: unfadeOutUid() uid:10426 08-22 17:33:03.371 23950 23950 D RNVExoplayer: playWhenReady [eventTime=0.01, mediaPos=0.00, window=0, true, USER_REQUEST] 08-22 17:33:03.371 23771 23771 I InputMethodEntryManager: InputMethodEntryManager.updateInputMethodEntrySettingsLoadingTask():805 update loading task with resetImplicitlyEnabledEntries is false 08-22 17:33:03.372 23950 23950 D RNVExoplayer: audioAttributes [eventTime=0.01, mediaPos=0.00, window=0, 2,0,1,1] 08-22 17:33:03.372 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.initializeInputMethodServiceData():1361 initializeInputMethodServiceData for kbr{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_app_first_start_timestamp=1676824645886_cache_additional_ime_defs_for_condition_change=false_cache_ime_defs_for_condition_change=false_device=phone_device_size=default_enable_flick_symbols=false_enable_more_candidates_view_for_multilingual=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_digits=true_enable_secondary_symbols=false_enable_show_foldable_layout_on_small_tablet=true_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=floating_language=en-US_orientation=portrait_physical_keyboard=qwerty_rtl_layout=false_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.libraries.inputmethod.ime.experiment.ExperimentImeWrapper, imeDef.languageTag=en-US} 08-22 17:33:03.372 4308 5139 W AS.AudioService: Audio Settings Permission Denial: setMode() from pid=23950, uid=10426 08-22 17:33:03.372 3868 23852 W NearbyFastPair: Process 10116 com.google.uid.shared:10116 has 2 packageNames [CONTEXT service_id=265 ] 08-22 17:33:03.373 4308 5139 W AS.AudioService: Audio Settings Permission Denial: setSpeakerphoneOn() from pid=23950, uid=10426 08-22 17:33:03.373 3868 23852 W NearbyFastPair: Process 1000 android.uid.system:1000 has 14 packageNames [CONTEXT service_id=265 ] 08-22 17:33:03.374 23771 23771 I StyledKeyboardThemeBuilder: StyledKeyboardThemeBuilder.build():147 Pref: [], themeName: [silk:], darkMode: [false], cacheKey: [overlay_builtin_dynamic_color_light_base.binarypb:dynamic-gm3-light-fffffbff-ff323dff-53ef4162139db739bccf644a1678e771] 08-22 17:33:03.376 4579 4579 I KeyguardBlueprintViewBinder: onTransitionStart: IntraBlueprintTransition 08-22 17:33:03.376 4579 4579 E KeyguardBlueprintViewBinder: onTransitionEnd: IntraBlueprintTransition 08-22 17:33:03.376 23771 23771 I KeyboardThemeProvider: KeyboardThemeProvider.applyKeyboardTheme():27 Apply keyboard theme: theme_border_keyboard_mode_screen_size_5_5_keyboard_mode_screen_width_middle_stylesheet_noshadow_pgsans_pillkey_silkpopup_hover_light_phone_navredesign_400_overlay_builtin_dynamic_color_light_base.binarypb:dynamic-gm3-light-fffffbff-ff323dff-53ef4162139db739bccf644a1678e771_land 08-22 17:33:03.376 707 6902 W gralloc4: Unable to set buffer name VRI[StatusBar]#4(BLAST Consumer)4: File name too long 08-22 17:33:03.380 23950 23950 D RNVReactExoplayerView: [main] onStateChanged: playWhenReady=true, playbackState=idle 08-22 17:33:03.380 23771 23771 I AndroidIME: InputBundleManager.loadActiveInputBundleId():450 loadActiveInputBundleId: und-Latn-x-password, password 08-22 17:33:03.381 23771 23771 W NotificationCenter: NotificationCenter$NotificationQueue.notifyOnExecutor():847 Heavy notify work detected on UI thread: [kba->kec] takes 29ms 08-22 17:33:03.381 23771 23771 I KeyboardContextProvider: KeyboardContextProvider.setBaseContextAndInvalidKeyboardContextCache():88 setBaseContextAndInvalidKeyboardContextCache(): com.android.inputmethod.latin.LatinIME@4db2c2a 08-22 17:33:03.381 23771 23771 I DeviceModeMonitor2: DeviceModeMonitor2.onConfigurationChanged():68 08-22 17:33:03.381 23771 23771 I DeviceModeMonitor2: DeviceModeMonitor2.calculateAndNotify():107 Device mode 'phone' from display metrics 'DisplayMetrics{density=0.0, width=1440, height=3120, scaledDensity=0.0, xdpi=515.154, ydpi=511.277}' or smallestScreenWidthDp: 411 08-22 17:33:03.381 23771 23771 I InputMethodEntryManager: InputMethodEntryManager.resetLanguages():2701 resetLanguages(): languages=null, conditionName=orientation 08-22 17:33:03.381 23771 23771 I ImeDefCache: ImeDefCache.clearCacheForLanguages():387 clearCacheForLanguages(): [] 08-22 17:33:03.381 23771 23771 I AdditionalImeDefCache: AdditionalImeDefCache.clearAdditionalImeDefsForCondition():427 clearAdditionalImeDefsForCondition() clear additional ImeDefs: [] 08-22 17:33:03.381 23771 23771 I InputMethodEntryManager: InputMethodEntryManager.resetLanguages():2714 Clear cache for languages: null, changed=false 08-22 17:33:03.381 23771 23771 I InputMethodEntryManager: InputMethodEntryManager.startLoadingInputMethodEntrySettings():718 Start loading input method entry settings: [LanguageTagVariantTuple{languageTag=en-US, variant=qwerty}, LanguageTagVariantTuple{languageTag=ja-JP, variant=japanese_12keys_toggleflick}, LanguageTagVariantTuple{languageTag=fr-FR, variant=qwerty}] 08-22 17:33:03.381 23771 23771 I InputMethodEntryManager: InputMethodEntryManager.updateInputMethodEntrySettingsLoadingTask():805 update loading task with resetImplicitlyEnabledEntries is false 08-22 17:33:03.381 23771 23771 I InputMethodEntryManager: InputMethodEntryManager$4.onSuccess():824 Success load entries: [LanguageTagVariantTuple{languageTag=en-US, variant=qwerty}, LanguageTagVariantTuple{languageTag=ja-JP, variant=japanese_12keys_toggleflick}, LanguageTagVariantTuple{languageTag=fr-FR, variant=qwerty}], resetImplicitlyEnabledEntries=false, initialized=true 08-22 17:33:03.382 707 6902 W gralloc4: Unable to set buffer name VRI[StatusBar]#4(BLAST Consumer)4: File name too long 08-22 17:33:03.382 23771 23771 I SystemSubtypesReportModule: SystemSubtypesReportModule$2.onEnabledInputMethodEntriesChanged():122 3 entries 08-22 17:33:03.382 23771 23771 I KeyboardContextProvider: KeyboardContextProvider$KeyboardContextCache.createKeyboardContext():173 createKeyboardContext(): ja-JP, jey@1993774(com.android.inputmethod.latin.LatinIME@4db2c2a), {1.0 208mcc10mnc [ja_JP] ldltr sw411dp w850dp h359dp 560dpi nrml long hdr widecg land finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 3120, 1440) mAppBounds=Rect(145, 0 - 3120, 1356) mMaxBounds=Rect(0, 0 - 3120, 1440) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.62667 fontWeightAdjustment=0} 08-22 17:33:03.382 23771 23771 I KeyboardContextProvider: KeyboardContextProvider$KeyboardContextCache.createKeyboardContext():173 createKeyboardContext(): fr-FR, jey@6779d12(com.android.inputmethod.latin.LatinIME@4db2c2a), {1.0 208mcc10mnc [fr_FR] ldltr sw411dp w850dp h359dp 560dpi nrml long hdr widecg land finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 3120, 1440) mAppBounds=Rect(145, 0 - 3120, 1356) mMaxBounds=Rect(0, 0 - 3120, 1440) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.62667 fontWeightAdjustment=0} 08-22 17:33:03.387 23950 23950 D RNVExoplayer: surfaceSize [eventTime=0.02, mediaPos=0.00, window=0, 1440, 3036] 08-22 17:33:03.389 23771 23771 I InputMethodEntryManager: InputMethodEntryManager.changeCurrentInputMethodEntry():2914 Set current input method entry: source=UNSPECIFIED, entryChanged=false, kbr{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_app_first_start_timestamp=1676824645886_cache_additional_ime_defs_for_condition_change=false_cache_ime_defs_for_condition_change=false_device=phone_device_size=default_enable_flick_symbols=false_enable_more_candidates_view_for_multilingual=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_digits=true_enable_secondary_symbols=false_enable_show_foldable_layout_on_small_tablet=true_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=landscape_physical_keyboard=qwerty_rtl_layout=false_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.libraries.inputmethod.ime.experiment.ExperimentImeWrapper, imeDef.languageTag=en-US} 08-22 17:33:03.389 23771 23771 I InputMethodEntryManager: InputMethodEntryManager.loadAdditionalImeDefsForCurrentEntry():2937 loadAdditionalImeDefsForCurrentEntry(): kbr{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_app_first_start_timestamp=1676824645886_cache_additional_ime_defs_for_condition_change=false_cache_ime_defs_for_condition_change=false_device=phone_device_size=default_enable_flick_symbols=false_enable_more_candidates_view_for_multilingual=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_digits=true_enable_secondary_symbols=false_enable_show_foldable_layout_on_small_tablet=true_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=landscape_physical_keyboard=qwerty_rtl_layout=false_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.libraries.inputmethod.ime.experiment.ExperimentImeWrapper, imeDef.languageTag=en-US} 08-22 17:33:03.390 23771 23771 I InputMethodEntryManager: InputMethodEntryManager$6.onSuccess():2951 Success load additional ImeDefs, entryChanged=false, additionalImeDefsChanged=false, [ksw{stringId=password, language=und-Latn-x-password, languageTag=und-Latn-x-password, processedConditions={variant=qwerty, enable_number_row=false, device=phone}, className=com.google.android.libraries.inputmethod.ime.password.PasswordIme, label=2132018783, keyEventInterpreter=null, inlineComposing=true, autoCapital=true, announceAutoSelectedCandidate=true, statusIcon=0, primeKeyboardType=SOFT, indicatorIcon=0, indicatorLabel=null, displayAppCompletions=false, extraValues=kso{}, processors=kuo@7b16bfb, unacceptableMetaKeys=4098, languageSpecificSettings=0, asciiCapable=false, alwaysShowSuggestions=false, useAsciiPasswordKeyboard=false, secondaryIme=null, keyboardGroupDef=ktw@43bd6b2, phenotypeFlagId=0, localizationLanguageTag=null, supportsInlineSuggestion=false}, ksw{stringId=number, language=und-Latn-x-number, languageTag=und-Latn-x-number, processedConditions={}, className=com.google.android.libraries.inputmethod.ime.DummyIme, label=2132018731, keyEventInterpreter=null, inlineComposing=true, autoCapital=false, announceAutoSelectedCandidate=false, statusIcon=0, primeKeyboardType=SOFT, indicatorIcon=0, indicatorLabel=null, displayAppCompletions=false, extraValues=kso{}, processors=kuo@7b16bfb, unacceptableMetaKeys=4098, languageSpecificSettings=0, asciiCapable=false, alwaysShowSuggestions=false, useAsciiPasswordKeyboard=false, secondaryIme=null, keyboardGroupDef=ktw@16c5e71, phenotypeFlagId=0, localizationLanguageTag=null, supportsInlineSuggestion=false}, ksw{stringId=number_password, language=und-Latn-x-number-password, languageTag=und-Latn-x-number-password, processedConditions={}, className=com.google.android.libraries.inputmethod.ime.DummyIme, label=2132018732, keyEventInterpreter=null, inlineComposing=true, autoCapital=false, announceAutoSelectedCandidate=false, statusIcon=0, primeKeyboardType=SOFT, indicatorIcon=0, indicatorLabel=null, displayAppCompletions=false, extraValues=kso{}, processors=kuo@7b16bfb, unacceptableMetaKeys=4098, languageSpecificSettings=0, asciiCapable=false, alwaysShowSuggestions=false, useAsciiPasswordKeyboard=false, secondaryIme=null, keyboardGroupDef=ktw@c50d456, phenotypeFlagId=0, localizationLanguageTag=null, supportsInlineSuggestion=false}, ksw{stringId=phone_number, language=und-Latn-x-phone-number, languageTag=und-Latn-x-phone-number, processedConditions={}, className=com.google.android.libraries.inputmethod.ime.DummyIme, label=2132018818, keyEventInterpreter=null, inlineComposing=true, autoCapital=false, announceAutoSelectedCandidate=false, statusIcon=0, primeKeyboardType=SOFT, indicatorIcon=0, indicatorLabel=null, displayAppCompletions=false, extraValues=kso{}, processors=kuo@7b16bfb, unacceptableMetaKeys=4098, languageSpecificSettings=0, asciiCapable=false, alwaysShowSuggestions=false, useAsciiPasswordKeyboard=false, secondaryIme=null, keyboardGroupDef=ktw@fa0ccd7, phenotypeFlagId=0, localizationLanguageTag=null, supportsInlineSuggestion=false}, ksw{stringId=date_time, language=und-Latn-x-date-time, languageTag=und-Latn-x-date-time, processedConditions={}, className=com.google.android.libraries.inputmethod.ime.DummyIme, label=2132017518, keyEventInterpreter=null, inlineComposing=true, autoCapital=false, announceAutoSelectedCandidate=false, statusIcon=0, primeKeyboardType=SOFT, indicatorIcon=0, indicatorLabel=null, displayAppCompletions=false, extraValues=kso{}, processors=kuo@7b16bfb, unacceptableMetaKeys=4098, languageSpecificSettings=0, asciiCapable=false, alwaysShowSuggestions=false, useAsciiPasswordKeyboard=false, secondaryIme=null, keyboardGroupDef=ktw@b2ae9c4, phenotypeFlagId=0, localizationLanguageTag=null, supportsInlineSuggestion=false}, ksw{stringId=dummy_hard, language=en, languageTag=en, processedConditions={device=unknown}, className=com.google.android.apps.inputmethod.libs.latin5.LatinDummyIme, label=0, keyEventInterpreter=null, inlineComposing=true, autoCap 08-22 17:33:03.390 23771 23771 I InputMethodEntryManager: ital=false, announceAutoSelectedCandidate=true, statusIcon=0, primeKeyboardType=HARD_QWERTY, indicatorIcon=0, indicatorLabel=null, displayAppCompletions=false, extraValues=kso{}, processors=kuo@7b16bfb, unacceptableMetaKeys=4098, languageSpecificSettings=0, asciiCapable=false, alwaysShowSuggestions=false, useAsciiPasswordKeyboard=false, secondaryIme=null, keyboardGroupDef=ktw@61770ad, phenotypeFlagId=0, localizationLanguageTag=null, supportsInlineSuggestion=false}, ksw{stringId=password_floating_hard_qwerty, language=und-Latn-x-password, languageTag=und-Latn-x-password, processedConditions={}, className=com.google.android.libraries.inputmethod.ime.DummyIme, label=2132018819, keyEventInterpreter=null, inlineComposing=true, autoCapital=false, announceAutoSelectedCandidate=false, statusIcon=2131231645, primeKeyboardType=HARD_QWERTY, indicatorIcon=0, indicatorLabel=null, displayAppCompletions=false, extraValues=kso{}, processors=kuo@7b16bfb, unacceptableMetaKeys=4098, languageSpecificSettings=0, asciiCapable=false, alwaysShowSuggestions=false, useAsciiPasswordKeyboard=false, secondaryIme=null, keyboardGroupDef=ktw@f1ddfe2, phenotypeFlagId=0, localizationLanguageTag=null, supportsInlineSuggestion=false}, ksw{stringId=phone_number_floating_hard_qwerty, language=und-Latn-x-phone-number, languageTag=und-Latn-x-phone-number, processedConditions={}, className=com.google.android.libraries.inputmethod.ime.DummyIme, label=2132018819, keyEventInterpreter=null, inlineComposing=true, autoCapital=false, announceAutoSelectedCandidate=false, statusIcon=2131231836, primeKeyboardType=HARD_QWERTY, indicatorIcon=0, indicatorLabel=null, displayAppCompletions=false, extraValues=kso{}, processors=kuo@7b16bfb, unacceptableMetaKeys=4098, languageSpecificSettings=0, asciiCapable=false, alwaysShowSuggestions=false, useAsciiPasswordKeyboard=false, secondaryIme=null, keyboardGroupDef=ktw@4bb5f73, phenotypeFlagId=0, localizationLanguageTag=null, supportsInlineSuggestion=false}, ksw{stringId=number_floating_hard_qwerty, language=und-Latn-x-number, languageTag=und-Latn-x-number, processedConditions={}, className=com.google.android.libraries.inputmethod.ime.DummyIme, label=2132018819, keyEventInterpreter=null, inlineComposing=true, autoCapital=false, announceAutoSelectedCandidate=false, statusIcon=2131231836, primeKeyboardType=HARD_QWERTY, indicatorIcon=0, indicatorLabel=null, displayAppCompletions=false, extraValues=kso{}, processors=kuo@7b16bfb, unacceptableMetaKeys=4098, languageSpecificSettings=0, asciiCapable=false, alwaysShowSuggestions=false, useAsciiPasswordKeyboard=false, secondaryIme=null, keyboardGroupDef=ktw@cede30, phenotypeFlagId=0, localizationLanguageTag=null, supportsInlineSuggestion=false}, ksw{stringId=date_time_floating_hard_qwerty, language=und-Latn-x-date-time, languageTag=und-Latn-x-date-time, processedConditions={}, className=com.google.android.libraries.inputmethod.ime.DummyIme, label=2132018819, keyEventInterpreter=null, inlineComposing=true, autoCapital=false, announceAutoSelectedCandidate=false, statusIcon=2131231836, primeKeyboardType=HARD_QWERTY, indicatorIcon=0, indicatorLabel=null, displayAppCompletions=false, extraValues=kso{}, processors=kuo@7b16bfb, unacceptableMetaKeys=4098, languageSpecificSettings=0, asciiCapable=false, alwaysShowSuggestions=false, useAsciiPasswordKeyboard=false, secondaryIme=null, keyboardGroupDef=ktw@8e76aa9, phenotypeFlagId=0, localizationLanguageTag=null, supportsInlineSuggestion=false}] 08-22 17:33:03.390 23771 23771 I InputMethodEntryManager: InputMethodEntryManager.onSuccessLoadingAdditionalImeDefs():3015 Additional ImeDefs have been loaded, maybe notify entry change: false 08-22 17:33:03.390 23771 23862 I SP : Registering emoticon_content_description.2022081613, url: https://www.gstatic.com/android/keyboard/emoticon_content_desc/202208161305/superpacks_manifest.json, constraints: W:*:*:*, flags: bg, requested: 2022081613, current: 2022081613 08-22 17:33:03.390 23771 23771 I SystemSubtypesReportModule: SystemSubtypesReportModule$3.onCurrentInputMethodEntryChanged():136 entry: en-US, source: UNSPECIFIED 08-22 17:33:03.390 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.onCurrentInputMethodEntryChanged():3666 onCurrentInputMethodEntryChanged(): imeDefsChanged=false, initializedEntryChanged=false, keyboardContextChanged=false 08-22 17:33:03.391 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.onCurrentInputMethodEntryChanged():3686 Skip the entry change as the input method entry is consider as not changed. 08-22 17:33:03.391 23771 23771 W GoogleInputMethodService: GoogleInputMethodService.reactivateKeyboard():3840 No need to reactivate keyboard when input view is not started. 08-22 17:33:03.391 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.onConfigurationChanged():1656 changedMask : 20000480 08-22 17:33:03.391 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.clearInputMethodServiceData():1603 clearInputMethodServiceData for configurationChange 08-22 17:33:03.391 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.discardAllKeyboardViewAndInputView():1813 discardAllKeyboardViewAndInputView() 08-22 17:33:03.391 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():535 Destroy existing keyboard group manager in fxd 08-22 17:33:03.391 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():120 Create keyboard group manager listenable future in fxd 08-22 17:33:03.391 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():535 Destroy existing keyboard group manager in fvb 08-22 17:33:03.391 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():120 Create keyboard group manager listenable future in fvb 08-22 17:33:03.391 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():535 Destroy existing keyboard group manager in ehx 08-22 17:33:03.391 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():120 Create keyboard group manager listenable future in ehx 08-22 17:33:03.391 23771 29550 I KeyboardGroupDefParser: KeyboardGroupDefParser.parseKeyboardGroupDef():83 parseKeyboardGroupDef() 2132214040 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 1 ms 08-22 17:33:03.391 23771 29556 I KeyboardGroupDefParser: KeyboardGroupDefParser.parseKeyboardGroupDef():83 parseKeyboardGroupDef() 2132214033 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 1 ms 08-22 17:33:03.392 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.maybeDestroyExistingKeyboardGroupManager():535 Destroy existing keyboard group manager in gaf 08-22 17:33:03.392 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension.createKeyboardGroupManagerListenableFuture():120 Create keyboard group manager listenable future in gaf 08-22 17:33:03.392 23771 23771 I KeyboardModeManager: KeyboardModeManager.setInputViewKeyboardViewHolderProvider():618 setInputView() : supportsOneHandedMode=false supportsSplitMode=true 08-22 17:33:03.392 23771 23862 I SP : Syncing emoticon_content_description (2022081613) with slices: [7a635888cb828dfa2fc744b7b9b50f04, 73ddbc26c0b22f61d2081a97a6bd94cc, 5a6773e78c139f5b7ea3bd5d11fc1f63], metadata: false 08-22 17:33:03.392 23771 29551 I KeyboardGroupDefParser: KeyboardGroupDefParser.parseKeyboardGroupDef():83 parseKeyboardGroupDef() 2132216965 -> 0_resource_name_obfuscated : WaitTime = 0 ms : RunTime = 0 ms 08-22 17:33:03.392 23771 23771 I NormalModeController: NormalModeController.getKeyboardBodyViewHolderPaddingBottom():104 currentPrimeKeyboardType:SOFT systemPaddingBottom:-1 08-22 17:33:03.392 23771 29555 I KeyboardGroupDefParser: KeyboardGroupDefParser.parseKeyboardGroupDef():83 parseKeyboardGroupDef() 2132214039 -> 0_resource_name_obfuscated : WaitTime = 1 ms : RunTime = 0 ms 08-22 17:33:03.392 23771 23771 I KeyboardModeManager: KeyboardModeManager.setInputViewKeyboardViewHolderProvider():606 setInputView() : supportsOneHandedMode=false, supportSplitMode=true 08-22 17:33:03.392 23771 23771 I WindowMetricsHelper: WindowMetricsHelper.predictAndNotify():115 Window metrics predicted by cache. 08-22 17:33:03.392 23771 23771 I KeyboardHeightUtil: KeyboardHeightUtil.calculateMaxKeyboardBodyHeight():45 leave 375 height for app when ime window height:1258, header height:144 and isFullscreenMode:false, so the max keyboard body height is:739 08-22 17:33:03.392 23771 23771 I KeyboardHeightUtil: KeyboardHeightUtil.calculateMaxKeyboardBodyHeight():45 leave 375 height for app when ime window height:1258, header height:144 and isFullscreenMode:false, so the max keyboard body height is:739 08-22 17:33:03.392 23771 23771 I DeviceModeMonitor2: DeviceModeMonitor2.calculateAndNotify():107 Device mode 'phone' from display metrics 'DisplayMetrics{density=0.0, width=3120, height=1440, scaledDensity=0.0, xdpi=515.154, ydpi=511.277}' or smallestScreenWidthDp: 411 08-22 17:33:03.392 23771 23771 I GoogleInputMethodService: GoogleInputMethodService$10.onWindowMetricsChanged():1219 windowMetrics: bounds() = Rect(145, 98 - 3120, 1440), insets() = Rect(0, 0 - 0, 84) 08-22 17:33:03.392 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.initializeInputMethodServiceData():1361 initializeInputMethodServiceData for kbr{languageTag=en-US, variant=qwerty, hasLocalizedResources=true, conditionCacheKey=_app_first_start_timestamp=1676824645886_cache_additional_ime_defs_for_condition_change=false_cache_ime_defs_for_condition_change=false_device=phone_device_size=default_enable_flick_symbols=false_enable_more_candidates_view_for_multilingual=false_enable_number_row=false_enable_preemptive_decode=true_enable_secondary_digits=true_enable_secondary_symbols=false_enable_show_foldable_layout_on_small_tablet=true_expressions=normal_four_or_more_letter_rows=false_keyboard_mode=normal_language=en-US_orientation=landscape_physical_keyboard=qwerty_rtl_layout=false_show_secondary_digits=true_show_suggestions=true_split_with_duplicate_keys=true_variant=qwerty, imeDef.stringId=ime_english_united_states, imeDef.className=com.google.android.libraries.inputmethod.ime.experiment.ExperimentImeWrapper, imeDef.languageTag=en-US} 08-22 17:33:03.393 23771 23860 W LatinCommonMetricsProcessor: LatinCommonMetricsProcessor.processInputMethodEntryChanged():2349 The new entry is equal to the old entry 08-22 17:33:03.393 23771 23771 I StyledKeyboardThemeBuilder: StyledKeyboardThemeBuilder.build():147 Pref: [], themeName: [silk:], darkMode: [false], cacheKey: [overlay_builtin_dynamic_color_light_base.binarypb:dynamic-gm3-light-fffffbff-ff323dff-53ef4162139db739bccf644a1678e771] 08-22 17:33:03.394 23771 23771 I KeyboardThemeProvider: KeyboardThemeProvider.applyKeyboardTheme():27 Apply keyboard theme: theme_border_keyboard_mode_screen_size_5_5_keyboard_mode_screen_width_middle_stylesheet_noshadow_pgsans_pillkey_silkpopup_hover_light_phone_navredesign_400_overlay_builtin_dynamic_color_light_base.binarypb:dynamic-gm3-light-fffffbff-ff323dff-53ef4162139db739bccf644a1678e771_land 08-22 17:33:03.395 23771 23771 I AndroidIME: InputBundleManager.loadActiveInputBundleId():450 loadActiveInputBundleId: und-Latn-x-password, password 08-22 17:33:03.396 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1982 onStartInput(EditorInfo{EditorInfo{packageName=dev.zoriya.kyoo.dev, inputType=0, inputTypeString=NULL, enableLearning=false, autoCorrection=false, autoComplete=false, imeOptions=0, privateImeOptions=null, actionName=UNSPECIFIED, actionLabel=null, initialSelStart=-1, initialSelEnd=-1, initialCapsMode=0, label=null, fieldId=0, fieldName=null, extras=null, hintText=null, hintLocales=[]}}, true) 08-22 17:33:03.396 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2246 repeatCheckTimes = 1, locked = false 08-22 17:33:03.396 23771 23771 W SessionManager: SessionManager.beginSession():53 Try to begin an already begun session [INPUT_SESSION], end it first 08-22 17:33:03.397 23771 23771 I AndroidIME: InputBundleManager.loadActiveInputBundleId():450 loadActiveInputBundleId: und-Latn-x-password, password 08-22 17:33:03.399 4308 10443 W PackageConfigPersister: App-specific configuration not found for packageName: dev.zoriya.kyoo.dev and userId: 0 08-22 17:33:03.399 23771 23771 I DictionarySuperpacksManager: DictionarySuperpacksManager$1.onEnabledInputMethodEntriesChanged():65 onEnabledInputMethodEntriesChanged 08-22 17:33:03.400 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension$3.onSuccess():549 KeyboardGroupManager destroyed in fxd. 08-22 17:33:03.400 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension$3.onSuccess():549 KeyboardGroupManager destroyed in fvb. 08-22 17:33:03.400 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension$3.onSuccess():549 KeyboardGroupManager destroyed in ehx. 08-22 17:33:03.400 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension$3.onSuccess():549 KeyboardGroupManager destroyed in gaf. 08-22 17:33:03.400 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension$3.onFailure():557 Failed to load KeyboardGroupManager in fxd. 08-22 17:33:03.400 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension$3.onFailure():557 Failed to load KeyboardGroupManager in fvb. 08-22 17:33:03.400 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension$3.onFailure():557 Failed to load KeyboardGroupManager in ehx. 08-22 17:33:03.401 23771 23771 I AbstractOpenableExtension: AbstractOpenableExtension$3.onFailure():557 Failed to load KeyboardGroupManager in gaf. 08-22 17:33:03.417 23771 23862 I SP : Registering content_cache.2024032915, url: https://www.gstatic.com/android/keyboard/modelpack/contentcache/202403291544/superpacks_manifest.json, constraints: W:*:*:*, flags: bg, requested: 2024032915, current: 2024032915 08-22 17:33:03.418 707 6902 W gralloc4: Unable to set buffer name VRI[MainActivity]#13(BLAST Consumer)13: File name too long 08-22 17:33:03.423 23771 23862 I SP : Sync for emoticon_content_description succeeded in 32 ms: no changes 08-22 17:33:03.423 23771 23862 I SP : GC for 'emoticon_content_description' (10) with ttl of 0 ms took 0 ms (0/0/0) 08-22 17:33:03.423 4308 10443 I WindowManager: finishDrawing of orientation change: Window{f2b5a09 u0 dev.zoriya.kyoo.dev/dev.zoriya.kyoo.dev.MainActivity} 168ms 08-22 17:33:03.424 23771 23862 I SP : Syncing content_cache (2024032915) with slices: [74ed8b2e38ec1bc8af70aa63d8ec49de, 8722425f4121ffdea802b1066df73991, fa1da98da1212aad6fb9a8efaff48148], metadata: true 08-22 17:33:03.427 23950 23950 W RNVVideoPlaybackService: [main] Received Command without playerId 08-22 17:33:03.430 23950 23950 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. 08-22 17:33:03.430 4308 4325 V WindowManager: Sent Transition (#12743) createdAt=08-22 17:33:03.190 via request=TransitionRequestInfo { type = CHANGE, triggerTask = null, pipTask = null, remoteTransition = null, displayChange = DisplayChange { displayId = 0, startAbsBounds = null, endAbsBounds = null, startRotation = 0, endRotation = 1, physicalDisplayChanged = false }, flags = 0, debugId = 12743 } 08-22 17:33:03.430 4308 4325 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 08-22 17:33:03.430 4308 4325 V WindowManager: info={id=12743 t=CHANGE f=0x0 trk=0 r=[0@Point(0, 0)] c=[ 08-22 17:33:03.430 4308 4325 V WindowManager: {WCT{RemoteToken{1b584a4 Task{4f3e5c8 #30021 type=standard A=10426:dev.zoriya.kyoo.dev}}} m=CHANGE f=NONE p=WCT{RemoteToken{c51435a DefaultTaskDisplayArea@209076526}} leash=Surface(name=Task=30021)/@0xa727c36 sb=Rect(0, 0 - 1440, 3120) eb=Rect(0, 0 - 3120, 1440) d=0 r=0->1:0}, 08-22 17:33:03.430 4308 4325 V WindowManager: {WCT{RemoteToken{c51435a DefaultTaskDisplayArea@209076526}} m=CHANGE f=NONE p=WCT{RemoteToken{a6577ab OneHanded:0:14@32769381}} leash=Surface(name=DefaultTaskDisplayArea)/@0xf1087f7 sb=Rect(0, 0 - 1440, 3120) eb=Rect(0, 0 - 3120, 1440) d=0 r=0->1:-1}, 08-22 17:33:03.430 4308 4325 V WindowManager: {WCT{RemoteToken{a6577ab OneHanded:0:14@32769381}} m=CHANGE f=NONE p=WCT{RemoteToken{4bbbb74 Display{#0 state=ON size=3120x1440 ROTATION_90}}} leash=Surface(name=OneHanded:0:14)/@0x1f57c1c sb=Rect(0, 0 - 1440, 3120) eb=Rect(0, 0 - 3120, 1440) d=0 r=0->1:-1}, 08-22 17:33:03.430 4308 4325 V WindowManager: {WCT{RemoteToken{4bbbb74 Display{#0 state=ON size=3120x1440 ROTATION_90}}} m=CHANGE f=IS_DISPLAY leash=Surface(name=WindowedMagnification:0:31)/@0x4e44093 sb=Rect(0, 0 - 1440, 3120) eb=Rect(0, 0 - 3120, 1440) d=0 r=0->1:-1} 08-22 17:33:03.430 4308 4325 V WindowManager: ]} 08-22 17:33:03.431 4308 10443 I MediaSessionStack: addSession to bottom of stack | record: dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0) 08-22 17:33:03.431 25209 25209 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 2 08-22 17:33:03.432 25209 25209 D MediaPlayerList: onActiveSessionsChanged: controller: dev.zoriya.kyoo.dev 08-22 17:33:03.432 25209 25209 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.apps.youtube.music 08-22 17:33:03.433 4579 4601 V WindowManagerShell: onTransitionReady (#12743) android.os.BinderProxy@86a56bf: {id=12743 t=CHANGE f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@a8e81d4} m=CHANGE f=NONE p=WCT{android.window.IWindowContainerToken$Stub$Proxy@8340f7d} leash=Surface(name=Task=30021)/@0x9dba61a sb=Rect(0, 0 - 1440, 3120) eb=Rect(0, 0 - 3120, 1440) d=0 r=0->1:0},{WCT{android.window.IWindowContainerToken$Stub$Proxy@290de72} m=CHANGE f=NONE p=WCT{android.window.IWindowContainerToken$Stub$Proxy@9a1a2c3} leash=Surface(name=DefaultTaskDisplayArea)/@0x13dd54b sb=Rect(0, 0 - 1440, 3120) eb=Rect(0, 0 - 3120, 1440) d=0 r=0->1:-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@f3be740} m=CHANGE f=NONE p=WCT{android.window.IWindowContainerToken$Stub$Proxy@8772679} leash=Surface(name=OneHanded:0:14)/@0x152db28 sb=Rect(0, 0 - 1440, 3120) eb=Rect(0, 0 - 3120, 1440) d=0 r=0->1:-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@30a6fbe} m=CHANGE f=IS_DISPLAY leash=Surface(name=WindowedMagnification:0:31)/@0x7fdb041 sb=Rect(0, 0 - 1440, 3120) eb=Rect(0, 0 - 3120, 1440) d=0 r=0->1:-1 snapshot=Surface(name=RotationLayer)/@0x5fe09e6}]} 08-22 17:33:03.433 4579 4601 V WindowManagerShell: Playing animation for (#12743) android.os.BinderProxy@86a56bf@0 08-22 17:33:03.433 4579 4601 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultMixedHandler@2c308df 08-22 17:33:03.433 4579 4601 V WindowManagerShell: try handler com.android.wm.shell.keyguard.KeyguardTransitionHandler@538e92c 08-22 17:33:03.433 4579 4601 V WindowManagerShell: try handler com.android.wm.shell.pip.PipTransition@44edff5 08-22 17:33:03.433 4579 4601 V WindowManagerShell: try handler com.android.wm.shell.activityembedding.ActivityEmbeddingController@a50318a 08-22 17:33:03.433 4579 4601 V WindowManagerShell: try handler com.android.wm.shell.recents.RecentsTransitionHandler@df953fb 08-22 17:33:03.433 4579 4601 V ShellRecents: RecentsTransitionHandler.startAnimation: no controller found 08-22 17:33:03.433 4579 4601 V WindowManagerShell: try handler com.android.wm.shell.splitscreen.StageCoordinator@ac81b34 08-22 17:33:03.433 4579 4601 V WindowManagerShell: try handler com.android.wm.shell.transition.RemoteTransitionHandler@9e16c18 08-22 17:33:03.433 4579 4601 V WindowManagerShell: try handler com.android.wm.shell.transition.DefaultTransitionHandler@67a8671 08-22 17:33:03.433 4579 4601 V WindowManagerShell: start default transition animation, info = {id=12743 t=CHANGE f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@a8e81d4} m=CHANGE f=NONE p=WCT{android.window.IWindowContainerToken$Stub$Proxy@8340f7d} leash=Surface(name=Task=30021)/@0x9dba61a sb=Rect(0, 0 - 1440, 3120) eb=Rect(0, 0 - 3120, 1440) d=0 r=0->1:0},{WCT{android.window.IWindowContainerToken$Stub$Proxy@290de72} m=CHANGE f=NONE p=WCT{android.window.IWindowContainerToken$Stub$Proxy@9a1a2c3} leash=Surface(name=DefaultTaskDisplayArea)/@0x13dd54b sb=Rect(0, 0 - 1440, 3120) eb=Rect(0, 0 - 3120, 1440) d=0 r=0->1:-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@f3be740} m=CHANGE f=NONE p=WCT{android.window.IWindowContainerToken$Stub$Proxy@8772679} leash=Surface(name=OneHanded:0:14)/@0x152db28 sb=Rect(0, 0 - 1440, 3120) eb=Rect(0, 0 - 3120, 1440) d=0 r=0->1:-1},{WCT{android.window.IWindowContainerToken$Stub$Proxy@30a6fbe} m=CHANGE f=IS_DISPLAY leash=Surface(name=WindowedMagnification:0:31)/@0x7fdb041 sb=Rect(0, 0 - 1440, 3120) eb=Rect(0, 0 - 3120, 1440) d=0 r=0->1:-1 snapshot=Surface(name=RotationLayer)/@0x5fe09e6}]} 08-22 17:33:03.434 4579 4601 V WindowManagerShell: Display is changing, resolve the animation hint. 08-22 17:33:03.434 4579 4601 V WindowManagerShell: task 30021 isn't requesting seamless, so not seamless. 08-22 17:33:03.434 4308 10443 D MediaSessionService: onSessionPlaybackStateChanged: record=dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0)playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=1202677778, actions=7339655, custom actions=[], active item id=0, error=null}allowRunningInForeground=false 08-22 17:33:03.435 4308 9752 W UserManagerService: Requested status bar icon for non-badged user 0 08-22 17:33:03.435 4308 9763 D MediaSessionService: onSessionActiveStateChanged: record=dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0)playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=1202677778, actions=7339655, custom actions=[], active item id=0, error=null}allowRunningInForeground=false 08-22 17:33:03.436 4308 5139 D MediaSessionService: onSessionPlaybackStateChanged: record=dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0)playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=1202677780, actions=7339655, custom actions=[], active item id=0, error=null}allowRunningInForeground=false 08-22 17:33:03.436 707 6902 W gralloc4: Unable to set buffer name VRI[MainActivity]#13(BLAST Consumer)13: File name too long 08-22 17:33:03.436 4579 4601 V WindowManagerShell: animated by com.android.wm.shell.transition.DefaultTransitionHandler@67a8671 08-22 17:33:03.438 4308 9752 D MediaSessionService: onSessionPlaybackStateChanged: record=dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0)playbackState=PlaybackState {state=NONE(0), position=0, buffered position=0, speed=0.0, updated=1202677781, actions=7339655, custom actions=[Action:mName='forward, mIcon=2131230930, mExtras=Bundle[EMPTY_PARCEL], Action:mName='backward, mIcon=2131230935, mExtras=Bundle[EMPTY_PARCEL]], active item id=0, error=null}allowRunningInForeground=false 08-22 17:33:03.444 23950 23950 D RNVExoplayer: timeline [eventTime=0.08, mediaPos=130.00, window=0, periodCount=1, windowCount=1, reason=PLAYLIST_CHANGED 08-22 17:33:03.444 23950 23950 D RNVExoplayer: period [?] 08-22 17:33:03.444 23950 23950 D RNVExoplayer: window [?, seekable=false, dynamic=true] 08-22 17:33:03.444 23950 23950 D RNVExoplayer: ] 08-22 17:33:03.445 707 6902 W gralloc4: Unable to set buffer name VRI[MainActivity]#13(BLAST Consumer)13: File name too long 08-22 17:33:03.447 23950 23950 D RNVExoplayer: mediaItem [eventTime=0.08, mediaPos=130.00, window=0, reason=PLAYLIST_CHANGED] 08-22 17:33:03.450 4308 5139 D MediaSessionService: onSessionPlaybackStateChanged: record=dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0)playbackState=PlaybackState {state=NONE(0), position=130000, buffered position=130000, speed=0.0, updated=1202677794, actions=7339671, custom actions=[Action:mName='forward, mIcon=2131230930, mExtras=Bundle[EMPTY_PARCEL], Action:mName='backward, mIcon=2131230935, mExtras=Bundle[EMPTY_PARCEL]], active item id=0, error=null}allowRunningInForeground=false 08-22 17:33:03.451 25209 25209 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=STOPPED(1), position=0, buffered position=0, speed=1.0, updated=1199043035, actions=11959, custom actions=[Action:mName='シャッフル(オフ), mIcon=2131232434, mExtras=null, Action:mName='高く評価, mIcon=2131232809, mExtras=null, Action:mName='リピート(オフ), mIcon=2131232383, mExtras=null, Action:mName='低く評価, mIcon=2131232803, mExtras=null], active item id=-1, error=null} 08-22 17:33:03.451 25209 25209 I bt_stack: [INFO:avrcp_service.cc(518)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=0 : queue=0 08-22 17:33:03.451 25209 25209 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 3 08-22 17:33:03.451 4308 5139 D MediaSessionService: onSessionPlaybackStateChanged: record=dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0)playbackState=PlaybackState {state=NONE(0), position=130000, buffered position=130000, speed=0.0, updated=1202677796, actions=7339671, custom actions=[Action:mName='forward, mIcon=2131230930, mExtras=Bundle[EMPTY_PARCEL], Action:mName='backward, mIcon=2131230935, mExtras=Bundle[EMPTY_PARCEL]], active item id=0, error=null}allowRunningInForeground=false 08-22 17:33:03.452 25209 25209 D MediaPlayerList: onActiveSessionsChanged: controller: dev.zoriya.kyoo.dev 08-22 17:33:03.452 23950 23950 D RNVExoplayer: state [eventTime=0.09, mediaPos=130.00, window=0, BUFFERING] 08-22 17:33:03.453 25209 25209 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.apps.youtube.music 08-22 17:33:03.453 707 6902 W gralloc4: Unable to set buffer name VRI[MainActivity]#13(BLAST Consumer)13: File name too long 08-22 17:33:03.453 4308 10443 I MediaSessionStack: onPlaybackStateChanged - Pushing session to top | record: dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0) 08-22 17:33:03.454 4308 10443 D MediaSessionService: onSessionPlaybackStateChanged: record=dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0)playbackState=PlaybackState {state=BUFFERING(6), position=130000, buffered position=130000, speed=0.0, updated=1202677797, actions=7339671, custom actions=[Action:mName='forward, mIcon=2131230930, mExtras=Bundle[EMPTY_PARCEL], Action:mName='backward, mIcon=2131230935, mExtras=Bundle[EMPTY_PARCEL]], active item id=0, error=null}allowRunningInForeground=true 08-22 17:33:03.454 23950 27703 D TrafficStats: tagSocket(142) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:03.459 23950 29752 D TrafficStats: tagSocket(214) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:03.462 25209 25209 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=STOPPED(1), position=0, buffered position=0, speed=1.0, updated=1199043035, actions=11959, custom actions=[Action:mName='シャッフル(オフ), mIcon=2131232434, mExtras=null, Action:mName='高く評価, mIcon=2131232809, mExtras=null, Action:mName='リピート(オフ), mIcon=2131232383, mExtras=null, Action:mName='低く評価, mIcon=2131232803, mExtras=null], active item id=-1, error=null} 08-22 17:33:03.462 25209 25209 I bt_stack: [INFO:avrcp_service.cc(518)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=0 : queue=0 08-22 17:33:03.462 25209 25209 D MediaPlayerList: onActiveSessionsChanged: controller: dev.zoriya.kyoo.dev 08-22 17:33:03.464 708 708 W hwc-display: FBManager: cached buffers size 33 exceeds limitation(32) while adding fbId 195 08-22 17:33:03.466 708 708 E hwc-display: [PrimaryDisplay] resetColorMappingInfoForClientComp:: resetColorMappingInfo() idx=1 error(-22) 08-22 17:33:03.466 708 708 E hwc-display: Fail to open file /data/vendor/log/hwc/PrimaryDisplay_hwc_error_log0.txt, error: Permission denied 08-22 17:33:03.466 708 708 E hwc-display: Fail to open file /data/log/PrimaryDisplay_hwc_error_log0.txt, error: No such file or directory 08-22 17:33:03.466 708 708 E hwc-display: Unable to open log file for PrimaryDisplay_hwc_error_log0.txt 08-22 17:33:03.461 708 708 W binder:708_2: type=1400 audit(0.0:105633): avc: denied { search } for name="log" dev="dm-63" ino=315 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:vendor_log_file:s0 tclass=dir permissive=0 08-22 17:33:03.461 708 708 W binder:708_2: type=1400 audit(0.0:105634): avc: denied { search } for name="log" dev="dm-63" ino=315 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:vendor_log_file:s0 tclass=dir permissive=0 08-22 17:33:03.468 23950 23950 D RNVReactExoplayerView: [main] onStateChanged: playWhenReady=true, playbackState=buffering 08-22 17:33:03.469 23771 23862 I SP : Sync for content_cache succeeded in 47 ms: no changes 08-22 17:33:03.470 23771 23862 I SP : GC for 'content_cache' (10) with ttl of 0 ms took 1 ms (0/1/0) 08-22 17:33:03.471 23950 23950 D RNVExoplayer: timeline [eventTime=0.10, mediaPos=130.00, window=0, periodCount=1, windowCount=1, reason=PLAYLIST_CHANGED 08-22 17:33:03.471 23950 23950 D RNVExoplayer: period [?] 08-22 17:33:03.471 23950 23950 D RNVExoplayer: window [?, seekable=false, dynamic=true] 08-22 17:33:03.471 23950 23950 D RNVExoplayer: ] 08-22 17:33:03.473 23950 23950 D RNVExoplayer: positionDiscontinuity [eventTime=0.11, mediaPos=130.00, window=0, reason=REMOVE, PositionInfo:old [mediaItem=0, period=0, pos=130000], PositionInfo:new [mediaItem=0, period=0, pos=130000]] 08-22 17:33:03.475 4308 9763 D MediaSessionService: onSessionPlaybackStateChanged: record=dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0)playbackState=PlaybackState {state=BUFFERING(6), position=130000, buffered position=130000, speed=0.0, updated=1202677818, actions=7339671, custom actions=[Action:mName='forward, mIcon=2131230930, mExtras=Bundle[EMPTY_PARCEL], Action:mName='backward, mIcon=2131230935, mExtras=Bundle[EMPTY_PARCEL]], active item id=0, error=null}allowRunningInForeground=true 08-22 17:33:03.478 23950 23950 D RNVExoplayer: mediaItem [eventTime=0.11, mediaPos=130.00, window=0, reason=PLAYLIST_CHANGED] 08-22 17:33:03.481 4308 9763 D MediaSessionService: onSessionPlaybackStateChanged: record=dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0)playbackState=PlaybackState {state=BUFFERING(6), position=130000, buffered position=130000, speed=0.0, updated=1202677824, actions=7339671, custom actions=[Action:mName='forward, mIcon=2131230930, mExtras=Bundle[EMPTY_PARCEL], Action:mName='backward, mIcon=2131230935, mExtras=Bundle[EMPTY_PARCEL]], active item id=0, error=null}allowRunningInForeground=true 08-22 17:33:03.485 23950 29752 D TrafficStats: tagSocket(133) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:03.485 8630 8630 I MediaRemoteController: onTopControllerChanged controller: MediaControllerWrapperImpl(controller=android.media.session.MediaController@adedd41, packageName=dev.zoriya.kyoo.dev, tag=androidx.media3.session.id.RNVideoPlaybackService_23593721, metadata=android.media.MediaMetadata@6124ebc2, playbackState=PlaybackState {state=BUFFERING(6), position=130000, buffered position=130000, speed=0.0, updated=1202677824, actions=7339671, custom actions=[Action:mName='forward, mIcon=2131230930, mExtras=Bundle[EMPTY_PARCEL], Action:mName='backward, mIcon=2131230935, mExtras=Bundle[EMPTY_PARCEL]], active item id=0, error=null}, playbackInfo=playbackType=1, volumeControlType=2, maxVolume=25, currentVolume=12, audioAttrs=AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null, volumeControlId=null, transportControls=ogm@99432e6, extras=null, queue.size=1, sessionToken=android.media.session.MediaSession$Token@d7d8aae) 08-22 17:33:03.493 8630 8630 I MediaRemoteController: detachFromMediaController: MediaControllerWrapperImpl(controller=android.media.session.MediaController@32ce4b0, packageName=com.google.android.apps.youtube.music, tag=YouTube playerlib, metadata=android.media.MediaMetadata@439fc240, playbackState=PlaybackState {state=STOPPED(1), position=0, buffered position=0, speed=1.0, updated=1199043035, actions=11959, custom actions=[Action:mName='シャッフル(オフ), mIcon=2131232434, mExtras=null, Action:mName='高く評価, mIcon=2131232809, mExtras=null, Action:mName='リピート(オフ), mIcon=2131232383, mExtras=null, Action:mName='低く評価, mIcon=2131232803, mExtras=null], active item id=-1, error=null}, playbackInfo=playbackType=1, volumeControlType=2, maxVolume=25, currentVolume=12, audioAttrs=AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null, volumeControlId=null, transportControls=ogm@7eb2f29, extras=Bundle[mParcelledData.dataSize=348], queue.size=25, sessionToken=android.media.session.MediaSession$Token@4e4f53b) 08-22 17:33:03.493 8630 8630 I MediaControlProxy: Processing data item delete 08-22 17:33:03.495 23950 23950 D RNVExoplayer: surfaceSize [eventTime=0.13, mediaPos=130.00, window=0, 1440, 3120] 08-22 17:33:03.496 8630 8630 I MediaControlProxy: hasTrackChanged: true 08-22 17:33:03.496 8630 8630 I MediaControlProxy: Media track changed. Resetting position. 08-22 17:33:03.496 8630 8630 I MediaControlProxy: hasArtworkChanged: false 08-22 17:33:03.496 8630 8630 I MediaControlProxy: playback speed changed from 1.0 to 0.0 08-22 17:33:03.496 8630 8630 I MediaControlProxy: Processing data item update. Reason: onAttachToClient, newMedia: MediaValue@8f167c3 08-22 17:33:03.496 8630 8630 I MediaControlProxy: Media diff: metadata(old=MediaMetadata(artist=hash[de89a61], title=hash[3197986], rating=Rating:style=2 rating=unrated, queueMediaId=null, duration=207000, durationChanges=0, mediaUri=null), new=MediaMetadata(artist=hash[null], title=hash[38c840], rating=null, queueMediaId=, duration=0, durationChanges=0, mediaUri=http://192.168.0.113:8901/api/episode/hyouka-s1e8/master.m3u8)), artwork(old=bok@883c247, new=null), queueId(old=-1, new=0), actions(old=11959, new=7339671), packageInfo(old=PackageInfo(packageName='com.google.android.apps.youtube.music', appLabel=YouTube Music, certificateHistoryHashBytes=[[B@f358a74, [B@3b37b9d]), new=PackageInfo(packageName='dev.zoriya.kyoo.dev', appLabel=Kyoo Development, certificateHistoryHashBytes=[[B@6b0f379])), mediaQueue(old=MediaQueue[size=25], new=MediaQueue[size=1]), mediaTheme(old=MediaTheme(colorPrimaryDark=-14869219, colorPrimary=-14869219), new=MediaTheme(colorPrimaryDark=-9079435, colorPrimary=-16630679)), sessionTokenHash(old=android.media.session.MediaSession$Token@4e4f53b, new=android.media.session.MediaSession$Token@d7d8aae), position(old=0, new=130000), lastPositionUpdateTime(old=1724337148691, new=1724340783480), playbackSpeed(old=1.0, new=0.0), contentTimestamp(old=1201840114, new=-1), timestampForDataItemToReuse(old=1201840114, new=-1), mediaNotificationActive(old=true, new=false), 08-22 17:33:03.496 8630 8630 I MediaControlProxy: syncing media, Reason: onAttachToClient, newMedia: MediaValue@8f167c3, finalMedia: MediaValue@c1cb8be 08-22 17:33:03.497 8630 27996 I MediaDataItemHandler: Processing sync data request of type CLIENT_UPDATE. 08-22 17:33:03.501 25209 25263 I bt_btm_pm: BTM_SetPowerMode: Setting power mode for peer:xx:xx:xx:xx:98:79 current_mode:immediate:sniff[2] new_mode:forced:active[0] 08-22 17:33:03.501 25209 25263 I bt_btm_pm: btm_pm_snd_md_req: Switching from immediate:sniff[0x02] to immediate:active[0x00] 08-22 17:33:03.502 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.502 8630 8630 I MediaDataItemHandler: Send mediaMessage MediaValue@c1cb8be (297 bytes) to node 566d9ad1 08-22 17:33:03.502 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:33 id:419 08-22 17:33:03.513 25209 25263 I bt_btm_pm: btm_pm_proc_cmd_status: Clearing pending power mode link state:immediate:pending 08-22 17:33:03.513 25209 25263 E bluetooth: bta_dm_pm_btm_status: Received unknown power mode status event:5 08-22 17:33:03.516 3868 4214 I CloudNode: Smearing upload. Delay: 259367ms. 08-22 17:33:03.516 3868 4214 I AlarmManager: set [name: CloudNode type: 2 triggerAtMillis: 1202937227 windowMillis: -1 intervalMillis: 0] 08-22 17:33:03.518 25209 25263 I bt_btm_pm: BTM_SetPowerMode: Current power mode is hold or pending status or pending links state:immediate:pending[5] pm_pending_link:0 08-22 17:33:03.518 25209 25263 I bt_btm_pm: BTM_SetPowerMode: Setting stored bitmask for peer:xx:xx:xx:xx:98:79 08-22 17:33:03.518 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.518 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:33 id:419 08-22 17:33:03.534 23950 23950 D RNVExoplayer: loading [eventTime=0.17, mediaPos=130.00, window=0, true] 08-22 17:33:03.536 23950 23950 D RNVExoplayer: surfaceSize [eventTime=0.17, mediaPos=130.00, window=0, period=0, 2975, 1440] 08-22 17:33:03.541 708 708 E hwc-display: [PrimaryDisplay] resetColorMappingInfoForClientComp:: resetColorMappingInfo() idx=1 error(-22) 08-22 17:33:03.541 708 708 E hwc-display: Fail to open file /data/vendor/log/hwc/PrimaryDisplay_hwc_error_log0.txt, error: Permission denied 08-22 17:33:03.541 708 708 E hwc-display: Fail to open file /data/log/PrimaryDisplay_hwc_error_log0.txt, error: No such file or directory 08-22 17:33:03.541 708 708 E hwc-display: Unable to open log file for PrimaryDisplay_hwc_error_log0.txt 08-22 17:33:03.541 708 708 E hwc-display: [PrimaryDisplay] resetColorMappingInfoForClientComp:: resetColorMappingInfo() idx=2 error(-22) 08-22 17:33:03.541 708 708 E hwc-display: Fail to open file /data/vendor/log/hwc/PrimaryDisplay_hwc_error_log0.txt, error: Permission denied 08-22 17:33:03.541 708 708 E hwc-display: Fail to open file /data/log/PrimaryDisplay_hwc_error_log0.txt, error: No such file or directory 08-22 17:33:03.541 708 708 E hwc-display: Unable to open log file for PrimaryDisplay_hwc_error_log0.txt 08-22 17:33:03.541 708 708 E hwc-display: [PrimaryDisplay] resetColorMappingInfoForClientComp:: resetColorMappingInfo() idx=3 error(-22) 08-22 17:33:03.541 708 708 E hwc-display: Fail to open file /data/vendor/log/hwc/PrimaryDisplay_hwc_error_log0.txt, error: Permission denied 08-22 17:33:03.541 708 708 E hwc-display: Fail to open file /data/log/PrimaryDisplay_hwc_error_log0.txt, error: No such file or directory 08-22 17:33:03.541 708 708 E hwc-display: Unable to open log file for PrimaryDisplay_hwc_error_log0.txt 08-22 17:33:03.541 708 708 E hwc-display: [PrimaryDisplay] resetColorMappingInfoForClientComp:: resetColorMappingInfo() idx=4 error(-22) 08-22 17:33:03.541 708 708 E hwc-display: Fail to open file /data/vendor/log/hwc/PrimaryDisplay_hwc_error_log0.txt, error: Permission denied 08-22 17:33:03.541 708 708 E hwc-display: Fail to open file /data/log/PrimaryDisplay_hwc_error_log0.txt, error: No such file or directory 08-22 17:33:03.541 708 708 E hwc-display: Unable to open log file for PrimaryDisplay_hwc_error_log0.txt 08-22 17:33:03.541 708 708 E hwc-display: [PrimaryDisplay] resetColorMappingInfoForClientComp:: resetColorMappingInfo() idx=5 error(-22) 08-22 17:33:03.541 708 708 E hwc-display: Fail to open file /data/vendor/log/hwc/PrimaryDisplay_hwc_error_log0.txt, error: Permission denied 08-22 17:33:03.541 708 708 E hwc-display: Fail to open file /data/log/PrimaryDisplay_hwc_error_log0.txt, error: No such file or directory 08-22 17:33:03.541 708 708 E hwc-display: Unable to open log file for PrimaryDisplay_hwc_error_log0.txt 08-22 17:33:03.537 708 708 W binder:708_2: type=1400 audit(0.0:105635): avc: denied { search } for name="log" dev="dm-63" ino=315 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:vendor_log_file:s0 tclass=dir permissive=0 08-22 17:33:03.537 708 708 W binder:708_2: type=1400 audit(0.0:105636): avc: denied { search } for name="log" dev="dm-63" ino=315 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:vendor_log_file:s0 tclass=dir permissive=0 08-22 17:33:03.537 708 708 W binder:708_2: type=1400 audit(0.0:105637): avc: denied { search } for name="log" dev="dm-63" ino=315 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:vendor_log_file:s0 tclass=dir permissive=0 08-22 17:33:03.537 708 708 W binder:708_2: type=1400 audit(0.0:105638): avc: denied { search } for name="log" dev="dm-63" ino=315 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:vendor_log_file:s0 tclass=dir permissive=0 08-22 17:33:03.537 708 708 W binder:708_2: type=1400 audit(0.0:105639): avc: denied { search } for name="log" dev="dm-63" ino=315 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:vendor_log_file:s0 tclass=dir permissive=0 08-22 17:33:03.537 708 708 W binder:708_2: type=1400 audit(0.0:105640): avc: denied { search } for name="log" dev="dm-63" ino=315 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:vendor_log_file:s0 tclass=dir permissive=0 08-22 17:33:03.537 708 708 W binder:708_2: type=1400 audit(0.0:105641): avc: denied { search } for name="log" dev="dm-63" ino=315 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:vendor_log_file:s0 tclass=dir permissive=0 08-22 17:33:03.544 8630 18654 I MediaDataItemHandler: Media data item updated: MediaValue@c1cb8be 08-22 17:33:03.550 25209 25263 I bt_btm_pm: BTM_SetPowerMode: Setting power mode for peer:xx:xx:xx:xx:98:79 current_mode:stored:pending[133] new_mode:forced:active[0] 08-22 17:33:03.550 25209 25263 I bt_btm_pm: btm_pm_snd_md_req: Switching from stored:pending[0x85] to immediate:active[0x00] 08-22 17:33:03.550 25209 25263 E bt_btm_pm: btm_pm_snd_md_req: pm_pending_link maxed out 08-22 17:33:03.550 25209 25263 W bluetooth: bta_dm_pm_active: Unable to set active power mode for device:xx:xx:xx:xx:98:79 status:BTM_NO_RESOURCES 08-22 17:33:03.550 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.550 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.550 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.550 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:33 id:419 08-22 17:33:03.553 3868 4214 I CloudNode: Should smear, but an alarm is already scheduled. Doing nothing. 08-22 17:33:03.600 4308 5139 I ImeTracker: dev.zoriya.kyoo.dev:fcd7e6b2: onRequestHide at ORIGIN_SERVER reason HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR fromUser false 08-22 17:33:03.601 4308 5139 I ImeTracker: dev.zoriya.kyoo.dev:fcd7e6b2: onCancelled at PHASE_SERVER_SHOULD_HIDE 08-22 17:33:03.601 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3184 08-22 17:33:03.602 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2246 repeatCheckTimes = 0, locked = false 08-22 17:33:03.602 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1982 onStartInput(EditorInfo{EditorInfo{packageName=dev.zoriya.kyoo.dev, inputType=0, inputTypeString=NULL, enableLearning=false, autoCorrection=false, autoComplete=false, imeOptions=0, privateImeOptions=null, actionName=UNSPECIFIED, actionLabel=null, initialSelStart=-1, initialSelEnd=-1, initialCapsMode=0, label=null, fieldId=0, fieldName=null, extras=null, hintText=null, hintLocales=[]}}, false) 08-22 17:33:03.602 23771 23771 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2246 repeatCheckTimes = 1, locked = false 08-22 17:33:03.603 23771 23771 I AndroidIME: InputBundleManager.loadActiveInputBundleId():450 loadActiveInputBundleId: und-Latn-x-password, password 08-22 17:33:03.603 4308 5139 W PackageConfigPersister: App-specific configuration not found for packageName: dev.zoriya.kyoo.dev and userId: 0 08-22 17:33:03.605 8630 8630 I MediaControlProxy: hasTrackChanged: false 08-22 17:33:03.605 8630 8630 I MediaControlProxy: hasArtworkChanged: true 08-22 17:33:03.605 8630 8630 I MediaControlProxy: Processing data item update. Reason: onClientMediaMetadataUpdate, newMedia: MediaValue@a1f5f58 08-22 17:33:03.605 8630 8630 I MediaControlProxy: Media diff: artwork(old=null, new=bok@47898b1), 08-22 17:33:03.605 8630 8630 I MediaControlProxy: syncing media, Reason: onClientMediaMetadataUpdate, newMedia: MediaValue@a1f5f58, finalMedia: MediaValue@fc52196 08-22 17:33:03.607 8630 18654 I MediaDataItemHandler: Processing sync data request of type METADATA_UPDATE_WITH_ARTWORK. 08-22 17:33:03.614 1360 1413 I WifiHAL : Creating message to get link statistics; iface = 47 08-22 17:33:03.625 25209 25263 I bt_btm_pm: BTM_SetPowerMode: Setting power mode for peer:xx:xx:xx:xx:98:79 current_mode:stored:pending[133] new_mode:forced:active[0] 08-22 17:33:03.625 25209 25263 I bt_btm_pm: btm_pm_snd_md_req: Switching from stored:pending[0x85] to immediate:active[0x00] 08-22 17:33:03.625 25209 25263 E bt_btm_pm: btm_pm_snd_md_req: pm_pending_link maxed out 08-22 17:33:03.625 25209 25263 W bluetooth: bta_dm_pm_active: Unable to set active power mode for device:xx:xx:xx:xx:98:79 status:BTM_NO_RESOURCES 08-22 17:33:03.625 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.625 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.625 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:31 id:419 08-22 17:33:03.625 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:33 id:419 08-22 17:33:03.626 8630 8630 I MediaDataItemHandler: Send mediaMessage MediaValue@fc52196 (7920 bytes) to node 566d9ad1 08-22 17:33:03.654 1360 1413 I WifiHAL : In GetLinkStatsCommand::handleResponse 08-22 17:33:03.654 23950 23950 D RNVExoplayer: timeline [eventTime=0.29, mediaPos=130.00, window=0, period=0, periodCount=1, windowCount=1, reason=SOURCE_UPDATE 08-22 17:33:03.654 23950 23950 D RNVExoplayer: period [1540.96] 08-22 17:33:03.654 23950 23950 D RNVExoplayer: window [1540.96, seekable=true, dynamic=false] 08-22 17:33:03.654 23950 23950 D RNVExoplayer: ] 08-22 17:33:03.657 8630 27996 I MediaDataItemHandler: Media data item updated: MediaValue@fc52196 08-22 17:33:03.662 3868 4214 I CloudNode: Should smear, but an alarm is already scheduled. Doing nothing. 08-22 17:33:03.672 23950 29770 D TrafficStats: tagSocket(141) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:03.675 23950 29769 D TrafficStats: tagSocket(168) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:03.685 4308 4507 D ConnectivityService: NetReassign [no changes] [c 1] [a 1] [i 5] 08-22 17:33:03.691 4308 5139 D MediaSessionService: onSessionPlaybackStateChanged: record=dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0)playbackState=PlaybackState {state=BUFFERING(6), position=130000, buffered position=130000, speed=0.0, updated=1202678035, actions=7339999, custom actions=[Action:mName='forward, mIcon=2131230930, mExtras=Bundle[EMPTY_PARCEL], Action:mName='backward, mIcon=2131230935, mExtras=Bundle[EMPTY_PARCEL]], active item id=0, error=null}allowRunningInForeground=true 08-22 17:33:03.710 23950 23950 D RNVExoplayer: videoEnabled [eventTime=0.34, mediaPos=130.00, window=0, period=0] 08-22 17:33:03.712 23950 23950 D RNVExoplayer: audioEnabled [eventTime=0.34, mediaPos=130.00, window=0, period=0] 08-22 17:33:03.716 23950 23950 D RNVExoplayer: tracks [eventTime=0.35, mediaPos=130.00, window=0, period=0 08-22 17:33:03.716 23950 23950 D RNVExoplayer: group [ 08-22 17:33:03.716 23950 23950 D RNVExoplayer: [X] Track:0, id=0:0, mimeType=video/avc, container=application/x-mpegURL, bitrate=8000000, codecs=avc1.424033, res=1920x1080, supported=YES 08-22 17:33:03.716 23950 23950 D RNVExoplayer: [X] Track:1, id=0:1, mimeType=video/avc, container=application/x-mpegURL, bitrate=700000, codecs=avc1.640028, res=427x240, supported=YES 08-22 17:33:03.716 23950 23950 D RNVExoplayer: [X] Track:2, id=0:2, mimeType=video/avc, container=application/x-mpegURL, bitrate=1400000, codecs=avc1.640028, res=640x360, supported=YES 08-22 17:33:03.717 23950 23950 D RNVExoplayer: [X] Track:3, id=0:3, mimeType=video/avc, container=application/x-mpegURL, bitrate=2100000, codecs=avc1.640028, res=853x480, supported=YES 08-22 17:33:03.717 23950 23950 D RNVExoplayer: [X] Track:4, id=0:4, mimeType=video/avc, container=application/x-mpegURL, bitrate=4000000, codecs=avc1.640028, res=1280x720, supported=YES 08-22 17:33:03.717 23950 23950 D RNVExoplayer: [X] Track:5, id=0:5, mimeType=video/avc, container=application/x-mpegURL, bitrate=8000000, codecs=avc1.640028, res=1920x1080, supported=YES 08-22 17:33:03.717 23950 23950 D RNVExoplayer: ] 08-22 17:33:03.717 23950 23950 D RNVExoplayer: group [ 08-22 17:33:03.717 23950 29747 D MediaCodecInfo: NoSupport [codec.profileLevel, avc1.6E0033, video/avc] [c2.exynos.h264.decoder, video/avc] [raven, Pixel 6 Pro, Google, 34] 08-22 17:33:03.717 23950 23950 D RNVExoplayer: [X] Track:0, id=0:audio:Japanese 2.0, mimeType=audio/mp4a-latm, container=application/x-mpegURL, codecs=mp4a.40.2, channels=2, language=ja, labels=[androidx.media3.common.Label@b2f08132], selectionFlags=[default], supported=YES 08-22 17:33:03.717 23950 23950 D RNVExoplayer: ] 08-22 17:33:03.717 23950 23950 D RNVExoplayer: group [ 08-22 17:33:03.717 23950 29747 D MediaCodecInfo: NoSupport [codec.profileLevel, avc1.6E0033, video/avc] [c2.android.avc.decoder, video/avc] [raven, Pixel 6 Pro, Google, 34] 08-22 17:33:03.717 23950 23950 D RNVExoplayer: [X] Track:0, id=1:, mimeType=text/x-ssa, language=en, labels=[androidx.media3.common.Label@f58a4dbf], selectionFlags=[default], roleFlags=[subtitle], supported=YES 08-22 17:33:03.717 23950 23950 D RNVExoplayer: ] 08-22 17:33:03.717 23950 23950 D RNVExoplayer: group [ 08-22 17:33:03.717 23950 23950 D RNVExoplayer: [X] Track:0, id=0:ID3, mimeType=application/id3, supported=YES 08-22 17:33:03.717 23950 23950 D RNVExoplayer: ] 08-22 17:33:03.717 23950 23950 D RNVExoplayer: Metadata [ 08-22 17:33:03.717 23950 23950 D RNVExoplayer: HlsTrackMetadataEntry 08-22 17:33:03.717 23950 23950 D RNVExoplayer: ] 08-22 17:33:03.717 23950 23950 D RNVExoplayer: ] 08-22 17:33:03.718 23950 29747 I DMCodecAdapterFactory: Creating an asynchronous MediaCodec adapter for track type video 08-22 17:33:03.721 23950 29772 D CCodec : allocate(c2.exynos.h264.decoder) 08-22 17:33:03.723 23950 29772 I CCodec : setting up 'default' as default (vendor) store 08-22 17:33:03.726 1343 2865 I samsung.hardware.media.c2@1.2-service: missing struct descriptor #Param::CoreIndex(--002) for field mastering of struct #Param::CoreIndex(--180a) 08-22 17:33:03.726 1343 2865 I samsung.hardware.media.c2@1.2-service: missing struct descriptor #Param::CoreIndex(--002) for field mastering of struct #Param::CoreIndex(--180a) 08-22 17:33:03.726 1343 2865 W ColorUtils: expected specified color aspects (0:0:0:0) 08-22 17:33:03.727 23950 29772 I CCodec : Created component [c2.exynos.h264.decoder] 08-22 17:33:03.728 23950 29772 D CCodecConfig: read media type: video/avc 08-22 17:33:03.728 4579 4601 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#12743) android.os.BinderProxy@86a56bf@0 08-22 17:33:03.730 4308 4325 V WindowManager: Finish Transition (#12743): created at 08-22 17:33:03.190 collect-started=0.046ms request-sent=0.138ms started=83.756ms ready=83.983ms sent=238.804ms finished=538.986ms 08-22 17:33:03.730 4579 4601 V WindowManagerShell: Track 0 became idle 08-22 17:33:03.730 4579 4601 V WindowManagerShell: All active transition animations finished 08-22 17:33:03.734 23950 29772 D ReflectedParamUpdater: extent() != 1 for single value type: output.subscribed-indices.values 08-22 17:33:03.734 23950 29772 D ReflectedParamUpdater: extent() != 1 for single value type: input.buffers.allocator-ids.values 08-22 17:33:03.735 23950 29772 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.allocator-ids.values 08-22 17:33:03.735 23950 29772 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.pool-ids.values 08-22 17:33:03.737 23950 29772 D ReflectedParamUpdater: ignored struct field coded.color-format.locations 08-22 17:33:03.743 23950 29772 D CCodecConfig: ignoring local param raw.size (0xd2001800) as it is already supported 08-22 17:33:03.743 23950 29772 D CCodecConfig: ignoring local param default.color (0x5200180b) as it is already supported 08-22 17:33:03.743 23950 29772 D ReflectedParamUpdater: ignored struct field raw.hdr-static-info.mastering 08-22 17:33:03.744 23950 29772 I CCodecConfig: query failed after returning 15 values (BAD_INDEX) 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2 config diff is Dict { 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 algo.low-latency.value = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::i32 algo.priority.value = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::float algo.rate.value = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 coded.pl.level = 20496 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 coded.pl.profile = 20481 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 coded.vui.color.matrix = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 coded.vui.color.primaries = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 coded.vui.color.range = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 coded.vui.color.transfer = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 default.color.matrix = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 default.color.primaries = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 default.color.range = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 default.color.transfer = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 input.buffers.max-size.value = 7340032 08-22 17:33:03.745 23950 29772 D CCodecConfig: string input.media-type.value = "video/avc" 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 output.delay.value = 3 08-22 17:33:03.745 23950 29772 D CCodecConfig: string output.media-type.value = "video/raw" 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 raw.color.matrix = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 raw.color.primaries = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 raw.color.range = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 raw.color.transfer = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::float raw.hdr-static-info.max-cll = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::float raw.hdr-static-info.max-fall = 0 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 raw.max-size.height = 240 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 raw.max-size.width = 320 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::u32 raw.pixel-format.value = 34 08-22 17:33:03.745 23950 29772 D CCodecConfig: c2::i32 raw.rotation.flip = 08-22 17:33:03.745 23950 29772 W ColorUtils: expected specified color aspects (0:0:0:0) 08-22 17:33:03.749 28070 28109 I AiAiEcho: SmartspaceNotificationPredictor no parser can handle this notification or notification is invalid 08-22 17:33:03.753 23950 29771 I MediaCodec: MediaCodec will operate in async mode 08-22 17:33:03.753 23950 29771 D SurfaceUtils: connecting to surface 0xb400007aef0aeb50, reason connectToSurface 08-22 17:33:03.753 23950 29771 I MediaCodec: [c2.exynos.h264.decoder] setting surface generation to 24524803 08-22 17:33:03.753 23950 29771 D SurfaceUtils: disconnecting from surface 0xb400007aef0aeb50, reason connectToSurface(reconnect) 08-22 17:33:03.753 23950 29771 D SurfaceUtils: connecting to surface 0xb400007aef0aeb40, reason connectToSurface(reconnect-with-listener) 08-22 17:33:03.754 23950 29772 D CCodec : [c2.exynos.h264.decoder] buffers are bound to CCodec for this session 08-22 17:33:03.754 23950 29772 D CCodecConfig: no c2 equivalents for csd-1 08-22 17:33:03.754 23950 29772 D CCodecConfig: no c2 equivalents for log-session-id 08-22 17:33:03.754 23950 29772 D CCodecConfig: no c2 equivalents for native-window 08-22 17:33:03.754 23950 29772 D CCodecConfig: no c2 equivalents for native-window-generation 08-22 17:33:03.754 23950 29772 D CCodecConfig: no c2 equivalents for flags 08-22 17:33:03.756 23950 29772 D CCodecConfig: c2 config diff is c2::u32 raw.max-size.height = 1080 08-22 17:33:03.756 23950 29772 D CCodecConfig: c2::u32 raw.max-size.width = 1920 08-22 17:33:03.756 23950 29772 D CCodecConfig: c2::u32 raw.size.height = 1080 08-22 17:33:03.756 23950 29772 D CCodecConfig: c2::u32 raw.size.width = 1920 08-22 17:33:03.757 23950 29772 W Codec2Client: query -- param skipped: index = 1107298332. 08-22 17:33:03.757 23950 29772 D CCodec : client requested max input size 1566720, which is smaller than what component recommended (7340032); overriding with component recommendation. 08-22 17:33:03.757 23950 29772 W CCodec : This behavior is subject to change. It is recommended that app developers double check whether the requested max input size is in reasonable range. 08-22 17:33:03.757 23950 29772 D CCodec : encoding statistics level = 0 08-22 17:33:03.759 8630 8630 I MediaControlProxy: hasTrackChanged: false 08-22 17:33:03.760 8630 8630 I MediaControlProxy: hasArtworkChanged: false 08-22 17:33:03.760 8630 8630 I MediaControlProxy: Processing data item update. Reason: onClientMediaMetadataUpdate, newMedia: MediaValue@646cd6e 08-22 17:33:03.760 8630 8630 I MediaControlProxy: Media diff: metadata(old=MediaMetadata(artist=hash[null], title=hash[fd12c0f], rating=null, queueMediaId=, duration=0, durationChanges=0, mediaUri=http://192.168.0.113:8901/api/episode/hyouka-s1e8/master.m3u8), new=MediaMetadata(artist=hash[null], title=hash[a16849c], rating=null, queueMediaId=, duration=1540956, durationChanges=1, mediaUri=http://192.168.0.113:8901/api/episode/hyouka-s1e8/master.m3u8)), 08-22 17:33:03.760 8630 8630 I MediaControlProxy: syncing media, Reason: onClientMediaMetadataUpdate, newMedia: MediaValue@646cd6e, finalMedia: MediaValue@4a62ea5 08-22 17:33:03.761 23950 29772 D CCodec : setup formats input: AMessage(what = 0x00000000) = { 08-22 17:33:03.761 23950 29772 D CCodec : int32_t height = 1080 08-22 17:33:03.761 23950 29772 D CCodec : int32_t level = 65536 08-22 17:33:03.761 23950 29772 D CCodec : int32_t max-input-size = 7340032 08-22 17:33:03.761 23950 29772 D CCodec : string mime = "video/avc" 08-22 17:33:03.761 23950 29772 D CCodec : int32_t priority = 0 08-22 17:33:03.761 23950 29772 D CCodec : int32_t profile = 65536 08-22 17:33:03.761 23950 29772 D CCodec : int32_t width = 1920 08-22 17:33:03.761 23950 29772 D CCodec : Rect crop(0, 0, 1919, 1079) 08-22 17:33:03.761 23950 29772 D CCodec : } 08-22 17:33:03.761 8630 18256 I MediaDataItemHandler: Processing sync data request of type METADATA_UPDATE. 08-22 17:33:03.761 23950 29772 D CCodec : setup formats output: AMessage(what = 0x00000000) = { 08-22 17:33:03.761 23950 29772 D CCodec : int32_t android._color-format = 2130708361 08-22 17:33:03.761 23950 29772 D CCodec : int32_t android._video-scaling = 1 08-22 17:33:03.761 23950 29772 D CCodec : int32_t rotation-degrees = 0 08-22 17:33:03.761 23950 29772 D CCodec : int32_t color-standard = 1 08-22 17:33:03.761 23950 29772 D CCodec : int32_t color-range = 2 08-22 17:33:03.761 23950 29772 D CCodec : int32_t color-transfer = 3 08-22 17:33:03.761 23950 29772 D CCodec : float cta861.max-cll = 0.000000 08-22 17:33:03.761 23950 29772 D CCodec : float cta861.max-fall = 0.000000 08-22 17:33:03.761 23950 29772 D CCodec : int32_t sar-height = 1 08-22 17:33:03.761 23950 29772 D CCodec : int32_t sar-width = 1 08-22 17:33:03.761 23950 29772 D CCodec : Rect crop(0, 0, 1919, 1079) 08-22 17:33:03.761 23950 29772 D CCodec : int32_t width = 1920 08-22 17:33:03.761 23950 29772 D CCodec : int32_t height = 1080 08-22 17:33:03.761 23950 29772 D CCodec : int32_t max-height = 1080 08-22 17:33:03.761 23950 29772 D CCodec : int32_t max-width = 1920 08-22 17:33:03.761 23950 29772 D CCodec : string mime = "video/raw" 08-22 17:33:03.761 23950 29772 D CCodec : int32_t priority = 0 08-22 17:33:03.761 23950 29772 D CCodec : int32_t android._dataspace = 260 08-22 17:33:03.761 23950 29772 D CCodec : int32_t color-format = 2130708361 08-22 17:33:03.761 23950 29772 D CCodec : } 08-22 17:33:03.761 23950 29772 I CCodecConfig: query failed after returning 15 values (BAD_INDEX) 08-22 17:33:03.761 23950 29747 D MediaCodec: keep callback message for reclaim 08-22 17:33:03.763 1343 29773 I ExynosC2H264DecComponent: [onStart] resource is obtained (2) 08-22 17:33:03.765 1343 29774 D libexynosv4l2: try node: /dev/video6 08-22 17:33:03.765 1343 29774 I libexynosv4l2: node found for device s5p-mfc-dec: /dev/video6 08-22 17:33:03.772 1343 29774 I libexynosv4l2: open video device /dev/video6 08-22 17:33:03.775 8630 8630 I MediaControlProxy: Processing data item update. Reason: onPlaybackStateInfoUpdated, newMedia: MediaValue@27e7a2b 08-22 17:33:03.775 8630 8630 I MediaControlProxy: Media diff: actions(old=7339671, new=7339999), 08-22 17:33:03.775 8630 8630 I MediaControlProxy: syncing media, Reason: onPlaybackStateInfoUpdated, newMedia: MediaValue@27e7a2b, finalMedia: MediaValue@1554e88 08-22 17:33:03.775 8630 8630 I NotificationListener: [Service]v2.26.0-alpha01 Received new notification 08-22 17:33:03.775 8630 8630 I MediaDataItemHandler: Send mediaMessage MediaValue@4a62ea5 (308 bytes) to node 566d9ad1 08-22 17:33:03.775 8630 9664 I NotificationPipeline: Processing new notification: 0|dev.zoriya.kyoo.dev|23593721|null|10426 08-22 17:33:03.776 8630 9664 I NotificationPipeline: Flushing notifications queue, size: 1 08-22 17:33:03.776 8630 18256 I MediaDataItemHandler: Processing sync data request of type PLAYBACK_STATE_UPDATE. 08-22 17:33:03.776 8630 8630 I MediaControlProxy: Processing data item update. Reason: mediaNotification, newMedia: MediaValue@6688e07 08-22 17:33:03.776 8630 8630 I MediaControlProxy: Media diff: mediaNotificationActive(old=false, new=true), 08-22 17:33:03.776 8630 8630 I MediaControlProxy: syncing media, Reason: mediaNotification, newMedia: MediaValue@6688e07, finalMedia: MediaValue@634cb34 08-22 17:33:03.777 8630 18049 I MediaDataItemHandler: Processing sync data request of type NOTIFICATION_UPDATE. 08-22 17:33:03.778 23950 29772 W Codec2Client: query -- param skipped: index = 1073743886. 08-22 17:33:03.778 23950 29772 W Codec2Client: query -- param skipped: index = 1610614798. 08-22 17:33:03.779 8630 9664 I NotificationFilterModel: filter reason: MediaNotification 08-22 17:33:03.780 23950 29772 D CCodecBufferChannel: [c2.exynos.h264.decoder#856] Created input block pool with allocatorID 16 => poolID 20 - OK (0) 08-22 17:33:03.782 23950 29772 I CCodecBufferChannel: [c2.exynos.h264.decoder#856] Created output block pool with allocatorID 18 => poolID 3328 - OK 08-22 17:33:03.783 23950 29772 D CCodecBufferChannel: [c2.exynos.h264.decoder#856] Configured output block pool ids 3328 => OK 08-22 17:33:03.783 23950 29772 D Codec2-OutputBufferQueue: C2SurfaceSyncMemory created 20(20) 08-22 17:33:03.783 23950 29772 D Codec2-OutputBufferQueue: remote graphic buffer migration 0/0 08-22 17:33:03.783 23950 29772 D Codec2Client: setOutputSurface -- failed to set consumer usage (6/BAD_INDEX) 08-22 17:33:03.783 23950 29772 D Codec2Client: setOutputSurface -- generation=24524803 consumer usage=0x900 sync 08-22 17:33:03.783 8630 8630 I MediaDataItemHandler: Send mediaMessage MediaValue@1554e88 (308 bytes) to node 566d9ad1 08-22 17:33:03.783 1343 2866 D C2BqBuffer: local generation change 24524803 , bqId: 102864466739215 migrated buffers # 0 08-22 17:33:03.784 23950 29772 D Codec2Client: Surface configure completed 08-22 17:33:03.785 4163 30115 W ResourceManagerServiceUtils: Ignoring request to add new resource entry with value <= 0 08-22 17:33:03.786 23950 29747 D MediaCodecInfo: NoSupport [codec.profileLevel, avc1.6E0033, video/avc] [c2.exynos.h264.decoder, video/avc] [raven, Pixel 6 Pro, Google, 34] 08-22 17:33:03.786 23950 29747 W MediaCodecRenderer: Format exceeds selected codec's capabilities [id=0, mimeType=video/avc, bitrate=8000000, codecs=avc1.6E0033, res=1920x1080, color=NA/NA/NA/10/10, c2.exynos.h264.decoder] 08-22 17:33:03.786 23950 27783 D BufferPoolAccessor2.0: bufferpool2 0xb400007c1f6959f8 : 0(0 size) total buffers - 0(0 size) used buffers - 1/6 (recycle/alloc) - 2/4 (fetch/transfer) 08-22 17:33:03.786 23950 27783 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb400007c1f6959f8 cached: 0/0M, 0/0% in use; allocs: 6, 17% recycled; transfers: 4, 50% unfetched 08-22 17:33:03.787 8630 8630 I MediaDataItemHandler: Send mediaMessage MediaValue@634cb34 (308 bytes) to node 566d9ad1 08-22 17:33:03.792 1343 29774 D ExynosVideoDecoder: MFC_Decoder_Enqueue_Inbuf: DATA with flags(0x20000000) 08-22 17:33:03.793 1343 29774 E libexynosv4l2: failed to ioctl: VIDIOC_G_FMT (11 - Try again) 08-22 17:33:03.793 1343 29774 E ExynosVideoCodec-H264Dec: [setup] srcSetup() is failed 08-22 17:33:03.793 1343 29774 E ExynosH264DecFilter: [onSetup] setup() is failed 08-22 17:33:03.794 8630 8630 I NotificationListener: [Service]v2.26.0-alpha01 Received new notification 08-22 17:33:03.795 8630 9664 I NotificationPipeline: Processing new notification: 0|dev.zoriya.kyoo.dev|23593721|null|10426 08-22 17:33:03.795 8630 9664 I NotificationPipeline: Flushing notifications queue, size: 1 08-22 17:33:03.795 28070 28109 I AiAiEcho: SmartspaceNotificationPredictor no parser can handle this notification or notification is invalid 08-22 17:33:03.802 8630 9664 I NotificationFilterModel: filter reason: MediaNotification 08-22 17:33:03.805 4579 4579 D MediaResumeListener: Checking for service component for dev.zoriya.kyoo.dev 08-22 17:33:03.805 1343 29774 D ExynosVideoDecoder: MFC_Decoder_Enqueue_Inbuf: DATA with flags(0x20000000) 08-22 17:33:03.809 1343 29774 E libexynosv4l2: failed to ioctl: VIDIOC_G_FMT (11 - Try again) 08-22 17:33:03.809 1343 29774 E ExynosVideoCodec-H264Dec: [setup] srcSetup() is failed 08-22 17:33:03.809 1343 29774 E ExynosH264DecFilter: [onSetup] setup() is failed 08-22 17:33:03.810 1343 29773 W ExynosC2H264DecComponent: [onUpdateC2Work] input is corrupted 08-22 17:33:03.810 23950 29772 D CCodecBufferChannel: [c2.exynos.h264.decoder#856] work failed to complete: 14 08-22 17:33:03.811 23950 29771 E MediaCodec: Codec reported err 0xe/14 (Unknown error -14), actionCode 0, while in state 6/STARTED 08-22 17:33:03.811 1343 29773 W ExynosC2H264DecComponent: [onUpdateC2Work] input is corrupted 08-22 17:33:03.811 23950 29771 D SurfaceUtils: disconnecting from surface 0xb400007aef0aeb50, reason disconnectFromSurface 08-22 17:33:03.811 23950 29772 D CCodecBufferChannel: [c2.exynos.h264.decoder#856] work failed to complete: 14 08-22 17:33:03.813 23950 29771 E MediaCodec: Codec reported err 0xe/14 (Unknown error -14), actionCode 0, while in state 0/UNINITIALIZED 08-22 17:33:03.817 23950 29747 E MediaCodecVideoRenderer: Video codec error 08-22 17:33:03.817 23950 29747 E MediaCodecVideoRenderer: android.media.MediaCodec$CodecException: Error 0xe 08-22 17:33:03.818 23950 29747 D MediaCodecInfo: NoSupport [codec.profileLevel, avc1.6E0033, video/avc] [c2.exynos.h264.decoder, video/avc] [raven, Pixel 6 Pro, Google, 34] 08-22 17:33:03.818 23950 29747 D MediaCodecInfo: NoSupport [codec.profileLevel, avc1.6E0033, video/avc] [c2.android.avc.decoder, video/avc] [raven, Pixel 6 Pro, Google, 34] 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: Playback error 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(0, null, null, video/avc, avc1.6E0033, 8000000, null, [1920, 1080, -1.0, ColorInfo(Unset color space, Unset color range, Unset color transfer, false, 10bit Luma, 10bit Chroma)], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:623) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at android.os.Handler.dispatchMessage(Handler.java:103) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at android.os.Looper.loopOnce(Looper.java:232) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at android.os.Looper.loop(Looper.java:317) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at android.os.HandlerThread.run(HandlerThread.java:85) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: Caused by: androidx.media3.exoplayer.video.MediaCodecVideoDecoderException: Decoder failed: c2.exynos.h264.decoder 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.video.MediaCodecVideoRenderer.createDecoderException(MediaCodecVideoRenderer.java:1915) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.render(MediaCodecRenderer.java:848) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.video.MediaCodecVideoRenderer.render(MediaCodecVideoRenderer.java:940) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.ExoPlayerImplInternal.doSomeWork(ExoPlayerImplInternal.java:1112) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:544) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: ... 4 more 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: Caused by: android.media.MediaCodec$CodecException: Error 0xe 08-22 17:33:03.829 23950 29771 E MediaCodec: flush() is valid only at Executing states; currently at Released state 08-22 17:33:03.834 4579 4616 W LocalMediaManager: BluetoothAdapter is null or muting expected device not exist 08-22 17:33:03.837 4579 4616 D MediaDeviceManager: device is com.android.settingslib.media.PhoneMediaDevice@2f3508a, controller android.media.session.MediaController@8df86fb, routingSession null or Phone 08-22 17:33:03.837 4579 4616 D MediaDeviceManager: new device name This phone 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: Disable failed. 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: java.lang.IllegalStateException: flush() is valid only at Executing states; currently at Released state 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at android.media.MediaCodec.native_flush(Native Method) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at android.media.MediaCodec.flush(MediaCodec.java:2583) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.mediacodec.AsynchronousMediaCodecAdapter.flush(AsynchronousMediaCodecAdapter.java:248) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.flushCodec(MediaCodecRenderer.java:912) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.flushOrReleaseCodec(MediaCodecRenderer.java:905) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.onDisabled(MediaCodecRenderer.java:744) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.video.MediaCodecVideoRenderer.onDisabled(MediaCodecVideoRenderer.java:711) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.BaseRenderer.disable(BaseRenderer.java:220) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.ExoPlayerImplInternal.disableRenderer(ExoPlayerImplInternal.java:1803) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.ExoPlayerImplInternal.resetInternal(ExoPlayerImplInternal.java:1525) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.ExoPlayerImplInternal.stopInternal(ExoPlayerImplInternal.java:1482) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:667) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at android.os.Handler.dispatchMessage(Handler.java:103) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at android.os.Looper.loopOnce(Looper.java:232) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at android.os.Looper.loop(Looper.java:317) 08-22 17:33:03.837 23950 29747 E ExoPlayerImplInternal: at android.os.HandlerThread.run(HandlerThread.java:85) 08-22 17:33:03.838 4579 4616 D MediaDeviceManager: device is com.android.settingslib.media.PhoneMediaDevice@2f3508a, controller android.media.session.MediaController@8df86fb, routingSession null or Phone 08-22 17:33:03.838 4579 4616 D MediaDeviceManager: new device name This phone 08-22 17:33:03.840 23950 29771 D CCodecBufferChannel: [c2.exynos.h264.decoder#856] MediaCodec discarded an unknown buffer 08-22 17:33:03.840 23950 29771 D CCodecBufferChannel: [c2.exynos.h264.decoder#856] MediaCodec discarded an unknown buffer 08-22 17:33:03.841 1343 2865 D C2BqBuffer: configuring null producer: igbp_information(0) 08-22 17:33:03.848 1343 2865 I ExynosC2H264DecComponent: [release] component is released 08-22 17:33:03.849 23950 29781 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients 08-22 17:33:03.849 1343 2866 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients 08-22 17:33:03.851 8630 18256 I MediaDataItemHandler: Media data item updated: MediaValue@634cb34 08-22 17:33:03.859 3868 4214 I CloudNode: Should smear, but an alarm is already scheduled. Doing nothing. 08-22 17:33:03.860 25209 25263 I bt_btm_pm: btm_pm_proc_mode_change: Power mode switched from stored:pending[133] to immediate:active[0] 08-22 17:33:03.860 25209 25263 I bt_btm_pm: btm_pm_snd_md_req: Link already in requested mode pm_id:128 link_ind:11 mode:forced:active[0] 08-22 17:33:03.875 23950 23950 D RNVExoplayer: downstreamFormat [eventTime=0.51, mediaPos=130.00, window=0, period=0, id=0, mimeType=null, container=application/x-mpegURL, bitrate=8000000, codecs=avc1.424033,mp4a.40.2, res=1920x1080] 08-22 17:33:03.877 4579 4579 W ConstraintSet: id unknown center_vertical_guideline 08-22 17:33:03.877 4579 4579 W ConstraintSet: id unknown action_button_guideline 08-22 17:33:03.877 4579 4579 W ConstraintSet: id unknown icon 08-22 17:33:03.877 4579 4579 W ConstraintSet: id unknown media_seamless 08-22 17:33:03.877 23950 23950 D RNVExoplayer: surfaceSize [eventTime=0.51, mediaPos=130.00, window=0, period=0, 2560, 1440] 08-22 17:33:03.877 4579 4579 W ConstraintSet: id unknown media_action_barrier_start 08-22 17:33:03.877 4579 4579 W ConstraintSet: id unknown media_action_barrier_end 08-22 17:33:03.877 4579 4579 W ConstraintSet: id unknown media_action_barrier_top 08-22 17:33:03.877 4579 4579 W ConstraintSet: id unknown remove_text 08-22 17:33:03.877 4579 4579 W ConstraintSet: id unknown settings 08-22 17:33:03.877 4579 4579 W ConstraintSet: id unknown dismiss 08-22 17:33:03.877 4579 4579 W ConstraintSet: id unknown cancel 08-22 17:33:03.879 23950 23950 D RNVExoplayer: videoDecoderInitialized [eventTime=0.51, mediaPos=130.00, window=0, period=0, c2.exynos.h264.decoder] 08-22 17:33:03.879 23950 23950 D RNVExoplayer: videoInputFormat [eventTime=0.51, mediaPos=130.00, window=0, period=0, id=0, mimeType=video/avc, bitrate=8000000, codecs=avc1.6E0033, res=1920x1080, color=NA/NA/NA/10/10] 08-22 17:33:03.880 23950 23950 D RNVExoplayer: videoDisabled [eventTime=0.51, mediaPos=130.00, window=0, period=0] 08-22 17:33:03.881 23950 23950 D RNVExoplayer: videoSize [eventTime=0.51, mediaPos=130.00, window=0, period=0, 0, 0] 08-22 17:33:03.881 23950 23950 D RNVExoplayer: audioDisabled [eventTime=0.51, mediaPos=130.00, window=0, period=0] 08-22 17:33:03.882 23950 23950 D RNVExoplayer: videoDecoderReleased [eventTime=0.52, mediaPos=130.00, window=0, period=0, c2.exynos.h264.decoder] 08-22 17:33:03.884 23950 23950 D RNVExoplayer: timeline [eventTime=0.52, mediaPos=130.00, window=0, period=0, periodCount=1, windowCount=1, reason=SOURCE_UPDATE 08-22 17:33:03.884 23950 23950 D RNVExoplayer: period [1540.96] 08-22 17:33:03.884 23950 23950 D RNVExoplayer: window [1540.96, seekable=true, dynamic=false] 08-22 17:33:03.884 23950 23950 D RNVExoplayer: ] 08-22 17:33:03.889 23950 23950 E RNVExoplayer: playerFailed [eventTime=0.52, mediaPos=130.00, window=0, period=0, errorCode=ERROR_CODE_DECODING_FAILED 08-22 17:33:03.889 23950 23950 E RNVExoplayer: androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(0, null, null, video/avc, avc1.6E0033, 8000000, null, [1920, 1080, -1.0, ColorInfo(Unset color space, Unset color range, Unset color transfer, false, 10bit Luma, 10bit Chroma)], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES 08-22 17:33:03.889 23950 23950 E RNVExoplayer: at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:623) 08-22 17:33:03.889 23950 23950 E RNVExoplayer: at android.os.Handler.dispatchMessage(Handler.java:103) 08-22 17:33:03.889 23950 23950 E RNVExoplayer: at android.os.Looper.loopOnce(Looper.java:232) 08-22 17:33:03.889 23950 23950 E RNVExoplayer: at android.os.Looper.loop(Looper.java:317) 08-22 17:33:03.889 23950 23950 E RNVExoplayer: at android.os.HandlerThread.run(HandlerThread.java:85) 08-22 17:33:03.889 23950 23950 E RNVExoplayer: Caused by: androidx.media3.exoplayer.video.MediaCodecVideoDecoderException: Decoder failed: c2.exynos.h264.decoder 08-22 17:33:03.889 23950 23950 E RNVExoplayer: at androidx.media3.exoplayer.video.MediaCodecVideoRenderer.createDecoderException(MediaCodecVideoRenderer.java:1915) 08-22 17:33:03.889 23950 23950 E RNVExoplayer: at androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.render(MediaCodecRenderer.java:848) 08-22 17:33:03.889 23950 23950 E RNVExoplayer: at androidx.media3.exoplayer.video.MediaCodecVideoRenderer.render(MediaCodecVideoRenderer.java:940) 08-22 17:33:03.889 23950 23950 E RNVExoplayer: at androidx.media3.exoplayer.ExoPlayerImplInternal.doSomeWork(ExoPlayerImplInternal.java:1112) 08-22 17:33:03.889 23950 23950 E RNVExoplayer: at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:544) 08-22 17:33:03.889 23950 23950 E RNVExoplayer: ... 4 more 08-22 17:33:03.889 23950 23950 E RNVExoplayer: Caused by: android.media.MediaCodec$CodecException: Error 0xe 08-22 17:33:03.889 23950 23950 E RNVExoplayer: ] 08-22 17:33:03.891 4308 5139 D MediaSessionService: onSessionPlaybackStateChanged: record=dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0)playbackState=PlaybackState {state=ERROR(7), position=130000, buffered position=130000, speed=0.0, updated=1202678235, actions=7339999, custom actions=[Action:mName='forward, mIcon=2131230930, mExtras=Bundle[EMPTY_PARCEL], Action:mName='backward, mIcon=2131230935, mExtras=Bundle[EMPTY_PARCEL]], active item id=0, error=MediaCodecVideoRenderer error, index=0, format=Format(0, null, null, video/avc, avc1.6E0033, 8000000, null, [1920, 1080, -1.0, ColorInfo(Unset color space, Unset color range, Unset color transfer, false, 10bit Luma, 10bit Chroma)], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES}allowRunningInForeground=false 08-22 17:33:03.892 23950 23950 D RNVExoplayer: loading [eventTime=0.53, mediaPos=130.00, window=0, period=0, false] 08-22 17:33:03.893 23950 23950 D RNVExoplayer: state [eventTime=0.53, mediaPos=130.00, window=0, period=0, IDLE] 08-22 17:33:03.894 4308 5139 D MediaSessionService: onSessionPlaybackStateChanged: record=dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0)playbackState=PlaybackState {state=ERROR(7), position=130000, buffered position=130000, speed=0.0, updated=1202678238, actions=7339999, custom actions=[Action:mName='forward, mIcon=2131230930, mExtras=Bundle[EMPTY_PARCEL], Action:mName='backward, mIcon=2131230935, mExtras=Bundle[EMPTY_PARCEL]], active item id=0, error=MediaCodecVideoRenderer error, index=0, format=Format(0, null, null, video/avc, avc1.6E0033, 8000000, null, [1920, 1080, -1.0, ColorInfo(Unset color space, Unset color range, Unset color transfer, false, 10bit Luma, 10bit Chroma)], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES}allowRunningInForeground=false 08-22 17:33:03.896 23950 23950 D RNVReactExoplayerView: [main] onStateChanged: playWhenReady=true, playbackState=idle 08-22 17:33:03.899 23950 23950 D RNVExoplayer: timeline [eventTime=0.53, mediaPos=130.00, window=0, period=0, periodCount=1, windowCount=1, reason=SOURCE_UPDATE 08-22 17:33:03.899 23950 23950 D RNVExoplayer: period [1540.96] 08-22 17:33:03.899 23950 23950 D RNVExoplayer: window [1540.96, seekable=true, dynamic=false] 08-22 17:33:03.899 23950 23950 D RNVExoplayer: ] 08-22 17:33:03.924 28070 28109 I AiAiEcho: SmartspaceNotificationPredictor no parser can handle this notification or notification is invalid 08-22 17:33:03.927 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.927 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.927 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.928 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.928 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.928 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.928 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:31 id:419 08-22 17:33:03.929 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:33 id:419 08-22 17:33:03.938 8630 8630 I NotificationListener: [Service]v2.26.0-alpha01 Received new notification 08-22 17:33:03.939 8630 9664 I NotificationPipeline: Processing new notification: 0|dev.zoriya.kyoo.dev|23593721|null|10426 08-22 17:33:03.939 8630 9664 I NotificationPipeline: Flushing notifications queue, size: 1 08-22 17:33:03.941 8630 9664 I NotificationFilterModel: filter reason: MediaNotification 08-22 17:33:03.948 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.949 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.949 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.949 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.949 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.949 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.949 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:31 id:419 08-22 17:33:03.991 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.991 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:03.991 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:31 id:419 08-22 17:33:04.058 4308 5139 D ActivityManager: sync unfroze 6136 com.urbandroid.lux for 7 08-22 17:33:04.062 8549 8549 I TWILIGHT: [22Aug 17:33:04.062, main]: Start foreground false 08-22 17:33:04.063 4579 4579 W ConstraintSet: id unknown center_vertical_guideline 08-22 17:33:04.063 4579 4579 W ConstraintSet: id unknown action_button_guideline 08-22 17:33:04.063 4579 4579 W ConstraintSet: id unknown icon 08-22 17:33:04.063 4579 4579 W ConstraintSet: id unknown media_seamless 08-22 17:33:04.063 4579 4579 W ConstraintSet: id unknown media_action_barrier_start 08-22 17:33:04.063 4579 4579 W ConstraintSet: id unknown media_action_barrier_end 08-22 17:33:04.063 4579 4579 W ConstraintSet: id unknown media_action_barrier_top 08-22 17:33:04.063 4579 4579 W ConstraintSet: id unknown remove_text 08-22 17:33:04.063 4579 4579 W ConstraintSet: id unknown settings 08-22 17:33:04.063 4579 4579 W ConstraintSet: id unknown dismiss 08-22 17:33:04.063 4579 4579 W ConstraintSet: id unknown cancel 08-22 17:33:04.074 4308 10443 D ConnectivityService: requestNetwork for uid/pid:10276/16394 activeRequest: null callbackRequest: 42611 [NetworkRequest [ REQUEST id=42612, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10276 RequestorUid: 10276 RequestorPkg: com.twitter.android UnderlyingNetworks: Null] ]] callback flags: 0 order: 2147483647 08-22 17:33:04.076 4308 4495 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=42612, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10276 RequestorUid: 10276 RequestorPkg: com.twitter.android UnderlyingNetworks: Null] ] 08-22 17:33:04.076 4308 4495 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=42612, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10276 RequestorUid: 10276 RequestorPkg: com.twitter.android UnderlyingNetworks: Null] ] 08-22 17:33:04.077 4308 4495 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=42612, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10276 RequestorUid: 10276 RequestorPkg: com.twitter.android UnderlyingNetworks: Null] ] 08-22 17:33:04.077 4308 4495 D MultiInternetWifiNetworkFactory: got request NetworkRequest [ REQUEST id=42612, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10276 RequestorUid: 10276 RequestorPkg: com.twitter.android UnderlyingNetworks: Null] ] 08-22 17:33:04.077 4308 4507 D ConnectivityService: NetReassign [42612 : null → 280] [c 1] [a 0] [i 2] 08-22 17:33:04.080 16394 16482 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=f9efdc79-0869-4328-8016-6389e8e20bd0, tags={ com.twitter.analytics.service.core.workmanager.AnalyticsFlushWorker } ] 08-22 17:33:04.082 16394 26832 V NativeCrypto: Read error: ssl=0xb400007bbea8c318: I/O error during system call, Software caused connection abort 08-22 17:33:04.082 16394 26832 V NativeCrypto: Write error: ssl=0xb400007bbea8c318: I/O error during system call, Broken pipe 08-22 17:33:04.082 4308 4425 D ActivityManager: sync unfroze 16394 com.twitter.android for 6 08-22 17:33:04.082 16394 26832 V NativeCrypto: Write error: ssl=0xb400007bbea8c318: I/O error during system call, Broken pipe 08-22 17:33:04.082 16394 26832 V NativeCrypto: SSL shutdown failed: ssl=0xb400007bbea8c318: I/O error during system call, Success 08-22 17:33:04.086 4308 4425 D ActivityManager: sync unfroze 15831 com.android.vending for 6 08-22 17:33:04.090 8549 8549 I TWILIGHT: [22Aug 17:33:04.090, main]: Wallpaper: start Intent { act=com.urbandroid.lux.action_command_restart_on_low_memory cmp=com.urbandroid.lux/.TwilightService (has extras) } 08-22 17:33:04.093 4308 4308 W JobScheduler: Job didn't exist in JobStore: 1b1d0c #u0a276/25106 com.twitter.android/androidx.work.impl.background.systemjob.SystemJobService 08-22 17:33:04.094 8549 8549 I TWILIGHT: [22Aug 17:33:04.094, main]: Start foreground false 08-22 17:33:04.102 16394 16449 D TrafficStats: tagSocket(201) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:04.104 8549 8549 I TWILIGHT: [22Aug 17:33:04.104, main]: Wallpaper: start Intent { act=foreground cmp=com.urbandroid.lux/.TwilightService } 08-22 17:33:04.104 8549 8549 I TWILIGHT: [22Aug 17:33:04.104, main]: Service: Service start foreground 08-22 17:33:04.110 8549 8549 I TWILIGHT: [22Aug 17:33:04.110, main]: SmartLight: getSmartLight false 08-22 17:33:04.112 8549 8549 I TWILIGHT: [22Aug 17:33:04.112, main]: SmartLight: null 08-22 17:33:04.113 8549 8549 I TWILIGHT: [22Aug 17:33:04.112, main]: SmartLight: setSmartLight null 08-22 17:33:04.116 8549 8549 I TWILIGHT: [22Aug 17:33:04.116, main]: Wallpaper: refresh? false false 08-22 17:33:04.118 707 6902 W gralloc4: Unable to set buffer name VRI[MainActivity]#13(BLAST Consumer)13: File name too long 08-22 17:33:04.120 28070 28109 I AiAiEcho: SmartspaceNotificationPredictor no parser can handle this notification or notification is invalid 08-22 17:33:04.122 8630 8630 I NotificationListener: [Service]v2.26.0-alpha01 Received new notification 08-22 17:33:04.123 8630 9664 I NotificationPipeline: Processing new notification: 0|dev.zoriya.kyoo.dev|23593721|null|10426 08-22 17:33:04.123 8630 9664 I NotificationPipeline: Flushing notifications queue, size: 1 08-22 17:33:04.126 15831 15831 I Finsky : [2] wsg.onTrimMemory(11): Memory trim requested to level 40 08-22 17:33:04.126 15831 15831 I Finsky : [2] aatj.accept(118): Flushing in-memory image cache 08-22 17:33:04.129 8630 9664 I NotificationFilterModel: filter reason: MediaNotification 08-22 17:33:04.131 8549 8549 I TWILIGHT: [22Aug 17:33:04.131, main]: SmartLight: null null 100 08-22 17:33:04.131 8549 8549 I TWILIGHT: [22Aug 17:33:04.131, main]: Needs foreground -1 08-22 17:33:04.131 8549 8549 I TWILIGHT: [22Aug 17:33:04.131, main]: VIEW: Finally Update current 100 1500 08-22 17:33:04.133 8549 8549 I TWILIGHT: [22Aug 17:33:04.133, main]: SmartLight: null null 100 08-22 17:33:04.133 8549 8549 I TWILIGHT: [22Aug 17:33:04.133, main]: Needs foreground -1 08-22 17:33:04.133 8549 8549 I TWILIGHT: [22Aug 17:33:04.133, main]: VIEW: Finally Update current 100 1500 08-22 17:33:04.136 16394 16515 D TrafficStats: tagSocket(202) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:04.136 8549 8549 I TWILIGHT: [22Aug 17:33:04.136, main]: SmartLight: getSmartLight false 08-22 17:33:04.138 8549 8549 I TWILIGHT: [22Aug 17:33:04.137, main]: SmartLight: null 08-22 17:33:04.142 8549 8549 I TWILIGHT: [22Aug 17:33:04.142, main]: Tile listening 08-22 17:33:04.143 8549 8549 I TWILIGHT: [22Aug 17:33:04.143, main]: Is paused true 08-22 17:33:04.143 8549 8549 I TWILIGHT: [22Aug 17:33:04.143, main]: Tile refresh true tile android.service.quicksettings.Tile@e909674 08-22 17:33:04.270 23950 23968 I zoriya.kyoo.dev: Background concurrent mark compact GC freed 2648736(91MB) AllocSpace objects, 68(3640KB) LOS objects, 73% free, 35MB/131MB, paused 521us,4.224ms total 215.590ms 08-22 17:33:04.416 23950 24050 D TrafficStats: tagSocket(171) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:04.417 23950 24023 D TrafficStats: tagSocket(242) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:04.417 23950 23995 D TrafficStats: tagSocket(243) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:04.680 4579 4579 W ConstraintSet: id unknown center_vertical_guideline 08-22 17:33:04.680 4579 4579 W ConstraintSet: id unknown action_button_guideline 08-22 17:33:04.680 4579 4579 W ConstraintSet: id unknown icon 08-22 17:33:04.680 4579 4579 W ConstraintSet: id unknown media_seamless 08-22 17:33:04.680 4579 4579 W ConstraintSet: id unknown media_action_barrier_start 08-22 17:33:04.680 4579 4579 W ConstraintSet: id unknown media_action_barrier_end 08-22 17:33:04.680 4579 4579 W ConstraintSet: id unknown media_action_barrier_top 08-22 17:33:04.680 4579 4579 W ConstraintSet: id unknown remove_text 08-22 17:33:04.680 4579 4579 W ConstraintSet: id unknown settings 08-22 17:33:04.680 4579 4579 W ConstraintSet: id unknown dismiss 08-22 17:33:04.680 4579 4579 W ConstraintSet: id unknown cancel 08-22 17:33:05.008 1280 25272 I bthal.activity: bt_power: AclDataStat: 17:33:03:513 - 17:33:05:008, conn_handle: 11, duration: 1495, acl_data_count: 25, acl_tx_data_count: 21, acl_rx_data_count: 4, total_acl_data_count: 260613 08-22 17:33:05.865 23950 27366 W unknown:ReactNative: Unknown value: 16 !important 08-22 17:33:05.879 23950 27366 W unknown:ReactNative: Unknown value: 16 !important 08-22 17:33:05.890 23950 27366 W unknown:ReactNative: Unknown value: 16 !important 08-22 17:33:06.014 25209 25263 I bt_btm_pm: btm_pm_proc_mode_change: Power mode switched from immediate:active[0] to immediate:sniff[2] 08-22 17:33:06.136 8549 8549 I TWILIGHT: [22Aug 17:33:06.135, main]: Wallpaper: update runnable 08-22 17:33:06.136 8549 8549 I TWILIGHT: [22Aug 17:33:06.136, main]: Wallpaper: do not have storage permission 08-22 17:33:06.163 1300 1329 I CHRE : @ 1202649.317: [ImuCal] [GYRO_RPS] (s0, c0) Offset | Temp [C] | Quality: 0.000085, -.000001, -.000238 | 34.572654 | 4 08-22 17:33:06.164 1300 1329 I CHRE : @ 1202649.317: [ImuCal] [GYRO_RPS] (s0) Temp Sensitivity: -.000046, 0.000041, -.000149 08-22 17:33:06.164 1300 1329 I CHRE : @ 1202649.317: [ImuCal] [GYRO_RPS] (s0) Temp Intercept: 0.001775, -.001311, 0.004938 08-22 17:33:06.201 4308 4437 D ActivityManager: freezing 15157 com.android.settings 08-22 17:33:06.202 4308 4437 D ActivityManager: freezing 19400 com.google.android.settings.intelligence 08-22 17:33:06.207 4308 4507 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 08-22 17:33:06.210 4308 4507 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 08-22 17:33:06.210 4308 4507 D InetDiagMessage: Destroyed live tcp sockets for uids={10150} in 7ms 08-22 17:33:06.278 4308 4437 D ActivityManager: freezing 13225 com.google.android.turboadapter 08-22 17:33:06.282 4308 4507 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET, states=14 08-22 17:33:06.285 4308 4507 D InetDiagMessage: Destroyed 0 sockets, proto=IPPROTO_TCP, family=AF_INET6, states=14 08-22 17:33:06.285 4308 4507 D InetDiagMessage: Destroyed live tcp sockets for uids={10198} in 7ms 08-22 17:33:06.427 23950 24050 D TrafficStats: tagSocket(163) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:06.429 23950 23995 D TrafficStats: tagSocket(171) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:06.429 23950 24023 D TrafficStats: tagSocket(223) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:06.681 1360 1413 I WifiHAL : Creating message to get link statistics; iface = 47 08-22 17:33:06.723 1360 1413 I WifiHAL : In GetLinkStatsCommand::handleResponse 08-22 17:33:06.759 4308 4507 D ConnectivityService: NetReassign [no changes] [c 1] [a 1] [i 7] 08-22 17:33:08.410 23950 27365 E ReactNativeJS: { error: 08-22 17:33:08.410 23950 27365 E ReactNativeJS: { errorStackTrace: 'androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(0, null, null, video/avc, avc1.6E0033, 8000000, null, [1920, 1080, -1.0, ColorInfo(Unset color space, Unset color range, Unset color transfer, false, 10bit Luma, 10bit Chroma)], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES\n\tat androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:623)\n\tat android.os.Handler.dispatchMessage(Handler.java:103)\n\tat android.os.Looper.loopOnce(Looper.java:232)\n\tat android.os.Looper.loop(Looper.java:317)\n\tat android.os.HandlerThread.run(HandlerThread.java:85)\nCaused by: androidx.media3.exoplayer.video.MediaCodecVideoDecoderException: Decoder failed: c2.exynos.h264.decoder\n\tat androidx.media3.exoplayer.video.MediaCodecVideoRenderer.createDecoderException(MediaCodecVideoRenderer.java:1915)\n\tat androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.render(MediaCodecRenderer.java:848)\n\tat androidx.media3.exoplayer.video.MediaCodecVideoRenderer.render(MediaCodecVideoRenderer.java:940)\n\tat androidx.media3.exoplayer.ExoPlayerImplInternal.doSomeWork(ExoPlayerImplInternal.java:1112)\n\tat androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:544)\n\t... 4 more\nCaused by: android.media.MediaCodec$CodecException: Error 0xe\n', 08-22 17:33:08.410 23950 27365 E ReactNativeJS: errorCode: '24003', 08-22 17:33:08.410 23950 27365 E ReactNativeJS: errorException: 'androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(0, null, null, video/avc, avc1.6E0033, 8000000, null, [1920, 1080, -1.0, ColorInfo(Unset color space, Unset color range, Unset color transfer, false, 10bit Luma, 10bit Chroma)], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES', 08-22 17:33:08.410 23950 27365 E ReactNativeJS: errorString: 'ExoPlaybackException: ERROR_CODE_DECODING_FAILED' } } 08-22 17:33:08.410 23950 27365 E ReactNativeJS: { error: 08-22 17:33:08.410 23950 27365 E ReactNativeJS: { errorStackTrace: 'androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(0, null, null, video/avc, avc1.6E0033, 8000000, null, [1920, 1080, -1.0, ColorInfo(Unset color space, Unset color range, Unset color transfer, false, 10bit Luma, 10bit Chroma)], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES\n\tat androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:623)\n\tat android.os.Handler.dispatchMessage(Handler.java:103)\n\tat android.os.Looper.loopOnce(Looper.java:232)\n\tat android.os.Looper.loop(Looper.java:317)\n\tat android.os.HandlerThread.run(HandlerThread.java:85)\nCaused by: androidx.media3.exoplayer.video.MediaCodecVideoDecoderException: Decoder failed: c2.exynos.h264.decoder\n\tat androidx.media3.exoplayer.video.MediaCodecVideoRenderer.createDecoderException(MediaCodecVideoRenderer.java:1915)\n\tat androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.render(MediaCodecRenderer.java:848)\n\tat androidx.media3.exoplayer.video.MediaCodecVideoRenderer.render(MediaCodecVideoRenderer.java:940)\n\tat androidx.media3.exoplayer.ExoPlayerImplInternal.doSomeWork(ExoPlayerImplInternal.java:1112)\n\tat androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:544)\n\t... 4 more\nCaused by: android.media.MediaCodec$CodecException: Error 0xe\n', 08-22 17:33:08.410 23950 27365 E ReactNativeJS: errorCode: '24003', 08-22 17:33:08.410 23950 27365 E ReactNativeJS: errorException: 'androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(0, null, null, video/avc, avc1.6E0033, 8000000, null, [1920, 1080, -1.0, ColorInfo(Unset color space, Unset color range, Unset color transfer, false, 10bit Luma, 10bit Chroma)], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES', 08-22 17:33:08.410 23950 27365 E ReactNativeJS: errorString: 'ExoPlaybackException: ERROR_CODE_DECODING_FAILED' } } 08-22 17:33:08.430 23950 27365 I ReactNativeJS: { errors: [ 'ExoPlaybackException: ERROR_CODE_DECODING_FAILED' ] } 08-22 17:33:08.439 23950 24050 D TrafficStats: tagSocket(171) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:08.440 23950 24023 D TrafficStats: tagSocket(163) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:08.440 23950 23995 D TrafficStats: tagSocket(222) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:08.490 23950 23950 D RNVExoplayer: surfaceSize [eventTime=5.12, mediaPos=130.00, window=0, period=0, 0, 0] 08-22 17:33:08.493 4308 9760 I MediaSessionStack: removeSession | record: dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0) 08-22 17:33:08.493 4308 9760 D MediaSessionService: destroySessionLocked: record=dev.zoriya.kyoo.dev/androidx.media3.session.id.RNVideoPlaybackService_23593721/328 (userId=0) 08-22 17:33:08.494 4579 4579 D MediaDataManager: session destroyed for 0|dev.zoriya.kyoo.dev|23593721|null|10426 08-22 17:33:08.494 4579 4579 D MediaDataManager: Removing still-active player 0|dev.zoriya.kyoo.dev|23593721|null|10426 08-22 17:33:08.494 8630 8630 I MediaControlProxy: Processing data item delete 08-22 17:33:08.497 8630 9664 I NotificationPipeline: Processing notification dismissal on phone: 0|dev.zoriya.kyoo.dev|23593721|null|10426 08-22 17:33:08.499 23950 29745 D TrafficStats: tagSocket(135) with statsTag=0xffffffff, statsUid=-1 08-22 17:33:08.499 25209 25209 V MediaPlayerList: onActiveSessionsChanged: number of controllers: 2 08-22 17:33:08.499 4308 10443 I MediaFocusControl: abandonAudioFocus() from uid/pid 10426/23950 clientId=android.media.AudioManager@cf014cfcom.brentvatne.exoplayer.ReactExoplayerView$OnAudioFocusChangedListener@ce1189f 08-22 17:33:08.500 23950 23950 I ExoPlayerImpl: Release 16802f9 [AndroidXMedia3/1.3.1] [raven, Pixel 6 Pro, Google, 34] [media3.common, media3.exoplayer, media3.decoder, media3.datasource.okhttp, media3.datasource, media3.ui, media3.session, media3.extractor, media3.exoplayer.hls] 08-22 17:33:08.503 25209 25209 D MediaPlayerList: onActiveSessionsChanged: controller: dev.zoriya.kyoo.dev 08-22 17:33:08.503 25209 25209 D MediaPlayerList: onActiveSessionsChanged: controller: com.google.android.apps.youtube.music 08-22 17:33:08.504 8630 9664 I NotifDismissalHandler: Notification 0|dev.zoriya.kyoo.dev|23593721|null|10426 dismissed on phone, deleting data item /bridger/stream_item:d22c0262:dev.zoriya.kyoo.dev:23593721:null_tag:0~7Cdev.zoriya.kyoo.dev~7C23593721~7Cnull~7C10426 08-22 17:33:08.511 3868 4214 I CloudNode: Should smear, but an alarm is already scheduled. Doing nothing. 08-22 17:33:08.512 23950 27365 I ReactNativeJS: { errors: [ 'ExoPlaybackException: ERROR_CODE_DECODING_FAILED' ] } 08-22 17:33:08.513 25209 25209 D MediaPlayerList: sendMediaUpdate state=PlaybackState {state=STOPPED(1), position=0, buffered position=0, speed=1.0, updated=1199043035, actions=11959, custom actions=[Action:mName='シャッフル(オフ), mIcon=2131232434, mExtras=null, Action:mName='高く評価, mIcon=2131232809, mExtras=null, Action:mName='リピート(オフ), mIcon=2131232383, mExtras=null, Action:mName='低く評価, mIcon=2131232803, mExtras=null], active item id=-1, error=null} 08-22 17:33:08.513 25209 25209 I bt_stack: [INFO:avrcp_service.cc(518)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=0 : queue=0 08-22 17:33:08.517 25209 25263 I bt_btm_pm: BTM_SetPowerMode: Setting power mode for peer:xx:xx:xx:xx:98:79 current_mode:immediate:sniff[2] new_mode:forced:active[0] 08-22 17:33:08.517 25209 25263 I bt_btm_pm: btm_pm_snd_md_req: Switching from immediate:sniff[0x02] to immediate:active[0x00] 08-22 17:33:08.517 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.517 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:33 id:419 08-22 17:33:08.520 4308 10443 W ProcessStats: Tracking association SourceState{3c02385 com.google.android.apps.wear.companion/10336 BFgs #1771785} whose proc state 4 is better than process ProcessState{746eb6d com.google.android.gms.persistent/10116 pkg=com.google.android.gms} proc state 14 (1624 skipped) 08-22 17:33:08.524 8630 8630 I MediaRemoteController: onTopControllerChanged controller: MediaControllerWrapperImpl(controller=android.media.session.MediaController@bac4391, packageName=com.google.android.apps.youtube.music, tag=YouTube playerlib, metadata=android.media.MediaMetadata@439fc240, playbackState=PlaybackState {state=STOPPED(1), position=0, buffered position=0, speed=1.0, updated=1199043035, actions=11959, custom actions=[Action:mName='シャッフル(オフ), mIcon=2131232434, mExtras=null, Action:mName='高く評価, mIcon=2131232809, mExtras=null, Action:mName='リピート(オフ), mIcon=2131232383, mExtras=null, Action:mName='低く評価, mIcon=2131232803, mExtras=null], active item id=-1, error=null}, playbackInfo=playbackType=1, volumeControlType=2, maxVolume=25, currentVolume=12, audioAttrs=AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null, volumeControlId=null, transportControls=ogm@81522f6, extras=Bundle[mParcelledData.dataSize=348], queue.size=25, sessionToken=android.media.session.MediaSession$Token@4e4f53b) 08-22 17:33:08.525 8630 9664 I CallClient: Can't remove: no record of call with id 0|dev.zoriya.kyoo.dev|23593721|null|10426. 08-22 17:33:08.529 25209 25263 I bt_btm_pm: btm_pm_proc_cmd_status: Clearing pending power mode link state:immediate:pending 08-22 17:33:08.529 25209 25263 E bluetooth: bta_dm_pm_btm_status: Received unknown power mode status event:5 08-22 17:33:08.535 1570 1570 D AOC : F1:MSG: hotword_input_processor.cc, 1721: Music detected @frame at 257006144 ms 08-22 17:33:08.535 1570 1570 D AOC : F1:MSG: hotword_input_processor.cc, 1728: Payload buffer: 08-22 17:33:08.535 1570 1570 D AOC : pos_music,val:32392 08-22 17:33:08.544 8630 8630 I MediaRemoteController: detachFromMediaController: MediaControllerWrapperImpl(controller=android.media.session.MediaController@adedd41, packageName=dev.zoriya.kyoo.dev, tag=androidx.media3.session.id.RNVideoPlaybackService_23593721, metadata=android.media.MediaMetadata@ba26451e, playbackState=null, playbackInfo=playbackType=1, volumeControlType=2, maxVolume=25, currentVolume=12, audioAttrs=AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null, volumeControlId=null, transportControls=ogm@99432e6, extras=null, queue.size=1, sessionToken=android.media.session.MediaSession$Token@d7d8aae) 08-22 17:33:08.545 8630 8630 I MediaControlProxy: Processing data item delete 08-22 17:33:08.550 4166 4183 D sound_trigger_hw: handle_client_event: client 1 recognition_callback 08-22 17:33:08.553 4308 4617 I SoundTriggerMiddlewareLogging: RECOGNITION (3599, RecognitionEventSys{recognitionEvent: RecognitionEvent{status: 0, type: 1, captureAvailable: true, captureDelayMs: 0, capturePreambleMs: 0, triggerInData: false, audioConfig: AudioConfig{base: AudioConfigBase{sampleRate: 16000, channelMask: AudioChannelLayout.layoutMask(1), format: AudioFormatDescription{type: 1, pcm: 1, encoding: }}, offloadInfo: AudioOffloadInfo{base: AudioConfigBase{sampleRate: 0, channelMask: AudioChannelLayout.none(0), format: AudioFormatDescription{type: 0, pcm: 0, encoding: }}, streamType: 0, bitRatePerSecond: 0, durationUs: 0, hasVideo: false, isStreaming: false, bitWidth: 0, offloadBufferSize: 0, usage: 0, encapsulationMode: -1, contentId: 0, syncId: 0}, frameCount: 0}, data: [112, 111, 115, 95, 109, 117, 115, 105, 99, 44, 118, 97, 108, 58, 51, 50, 51, 57, 50], recognitionStillActive: false}, halEventReceivedMillis: 1202682897, token: android.os.Binder@273bac}, 65017) 08-22 17:33:08.559 4308 4308 V SoundTriggerService: 9f6ad62a-1f0b-11e7-87c5-40a8f03d3f15: onServiceConnected(android.os.BinderProxy@277f70f) 08-22 17:33:08.560 4308 4308 V SoundTriggerService: 9f6ad62a-1f0b-11e7-87c5-40a8f03d3f15: runOp 0 08-22 17:33:08.560 28070 28070 I AmbientMusicDetector: (REDACTED) Received music trigger: '%s' 08-22 17:33:08.561 28070 28070 I AmbientMusicDetector: Running on-device song recognition. 08-22 17:33:08.561 28070 28070 I AudioBufferManager: Creating AudioRecord accessing DSP audio. 08-22 17:33:08.562 8630 8630 I MediaControlProxy: hasTrackChanged: true 08-22 17:33:08.562 8630 8630 I MediaControlProxy: Media track changed. Resetting position. 08-22 17:33:08.562 8630 8630 I MediaControlProxy: hasArtworkChanged: true 08-22 17:33:08.562 8630 8630 I MediaControlProxy: position flipped from -1 to 0 08-22 17:33:08.562 8630 8630 I MediaControlProxy: Processing data item update. Reason: onAttachToClient, newMedia: MediaValue@b3f1b93 08-22 17:33:08.562 8630 8630 I MediaControlProxy: Media diff: metadata(old=MediaMetadata(artist=hash[null], title=hash[a16849c], rating=null, queueMediaId=, duration=1540956, durationChanges=1, mediaUri=http://192.168.0.113:8901/api/episode/hyouka-s1e8/master.m3u8), new=MediaMetadata(artist=hash[af7b7d0], title=hash[5ad3c9], rating=Rating:style=2 rating=unrated, queueMediaId=null, duration=207000, durationChanges=0, mediaUri=null)), artwork(old=bok@47898b1, new=bok@9a99ace), queueId(old=0, new=-1), actions(old=7339999, new=11959), packageInfo(old=PackageInfo(packageName='dev.zoriya.kyoo.dev', appLabel=Kyoo Development, certificateHistoryHashBytes=[[B@6b0f379]), new=PackageInfo(packageName='com.google.android.apps.youtube.music', appLabel=YouTube Music, certificateHistoryHashBytes=[[B@3b5ddef, [B@3e880fc])), mediaQueue(old=MediaQueue[size=1], new=MediaQueue[size=25]), mediaTheme(old=MediaTheme(colorPrimaryDark=-9079435, colorPrimary=-16630679), new=MediaTheme(colorPrimaryDark=-14869219, colorPrimary=-14869219)), sessionTokenHash(old=android.media.session.MediaSession$Token@d7d8aae, new=android.media.session.MediaSession$Token@4e4f53b), position(old=130000, new=0), lastPositionUpdateTime(old=1724340783480, new=1724337148691), playbackSpeed(old=0.0, new=1.0), contentTimestamp(old=1202678121, new=-1), timestampForDataItemToReuse(old=1202678121, new=-1), 08-22 17:33:08.562 8630 8630 I MediaControlProxy: syncing media, Reason: onAttachToClient, newMedia: MediaValue@b3f1b93, finalMedia: MediaValue@33e385 08-22 17:33:08.563 8630 29763 I MediaDataItemHandler: Processing sync data request of type CLIENT_UPDATE. 08-22 17:33:08.577 25209 25263 I bt_btm_pm: BTM_SetPowerMode: Current power mode is hold or pending status or pending links state:immediate:pending[5] pm_pending_link:0 08-22 17:33:08.577 25209 25263 I bt_btm_pm: BTM_SetPowerMode: Setting stored bitmask for peer:xx:xx:xx:xx:98:79 08-22 17:33:08.577 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.577 4166 22187 D audio_hw_input_stream: adev_open_input_stream handle 31398 channels=0x10 rate=16000 format=0x1 flags=0x2 source=1999 devices=0x80000004 08-22 17:33:08.577 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.577 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.577 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.577 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.577 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.577 8630 8630 I MediaDataItemHandler: Send mediaMessage MediaValue@33e385 (16873 bytes) to node 566d9ad1 08-22 17:33:08.577 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.578 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.578 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.578 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:31 id:419 08-22 17:33:08.578 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:33 id:419 08-22 17:33:08.579 4161 29805 I AudioFlinger: AudioFlinger's thread 0xb400007f71815b88 tid=29805 ready to run 08-22 17:33:08.582 4308 9752 E AppOps : Operation not found: uid=1041 pkg=audioserver(null) op=WAKE_LOCK 08-22 17:33:08.609 4166 22187 D audio_hw_patch: sound-trigger-rec routing: 08-22 17:33:08.609 4166 22187 D audio_hw_patch: 0: 0x80000004 08-22 17:33:08.609 4308 9760 E AppOps : Operation not found: uid=1041 pkg=audioserver(null) op=WAKE_LOCK 08-22 17:33:08.609 4161 29805 D audioserver: logFgsApiEnd: FGS Logger Transaction failed, -129 08-22 17:33:08.609 4161 29805 D audioserver: logFgsApiBegin: FGS Logger Transaction failed, -129 08-22 17:33:08.611 4161 20512 D audioserver: logFgsApiBegin: FGS Logger Transaction failed, -129 08-22 17:33:08.611 4166 22187 D audio_hw_input_stream: in_set_microphone_direction: standby 1 source 1999 dir 0 08-22 17:33:08.611 4166 22187 D audio_hw_input_stream: in_set_microphone_field_dimension: standby 1 source 1999 zoom 0.000000 08-22 17:33:08.613 4166 29806 D audio_hw_input_stream: start_in_st_stream: starting st_stream for source 1999 08-22 17:33:08.613 4166 29806 D sound_trigger_hw: handle_get_data_tunnel: enter: voice_recognition = 0, channel_mask=0x10 08-22 17:33:08.613 4166 29806 D sound_trigger_platform: st_platform_start_buffering: type: 1 08-22 17:33:08.613 4166 29806 D sound_trigger_hw: handle_get_data_tunnel: client channel_mask = 0x10 request channel_mask = 0x10 08-22 17:33:08.634 8630 8672 W nion:persistent: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~fBzqj5BNW1X43CoZuhy1og==/dev.zoriya.kyoo.dev-q7KLu9NdXDpK9yaYOVFUAA==/base.apk' with 1 weak references 08-22 17:33:08.634 28070 28147 I AudioBufferManager: (REDACTED) %s: Audio recording finished, got %s samples. 08-22 17:33:08.634 28070 28147 I AmbientMusicDetector: (REDACTED) Received music trigger with last-matched track ID '%d' (%s) from shard '%s' 08-22 17:33:08.634 28070 28147 I NnfpMusicRecognizer: (REDACTED) SoundSearch FP fallback configuration: AutoOnDemand: %b HistoryDonation: %b SoSe Fps: %b 08-22 17:33:08.635 8630 8672 W nion:persistent: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~Y2MK9RPizwdVLtBDXcUKZw==/com.google.android.apps.youtube.music-LieuyEf1LzoXUhCORrPKpw==/base.apk' with 1 weak references 08-22 17:33:08.635 8630 8672 W nion:persistent: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~Y2MK9RPizwdVLtBDXcUKZw==/com.google.android.apps.youtube.music-LieuyEf1LzoXUhCORrPKpw==/split_config.en.apk' with 1 weak references 08-22 17:33:08.635 8630 8672 W nion:persistent: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~Y2MK9RPizwdVLtBDXcUKZw==/com.google.android.apps.youtube.music-LieuyEf1LzoXUhCORrPKpw==/split_config.fr.apk' with 1 weak references 08-22 17:33:08.635 8630 8672 W nion:persistent: ApkAssets: Deleting an ApkAssets object ' and /data/app/~~Y2MK9RPizwdVLtBDXcUKZw==/com.google.android.apps.youtube.music-LieuyEf1LzoXUhCORrPKpw==/split_config.ja.apk' with 1 weak references 08-22 17:33:08.641 8630 18654 I MediaDataItemHandler: Media data item updated: MediaValue@33e385 08-22 17:33:08.644 3868 4214 I CloudNode: Should smear, but an alarm is already scheduled. Doing nothing. 08-22 17:33:08.646 4308 9752 I AudioService.RecordingActivityMonitor: rec update riid:59959 uid:10130 session:65017 src:HOTWORD not silenced pack:com.google.android.as 08-22 17:33:08.706 8630 8630 I NotificationListener: [Service]v2.26.0-alpha01 Received new notification 08-22 17:33:08.706 8630 9664 I NotificationPipeline: Processing new notification: 0|dev.zoriya.kyoo.dev|23593721|null|10426 08-22 17:33:08.706 8630 9664 I NotificationPipeline: Flushing notifications queue, size: 1 08-22 17:33:08.709 28070 28109 I AiAiEcho: SmartspaceNotificationPredictor no parser can handle this notification or notification is invalid 08-22 17:33:08.727 4579 4579 D MediaResumeListener: Checking for service component for dev.zoriya.kyoo.dev 08-22 17:33:08.727 4579 4579 D MediaDataManager: session destroyed for 0|dev.zoriya.kyoo.dev|23593721|null|10426 08-22 17:33:08.728 4579 4579 D MediaDataManager: Session destroyed but using notification actions 0|dev.zoriya.kyoo.dev|23593721|null|10426 08-22 17:33:08.731 8630 9664 I NotificationFilterModel: filter reason: MediaNotification 08-22 17:33:08.735 4579 4616 W LocalMediaManager: BluetoothAdapter is null or muting expected device not exist 08-22 17:33:08.737 4579 4616 D MediaDeviceManager: device is com.android.settingslib.media.PhoneMediaDevice@4910baf, controller android.media.session.MediaController@bab7bbc, routingSession null or Phone 08-22 17:33:08.737 4579 4616 D MediaDeviceManager: new device name This phone 08-22 17:33:08.749 4579 4616 W LocalMediaManager: BluetoothAdapter is null or muting expected device not exist 08-22 17:33:08.749 4579 4616 D MediaDeviceManager: device is com.android.settingslib.media.PhoneMediaDevice@6b0390a, controller null, routingSession null or null 08-22 17:33:08.749 4579 4616 D MediaDeviceManager: new device name This phone 08-22 17:33:08.749 4579 4579 W ConstraintSet: id unknown center_vertical_guideline 08-22 17:33:08.749 4579 4579 W ConstraintSet: id unknown action_button_guideline 08-22 17:33:08.749 4579 4579 W ConstraintSet: id unknown icon 08-22 17:33:08.749 4579 4579 W ConstraintSet: id unknown media_seamless 08-22 17:33:08.749 4579 4579 W ConstraintSet: id unknown media_action_barrier_start 08-22 17:33:08.749 4579 4579 W ConstraintSet: id unknown media_action_barrier_end 08-22 17:33:08.749 4579 4579 W ConstraintSet: id unknown media_action_barrier_top 08-22 17:33:08.749 4579 4579 W ConstraintSet: id unknown remove_text 08-22 17:33:08.749 4579 4579 W ConstraintSet: id unknown settings 08-22 17:33:08.749 4579 4579 W ConstraintSet: id unknown dismiss 08-22 17:33:08.749 4579 4579 W ConstraintSet: id unknown cancel 08-22 17:33:08.750 4579 4616 D MediaDeviceManager: device is com.android.settingslib.media.PhoneMediaDevice@4910baf, controller android.media.session.MediaController@bab7bbc, routingSession null or Phone 08-22 17:33:08.750 4579 4616 D MediaDeviceManager: new device name This phone 08-22 17:33:08.750 4579 4616 D MediaDeviceManager: device is com.android.settingslib.media.PhoneMediaDevice@6b0390a, controller null, routingSession null or null 08-22 17:33:08.750 4579 4616 D MediaDeviceManager: new device name This phone 08-22 17:33:08.763 4161 29805 D audioserver: logFgsApiEnd: FGS Logger Transaction failed, -129 08-22 17:33:08.763 4166 22187 D sound_trigger_hw: handle_put_data_tunnel: enter, is_voice_recognition = false 08-22 17:33:08.763 4166 22187 D sound_trigger_platform: st_platform_stop_buffering: type: 1 08-22 17:33:08.769 4166 18557 D audio_hw_patch: patch_release_audio_patch: patch handle 4438 08-22 17:33:08.769 4308 10416 E AppOps : Operation not found: uid=1041 pkg=audioserver(null) op=WAKE_LOCK 08-22 17:33:08.781 23950 27782 D BufferPoolAccessor2.0: bufferpool2 0xb400007c1f6faa68 : 0(0 size) total buffers - 0(0 size) used buffers - 1/6 (recycle/alloc) - 2/4 (fetch/transfer) 08-22 17:33:08.781 23950 27782 D BufferPoolAccessor2.0: evictor expired: 1, evicted: 1 08-22 17:33:08.798 4161 4178 D audioserver: logFgsApiEnd: FGS Logger Transaction failed, -129 08-22 17:33:08.798 4308 9760 E AppOps : Operation not found: uid=1041 pkg=audioserver(null) op=WAKE_LOCK 08-22 17:33:08.849 25209 25263 I bt_btm_pm: btm_pm_proc_mode_change: Power mode switched from stored:pending[133] to immediate:active[0] 08-22 17:33:08.849 25209 25263 I bt_btm_pm: btm_pm_snd_md_req: Link already in requested mode pm_id:128 link_ind:11 mode:forced:active[0] 08-22 17:33:08.915 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.915 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.916 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.916 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.916 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:31 id:419 08-22 17:33:08.916 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.916 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.916 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:31 id:419 08-22 17:33:08.916 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:33 id:419 08-22 17:33:08.930 4579 4579 W ConstraintSet: id unknown center_vertical_guideline 08-22 17:33:08.930 4579 4579 W ConstraintSet: id unknown action_button_guideline 08-22 17:33:08.930 4579 4579 W ConstraintSet: id unknown icon 08-22 17:33:08.930 4579 4579 W ConstraintSet: id unknown media_seamless 08-22 17:33:08.931 4579 4579 W ConstraintSet: id unknown media_action_barrier_start 08-22 17:33:08.931 4579 4579 W ConstraintSet: id unknown media_action_barrier_end 08-22 17:33:08.931 4579 4579 W ConstraintSet: id unknown media_action_barrier_top 08-22 17:33:08.931 4579 4579 W ConstraintSet: id unknown remove_text 08-22 17:33:08.931 4579 4579 W ConstraintSet: id unknown settings 08-22 17:33:08.931 4579 4579 W ConstraintSet: id unknown dismiss 08-22 17:33:08.931 4579 4579 W ConstraintSet: id unknown cancel 08-22 17:33:08.944 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.944 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.944 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.945 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.945 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:08.945 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:09.004 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:09.004 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:09.005 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:09.005 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:09.005 25209 25263 I bluetooth: rfc_port_sm_execute: bd_addr:xx:xx:xx:xx:98:79, port:27, state:4, event:14 08-22 17:33:09.005 25209 25263 I bt_btif_sock_rfcomm: packages/modules/Bluetooth/system/btif/src/btif_sock_rfc.cc:685 - rfcomm_cback: handling event:31 id:419 08-22 17:33:09.257 28070 28147 I NnfpMusicRecognizer: (REDACTED) Finished recognition for region %s and DB version %s with result: %s 08-22 17:33:09.257 28070 28147 I RecognitionStateHandler: (REDACTED) Dsp model overrides: reloadDetectionModel = [%b] : new squelch = [%s] 08-22 17:33:09.257 28070 28147 I RecognitionStateHandler: Reconfiguration [%s] Latest:[%s] 08-22 17:33:09.258 28070 28147 I MusicRecognitionHandler: (REDACTED) Music not recognized. Nearest match (%s): %s. 08-22 17:33:09.260 28070 28107 I OnDemandManagerImpl: (REDACTED) Local recognition unsuccessful, should show cloud search? %b, eager prompt? %b, fingerprinter confirmation? %b 08-22 17:33:09.260 28070 28107 I OnDemandManagerImpl: Showing ondemand prompt. 08-22 17:33:09.261 28070 28147 I AmbientMusicDetector: (REDACTED) Pipeline run finished, restarting model: %s 08-22 17:33:09.262 28070 28147 I AmbientMusicServiceMana: (REDACTED) Trying to load model %s from %s 08-22 17:33:09.262 28070 28147 I AmbientMusicServiceMana: (REDACTED) Applying config override: %s 08-22 17:33:09.264 28070 28147 I SoundTriggerManagerComp: (REDACTED) Loading model %s 08-22 17:33:09.265 28070 28116 I MusicAodManager: (REDACTED) Showing onDemand prompt. Will remember 'music' state for %dms 08-22 17:33:09.265 4166 22187 D sound_trigger_hw: stdev_unload_sound_model: entry handle 0 08-22 17:33:09.265 4166 22187 D sound_trigger_platform: enable_ambient_music: enable 0 08-22 17:33:09.266 4166 22187 D sound_trigger_hw: [0] stop sound model 08-22 17:33:09.266 1570 1570 D AOC : F1:MSG: controller.cc, 273: AudioInCtrl: cmd ID: 0x0101, tag: 0x72 [cntr = 27722] 08-22 17:33:09.266 4166 22187 D sound_trigger_hw: send_control_cmd:cmd 1 08-22 17:33:09.266 4166 22187 D sound_trigger_hw: [0] unload sound model 08-22 17:33:09.266 1570 1570 D AOC : F1:MSG: controller.cc, 811: AudioInCtrl: ipc: sound_trigger, cmd ID: 0x0101, tag: 0x72, rc: 0 08-22 17:33:09.266 4579 4579 I AmbientIndication: Showing ambient indication. 08-22 17:33:09.267 4166 22187 D sound_trigger_hw: release client handle 0 08-22 17:33:09.267 4166 4183 D sound_trigger_hw: handle_control_cmd:get cmd 1 08-22 17:33:09.267 1570 1570 D AOC : F1:MSG: controller.cc, 273: AudioInCtrl: cmd ID: 0x0109, tag: 0x73 [cntr = 27723] 08-22 17:33:09.267 1570 1570 D AOC : F1:MSG: controller.cc, 811: AudioInCtrl: ipc: sound_trigger, cmd ID: 0x0109, tag: 0x73, rc: 0 08-22 17:33:09.268 4308 10416 I SoundTriggerMiddlewareLogging: UNLOAD_MODEL (3599) 08-22 17:33:09.270 4308 9760 W SoundTriggerHelper: Unload error: Attempting unload invalid generic model with id:9f6ad62a-1f0b-11e7-87c5-40a8f03d3f15 08-22 17:33:09.270 28070 28147 I AmbientMusicServiceMana: Re-starting music detector model. 08-22 17:33:09.272 4166 22187 D sound_trigger_hw: stdev_load_sound_model: entry 08-22 17:33:09.272 4166 22187 D sound_trigger_hw: get client handle: 0 08-22 17:33:09.272 4166 22187 D sound_trigger_hw: [0] load sound model 08-22 17:33:09.272 1570 1570 D AOC : F1:MSG: controller.cc, 273: AudioInCtrl: cmd ID: 0x0107, tag: 0x74 [cntr = 27724] 08-22 17:33:09.274 1570 1570 D AOC : F1:MSG: controller.cc, 811: AudioInCtrl: ipc: sound_trigger, cmd ID: 0x0107, tag: 0x74, rc: 0 08-22 17:33:09.274 1570 1570 D AOC : F1:MSG: controller.cc, 273: AudioInCtrl: cmd ID: 0x0107, tag: 0x75 [cntr = 27725] 08-22 17:33:09.276 1570 1570 D AOC : F1:MSG: controller.cc, 811: AudioInCtrl: ipc: sound_trigger, cmd ID: 0x0107, tag: 0x75, rc: 0 08-22 17:33:09.276 1570 1570 D AOC : F1:MSG: controller.cc, 273: AudioInCtrl: cmd ID: 0x0108, tag: 0x76 [cntr = 27726] 08-22 17:33:09.278 1570 1570 D AOC : F1:MSG: controller.cc, 811: AudioInCtrl: ipc: sound_trigger, cmd ID: 0x0108, tag: 0x76, rc: 0 08-22 17:33:09.278 4308 9760 I SoundTriggerMiddlewareLogging: LOAD_MODEL ("9f6ad62a-1f0b-11e7-87c5-40a8f03d3f15") -> 3600 08-22 17:33:09.279 4166 22187 D sound_trigger_hw: stdev_start_recognition_extended: HIDL 2.3 08-22 17:33:09.279 4166 22187 D sound_trigger_hw: stdev_start_recognition_internal: entry handle 0 08-22 17:33:09.279 4166 22187 D sound_trigger_hw: [0] start sound model 08-22 17:33:09.279 4166 22187 D sound_trigger_platform: enable_ambient_music: enable 1 08-22 17:33:09.279 1570 1570 D AOC : F1:MSG: controller.cc, 273: AudioInCtrl: cmd ID: 0x0100, tag: 0x77 [cntr = 27727] 08-22 17:33:09.279 4166 22187 D sound_trigger_hw: send_control_cmd:cmd 1 08-22 17:33:09.279 1570 1570 D AOC : F1:MSG: controller.cc, 811: AudioInCtrl: ipc: sound_trigger, cmd ID: 0x0100, tag: 0x77, rc: 0 08-22 17:33:09.279 4166 4183 D sound_trigger_hw: handle_control_cmd:get cmd 1 08-22 17:33:09.280 4308 9760 I SoundTriggerMiddlewareLogging: START_RECOGNITION (3600, RecognitionConfig{captureRequested: true, phraseRecognitionExtras: [], audioCapabilities: 0, data: []}) -> android.os.Binder@39da1f9 08-22 17:33:09.280 4308 9760 I SoundTriggerHelper: startRecognition successful. 08-22 17:33:09.280 4308 9760 W SoundTriggerService: error onStart(): Model 9f6ad62a-1f0b-11e7-87c5-40a8f03d3f15 already started 08-22 17:33:09.280 28070 28147 I AmbientMusicServiceMana: (REDACTED) Trying to unloading model %s 08-22 17:33:09.280 28070 28147 I SoundTriggerManagerComp: (REDACTED) Unloading model %s 08-22 17:33:09.280 4308 9760 W SoundTriggerHelper: Unload error: Attempting unload invalid generic model with id:12caddb1-acdb-4dce-8cb0-2e95a2313aee 08-22 17:33:09.280 4308 9760 I SoundTriggerService: error onStop(): Model 12caddb1-acdb-4dce-8cb0-2e95a2313aee has no stats available 08-22 17:33:09.282 28070 28147 I AmbientMusicServiceMana: (REDACTED) Update config: %s Success: %b 08-22 17:33:09.548 4579 4579 W ConstraintSet: id unknown center_vertical_guideline 08-22 17:33:09.548 4579 4579 W ConstraintSet: id unknown action_button_guideline 08-22 17:33:09.549 4579 4579 W ConstraintSet: id unknown icon 08-22 17:33:09.549 4579 4579 W ConstraintSet: id unknown media_seamless 08-22 17:33:09.549 4579 4579 W ConstraintSet: id unknown media_action_barrier_start 08-22 17:33:09.549 4579 4579 W ConstraintSet: id unknown media_action_barrier_end 08-22 17:33:09.549 4579 4579 W ConstraintSet: id unknown media_action_barrier_top 08-22 17:33:09.549 4579 4579 W ConstraintSet: id unknown remove_text 08-22 17:33:09.550 4579 4579 W ConstraintSet: id unknown settings 08-22 17:33:09.550 4579 4579 W ConstraintSet: id unknown dismiss 08-22 17:33:09.550 4579 4579 W ConstraintSet: id unknown cancel 08-22 17:33:09.756 1360 1413 I WifiHAL : Creating message to get link statistics; iface = 47 08-22 17:33:09.757 25854 25915 I BistoHotwordHelper: (REDACTED) getHotwordActive::active query: %s, watch: %s, devices connected: %s 08-22 17:33:09.781 23950 27782 D BufferPoolAccessor2.0: evictor expired: 1, evicted: 0 08-22 17:33:09.787 2126 2128 I pixel-thermal: cellular-emergency:38.8366 raw data: VIRTUAL-GNSS-BATT:37790 VIRTUAL-NEUTRAL-QI:34915.8 VIRTUAL-QI-DISP:38836.6 VIRTUAL-SKIN:38836.6 VIRTUAL-USB2-BATT:37242.4 battery:36200 cellular-emergency:38836.6 disp_therm:36269 gnss_tcxo_therm:36380 neutral_therm:36491 qi_therm:40053 usb_pwr_therm2:37048 08-22 17:33:09.793 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CPU:38.8366 raw data: VIRTUAL-SKIN:38836.6 VIRTUAL-SKIN-CPU:38836.6 08-22 17:33:09.793 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CPU power_budget=1965.36 err=2.16339 s_power=800 time_elapsed_ms=7012 p=865.358 i=300 d=-0 budget transient=0 control target=3 08-22 17:33:09.793 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CPU binded power rails: (S4M_VDD_CPUCL0: 537.67 mW)(S3M_VDD_CPUCL1: 199.62 mW)(S2M_VDD_CPUCL2: 1530.08 mW) 08-22 17:33:09.794 2126 2128 I pixel-thermal: quiet_therm:35.556 raw data: quiet_therm:35556 08-22 17:33:09.795 2126 2128 I pixel-thermal: VIRTUAL-SKIN:38.8366 raw data: VIRTUAL-SKIN:38836.6 08-22 17:33:09.795 2126 2128 I pixel-thermal: VIRTUAL-SKIN-HINT:38.8366 raw data: VIRTUAL-SKIN:38836.6 VIRTUAL-SKIN-HINT:38836.6 08-22 17:33:09.795 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CHARGE:38.8366 raw data: VIRTUAL-GNSS-BATT:37790 VIRTUAL-NEUTRAL-QI:34915.8 VIRTUAL-QI-DISP:38836.6 VIRTUAL-SKIN-CHARGE:38836.6 VIRTUAL-USB2-BATT:37242.4 08-22 17:33:09.795 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CHARGE's fcc binded power rail PARTIAL_SYSTEM_POWER: power threshold = 500, avg power = 991.101 08-22 17:33:09.795 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CHARGE's wlc_fcc binded power rail PARTIAL_SYSTEM_POWER: power threshold = 500, avg power = 991.101 08-22 17:33:09.795 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CHARGE's dc_icl binded power rail PARTIAL_SYSTEM_POWER: power threshold = 500, avg power = 991.101 08-22 17:33:09.795 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CPU-GPU:38.8366 raw data: VIRTUAL-SKIN:38836.6 VIRTUAL-SKIN-CPU-GPU:38836.6 08-22 17:33:09.795 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CPU-GPU power_budget=2649.02 err=6.16339 s_power=800 time_elapsed_ms=7012 p=1849.02 i=0 d=-0 budget transient=0 control target=3 08-22 17:33:09.796 2126 2128 I pixel-thermal: VIRTUAL-SKIN-CPU-GPU binded power rails: (S4M_VDD_CPUCL0: 537.67 mW)(S3M_VDD_CPUCL1: 199.62 mW)(S2S_VDD_G3D: 42.26 mW)(S2M_VDD_CPUCL2: 1530.08 mW) 08-22 17:33:09.797 2126 2128 I pixel-thermal: Successfully update cdev thermal-cpufreq-2 sysfs to 1 08-22 17:33:09.836 1360 1413 I WifiHAL : In GetLinkStatsCommand::handleResponse 08-22 17:33:09.880 4308 4507 D ConnectivityService: NetReassign [no changes] [c 2] [a 1] [i 8] 08-22 17:33:10.178 1280 25272 I bthal.activity: bt_power: AclDataStat: 17:33:08:529 - 17:33:10:177, conn_handle: 11, duration: 1648, acl_data_count: 31, acl_tx_data_count: 27, acl_rx_data_count: 4, total_acl_data_count: 260644 ```

Exoplayer initially report that it can play the file and then fail.

To be honest I don't know why this file can't be played, VLC can play it just fine. Is it because cpu decoding is not used as a fallback?

freeboub commented 2 months ago

I confirm what you are saying. initially the device says the format is supported, but afterward it fails to decode. I suspect something linked to exoplayer ...

08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: Playback error 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(0, null, null, video/avc, avc1.6E0033, 8000000, null, [1920, 1080, -1.0, ColorInfo(Unset color space, Unset color range, Unset color transfer, false, 10bit Luma, 10bit Chroma)], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:623) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at android.os.Handler.dispatchMessage(Handler.java:103) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at android.os.Looper.loopOnce(Looper.java:232) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at android.os.Looper.loop(Looper.java:317) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at android.os.HandlerThread.run(HandlerThread.java:85) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: Caused by: androidx.media3.exoplayer.video.MediaCodecVideoDecoderException: Decoder failed: c2.exynos.h264.decoder 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.video.MediaCodecVideoRenderer.createDecoderException(MediaCodecVideoRenderer.java:1915) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.render(MediaCodecRenderer.java:848) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.video.MediaCodecVideoRenderer.render(MediaCodecVideoRenderer.java:940) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.ExoPlayerImplInternal.doSomeWork(ExoPlayerImplInternal.java:1112) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:544) 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: ... 4 more 08-22 17:33:03.828 23950 29747 E ExoPlayerImplInternal: Caused by: android.media.MediaCodec$CodecException: Error 0xe

An interesting complementary test to do is to try playing this content directly in exoplayer sample. I will confirm if this is a react native video issue or an exoplayer issue ... As you use a pixel device, I assume this is not a device issue.

zoriya commented 2 months ago

Do you want me to send you the video file (if so where)? If you need to I can try with the exoplayer's demo but it might take me a bit of time to setup an android dev environment

freeboub commented 2 months ago

Testing with exoplayer demo would allow to identify if the issue is really a react native video issue... The sample can be found in media3 github reporsitory. You just need to clone it, build the demo and patch media3/demos/main/src/main/assets/media.exolist.json to put your sample url. and the repo : https://github.com/androidx/media (you just need android studio to build it)

zoriya commented 2 months ago

I do get the same error with the main demo. Sorry for the noise with this issue then.

It seems exoplayer doesn't support software decoding fallback :c

I think the ffmpeg extension can be used to enable more codecs support (currently only audio but video will become available via https://github.com/androidx/media/pull/1591). I have no idea how to enable those extensions or if making them available in react-native-video is possible tho.

FongMi commented 2 months ago

Send me media to test.

freeboub commented 2 months ago

@zoriya I think you are right, To build ffmpeg you should start to build from source (see https://thewidlarzgroup.github.io/react-native-video/other/debug#debug-media3-build-from-media3-source) And after that you need to enable ffmpeg, but I never do it yet... (and be careful to ffmpeg license)

And you you want to document ffmpeg integration, the community will great you ! :)

zoriya commented 2 months ago

I opened an issue on media3's repo for hls auto switch: https://github.com/androidx/media/issues/1656.

You can find logs of the demo app there that were taken with this media https://drive.google.com/file/d/1boaFwlO5kTnpK6Wzg2kYaTHwvryr-Rl2/view?usp=drive_link

I'm not convident about compiling media3 from scratch but this will be something I need so I'll try when media3 receive video decoding via ffmpeg.

I also want to have native ass subtitles rendering via libass and I think I'd have to write an extension for media3 for that so I'll have to learn how extensions work at one point.

PS: I'll close the issue, I don't think there's much to do in rnv side for now. Thanks for the help!

freeboub commented 2 months ago

@zoriya thank you for the update!

FongMi commented 2 months ago

I have test it. use ffmpeg can play it. Screenshot_2024-08-29-22-39-02-536_com.fongmi.android.tv.jpg

freeboub commented 2 months ago

@FongMi if you can write a doc on how to build with ffmpeg, it would be wonderful ! (Maybe just after build from source section?!)

zoriya commented 2 months ago

whaat? how did you do? I tested with the demo app using the withDecoderExtension variant, I was under the impression it used ffmpeg. Did I miss something?

Thank you so much for checking this!

FongMi commented 2 months ago

I suggest you use nextlib because it is simpler. https://github.com/anilbeesetti/nextlib

zoriya commented 2 months ago

nextlib looks like a separate implementation of ffmpeg, if my understanding is correct, https://github.com/androidx/media/pull/1591 should bring feature parity to mainstream's exoplayer, right?

if nextlib has other advantages, it might be nice to add an option to use it on rnv (it can't be the default due to license issues). Otherwise, I think I'll wait for the previous PR to get merged and try to enable ffmpeg directly here.

FongMi commented 2 months ago

I don't think media3 will merge this pr that quickly, and it may not even be merged at all. I suggest you use mpv because you want to use libass.

zoriya commented 2 months ago

using libmpv or libvlc seems way harder, especially with react-native. it would mean adding a new backend, which is a huge maintenance burden, unfortunately.