TeamNewPipe / NewPipe

A libre lightweight streaming front-end for Android.
https://newpipe.net
GNU General Public License v3.0
30.99k stars 3.02k forks source link

Errors encountered in NewPipe sometimes causes NewPipe to crash on GrapheneOS 13 #8885

Open TheMCNerd2017 opened 2 years ago

TheMCNerd2017 commented 2 years ago

Checklist

Affected version

0.23.3

Steps to reproduce the bug

  1. Perform any actions that would trigger an error and bring up the bug report notification.
  2. App either instantly crashes with no bug report notification or crashes shortly after the bug report notification comes up.

Expected behavior

NewPipe shows the bug report notification and stays open.

Actual behavior

NewPipe either instantly crashes and brings you back to the home screen or brings up a bug report notification before crashing shortly after. Error in the bug report notification (if it comes up) is whatever error your actions have caused (in my case it was a bug I reported months ago).

Screenshots/Screen recordings

https://user-images.githubusercontent.com/25375242/187010149-4748146b-14f1-4964-bae3-e4331c3ea794.mp4

Logs

N/A. I'll try to get a logcat but GrapheneOS seemingly omits logcat from "bug reports" generated through developer settings. So I would need to reproduce the issue while connecting my phone to a PC running ADB.

Affected Android/Custom ROM version

GrapheneOS 13 (TP1A.220624.014.2022082400)

Affected device model

Pixel 4 XL

Additional information

Other random crashes have been coming up when doing other normal things (one crash came up while simply watching a video) as well as when triggering other errors that would bring up the bug report notification. These crashes only started after updating to GrapheneOS 13 so this may be caused by an incompatibility with GrapheneOS 13.

TobiGr commented 2 years ago

I can see a notification from NewPipe which says "NewPipe encountered an error, tap to report". That should give you an error log.

opusforlife2 commented 2 years ago

Another thing to narrow this down would be to install a debug build and go into the Debug menu. The last 3 options are to generate crash reports. If these work, then it might be a specific crash that causes this behaviour.

TheMCNerd2017 commented 2 years ago

I can see a notification from NewPipe which says "NewPipe encountered an error, tap to report". That should give you an error log.

The error that comes up is the exact same one as #8379 which is what I reproduced in the video. If you want I'll trigger it again and paste whatever NewPipe gives (if the error notification comes up since when the crash happens sometimes the error notification does not come up). Additionally NewPipe also crashes if I trigger other errors like #8401 or #7943, though I never get an error notification with those, just a crash.

EDIT: I reproduced the crash in the video and got the error log. It looks to be the exact same as #8379 so likely not related to the app crashing entirely.

Exception

com.google.android.exoplayer2.ExoPlaybackException: Unexpected runtime error
    at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:625)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loopOnce(Looper.java:201)
    at android.os.Looper.loop(Looper.java:288)
    at android.os.HandlerThread.run(HandlerThread.java:67)
Caused by: java.lang.IllegalArgumentException
    at com.google.android.exoplayer2.util.Assertions.checkArgument(Assertions.java:39)
    at com.google.android.exoplayer2.source.BaseMediaSource.prepareSource(BaseMediaSource.java:207)
    at com.google.android.exoplayer2.source.CompositeMediaSource.prepareChildSource(CompositeMediaSource.java:120)
    at com.google.android.exoplayer2.source.MaskingMediaSource.prepareSourceInternal(MaskingMediaSource.java:85)
    at com.google.android.exoplayer2.source.BaseMediaSource.prepareSource(BaseMediaSource.java:214)
    at com.google.android.exoplayer2.source.CompositeMediaSource.prepareChildSource(CompositeMediaSource.java:120)
    at com.google.android.exoplayer2.source.ConcatenatingMediaSource.addMediaSourceInternal(ConcatenatingMediaSource.java:778)
    at com.google.android.exoplayer2.source.ConcatenatingMediaSource.addMediaSourcesInternal(ConcatenatingMediaSource.java:761)
    at com.google.android.exoplayer2.source.ConcatenatingMediaSource.prepareSourceInternal(ConcatenatingMediaSource.java:464)
    at com.google.android.exoplayer2.source.BaseMediaSource.prepareSource(BaseMediaSource.java:214)
    at com.google.android.exoplayer2.source.CompositeMediaSource.prepareChildSource(CompositeMediaSource.java:120)
    at com.google.android.exoplayer2.source.MaskingMediaSource.prepareSourceInternal(MaskingMediaSource.java:85)
    at com.google.android.exoplayer2.source.BaseMediaSource.prepareSource(BaseMediaSource.java:214)
    at com.google.android.exoplayer2.MediaSourceList.prepareChildSource(MediaSourceList.java:446)
    at com.google.android.exoplayer2.MediaSourceList.prepare(MediaSourceList.java:291)
    at com.google.android.exoplayer2.ExoPlayerImplInternal.prepareInternal(ExoPlayerImplInternal.java:704)
    at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:483)
    ... 4 more


TheMCNerd2017 commented 2 years ago

Another thing to narrow this down would be to install a debug build and go into the Debug menu. The last 3 options are to generate crash reports. If these work, then it might be a specific crash that causes this behaviour.

OK I'll try out a debug build. Should I use the debug build for the next version (V0.24.0) that was recently made available?

TheMCNerd2017 commented 2 years ago

Another thing to narrow this down would be to install a debug build and go into the Debug menu. The last 3 options are to generate crash reports. If these work, then it might be a specific crash that causes this behaviour.

OK I installed the V0.24.0 RC1 debug APK and used the last three options. "Create an error notification" worked every time I used it without any crashes. "Show an error snackbar" also worked every time I used it without any crashes. "Crash the app" encountered similar behavior to what I encountered in the normal NewPipe app: crash to the home screen without an error notification or error displayed. Though unlike the standard version it animated itself closing, where as the standard NewPipe just jumps instantly to the home screen. This did not happen all the time though, as most of the times it would work properly by showing the "dummy" error.

I did not import any data from my existing NewPipe during my testing session incase you were wondering. I'm actually going to try that next and attempt to reproduce the crash that I recorded in the original video.

opusforlife2 commented 2 years ago

Do you have root or access to ADB? Using the app Scoop, if you try to reproduce this crash using your STR, you should be able to get a crash log using Android logcat.

TheMCNerd2017 commented 2 years ago

Do you have root or access to ADB? Using the app Scoop, if you try to reproduce this crash using your STR, you should be able to get a crash log using Android logcat.

Root access in GrapheneOS is not possible as far as I know. I can enable USB debugging in developer settings though which should let me execute the adb logcat command from a PC.

I've also never heard of the app called Scoop. Is it something I install on my phone?

EDIT: I enabled USB debugging and connected my phone to the PC. Ran adb logcat which displayed the logcat. Afterwards I reproduced the crash in the original video (though this time NewPipe did not show an error report notification) and think it was caught on the logcat.

Logcat snippet ``` 08-28 17:27:38.031 2898 2898 I vol.Events: writeEvent show_dialog volume_changed keyguard=false 08-28 17:27:38.068 1686 8591 D MediaSessionService: dispatchVolumeKeyEvent, pkg=org.schabi.newpipe, opPkg=org.schabi.newpipe, pid=10450, uid=10115, asSystem=true, event=KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_VOLUME_DOWN, scanCode=114, metaState=0, flags=0x8, repeatCount=13, eventTime=176902298571923, downTime=176901290093000, deviceId=2, source=0x101, displayId=-1 }, stream=-2147483648, musicOnly=false 08-28 17:27:38.068 1686 8591 D MediaSessionService: Adjusting suggestedStream=-2147483648 by -1. flags=4113, preferSuggestedStream=false, session=null 08-28 17:27:38.081 2898 3306 I vol.Events: writeEvent level_changed STREAM_MUSIC 16 08-28 17:27:38.082 2898 3306 I vol.Events: writeEvent key STREAM_MUSIC 16 08-28 17:27:38.089 2898 2898 I vol.Events: writeEvent show_dialog volume_changed keyguard=false 08-28 17:27:38.120 1686 2995 D MediaSessionService: dispatchVolumeKeyEvent, pkg=org.schabi.newpipe, opPkg=org.schabi.newpipe, pid=10450, uid=10115, asSystem=true, event=KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_VOLUME_DOWN, scanCode=114, metaState=0, flags=0x8, repeatCount=14, eventTime=176902348934688, downTime=176901290093000, deviceId=2, source=0x101, displayId=-1 }, stream=-2147483648, musicOnly=false 08-28 17:27:38.120 1686 2995 D MediaSessionService: Adjusting suggestedStream=-2147483648 by -1. flags=4113, preferSuggestedStream=false, session=null 08-28 17:27:38.138 2898 3306 I vol.Events: writeEvent level_changed STREAM_MUSIC 15 08-28 17:27:38.153 2898 2898 I vol.Events: writeEvent show_dialog volume_changed keyguard=false 08-28 17:27:38.168 1686 2995 D MediaSessionService: dispatchVolumeKeyEvent, pkg=org.schabi.newpipe, opPkg=org.schabi.newpipe, pid=10450, uid=10115, asSystem=true, event=KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_VOLUME_DOWN, scanCode=114, metaState=0, flags=0x8, repeatCount=15, eventTime=176902399728026, downTime=176901290093000, deviceId=2, source=0x101, displayId=-1 }, stream=-2147483648, musicOnly=false 08-28 17:27:38.168 1686 2995 D MediaSessionService: Adjusting suggestedStream=-2147483648 by -1. flags=4113, preferSuggestedStream=false, session=null 08-28 17:27:38.178 2898 3306 I vol.Events: writeEvent level_changed STREAM_MUSIC 14 08-28 17:27:38.179 2898 3306 I vol.Events: writeEvent key STREAM_MUSIC 14 08-28 17:27:38.189 2898 2898 I vol.Events: writeEvent show_dialog volume_changed keyguard=false 08-28 17:27:38.218 1686 2995 D MediaSessionService: dispatchVolumeKeyEvent, pkg=org.schabi.newpipe, opPkg=org.schabi.newpipe, pid=10450, uid=10115, asSystem=true, event=KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_VOLUME_DOWN, scanCode=114, metaState=0, flags=0x8, repeatCount=16, eventTime=176902449904594, downTime=176901290093000, deviceId=2, source=0x101, displayId=-1 }, stream=-2147483648, musicOnly=false 08-28 17:27:38.218 1686 2995 D MediaSessionService: Adjusting suggestedStream=-2147483648 by -1. flags=4113, preferSuggestedStream=false, session=null 08-28 17:27:38.233 2898 3306 I vol.Events: writeEvent level_changed STREAM_MUSIC 13 08-28 17:27:38.235 2898 3306 I vol.Events: writeEvent key STREAM_MUSIC 13 08-28 17:27:38.237 2898 2898 I vol.Events: writeEvent show_dialog volume_changed keyguard=false 08-28 17:27:38.269 1686 2995 D MediaSessionService: dispatchVolumeKeyEvent, pkg=org.schabi.newpipe, opPkg=org.schabi.newpipe, pid=10450, uid=10115, asSystem=true, event=KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_VOLUME_DOWN, scanCode=114, metaState=0, flags=0x8, repeatCount=17, eventTime=176902500941839, downTime=176901290093000, deviceId=2, source=0x101, displayId=-1 }, stream=-2147483648, musicOnly=false 08-28 17:27:38.270 1686 2995 D MediaSessionService: Adjusting suggestedStream=-2147483648 by -1. flags=4113, preferSuggestedStream=false, session=null 08-28 17:27:38.282 2898 3306 I vol.Events: writeEvent level_changed STREAM_MUSIC 12 08-28 17:27:38.291 2898 2898 I vol.Events: writeEvent show_dialog volume_changed keyguard=false 08-28 17:27:38.320 1686 8591 D MediaSessionService: dispatchVolumeKeyEvent, pkg=org.schabi.newpipe, opPkg=org.schabi.newpipe, pid=10450, uid=10115, asSystem=true, event=KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_VOLUME_DOWN, scanCode=114, metaState=0, flags=0x8, repeatCount=18, eventTime=176902551419031, downTime=176901290093000, deviceId=2, source=0x101, displayId=-1 }, stream=-2147483648, musicOnly=false 08-28 17:27:38.320 1686 8591 D MediaSessionService: Adjusting suggestedStream=-2147483648 by -1. flags=4113, preferSuggestedStream=false, session=null 08-28 17:27:38.331 2898 3306 I vol.Events: writeEvent level_changed STREAM_MUSIC 11 08-28 17:27:38.332 2898 3306 I vol.Events: writeEvent key STREAM_MUSIC 11 08-28 17:27:38.336 2898 2898 I vol.Events: writeEvent show_dialog volume_changed keyguard=false 08-28 17:27:38.372 1686 8591 D MediaSessionService: dispatchVolumeKeyEvent, pkg=org.schabi.newpipe, opPkg=org.schabi.newpipe, pid=10450, uid=10115, asSystem=true, event=KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_VOLUME_DOWN, scanCode=114, metaState=0, flags=0x8, repeatCount=19, eventTime=176902603072995, downTime=176901290093000, deviceId=2, source=0x101, displayId=-1 }, stream=-2147483648, musicOnly=false 08-28 17:27:38.372 1686 8591 D MediaSessionService: Adjusting suggestedStream=-2147483648 by -1. flags=4113, preferSuggestedStream=false, session=null 08-28 17:27:38.387 2898 3306 I vol.Events: writeEvent level_changed STREAM_MUSIC 10 08-28 17:27:38.388 2898 3306 I vol.Events: writeEvent key STREAM_MUSIC 10 08-28 17:27:38.392 2898 2898 I vol.Events: writeEvent show_dialog volume_changed keyguard=false 08-28 17:27:38.421 1686 8591 D MediaSessionService: dispatchVolumeKeyEvent, pkg=org.schabi.newpipe, opPkg=org.schabi.newpipe, pid=10450, uid=10115, asSystem=true, event=KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_VOLUME_DOWN, scanCode=114, metaState=0, flags=0x8, repeatCount=20, eventTime=176902653407687, downTime=176901290093000, deviceId=2, source=0x101, displayId=-1 }, stream=-2147483648, musicOnly=false 08-28 17:27:38.421 1686 8591 D MediaSessionService: Adjusting suggestedStream=-2147483648 by -1. flags=4113, preferSuggestedStream=false, session=null 08-28 17:27:38.437 2898 3306 I vol.Events: writeEvent level_changed STREAM_MUSIC 9 08-28 17:27:38.438 2898 3306 I vol.Events: writeEvent key STREAM_MUSIC 9 08-28 17:27:38.447 2898 2898 I vol.Events: writeEvent show_dialog volume_changed keyguard=false 08-28 17:27:38.447 1686 2995 D MediaSessionService: dispatchVolumeKeyEvent, pkg=org.schabi.newpipe, opPkg=org.schabi.newpipe, pid=10450, uid=10115, asSystem=true, event=KeyEvent { action=ACTION_UP, keyCode=KEYCODE_VOLUME_DOWN, scanCode=114, metaState=0, flags=0x8, repeatCount=0, eventTime=176902679542000, downTime=176901290093000, deviceId=2, source=0x101, displayId=-1 }, stream=-2147483648, musicOnly=false 08-28 17:27:38.447 1686 2995 D MediaSessionService: Adjusting suggestedStream=-2147483648 by 0. flags=4116, preferSuggestedStream=false, session=null 08-28 17:27:38.706 1006 1103 D VSC : @ 272101.314: [WO] Proposed rotation: 0, flat angle threshold: 65 08-28 17:27:38.706 1006 1103 D VSC : @ 272101.314: [WO] orientation angle 42, orientation 0 08-28 17:27:38.706 1006 1103 D VSC : @ 272101.314: [WO] Gyro angle integrated: 12.553426 08-28 17:27:39.147 2898 2898 I vol.Events: writeEvent dismiss_dialog touch_outside 08-28 17:27:39.152 2898 3306 I vol.Events: writeEvent active_stream_changed UNKNOWN_STREAM_-1 08-28 17:27:39.173 979 3778 D audio_hw_primary: out_standby: enter: stream (0xe5844330) usecase(1: low-latency-playback) 08-28 17:27:39.214 979 3778 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback speaker 08-28 17:27:39.216 979 3778 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0 08-28 17:27:39.216 979 3778 D hardware_info: hw_info_append_hw_type : device_name = speaker 08-28 17:27:39.216 979 3778 D audio_hw_primary: disable_snd_device: snd_device(2: speaker) 08-28 17:27:39.216 979 3778 I audio_hw_cirrus_playback: spkr_prot_stop_processing: pcm_tx_close 08-28 17:27:39.224 979 3778 D audio_hw_primary: disable_audio_route: reset and update mixer path: spkr-vi-record vi-feedback 08-28 17:27:39.224 979 3778 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 53 of type 1 for Event 2, with Raise=0 08-28 17:27:39.224 979 3778 D hardware_info: hw_info_append_hw_type : device_name = vi-feedback 08-28 17:27:39.224 979 3778 D audio_hw_primary: disable_snd_device: snd_device(222: vi-feedback) 08-28 17:27:39.224 979 3778 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0xde of type 1 for Event 0, with Raise=0 08-28 17:27:39.227 979 3778 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0 08-28 17:27:39.462 1686 4237 D CoreBackPreview: Window{6230cf8 u0 VolumeDialogImpl}: Setting back callback null 08-28 17:27:39.470 1686 4237 W InputManager-JNI: Input channel object '6230cf8 VolumeDialogImpl (client)' was disposed without first being removed with the input manager! 08-28 17:27:39.594 1686 4237 D CoreBackPreview: Window{abf071a u0 org.schabi.newpipe/org.schabi.newpipe.MainActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@9aedad4, mPriority=0} 08-28 17:27:39.633 10450 11929 W Parcel : Expecting binder but got null! 08-28 17:27:40.706 1006 1103 D VSC : @ 272103.314: [WO] Proposed rotation: 0, flat angle threshold: 65 08-28 17:27:40.706 1006 1103 D VSC : @ 272103.314: [WO] orientation angle 44, orientation 0 08-28 17:27:40.706 1006 1103 D VSC : @ 272103.314: [WO] Gyro angle integrated: 0.702762 08-28 17:27:41.743 1686 2995 D CoreBackPreview: Window{abf071a u0 org.schabi.newpipe/org.schabi.newpipe.MainActivity}: Setting back callback null 08-28 17:27:41.746 1686 2995 W InputManager-JNI: Input channel object 'abf071a org.schabi.newpipe/org.schabi.newpipe.MainActivity (client)' was disposed without first being removed with the input manager! 08-28 17:27:41.754 10450 10450 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 08-28 17:27:41.755 1686 1767 V WindowManager: Unknown focus tokens, dropping reportFocusChanged 08-28 17:27:42.706 1006 1103 D VSC : @ 272105.314: [WO] Proposed rotation: 0, flat angle threshold: 65 08-28 17:27:42.706 1006 1103 D VSC : @ 272105.314: [WO] orientation angle 43, orientation 0 08-28 17:27:42.706 1006 1103 D VSC : @ 272105.314: [WO] Gyro angle integrated: 0.622849 08-28 17:27:44.706 1006 1103 D VSC : @ 272107.314: [WO] Proposed rotation: 0, flat angle threshold: 65 08-28 17:27:44.706 1006 1103 D VSC : @ 272107.314: [WO] orientation angle 43, orientation 0 08-28 17:27:44.706 1006 1103 D VSC : @ 272107.314: [WO] Gyro angle integrated: 0.604793 08-28 17:27:46.706 1006 1103 D VSC : @ 272109.314: [WO] Proposed rotation: 0, flat angle threshold: 65 08-28 17:27:46.706 1006 1103 D VSC : @ 272109.314: [WO] orientation angle 43, orientation 0 08-28 17:27:46.706 1006 1103 D VSC : @ 272109.314: [WO] Gyro angle integrated: 2.069498 08-28 17:27:48.705 1006 1103 D VSC : @ 272111.314: [WO] Proposed rotation: 0, flat angle threshold: 65 08-28 17:27:48.706 1006 1103 D VSC : @ 272111.314: [WO] orientation angle 43, orientation 0 08-28 17:27:48.706 1006 1103 D VSC : @ 272111.314: [WO] Gyro angle integrated: 0.045708 08-28 17:27:50.706 1006 1103 D VSC : @ 272113.314: [WO] Proposed rotation: 0, flat angle threshold: 65 08-28 17:27:50.706 1006 1103 D VSC : @ 272113.314: [WO] orientation angle 43, orientation 0 08-28 17:27:50.706 1006 1103 D VSC : @ 272113.314: [WO] Gyro angle integrated: 3.285622 08-28 17:27:50.835 1686 2995 D CoreBackPreview: Window{84216a5 u0 org.schabi.newpipe/org.schabi.newpipe.MainActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@4e53607, mPriority=0} 08-28 17:27:50.858 10450 11929 W Parcel : Expecting binder but got null! 08-28 17:27:51.730 979 3932 D audio_hw_primary: start_output_stream: enter: stream(0xe5844330)usecase(1: low-latency-playback) devices(0x2) is_haptic_usecase(0) 08-28 17:27:51.730 979 3932 D audio_hw_primary: select_devices for use case (low-latency-playback) 08-28 17:27:51.730 979 3932 I msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 24, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker) 08-28 17:27:51.730 979 3932 I msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 2 08-28 17:27:51.730 979 3932 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: bitwidth 24, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker) 08-28 17:27:51.732 979 3932 D msm8974_platform: platform_check_codec_backend_cfg:becf: updated afe: bitwidth 24, samplerate 48000 channels 2,backend_idx 0 usecase = 1 device (speaker) 08-28 17:27:51.732 979 3932 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 24 and sample rate: 48000 08-28 17:27:51.732 979 3932 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0 08-28 17:27:51.732 979 3932 D audio_hw_primary: check_usecases_codec_backend:becf: (78) check_usecases curr device: speaker, usecase device: backends match 0 08-28 17:27:51.732 979 3932 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0 08-28 17:27:51.732 979 3932 D hardware_info: hw_info_append_hw_type : device_name = speaker 08-28 17:27:51.732 979 3932 D audio_route: Apply path: speaker 08-28 17:27:51.732 979 3932 D hardware_info: hw_info_append_hw_type : device_name = vi-feedback 08-28 17:27:51.732 979 3932 D audio_hw_primary: enable_snd_device: snd_device(222: vi-feedback) 08-28 17:27:51.732 979 3932 D msm8974_platform: platform_get_island_cfg_on_device:island cfg status on snd_device = (vi-feedback 0) 08-28 17:27:51.732 979 3932 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0xde of type 1 for Event 1, with Raise=0 08-28 17:27:51.732 979 3932 D audio_route: Apply path: vi-feedback 08-28 17:27:51.732 979 3932 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 53 of type 1 for Event 3, with Raise=0 08-28 17:27:51.732 979 3932 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->in_snd_device vi-feedback 08-28 17:27:51.733 979 3932 E audio_hw_utils: send_app_type_cfg_for_device: Could not get ctl for mixer cmd - Audio Stream Capture 42 App Type Cfg 08-28 17:27:51.733 979 3932 D audio_hw_waves: ma_set_device: 53 is not supported usecase 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 512, path = 1, app id = 0x11132, sample rate = 8000, afe_sample_rate = 8000 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> send_asm_topology 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> send_adm_topology 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> send_audtable 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE 08-28 17:27:51.733 979 3932 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000200 08-28 17:27:51.733 979 3932 D ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE Returned = -19 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE 08-28 17:27:51.733 979 3932 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000200 08-28 17:27:51.733 979 3932 D ACDB-LOADER: Error: ACDB audproc returned = -19 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[512] app_type[69938] 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> send_audstrmtable 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> send_afe_topology 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 512, Topology Id 10001ccc 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> send_afe_cal 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE 08-28 17:27:51.733 979 3932 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000200 08-28 17:27:51.733 979 3932 D ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE 08-28 17:27:51.733 979 3932 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000200 08-28 17:27:51.733 979 3932 D ACDB-LOADER: Error: ACDB AFE returned = -19 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[17] acdb_id[512] 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 512 path = 1 08-28 17:27:51.733 979 3932 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY 08-28 17:27:51.733 979 3932 D audio_hw_primary: enable_audio_route: apply mixer and update path: spkr-vi-record vi-feedback 08-28 17:27:51.733 979 3932 D audio_route: Apply path: spkr-vi-record vi-feedback 08-28 17:27:51.746 10450 10450 D CompatibilityChangeReporter: Compat change id reported: 147798919; UID 10115; state: DISABLED 08-28 17:27:51.756 979 3932 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0 08-28 17:27:51.756 979 3932 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker 08-28 17:27:51.756 979 3932 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69936, acdb_dev_id 513, sample_rate 48000, snd_device_be_idx 87 08-28 17:27:51.758 979 3932 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] active device/stream not found (result=-100) for topology 0x10000aaa and apptype 0x11130 08-28 17:27:51.758 979 3932 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] set parameters failed with status -100 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 513, path = 0, app id = 0x11130, sample rate = 48000, afe_sample_rate = 48000 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> send_asm_topology 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> send_adm_topology 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> send_audtable 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[513] app_type[69936] 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> send_audvoltable 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE 08-28 17:27:51.759 979 3932 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 08-28 17:27:51.759 979 3932 D ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 0 08-28 17:27:51.759 979 3932 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 08-28 17:27:51.759 979 3932 D ACDB-LOADER: Error: ACDB AudProc vol returned = -19 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> send_audstrmtable 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 536 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> send_afe_topology 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 513, Topology Id 10000ccc 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> send_afe_cal 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[513] 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 513 path = 0 08-28 17:27:51.759 979 3932 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY 08-28 17:27:51.759 979 3932 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback speaker 08-28 17:27:51.759 979 3932 D audio_route: Apply path: low-latency-playback speaker 08-28 17:27:51.765 979 3932 D msm8974_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map13 08-28 17:27:51.765 979 3932 D msm8974_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2 08-28 17:27:51.906 1686 2995 D CoreBackPreview: Window{84216a5 u0 org.schabi.newpipe/org.schabi.newpipe.MainActivity}: Setting back callback null 08-28 17:27:51.907 10450 11929 D OpenGLRenderer: endAllActiveAnimators on 0xcb1dfe4f1b00 (AlertController$RecycleListView) with handle 0xcb0bb9ae84e0 08-28 17:27:51.907 1686 2995 W InputManager-JNI: Input channel object '84216a5 org.schabi.newpipe/org.schabi.newpipe.MainActivity (client)' was disposed without first being removed with the input manager! 08-28 17:27:51.911 10450 10450 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 08-28 17:27:51.915 1686 2995 D CoreBackPreview: Window{dad4082 u0 Toast}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@efdbfd0, mPriority=0} 08-28 17:27:51.916 1686 1767 V WindowManager: Unknown focus tokens, dropping reportFocusChanged 08-28 17:27:51.966 10450 10450 W Settings: Setting animator_duration_scale has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 08-28 17:27:51.979 979 3778 D audio_hw_waves: ma_set_source_metadata_l: All tracks was removed from app_type(69936) device_type(2) 08-28 17:27:52.002 10450 10450 I ExoPlayerImpl: Init 51bb4dd [ExoPlayerLib/2.17.1] [coral, Pixel 4 XL, Google, 33] 08-28 17:27:52.030 1686 8591 I WifiService: getVerboseLoggingLevel uid=10115 08-28 17:27:52.037 1686 8591 D MediaSessionService: Media button session is changed to org.schabi.newpipe/MediaSessionManager (userId=0) 08-28 17:27:52.041 1686 1802 I WifiService: getSupportedFeatures uid=1000 returns 600000000 08-28 17:27:52.041 1686 1802 W BatteryExternalStatsWorker: error reading Bluetooth stats: 9 08-28 17:27:52.044 10450 10450 W Player : Broadcast receiver already unregistered: Receiver not registered: org.schabi.newpipe.player.Player$4@e05a295 08-28 17:27:52.048 1686 2995 D TelephonyManager: requestModemActivityInfo: Sending result to app: ModemActivityInfo{ mTimestamp=272107193 mSleepTimeMs=205824567 mIdleTimeMs=3844993 mActivityStatsTechSpecificInfo=[{mRat=UNKNOWN,mFrequencyRange=UNKNOWN,mTxTimeMs[]=[1420746, 1717860, 951500, 503026, 449533],mRxTimeMs=57317063}]} 08-28 17:27:52.062 10450 11929 W Parcel : Expecting binder but got null! 08-28 17:27:52.064 10450 10450 D CompatibilityChangeReporter: Compat change id reported: 147600208; UID 10115; state: ENABLED 08-28 17:27:52.064 1686 4237 D CompatibilityChangeReporter: Compat change id reported: 183164979; UID 10115; state: DISABLED 08-28 17:27:52.090 10450 10450 W BottomSheetBehavior: BottomSheetBehavior now supports multiple callbacks. `setBottomSheetCallback()` removes all existing callbacks, including ones set internally by library authors, which may result in unintended behavior. This may change in the future. Please use `addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your own callbacks. 08-28 17:27:52.147 10450 11946 D TrafficStats: tagSocket(107) with statsTag=0xffffffff, statsUid=-1 08-28 17:27:52.256 1686 1686 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 08-28 17:27:52.264 1686 4237 D CompatibilityChangeReporter: Compat change id reported: 203800354; UID 10115; state: DISABLED 08-28 17:27:52.272 2898 2898 D MediaResumeListener: Checking for service component for org.schabi.newpipe 08-28 17:27:52.317 5491 9882 I WebSocketConnection: [normal:261793623] Sending keep alive... 08-28 17:27:52.318 5491 9882 I WebSocketConnection: [unidentified:116206159] Sending keep alive... 08-28 17:27:52.320 5491 9882 W AlarmSleepTimer: Setting alarm to wake up in 55000ms. 08-28 17:27:52.323 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:52.323 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:52.323 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:52.323 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:52.324 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:52.324 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:52.324 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:52.324 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:52.324 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:52.324 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:52.324 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:52.347 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:52.347 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:52.347 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:52.347 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:52.348 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:52.348 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:52.348 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:52.348 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:52.348 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:52.348 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:52.348 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:52.356 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:52.356 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:52.356 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:52.356 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:52.356 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:52.356 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:52.356 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:52.356 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:52.356 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:52.356 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:52.356 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:52.365 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:52.365 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:52.365 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:52.365 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:52.366 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:52.366 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:52.366 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:52.366 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:52.366 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:52.366 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:52.366 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:52.377 2898 2898 D LocalImageResolver: Couldn't use ImageDecoder for drawable, falling back to non-resized load. 08-28 17:27:52.530 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:52.530 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:52.530 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:52.530 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:52.530 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:52.530 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:52.530 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:52.530 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:52.530 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:52.530 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:52.530 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:52.566 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:52.566 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:52.566 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:52.566 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:52.566 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:52.566 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:52.566 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:52.566 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:52.566 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:52.566 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:52.566 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:52.706 1006 1103 D VSC : @ 272115.314: [WO] Proposed rotation: 0, flat angle threshold: 65 08-28 17:27:52.706 1006 1103 D VSC : @ 272115.314: [WO] orientation angle 43, orientation 0 08-28 17:27:52.706 1006 1103 D VSC : @ 272115.314: [WO] Gyro angle integrated: 0.345415 08-28 17:27:52.714 3734 3767 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=21 08-28 17:27:52.715 3734 3734 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 08-28 17:27:53.199 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:53.200 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:53.200 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:53.200 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:53.200 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:53.200 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:53.200 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:53.200 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:53.200 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:53.200 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:53.200 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:53.234 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:53.234 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:53.234 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:53.234 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:53.234 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:53.234 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:53.234 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:53.234 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:53.234 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:53.234 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:53.234 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:53.405 3240 3240 D TelephonyManager: requestModemActivityInfo: Sending result to app: ModemActivityInfo{ mTimestamp=272107193 mSleepTimeMs=205824567 mIdleTimeMs=3844993 mActivityStatsTechSpecificInfo=[{mRat=UNKNOWN,mFrequencyRange=UNKNOWN,mTxTimeMs[]=[1420746, 1717860, 951500, 503026, 449533],mRxTimeMs=57317063}]} 08-28 17:27:53.521 1016 1050 D rlsservice: MonitorDisplayStatus client num 0, display status 1, sensor status 0 08-28 17:27:53.762 1686 5779 D CoreBackPreview: Window{dad4082 u0 Toast}: Setting back callback null 08-28 17:27:53.769 1686 5779 W InputManager-JNI: Input channel object 'dad4082 Toast (client)' was disposed without first being removed with the input manager! 08-28 17:27:53.772 1686 5779 W NotificationService: Toast already killed. pkg=org.schabi.newpipe token=android.os.BinderProxy@db1fdb6 08-28 17:27:54.324 10450 11946 D TrafficStats: tagSocket(121) with statsTag=0xffffffff, statsUid=-1 08-28 17:27:54.706 1006 1103 D VSC : @ 272117.314: [WO] Proposed rotation: 0, flat angle threshold: 65 08-28 17:27:54.706 1006 1103 D VSC : @ 272117.314: [WO] orientation angle 44, orientation 0 08-28 17:27:54.706 1006 1103 D VSC : @ 272117.314: [WO] Gyro angle integrated: 0.720831 08-28 17:27:54.913 10450 10450 I ExoPlayerImpl: Release 51bb4dd [ExoPlayerLib/2.17.1] [coral, Pixel 4 XL, Google, 33] [goog.exo.core, goog.exo.exoplayer, goog.exo.database, goog.exo.decoder, goog.exo.mediasession] 08-28 17:27:54.916 1686 4237 I MediaFocusControl: abandonAudioFocus() from uid/pid 10115/10450 clientId=android.media.AudioManager@c9166dborg.schabi.newpipe.player.helper.AudioReactor@fa1b578 08-28 17:27:54.918 2898 2898 D MediaDataManager: State updated outside of notification 08-28 17:27:54.918 1686 8591 D MediaSessionService: Media button session is changed to null 08-28 17:27:54.919 10450 10450 I ExoPlayerImpl: Init ff50451 [ExoPlayerLib/2.17.1] [coral, Pixel 4 XL, Google, 33] 08-28 17:27:54.919 1686 1783 D ActivityManager: sync unfroze 32359 com.android.musicfx 08-28 17:27:54.921 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:54.921 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:54.921 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:54.921 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:54.921 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:54.921 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:54.921 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:54.921 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:54.921 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:54.921 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:54.921 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:54.926 1686 8630 D MediaSessionService: Media button session is changed to org.schabi.newpipe/MediaSessionManager (userId=0) 08-28 17:27:54.928 32359 32359 V MusicFXControlPanelReceiver: onReceive 08-28 17:27:54.928 32359 32359 V MusicFXControlPanelReceiver: Action: android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION 08-28 17:27:54.929 32359 32359 V MusicFXControlPanelReceiver: Package name: org.schabi.newpipe 08-28 17:27:54.929 32359 32359 V MusicFXControlPanelReceiver: Audio session: 6417 08-28 17:27:54.929 32359 32359 V MusicFXControlPanelEffect: closeSession(android.app.ReceiverRestrictedContext@bb7b84, org.schabi.newpipe, 0) 08-28 17:27:54.930 32359 32359 V MusicFXControlPanelReceiver: onReceive 08-28 17:27:54.930 32359 32359 V MusicFXControlPanelReceiver: Action: android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION 08-28 17:27:54.930 32359 32359 V MusicFXControlPanelReceiver: Package name: org.schabi.newpipe 08-28 17:27:54.930 32359 32359 V MusicFXControlPanelReceiver: Audio session: 6417 08-28 17:27:54.931 32359 32359 V MusicFXControlPanelEffect: closeSession(android.app.ReceiverRestrictedContext@bb7b84, org.schabi.newpipe, 0) 08-28 17:27:54.966 979 3778 D audio_hw_primary: out_standby: enter: stream (0xe5844330) usecase(1: low-latency-playback) 08-28 17:27:54.973 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:54.973 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:54.973 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:54.973 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:54.973 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:54.973 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:54.973 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:54.974 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:54.974 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:54.974 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:54.974 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:55.001 979 3778 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback speaker 08-28 17:27:55.003 979 3778 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0 08-28 17:27:55.003 979 3778 D hardware_info: hw_info_append_hw_type : device_name = speaker 08-28 17:27:55.003 979 3778 D audio_hw_primary: disable_snd_device: snd_device(2: speaker) 08-28 17:27:55.003 979 3778 I audio_hw_cirrus_playback: spkr_prot_stop_processing: pcm_tx_close 08-28 17:27:55.004 1686 5779 I WifiService: acquireWifiLock uid=10115 lockMode=3 08-28 17:27:55.006 1686 2827 D WifiLockManager: addLock: WifiLock{ExoPlayer:WifiLockManager type=3 uid=1000 workSource=WorkSource{10115}} 08-28 17:27:55.009 979 3778 D audio_hw_primary: disable_audio_route: reset and update mixer path: spkr-vi-record vi-feedback 08-28 17:27:55.009 979 3778 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 53 of type 1 for Event 2, with Raise=0 08-28 17:27:55.009 979 3778 D hardware_info: hw_info_append_hw_type : device_name = vi-feedback 08-28 17:27:55.009 979 3778 D audio_hw_primary: disable_snd_device: snd_device(222: vi-feedback) 08-28 17:27:55.009 979 3778 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0xde of type 1 for Event 0, with Raise=0 08-28 17:27:55.011 979 3778 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0 08-28 17:27:55.023 10450 12628 D SeekbarPrevThumbHolder: Clearing seekbarPreviewData 08-28 17:27:55.023 10450 12628 D SeekbarPrevThumbHolder: Strategy for seekbarPreviewData: high quality 08-28 17:27:55.024 10450 12628 D SeekbarPrevThumbHolder: Frameset quality info: [width=160, heigh=90] 08-28 17:27:55.024 10450 12628 D SeekbarPrevThumbHolder: Starting generation of seekbarPreviewData 08-28 17:27:55.024 10450 12628 D SeekbarPrevThumbHolder: Downloading bitmap for seekbarPreview from 'https://i.ytimg.com/sb/f2goCimzaY4/storyboard3_L2/M0.jpg?sqp=-oaymwENSDfyq4qpAwVwAcABBqLzl_8DBgi59biGBg==&sigh=rs$AOn4CLDWTWgnaskXWkPtBPisflvJ3WFKUw' 08-28 17:27:55.121 10450 12628 D SeekbarPrevThumbHolder: Downloading bitmap for seekbarPreview from 'https://i.ytimg.com/sb/f2goCimzaY4/storyboard3_L2/M1.jpg?sqp=-oaymwENSDfyq4qpAwVwAcABBqLzl_8DBgi59biGBg==&sigh=rs$AOn4CLDWTWgnaskXWkPtBPisflvJ3WFKUw' 08-28 17:27:55.149 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:55.149 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:55.149 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:55.149 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:55.149 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:55.149 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:55.149 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:55.149 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:55.149 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:55.149 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:55.149 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:55.157 10450 12625 I org.schabi.newpipe: Waiting for a blocking GC Alloc 08-28 17:27:55.157 10450 11939 I org.schabi.newpipe: Waiting for a blocking GC Alloc 08-28 17:27:55.182 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:55.182 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:55.182 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:55.182 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:55.182 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:55.182 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:55.182 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:55.182 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:55.182 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:55.182 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:55.182 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:55.192 10450 10477 I org.schabi.newpipe: Background young concurrent copying GC freed 501435(71MB) AllocSpace objects, 33(8064KB) LOS objects, 0% free, 176MB/176MB, paused 101us,41us total 136.438ms 08-28 17:27:55.192 10450 12625 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 35.113ms 08-28 17:27:55.192 10450 12625 I org.schabi.newpipe: Starting a blocking GC Alloc 08-28 17:27:55.192 10450 11939 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 35.065ms 08-28 17:27:55.192 10450 11939 I org.schabi.newpipe: Starting a blocking GC Alloc 08-28 17:27:55.268 10450 12625 I org.schabi.newpipe: Waiting for a blocking GC Alloc 08-28 17:27:55.269 10450 11939 I org.schabi.newpipe: Waiting for a blocking GC Alloc 08-28 17:27:55.269 10450 10450 I org.schabi.newpipe: Waiting for a blocking GC Alloc 08-28 17:27:55.269 10450 11943 I org.schabi.newpipe: Waiting for a blocking GC Alloc 08-28 17:27:55.429 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:55.429 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:55.429 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:55.429 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:55.430 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:55.430 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:55.430 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:55.430 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:55.430 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:55.430 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:55.430 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:55.431 10450 10477 I org.schabi.newpipe: Background concurrent copying GC freed 109154(192MB) AllocSpace objects, 23(14MB) LOS objects, 65% free, 49MB/145MB, paused 87us,50us total 239.169ms 08-28 17:27:55.432 10450 12625 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 163.326ms 08-28 17:27:55.432 10450 12625 I org.schabi.newpipe: Starting a blocking GC Alloc 08-28 17:27:55.432 10450 11939 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 163.422ms 08-28 17:27:55.432 10450 11939 I org.schabi.newpipe: Starting a blocking GC Alloc 08-28 17:27:55.432 10450 10450 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 163.382ms 08-28 17:27:55.432 10450 10450 I org.schabi.newpipe: Starting a blocking GC Alloc 08-28 17:27:55.432 10450 11943 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 162.806ms 08-28 17:27:55.432 10450 11943 I org.schabi.newpipe: Starting a blocking GC Alloc 08-28 17:27:55.462 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:55.462 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:55.462 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:55.462 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:55.462 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:55.462 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:55.462 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:55.462 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:55.462 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:55.462 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:55.462 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:55.470 10450 12628 D SeekbarPrevThumbHolder: Downloading bitmap for seekbarPreview from 'https://i.ytimg.com/sb/f2goCimzaY4/storyboard3_L2/M2.jpg?sqp=-oaymwENSDfyq4qpAwVwAcABBqLzl_8DBgi59biGBg==&sigh=rs$AOn4CLDWTWgnaskXWkPtBPisflvJ3WFKUw' 08-28 17:27:55.542 10450 10450 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xf1f3 in tid 10450 (.schabi.newpipe), pid 10450 (.schabi.newpipe) 08-28 17:27:55.542 10450 11943 E class org.schabi.newpipe.App: RxJavaPlugins.ErrorHandler called with -> : throwable = [io.reactivex.rxjava3.exceptions.UndeliverableException] 08-28 17:27:55.638 12634 12634 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstoneProto 08-28 17:27:55.640 863 863 I tombstoned: received crash request for pid 10450 08-28 17:27:55.641 12634 12634 I crash_dump64: performing dump of process 10450 (target tid = 10450) 08-28 17:27:55.642 10450 12625 I org.schabi.newpipe: Waiting for a blocking GC Alloc 08-28 17:27:55.663 10450 11939 I org.schabi.newpipe: Waiting for a blocking GC Alloc 08-28 17:27:55.816 10450 12628 D SeekbarPrevThumbHolder: Downloading bitmap for seekbarPreview from 'https://i.ytimg.com/sb/f2goCimzaY4/storyboard3_L2/M3.jpg?sqp=-oaymwENSDfyq4qpAwVwAcABBqLzl_8DBgi59biGBg==&sigh=rs$AOn4CLDWTWgnaskXWkPtBPisflvJ3WFKUw' 08-28 17:27:55.915 1686 1767 W WindowManager: Unable to start animation, surface is null or no children. 08-28 17:27:56.099 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:56.099 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:56.099 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:56.099 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:56.099 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:56.099 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:56.100 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:56.100 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:56.100 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:56.100 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:56.100 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:56.135 2898 2898 W ConstraintSet: id unknown center_vertical_guideline 08-28 17:27:56.135 2898 2898 W ConstraintSet: id unknown action_button_guideline 08-28 17:27:56.135 2898 2898 W ConstraintSet: id unknown icon 08-28 17:27:56.135 2898 2898 W ConstraintSet: id unknown media_seamless 08-28 17:27:56.135 2898 2898 W ConstraintSet: id unknown media_action_barrier 08-28 17:27:56.135 2898 2898 W ConstraintSet: id unknown media_action_barrier_end 08-28 17:27:56.135 2898 2898 W ConstraintSet: id unknown media_action_barrier_top 08-28 17:27:56.135 2898 2898 W ConstraintSet: id unknown remove_text 08-28 17:27:56.135 2898 2898 W ConstraintSet: id unknown settings 08-28 17:27:56.135 2898 2898 W ConstraintSet: id unknown dismiss 08-28 17:27:56.135 2898 2898 W ConstraintSet: id unknown cancel 08-28 17:27:56.151 12634 12634 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 08-28 17:27:56.151 12634 12634 F DEBUG : Build fingerprint: 'google/coral/coral:13/TP1A.220624.014/2022082400:user/release-keys' 08-28 17:27:56.151 12634 12634 F DEBUG : Revision: 'MP1.0' 08-28 17:27:56.151 12634 12634 F DEBUG : ABI: 'arm64' 08-28 17:27:56.151 12634 12634 F DEBUG : Timestamp: 2022-08-28 17:27:55.660092568-0400 08-28 17:27:56.151 12634 12634 F DEBUG : Process uptime: 1056s 08-28 17:27:56.151 12634 12634 F DEBUG : Cmdline: org.schabi.newpipe 08-28 17:27:56.151 12634 12634 F DEBUG : pid: 10450, tid: 10450, name: .schabi.newpipe >>> org.schabi.newpipe <<< 08-28 17:27:56.151 12634 12634 F DEBUG : uid: 10115 08-28 17:27:56.151 12634 12634 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x000000000000f1f3 08-28 17:27:56.151 12634 12634 F DEBUG : x0 0000cb3b1bf7fba8 x1 0000000019210920 x2 000000000000f157 x3 00000000139831c8 08-28 17:27:56.151 12634 12634 F DEBUG : x4 00000000139831c8 x5 0000000000000000 x6 0000000000001dc0 x7 0000000000000028 08-28 17:27:56.151 12634 12634 F DEBUG : x8 0000000019953504 x9 0000000000000001 x10 0000000000000000 x11 0000000000000000 08-28 17:27:56.152 12634 12634 F DEBUG : x12 0000000000000000 x13 0000cb39cb692980 x14 ffffffffffffffff x15 00000000199534e0 08-28 17:27:56.152 12634 12634 F DEBUG : x16 0000f15710197360 x17 000000006fd5e528 x18 0000cb3b40258000 x19 b400cb279bb4d800 08-28 17:27:56.152 12634 12634 F DEBUG : x20 0000000000000001 x21 0000000000000000 x22 0000000019210920 x23 0000000000000000 08-28 17:27:56.152 12634 12634 F DEBUG : x24 0000000019210920 x25 00000000146f33c8 x26 00000000192d37f0 x27 0000000000000006 08-28 17:27:56.152 12634 12634 F DEBUG : x28 0000000000000004 x29 0000000000000005 08-28 17:27:56.152 12634 12634 F DEBUG : lr 0000cb085a1e7318 sp 0000f15710199340 pc 0000cb085a1e7318 pst 0000000040000000 08-28 17:27:56.152 12634 12634 F DEBUG : backtrace: 08-28 17:27:56.152 12634 12634 F DEBUG : #00 pc 0000000000dce318 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.recyclerview.widget.RecyclerView.findContainingItemView+24) 08-28 17:27:56.152 12634 12634 F DEBUG : #01 pc 0000000000dce3d4 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.recyclerview.widget.RecyclerView.findContainingViewHolder+52) 08-28 17:27:56.152 12634 12634 F DEBUG : #02 pc 0000000001c13928 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (org.schabi.newpipe.fragments.list.BaseListFragment.getFocusedPosition+104) 08-28 17:27:56.152 12634 12634 F DEBUG : #03 pc 0000000001c15ec4 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (org.schabi.newpipe.fragments.list.BaseListFragment.onStop+52) 08-28 17:27:56.152 12634 12634 F DEBUG : #04 pc 00000000013022dc /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.fragment.app.Fragment.performStop+284) 08-28 17:27:56.152 12634 12634 F DEBUG : #05 pc 0000000000645734 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.fragment.app.FragmentStateManager.stop+356) 08-28 17:27:56.152 12634 12634 F DEBUG : #06 pc 0000000000643b34 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.fragment.app.FragmentStateManager.moveToExpectedState+1460) 08-28 17:27:56.152 12634 12634 F DEBUG : #07 pc 000000000062ceb0 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.fragment.app.FragmentManager.executeOpsTogether+1984) 08-28 17:27:56.152 12634 12634 F DEBUG : #08 pc 000000000062eeb0 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute+528) 08-28 17:27:56.152 12634 12634 F DEBUG : #09 pc 0000000000634f98 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.fragment.app.FragmentManager.execSingleAction+232) 08-28 17:27:56.152 12634 12634 F DEBUG : #10 pc 0000000000d80538 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.fragment.app.BackStackRecord.commitNowAllowingStateLoss+88) 08-28 17:27:56.152 12634 12634 F DEBUG : #11 pc 0000000001b79458 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (org.schabi.newpipe.fragments.detail.TabAdapter.destroyItem+168) 08-28 17:27:56.152 12634 12634 F DEBUG : #12 pc 00000000006fad08 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.viewpager.widget.ViewPager.populate+1064) 08-28 17:27:56.152 12634 12634 F DEBUG : #13 pc 00000000006fa8c0 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.viewpager.widget.ViewPager.populate+48) 08-28 17:27:56.152 12634 12634 F DEBUG : #14 pc 00000000006f1284 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.viewpager.widget.ViewPager$3.run+100) 08-28 17:27:56.152 12634 12634 F DEBUG : #15 pc 00000000006f2f78 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.viewpager.widget.ViewPager.completeScroll+456) 08-28 17:27:56.152 12634 12634 F DEBUG : #16 pc 00000000006f4cb4 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.viewpager.widget.ViewPager.scrollToItem+244) 08-28 17:27:56.152 12634 12634 F DEBUG : #17 pc 00000000006fc680 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.viewpager.widget.ViewPager.setCurrentItemInternal+544) 08-28 17:27:56.152 12634 12634 F DEBUG : #18 pc 00000000006fc440 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.viewpager.widget.ViewPager.setCurrentItemInternal+48) 08-28 17:27:56.152 12634 12634 F DEBUG : #19 pc 00000000006f6800 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.viewpager.widget.ViewPager.dataSetChanged+976) 08-28 17:27:56.152 12634 12634 F DEBUG : #20 pc 00000000006f14b0 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex ([DEDUPED] androidx.viewpager.widget.ViewPager$PagerObserver.?+64) 08-28 17:27:56.152 12634 12634 F DEBUG : #21 pc 00000000006f1044 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (androidx.viewpager.widget.PagerAdapter.notifyDataSetChanged+84) 08-28 17:27:56.152 12634 12634 F DEBUG : #22 pc 0000000001b797bc /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (org.schabi.newpipe.fragments.detail.TabAdapter.notifyDataSetUpdate+44) 08-28 17:27:56.152 12634 12634 F DEBUG : #23 pc 0000000001c07110 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (org.schabi.newpipe.fragments.detail.VideoDetailFragment.updateTabs+1552) 08-28 17:27:56.152 12634 12634 F DEBUG : #24 pc 0000000001c078e8 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (org.schabi.newpipe.fragments.detail.VideoDetailFragment.handleResult+264) 08-28 17:27:56.152 12634 12634 F DEBUG : #25 pc 0000000001bff520 /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (org.schabi.newpipe.fragments.detail.VideoDetailFragment.prepareAndHandleInfo+544) 08-28 17:27:56.152 12634 12634 F DEBUG : #26 pc 000000000197db8c /data/app/~~KMCeoiGep6RtbOzzq7AoTg==/org.schabi.newpipe-Gf-FbFXWjG06mA2r30H3Cg==/oat/arm64/base.odex (org.schabi.newpipe.fragments.detail.VideoDetailFragment$$ExternalSyntheticLambda20.run+348) 08-28 17:27:56.152 12634 12634 F DEBUG : #27 pc 00000000004e80b4 /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+84) (BuildId: 9797494a6082db00c6b68fffd91560c58906832d) 08-28 17:27:56.152 12634 12634 F DEBUG : #28 pc 00000000004eb498 /system/framework/arm64/boot-framework.oat (android.os.Looper.loopOnce+1032) (BuildId: 9797494a6082db00c6b68fffd91560c58906832d) 08-28 17:27:56.152 12634 12634 F DEBUG : #29 pc 00000000004eaff0 /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+560) (BuildId: 9797494a6082db00c6b68fffd91560c58906832d) 08-28 17:27:56.152 12634 12634 F DEBUG : #30 pc 00000000002cf444 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+1236) (BuildId: 9797494a6082db00c6b68fffd91560c58906832d) 08-28 17:27:56.152 12634 12634 F DEBUG : #31 pc 0000000000210c00 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+576) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #32 pc 0000000000279e2c /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+236) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #33 pc 0000000000620738 /apex/com.android.art/lib64/libart.so (_jobject* art::InvokeMethod<(art::PointerSize)8>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1400) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #34 pc 00000000005a14f0 /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+48) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #35 pc 0000000000099148 /system/framework/arm64/boot.oat (art_jni_trampoline+120) (BuildId: 4a53eb4cb8d04abfc5888b3d644bb5a725a4aa8d) 08-28 17:27:56.152 12634 12634 F DEBUG : #36 pc 00000000007b63e0 /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+144) (BuildId: 9797494a6082db00c6b68fffd91560c58906832d) 08-28 17:27:56.152 12634 12634 F DEBUG : #37 pc 000000000020b0d4 /apex/com.android.art/lib64/libart.so (nterp_helper+7636) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #38 pc 00000000003f0220 /system/framework/framework.jar (com.android.internal.os.ExecInit.main+88) 08-28 17:27:56.152 12634 12634 F DEBUG : #39 pc 0000000000210c00 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+576) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #40 pc 0000000000279e2c /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+236) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #41 pc 0000000000620f70 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+448) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #42 pc 000000000062151c /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+92) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #43 pc 00000000004a58d8 /apex/com.android.art/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+664) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #44 pc 00000000000bbce8 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+120) (BuildId: 81de307af8fc910fc11a3bd228d330e3) 08-28 17:27:56.152 12634 12634 F DEBUG : #45 pc 00000000000c4160 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::callMain(android::String8 const&, _jclass*, android::Vector const&)+336) (BuildId: 81de307af8fc910fc11a3bd228d330e3) 08-28 17:27:56.152 12634 12634 F DEBUG : #46 pc 0000000000002944 /system/bin/app_process64 (android::AppRuntime::onStarted()+68) (BuildId: 82a07146c44f292839e40669d8bbd36f) 08-28 17:27:56.152 12634 12634 F DEBUG : #47 pc 00000000001aa420 /system/framework/arm64/boot-framework.oat (art_jni_trampoline+112) (BuildId: 9797494a6082db00c6b68fffd91560c58906832d) 08-28 17:27:56.152 12634 12634 F DEBUG : #48 pc 0000000000209398 /apex/com.android.art/lib64/libart.so (nterp_helper+152) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #49 pc 00000000003fe0a8 /system/framework/framework.jar (com.android.internal.os.RuntimeInit.main+48) 08-28 17:27:56.152 12634 12634 F DEBUG : #50 pc 0000000000210c00 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+576) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #51 pc 0000000000279e2c /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+236) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #52 pc 0000000000620f70 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+448) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #53 pc 000000000062151c /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+92) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #54 pc 00000000004a58d8 /apex/com.android.art/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+664) (BuildId: 797d036cc4301ff2761a081ec5804b9e) 08-28 17:27:56.152 12634 12634 F DEBUG : #55 pc 00000000000bbce8 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+120) (BuildId: 81de307af8fc910fc11a3bd228d330e3) 08-28 17:27:56.152 12634 12634 F DEBUG : #56 pc 00000000000c7bf8 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector const&, bool)+840) (BuildId: 81de307af8fc910fc11a3bd228d330e3) 08-28 17:27:56.152 12634 12634 F DEBUG : #57 pc 0000000000002544 /system/bin/app_process64 (main+1252) (BuildId: 82a07146c44f292839e40669d8bbd36f) 08-28 17:27:56.152 12634 12634 F DEBUG : #58 pc 0000000000045f60 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+96) (BuildId: 7e21e3e1cddbf65e93ba66791ba1b891) 08-28 17:27:56.212 1686 12637 W ActivityTaskManager: Force finishing activity org.schabi.newpipe/.MainActivity 08-28 17:27:56.212 1686 12638 I DropBoxManagerService: add tag=data_app_native_crash isTagEnabled=true flags=0x2 08-28 17:27:56.225 863 863 E tombstoned: Tombstone written to: tombstone_23 08-28 17:27:56.242 1686 2061 I BootReceiver: Copying /data/tombstones/tombstone_23 to DropBox (SYSTEM_TOMBSTONE) 08-28 17:27:56.242 1686 2061 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE isTagEnabled=true flags=0x6 08-28 17:27:56.256 1686 2061 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4 08-28 17:27:56.426 1686 3935 D MediaSessionService: Media button session is changed to null 08-28 17:27:56.426 1686 3001 I ActivityManager: Process org.schabi.newpipe (pid 10450) has died: fg TOP 08-28 17:27:56.426 1686 2827 D WifiLockManager: releaseLock: WifiLock{ExoPlayer:WifiLockManager type=3 uid=1000 workSource=WorkSource{10115}} 08-28 17:27:56.426 1686 1794 I libprocessgroup: Successfully killed process cgroup uid 10115 pid 10450 in 0ms 08-28 17:27:56.427 949 949 I Zygote : Process 10450 exited due to signal 11 (Segmentation fault) 08-28 17:27:56.435 1686 1714 I WindowManager: WIN DEATH: Window{378ced0 u0 org.schabi.newpipe/org.schabi.newpipe.MainActivity} 08-28 17:27:56.435 1686 1714 W InputManager-JNI: Input channel object '378ced0 org.schabi.newpipe/org.schabi.newpipe.MainActivity (client)' was disposed without first being removed with the input manager! 08-28 17:27:56.449 1686 1769 W WindowManager: Failed to deliver inset state change to w=Window{378ced0 u0 org.schabi.newpipe/org.schabi.newpipe.MainActivity EXITING} 08-28 17:27:56.449 1686 1769 W WindowManager: android.os.DeadObjectException 08-28 17:27:56.449 1686 1769 W WindowManager: at android.os.BinderProxy.transactNative(Native Method) 08-28 17:27:56.449 1686 1769 W WindowManager: at android.os.BinderProxy.transact(BinderProxy.java:584) 08-28 17:27:56.449 1686 1769 W WindowManager: at android.view.IWindow$Stub$Proxy.insetsControlChanged(IWindow.java:473) 08-28 17:27:56.449 1686 1769 W WindowManager: at com.android.server.wm.WindowState.notifyInsetsControlChanged(WindowState.java:3994) 08-28 17:27:56.449 1686 1769 W WindowManager: at com.android.server.wm.InsetsStateController.lambda$notifyPendingInsetsControlChanged$5(InsetsStateController.java:348) 08-28 17:27:56.449 1686 1769 W WindowManager: at com.android.server.wm.InsetsStateController.$r8$lambda$ni7v3ZO6TRbLZqXOFahDjPeXTS0(Unknown Source:0) 08-28 17:27:56.449 1686 1769 W WindowManager: at com.android.server.wm.InsetsStateController$$ExternalSyntheticLambda4.run(Unknown Source:2) 08-28 17:27:56.449 1686 1769 W WindowManager: at com.android.server.wm.WindowAnimator.executeAfterPrepareSurfacesRunnables(WindowAnimator.java:345) 08-28 17:27:56.449 1686 1769 W WindowManager: at com.android.server.wm.WindowAnimator.animate(WindowAnimator.java:226) 08-28 17:27:56.449 1686 1769 W WindowManager: at com.android.server.wm.WindowAnimator.lambda$new$1(WindowAnimator.java:106) 08-28 17:27:56.449 1686 1769 W WindowManager: at com.android.server.wm.WindowAnimator.$r8$lambda$fo2Nk5bb9hY3lvmHsTnTEwtZMbI(Unknown Source:0) 08-28 17:27:56.449 1686 1769 W WindowManager: at com.android.server.wm.WindowAnimator$$ExternalSyntheticLambda1.doFrame(Unknown Source:2) 08-28 17:27:56.449 1686 1769 W WindowManager: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1229) 08-28 17:27:56.449 1686 1769 W WindowManager: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1239) 08-28 17:27:56.449 1686 1769 W WindowManager: at android.view.Choreographer.doCallbacks(Choreographer.java:899) 08-28 17:27:56.449 1686 1769 W WindowManager: at android.view.Choreographer.doFrame(Choreographer.java:827) 08-28 17:27:56.449 1686 1769 W WindowManager: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1214) 08-28 17:27:56.449 1686 1769 W WindowManager: at android.os.Handler.handleCallback(Handler.java:942) 08-28 17:27:56.449 1686 1769 W WindowManager: at android.os.Handler.dispatchMessage(Handler.java:99) 08-28 17:27:56.449 1686 1769 W WindowManager: at android.os.Looper.loopOnce(Looper.java:201) 08-28 17:27:56.449 1686 1769 W WindowManager: at android.os.Looper.loop(Looper.java:288) 08-28 17:27:56.449 1686 1769 W WindowManager: at android.os.HandlerThread.run(HandlerThread.java:67) 08-28 17:27:56.449 1686 1769 W WindowManager: at com.android.server.ServiceThread.run(ServiceThread.java:44) 08-28 17:27:56.467 1686 1769 W WindowManager: Exception thrown during dispatchAppVisibility Window{378ced0 u0 org.schabi.newpipe/org.schabi.newpipe.MainActivity EXITING} 08-28 17:27:56.467 1686 1769 W WindowManager: android.os.DeadObjectException 08-28 17:27:56.467 1686 1769 W WindowManager: at android.os.BinderProxy.transactNative(Native Method) 08-28 17:27:56.467 1686 1769 W WindowManager: at android.os.BinderProxy.transact(BinderProxy.java:584) 08-28 17:27:56.467 1686 1769 W WindowManager: at android.view.IWindow$Stub$Proxy.dispatchAppVisibility(IWindow.java:536) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.WindowState.sendAppVisibilityToClients(WindowState.java:3489) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.WindowContainer.sendAppVisibilityToClients(WindowContainer.java:1199) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.WindowToken.setClientVisible(WindowToken.java:398) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.ActivityRecord.setClientVisible(ActivityRecord.java:6564) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.ActivityRecord.onAnimationFinished(ActivityRecord.java:7351) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.ActivityRecord.postApplyAnimation(ActivityRecord.java:5263) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5235) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5239) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.AppTransitionController.handleClosingApps(AppTransitionController.java:1098) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.AppTransitionController.handleAppTransitionReady(AppTransitionController.java:286) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.RootWindowContainer.checkAppTransitionReady(RootWindowContainer.java:975) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.RootWindowContainer.performSurfacePlacementNoTrace(RootWindowContainer.java:842) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.RootWindowContainer.performSurfacePlacement(RootWindowContainer.java:784) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop(WindowSurfacePlacer.java:177) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:126) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:115) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.wm.WindowSurfacePlacer$Traverser.run(WindowSurfacePlacer.java:57) 08-28 17:27:56.467 1686 1769 W WindowManager: at android.os.Handler.handleCallback(Handler.java:942) 08-28 17:27:56.467 1686 1769 W WindowManager: at android.os.Handler.dispatchMessage(Handler.java:99) 08-28 17:27:56.467 1686 1769 W WindowManager: at android.os.Looper.loopOnce(Looper.java:201) 08-28 17:27:56.467 1686 1769 W WindowManager: at android.os.Looper.loop(Looper.java:288) 08-28 17:27:56.467 1686 1769 W WindowManager: at android.os.HandlerThread.run(HandlerThread.java:67) 08-28 17:27:56.467 1686 1769 W WindowManager: at com.android.server.ServiceThread.run(ServiceThread.java:44) 08-28 17:27:56.476 1686 1767 W ActivityManager: setHasOverlayUi called on unknown pid: 10450 08-28 17:27:56.481 698 698 E ClientCache: failed to get buffer, invalid process token 08-28 17:27:56.482 698 698 E BpTransactionCompletedListener: Failed to transact (-32) 08-28 17:27:56.706 1006 1103 D VSC : @ 272119.314: [WO] Proposed rotation: 0, flat angle threshold: 65 08-28 17:27:56.706 1006 1103 D VSC : @ 272119.314: [WO] orientation angle 42, orientation 0 08-28 17:27:56.706 1006 1103 D VSC : @ 272119.314: [WO] Gyro angle integrated: 0.058017 08-28 17:27:56.713 1686 1767 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{81b317a u0 org.schabi.newpipe/.MainActivity} t-1 f}} 08-28 17:27:58.709 1006 1103 D VSC : @ 272121.315: [WO] Proposed rotation: 0, flat angle threshold: 65 08-28 17:27:58.709 1006 1103 D VSC : @ 272121.315: [WO] orientation angle 41, orientation 0 08-28 17:27:58.709 1006 1103 D VSC : @ 272121.315: [WO] Gyro angle integrated: 0.731589 08-28 17:28:00.708 1006 1103 D VSC : @ 272123.314: [WO] Proposed rotation: 0, flat angle threshold: 65 08-28 17:28:00.708 1006 1103 D VSC : @ 272123.314: [WO] orientation angle 43, orientation 0 08-28 17:28:00.708 1006 1103 D VSC : @ 272123.314: [WO] Gyro angle integrated: 7.141459 08-28 17:28:01.059 1006 1103 D VSC : @ 272123.656: [Significant Motion] Stop motion_detect 08-28 17:28:01.059 1006 1103 D VSC : @ 272123.657: [Significant Motion] Request accel, interval 20.0 ms, latency 3200.0 ms 08-28 17:28:01.059 1006 1103 D CHRE : @ 272123.658: InstantMotion 08-28 17:28:01.059 1006 1103 D ASH : @ 272123.664: SensorType 195 resampler quality 0 08-28 17:28:01.059 1006 1103 D ASH : @ 272123.665: SensorType 195 resampler quality 0 08-28 17:28:01.693 3734 3767 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=21 08-28 17:28:01.693 3734 3734 D QcrilMsgTunnelIfaceManager: handleMessage what = 0 08-28 17:28:02.702 1006 1103 D VSC : @ 272125.310: [WO] Proposed rotation: 1, flat angle threshold: 40 08-28 17:28:02.702 1006 1103 D VSC : @ 272125.310: [WO] orientation angle 54, orientation 1 08-28 17:28:02.702 1006 1103 D VSC : @ 272125.310: [WO] Gyro angle integrated: 29.048862 08-28 17:28:04.760 1686 1686 W WindowManager: removeWindowToken: Attempted to remove non-existing token: android.os.Binder@8fed4cc 08-28 17:28:04.785 1006 1103 D VSC : @ 272127.391: [WO] Proposed rotation: 1, flat angle threshold: 40 08-28 17:28:04.785 1006 1103 D VSC : @ 272127.391: [WO] orientation angle 54, orientation 1 08-28 17:28:04.785 1006 1103 D VSC : @ 272127.391: [WO] Gyro angle integrated: 0.058015 ```

EDIT 2: I also generated a bug report using "adb bugreport" however it still omitted the logcat despite being executed from a PC and with USB debugging enabled. I'll get the tombstone from the bug report and upload it here as well.

EDIT 3: Got the tombstone file mentioned in the logcat. newpipe_0.23.3_tombstone.zip

Ammako commented 2 years ago

I'm not sure how much it'll matter for this, but it could help to ensure native code debugging is enabled before taking logs.

TheMCNerd2017 commented 2 years ago

I'm not sure how much it'll matter for this, but it could help to ensure native code debugging is enabled before taking logs.

Native code debugging was enabled in Security settings (which I believe is the default on GrapheneOS) when I grabbed the logcat, and when I generated bug reports that I got the tombstone from.

TheMCNerd2017 commented 1 year ago

Issue is still fully reproducible in Newpipe 0.24.0. I'll try to get another logcat of the crash.

TheMCNerd2017 commented 1 year ago

OK turns out bugreports on GrapheneOS do include a logcat dump (in the largest TXT file), just not in a separate text file like I thought it was suppose to be in. Either way I reproduced two crashes, one when putting a playing video into fullscreen and another when playing a video in the background from the history (the same steps I performed in my original post).

Logcat snippet 1 ``` 09-27 15:41:56.721 1000 1599 1915 W NetworkPolicy: shared quota unsupported; generating rule for each iface 09-27 15:42:01.662 1000 1599 2577 D CoreBackPreview: Window{9625dc2 u0 VolumeDialogImpl}: Setting back callback null 09-27 15:42:14.565 1000 1599 1768 D ActivityManager: sync unfroze 31910 com.android.musicfx 09-27 15:42:19.321 1000 1599 1775 W BatteryExternalStatsWorker: error reading Bluetooth stats: 9 09-27 15:42:28.129 1000 1599 2577 D CoreBackPreview: Window{9ce2a5 u0 VolumeDialogImpl}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@af64e2b, mPriority=0} 09-27 15:42:29.227 1000 1599 1753 I EntropyMixer: Updated seed file 09-27 15:42:31.757 1000 1599 1816 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10101; state: ENABLED 09-27 15:42:31.761 1000 1599 1816 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10116; state: DISABLED 09-27 15:42:31.764 1000 1599 1816 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10052; state: ENABLED 09-27 15:42:31.770 1000 1599 1816 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10049; state: ENABLED 09-27 15:42:31.777 1000 1599 1816 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10043; state: DISABLED 09-27 15:42:31.777 1000 1599 1816 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10100; state: ENABLED 09-27 15:42:31.779 1000 1599 1816 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10008; state: DISABLED 09-27 15:42:31.836 1000 1599 6737 D CoreBackPreview: Window{9ce2a5 u0 VolumeDialogImpl}: Setting back callback null 09-27 15:42:34.484 1000 1599 2578 D CoreBackPreview: Window{958d21e u0 VolumeDialogImpl}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@aac50cc, mPriority=0} 09-27 15:42:37.540 1000 1599 1766 I UsageStatsService: User[0] Flushing usage stats to disk 09-27 15:42:38.249 1000 1599 2577 D CoreBackPreview: Window{958d21e u0 VolumeDialogImpl}: Setting back callback null 09-27 15:42:44.529 1000 1599 1768 W ActivityManager: Stopping service due to app idle: u0a166 -41m18s981ms ch.blinkenlights.android.vanilla/.PlaybackService 09-27 15:43:06.893 1000 1599 1752 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.android.launcher3/.uioverrides.QuickstepLauncher (has extras)} from uid 0 09-27 15:43:07.913 1000 1599 16730 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.schabi.newpipe/.MainActivity bnds=[858,1004][1134,1438]} from uid 10090 09-27 15:43:44.552 1000 1599 1775 W BatteryExternalStatsWorker: error reading Bluetooth stats: 9 09-27 15:44:50.566 1000 1599 1599 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 09-27 15:44:51.592 1000 1599 1915 W NetworkPolicy: shared quota unsupported; generating rule for each iface 09-27 15:44:56.501 1000 1599 1599 I NotificationService: Cannot find enqueued record for key: 0|org.schabi.newpipe|2147483647|ranker_group|10115|ranker_group 09-27 15:45:27.079 1000 1599 1599 W NotificationHistory: Attempted to add notif for locked/gone/disabled user 0 09-27 15:45:29.052 1000 1599 15644 D CoreBackPreview: Window{43ca2f3 u0 PopupWindow:2756908}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@e4e2fe5, mPriority=0} 09-27 15:45:29.479 1000 1599 1915 W NetworkPolicy: shared quota unsupported; generating rule for each iface 09-27 15:45:30.267 1000 1599 1674 D CoreBackPreview: Window{43ca2f3 u0 PopupWindow:2756908}: Setting back callback null 09-27 15:45:31.420 1000 1599 1674 I ActivityTaskManager: Config changes=20000480 {1.0 310mcc260mnc [en_US] ldltr sw411dp w820dp h383dp 560dpi nrml long hdr widecg land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 3040, 1440) mAppBounds=Rect(0, 0 - 2872, 1440) mMaxBounds=Rect(0, 0 - 3040, 1440) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.6964 fontWeightAdjustment=0} 09-27 15:45:31.436 1000 1599 1674 I WindowManager: Override config changes=20000480 {1.0 310mcc260mnc [en_US] ldltr sw411dp w820dp h383dp 560dpi nrml long hdr widecg land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 3040, 1440) mAppBounds=Rect(0, 0 - 2872, 1440) mMaxBounds=Rect(0, 0 - 3040, 1440) mDisplayRotation=ROTATION_90 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_90} s.6964 fontWeightAdjustment=0} for displayId=0 09-27 15:45:31.496 1000 1599 16139 I WindowManager: finishDrawing of orientation change: Window{cd8c55c u0 ScreenDecorOverlayBottom} 41ms 09-27 15:45:31.499 1000 1599 1674 I WindowManager: finishDrawing of orientation change: Window{8315e32 u0 ScreenDecorOverlay} 44ms 09-27 15:45:31.513 10115 19206 19206 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xf676 in tid 19206 (.schabi.newpipe), pid 19206 (.schabi.newpipe) 09-27 15:45:31.516 1000 1599 16139 I WindowManager: finishDrawing of orientation change: Window{501ade7 u0 NavigationBar0} 62ms 09-27 15:45:31.675 1000 1599 1674 I WindowManager: finishDrawing of orientation change: Window{6acccbf u0 StatusBar} 221ms 09-27 15:45:32.202 10115 4196 4196 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 09-27 15:45:32.202 10115 4196 4196 F DEBUG : Build fingerprint: 'google/coral/coral:13/TP1A.220905.004/2022092300:user/release-keys' 09-27 15:45:32.202 10115 4196 4196 F DEBUG : Revision: 'MP1.0' 09-27 15:45:32.202 10115 4196 4196 F DEBUG : ABI: 'arm64' 09-27 15:45:32.202 10115 4196 4196 F DEBUG : Timestamp: 2022-09-27 15:45:31.690901998-0400 09-27 15:45:32.202 10115 4196 4196 F DEBUG : Process uptime: 46382s 09-27 15:45:32.202 10115 4196 4196 F DEBUG : Cmdline: org.schabi.newpipe 09-27 15:45:32.202 10115 4196 4196 F DEBUG : pid: 19206, tid: 19206, name: .schabi.newpipe >>> org.schabi.newpipe <<< 09-27 15:45:32.202 10115 4196 4196 F DEBUG : uid: 10115 09-27 15:45:32.202 10115 4196 4196 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x000000000000f676 09-27 15:45:32.202 10115 4196 4196 F DEBUG : x0 0000d9d9afc162f8 x1 00000000179b5bf0 x2 000000000000f5da x3 0000000000000007 09-27 15:45:32.202 10115 4196 4196 F DEBUG : x4 0000000017b04340 x5 000000000000025f x6 0000000017b04360 x7 0000000000000020 09-27 15:45:32.202 10115 4196 4196 F DEBUG : x8 000000007115c8dc x9 0000000000000001 x10 0000000000000000 x11 0000000020000000 09-27 15:45:32.202 10115 4196 4196 F DEBUG : x12 0000000000000000 x13 0000d9c6b4f06300 x14 ffffffffffffffff x15 000000001420a68c 09-27 15:45:32.202 10115 4196 4196 F DEBUG : x16 0000f5da992c86f0 x17 0000000070b0fed0 x18 0000d9d9c94d0000 x19 b400d8a04cd09c00 09-27 15:45:32.202 10115 4196 4196 F DEBUG : x20 0000000000000001 x21 0000000000000000 x22 00000000179b5bf0 x23 0000000000000000 09-27 15:45:32.202 10115 4196 4196 F DEBUG : x24 00000000179b5bf0 x25 000000001420ba90 x26 0000000017d11970 x27 00000000179a1900 09-27 15:45:32.202 10115 4196 4196 F DEBUG : x28 0000000000000004 x29 0000000000000004 09-27 15:45:32.202 10115 4196 4196 F DEBUG : lr 0000d6ae85099538 sp 0000f5da992ca6d0 pc 0000d6ae85099538 pst 0000000040000000 09-27 15:45:32.202 10115 4196 4196 F DEBUG : backtrace: 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #00 pc 0000000000e1f538 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.recyclerview.widget.RecyclerView.findContainingItemView+24) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #01 pc 0000000000e1f5f4 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.recyclerview.widget.RecyclerView.findContainingViewHolder+52) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #02 pc 0000000001d422f8 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (org.schabi.newpipe.fragments.list.BaseListFragment.getFocusedPosition+104) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #03 pc 0000000001d454b4 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (org.schabi.newpipe.fragments.list.BaseListFragment.onStop+52) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #04 pc 000000000137252c /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.Fragment.performStop+284) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #05 pc 00000000006a0e74 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentStateManager.stop+356) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #06 pc 000000000069edbc /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentStateManager.moveToExpectedState+988) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #07 pc 00000000006a3c4c /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentStore.moveToExpectedState+316) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #08 pc 00000000006923a0 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentManager.moveToState+320) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #09 pc 0000000000687350 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentManager.dispatchStateChange+112) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #10 pc 000000000068f13c /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentManager.dispatchStop+76) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #11 pc 0000000001372454 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.Fragment.performStop+68) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #12 pc 00000000006a0e74 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentStateManager.stop+356) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #13 pc 000000000069edbc /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentStateManager.moveToExpectedState+988) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #14 pc 00000000006a3c4c /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentStore.moveToExpectedState+316) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #15 pc 00000000006923a0 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentManager.moveToState+320) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #16 pc 0000000000687350 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentManager.dispatchStateChange+112) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #17 pc 000000000068f13c /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentManager.dispatchStop+76) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #18 pc 0000000000681a2c /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentController.dispatchStop+76) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #19 pc 0000000001721efc /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.appcompat.app.AppCompatActivity.onStop+108) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #20 pc 00000000001f4878 /system/framework/arm64/boot-framework.oat (android.app.Instrumentation.callActivityOnStop+56) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #21 pc 000000000047eda0 /system/framework/arm64/boot-framework.oat (android.app.Activity.performStop+768) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #22 pc 00000000002bb6c0 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.callActivityOnStop+432) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #23 pc 00000000002c9518 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleRelaunchActivityInner+200) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #24 pc 00000000002d7cb0 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleRelaunchActivity+1728) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #25 pc 000000000049b758 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.ActivityRelaunchItem.execute+200) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #26 pc 0000000000488ea4 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.ActivityTransactionItem.execute+100) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #27 pc 0000000000223bdc /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.executeCallbacks+588) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #28 pc 0000000000223914 /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.execute+772) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #29 pc 00000000002b79e4 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread$H.handleMessage+1204) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #30 pc 00000000004e7420 /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+192) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #31 pc 00000000004ea798 /system/framework/arm64/boot-framework.oat (android.os.Looper.loopOnce+1032) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #32 pc 00000000004ea2f0 /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+560) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #33 pc 00000000002ce5a4 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+1236) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #34 pc 0000000000210c00 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+576) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #35 pc 0000000000279e2c /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+236) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #36 pc 0000000000620738 /apex/com.android.art/lib64/libart.so (_jobject* art::InvokeMethod<(art::PointerSize)8>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1400) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #37 pc 00000000005a14f0 /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+48) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #38 pc 0000000000099148 /system/framework/arm64/boot.oat (art_jni_trampoline+120) (BuildId: 4a53eb4cb8d04abfc5888b3d644bb5a725a4aa8d) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #39 pc 00000000007b5550 /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+144) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #40 pc 000000000020b0d4 /apex/com.android.art/lib64/libart.so (nterp_helper+7636) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #41 pc 00000000003f2b90 /system/framework/framework.jar (com.android.internal.os.ExecInit.main+88) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #42 pc 0000000000210c00 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+576) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #43 pc 0000000000279e2c /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+236) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #44 pc 0000000000620f70 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+448) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.202 10115 4196 4196 F DEBUG : #45 pc 000000000062151c /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+92) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #46 pc 00000000004a58d8 /apex/com.android.art/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+664) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #47 pc 00000000000bcce8 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+120) (BuildId: e259242bade0791c4ff204cccbbff47b) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #48 pc 00000000000c5160 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::callMain(android::String8 const&, _jclass*, android::Vector const&)+336) (BuildId: e259242bade0791c4ff204cccbbff47b) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #49 pc 0000000000002944 /system/bin/app_process64 (android::AppRuntime::onStarted()+68) (BuildId: b0b1078d951537ca99727c57dac54350) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #50 pc 00000000001a9420 /system/framework/arm64/boot-framework.oat (art_jni_trampoline+112) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #51 pc 0000000000209398 /apex/com.android.art/lib64/libart.so (nterp_helper+152) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #52 pc 0000000000400a18 /system/framework/framework.jar (com.android.internal.os.RuntimeInit.main+48) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #53 pc 0000000000210c00 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+576) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #54 pc 0000000000279e2c /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+236) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #55 pc 0000000000620f70 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+448) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #56 pc 000000000062151c /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+92) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #57 pc 00000000004a58d8 /apex/com.android.art/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+664) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #58 pc 00000000000bcce8 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+120) (BuildId: e259242bade0791c4ff204cccbbff47b) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #59 pc 00000000000c8bf8 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector const&, bool)+840) (BuildId: e259242bade0791c4ff204cccbbff47b) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #60 pc 0000000000002544 /system/bin/app_process64 (main+1252) (BuildId: b0b1078d951537ca99727c57dac54350) 09-27 15:45:32.203 10115 4196 4196 F DEBUG : #61 pc 0000000000051630 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+96) (BuildId: c7f74e0c7cb0c0a37877abc01f8f03cb) 09-27 15:45:32.288 1000 1599 4200 I DropBoxManagerService: add tag=data_app_native_crash isTagEnabled=true flags=0x2 09-27 15:45:32.288 1000 1599 4199 W ActivityTaskManager: Force finishing activity org.schabi.newpipe/.MainActivity 09-27 15:45:32.342 1000 1599 1821 I BootReceiver: Copying /data/tombstones/tombstone_31 to DropBox (SYSTEM_TOMBSTONE) 09-27 15:45:32.342 1000 1599 1821 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE isTagEnabled=true flags=0x6 09-27 15:45:32.357 1000 1599 1821 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4 09-27 15:45:32.420 1000 1599 16139 I ActivityManager: Process org.schabi.newpipe (pid 19206) has died: fg TOP 09-27 15:45:32.423 1000 1599 11936 I WindowManager: WIN DEATH: Window{16c5edb u0 org.schabi.newpipe/org.schabi.newpipe.MainActivity} 09-27 15:45:32.432 1000 1599 1755 I WindowManager: Screen frozen for +1s58ms due to Window{16c5edb u0 org.schabi.newpipe/org.schabi.newpipe.MainActivity} 09-27 15:45:32.496 1000 1599 1754 W ActivityManager: setHasOverlayUi called on unknown pid: 19206 09-27 15:45:32.808 1000 1599 1754 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{b5de5d7 u0 org.schabi.newpipe/.MainActivity} t-1 f}} 09-27 15:45:32.810 1000 1599 1754 I ActivityTaskManager: Config changes=20000480 {1.0 310mcc260mnc [en_US] ldltr sw411dp w411dp h792dp 560dpi nrml long hdr widecg port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1440, 3040) mAppBounds=Rect(0, 0 - 1440, 2872) mMaxBounds=Rect(0, 0 - 1440, 3040) mDisplayRotation=ROTATION_0 mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.7012 fontWeightAdjustment=0} ```
Logcat snippet 2 ``` 09-27 15:48:17.749 10115 4903 4903 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 09-27 15:48:17.753 1000 1599 19669 D CoreBackPreview: Window{78169a9 u0 Toast}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@7216cf, mPriority=0} 09-27 15:48:17.755 1000 1599 1754 V WindowManager: Unknown focus tokens, dropping reportFocusChanged 09-27 15:48:17.763 10115 4903 4947 W Parcel : Expecting binder but got null! 09-27 15:48:17.773 1000 1599 11938 D MediaSessionService: Media button session is changed to null 09-27 15:48:17.774 10082 2348 2348 D MediaDataManager: State updated outside of notification 09-27 15:48:17.775 1000 1599 19669 I WifiService: releaseWifiLock uid=10115 09-27 15:48:17.775 1000 1599 1917 D WifiLockManager: releaseLock: WifiLock{ExoPlayer:WifiLockManager type=3 uid=1000 workSource=WorkSource{10115}} 09-27 15:48:17.775 10115 4903 5128 D MediaCodec: keep callback message for reclaim 09-27 15:48:17.776 10115 4903 5134 I CCodecConfig: query failed after returning 20 values (BAD_INDEX) 09-27 15:48:17.776 10115 4903 5134 W Codec2Client: query -- param skipped: index = 1342179345. 09-27 15:48:17.776 10115 4903 5134 W Codec2Client: query -- param skipped: index = 2415921170. 09-27 15:48:17.776 10115 4903 5134 W Codec2Client: query -- param skipped: index = 1610614798. 09-27 15:48:17.777 10115 4903 4903 I ExoPlayerImpl: Release 18f153a [ExoPlayerLib/2.18.1] [coral, Pixel 4 XL, Google, 33] [goog.exo.core, goog.exo.database, goog.exo.exoplayer, goog.exo.decoder, goog.exo.mediasession, goog.exo.dash, goog.exo.datasource, goog.exo.extractor] 09-27 15:48:17.779 10115 4903 5134 D CCodecBufferChannel: [c2.android.aac.decoder#926] MediaCodec discarded an unknown buffer 09-27 15:48:17.779 10115 4903 5134 D CCodecBufferChannel: [c2.android.aac.decoder#926] MediaCodec discarded an unknown buffer 09-27 15:48:17.779 10115 4903 5134 D CCodecBufferChannel: [c2.android.aac.decoder#926] MediaCodec discarded an unknown buffer 09-27 15:48:17.779 10115 4903 5134 D CCodecBufferChannel: [c2.android.aac.decoder#926] MediaCodec discarded an unknown buffer 09-27 15:48:17.781 10115 4903 5134 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients 09-27 15:48:17.782 1046 1233 6448 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients 09-27 15:48:17.782 1046 1233 6448 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients 09-27 15:48:17.783 1046 1233 6448 V C2Store : in ~ComponentModule 09-27 15:48:17.783 1046 1233 6448 V C2Store : unloading dll 09-27 15:48:17.783 10082 2348 2348 W ConstraintSet: id unknown center_vertical_guideline 09-27 15:48:17.783 10082 2348 2348 W ConstraintSet: id unknown action_button_guideline 09-27 15:48:17.783 10082 2348 2348 W ConstraintSet: id unknown icon 09-27 15:48:17.783 10082 2348 2348 W ConstraintSet: id unknown media_seamless 09-27 15:48:17.783 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier 09-27 15:48:17.784 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier_end 09-27 15:48:17.784 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier_top 09-27 15:48:17.784 10082 2348 2348 W ConstraintSet: id unknown remove_text 09-27 15:48:17.784 10082 2348 2348 W ConstraintSet: id unknown settings 09-27 15:48:17.784 10082 2348 2348 W ConstraintSet: id unknown dismiss 09-27 15:48:17.784 10082 2348 2348 W ConstraintSet: id unknown cancel 09-27 15:48:17.784 1000 1599 11938 I MediaFocusControl: abandonAudioFocus() from uid/pid 10115/4903 clientId=android.media.AudioManager@f95b957org.schabi.newpipe.player.helper.AudioReactor@b6bbd30 09-27 15:48:17.786 1041 905 4464 D audio_hw_waves: ma_set_source_metadata_l: All tracks was removed from app_type(69936) device_type(2) 09-27 15:48:17.787 10115 4903 4903 I ExoPlayerImpl: Init ca4cada [ExoPlayerLib/2.18.1] [coral, Pixel 4 XL, Google, 33] 09-27 15:48:17.787 10049 31910 31910 V MusicFXControlPanelReceiver: onReceive 09-27 15:48:17.787 10049 31910 31910 V MusicFXControlPanelReceiver: Action: android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION 09-27 15:48:17.787 10049 31910 31910 V MusicFXControlPanelReceiver: Package name: org.schabi.newpipe 09-27 15:48:17.787 10049 31910 31910 V MusicFXControlPanelReceiver: Audio session: 2825 09-27 15:48:17.787 10049 31910 31910 V MusicFXControlPanelEffect: closeSession(android.app.ReceiverRestrictedContext@7adf670, org.schabi.newpipe, 0) 09-27 15:48:17.789 10049 31910 31910 V MusicFXControlPanelReceiver: onReceive 09-27 15:48:17.789 10049 31910 31910 V MusicFXControlPanelReceiver: Action: android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION 09-27 15:48:17.789 10049 31910 31910 V MusicFXControlPanelReceiver: Package name: org.schabi.newpipe 09-27 15:48:17.789 10049 31910 31910 V MusicFXControlPanelReceiver: Audio session: 2825 09-27 15:48:17.789 10049 31910 31910 V MusicFXControlPanelEffect: closeSession(android.app.ReceiverRestrictedContext@7adf670, org.schabi.newpipe, 0) 09-27 15:48:17.794 1000 1599 11938 D MediaSessionService: Media button session is changed to org.schabi.newpipe/MediaSessUi (userId=0) 09-27 15:48:17.800 10082 2348 2348 W ConstraintSet: id unknown center_vertical_guideline 09-27 15:48:17.800 10082 2348 2348 W ConstraintSet: id unknown action_button_guideline 09-27 15:48:17.800 10082 2348 2348 W ConstraintSet: id unknown icon 09-27 15:48:17.800 10082 2348 2348 W ConstraintSet: id unknown media_seamless 09-27 15:48:17.800 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier 09-27 15:48:17.800 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier_end 09-27 15:48:17.800 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier_top 09-27 15:48:17.800 10082 2348 2348 W ConstraintSet: id unknown remove_text 09-27 15:48:17.800 10082 2348 2348 W ConstraintSet: id unknown settings 09-27 15:48:17.800 10082 2348 2348 W ConstraintSet: id unknown dismiss 09-27 15:48:17.800 10082 2348 2348 W ConstraintSet: id unknown cancel 09-27 15:48:17.831 1000 1599 11938 I WifiService: acquireWifiLock uid=10115 lockMode=3 09-27 15:48:17.831 1000 1599 1917 D WifiLockManager: addLock: WifiLock{ExoPlayer:WifiLockManager type=3 uid=1000 workSource=WorkSource{10115}} 09-27 15:48:17.941 10115 4903 5146 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:17.944 1041 905 4464 D audio_hw_waves: ma_set_source_metadata_l: All tracks was removed from app_type(69940) device_type(2) 09-27 15:48:17.944 1041 905 4464 W msm8974_platform: platform_send_gain_dep_cal: Usecase list is empty 09-27 15:48:17.944 1041 905 4464 D ACDB-LOADER: ACDB -> send_audvoltable 09-27 15:48:17.944 1041 905 4464 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE 09-27 15:48:17.944 1041 905 4464 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 09-27 15:48:17.944 1041 905 4464 D ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19 09-27 15:48:17.944 1041 905 4464 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 0 09-27 15:48:17.944 1041 905 4464 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 09-27 15:48:17.944 1041 905 4464 D ACDB-LOADER: Error: ACDB AudProc vol returned = -19 09-27 15:48:17.944 1041 905 4464 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40 09-27 15:48:17.944 1041 905 4464 D ACDB-LOADER: ACDB -> send_audvoltable 09-27 15:48:17.944 1041 905 4464 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE 09-27 15:48:17.944 1041 905 4464 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 09-27 15:48:17.944 1041 905 4464 D ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19 09-27 15:48:17.944 1041 905 4464 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 0 09-27 15:48:17.944 1041 905 4464 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 09-27 15:48:17.944 1041 905 4464 D ACDB-LOADER: Error: ACDB AudProc vol returned = -19 09-27 15:48:17.944 1041 905 4464 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40 09-27 15:48:17.945 1041 905 952 W msm8974_platform: platform_send_gain_dep_cal: Usecase list is empty 09-27 15:48:17.947 10115 4903 4959 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:17.951 1041 991 1296 W AudioFlinger: moveEffectChain_l() effect chain for session 0 not on source thread 0xb400d03e4433b000 09-27 15:48:17.989 10115 4903 4930 I org.schabi.newpipe: Background young concurrent copying GC freed 382815(42MB) AllocSpace objects, 7(4604KB) LOS objects, 0% free, 208MB/208MB, paused 111us,44us total 131.562ms 09-27 15:48:17.989 10115 4903 5146 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 47.646ms 09-27 15:48:17.989 10115 4903 5146 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:17.989 10115 4903 4959 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:18.028 10115 4903 5146 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:18.037 10115 4903 4983 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:18.037 10115 4903 4963 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:18.079 1000 943 1028 D VSC : @ 176069.125: [WO] Proposed rotation: 4, flat angle threshold: 65 09-27 15:48:18.079 1000 943 1028 D VSC : @ 176069.125: [WO] orientation angle 352, orientation 4 09-27 15:48:18.079 1000 943 1028 D VSC : @ 176069.125: [WO] Gyro angle integrated: 6.469685 09-27 15:48:18.295 10115 4903 4930 I org.schabi.newpipe: Background concurrent copying GC freed 1316404(155MB) AllocSpace objects, 49(11MB) LOS objects, 51% free, 89MB/185MB, paused 63us,51us total 305.891ms 09-27 15:48:18.295 10115 4903 4959 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 348.329ms 09-27 15:48:18.295 10115 4903 4959 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:18.295 10115 4903 5146 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 267.815ms 09-27 15:48:18.295 10115 4903 5146 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:18.295 10115 4903 4983 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 258.617ms 09-27 15:48:18.295 10115 4903 4983 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:18.296 10115 4903 4963 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 259.318ms 09-27 15:48:18.296 10115 4903 4963 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:18.401 10082 2348 2348 W ConstraintSet: id unknown center_vertical_guideline 09-27 15:48:18.401 10082 2348 2348 W ConstraintSet: id unknown action_button_guideline 09-27 15:48:18.401 10082 2348 2348 W ConstraintSet: id unknown icon 09-27 15:48:18.401 10082 2348 2348 W ConstraintSet: id unknown media_seamless 09-27 15:48:18.401 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier 09-27 15:48:18.401 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier_end 09-27 15:48:18.401 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier_top 09-27 15:48:18.401 10082 2348 2348 W ConstraintSet: id unknown remove_text 09-27 15:48:18.401 10082 2348 2348 W ConstraintSet: id unknown settings 09-27 15:48:18.401 10082 2348 2348 W ConstraintSet: id unknown dismiss 09-27 15:48:18.401 10082 2348 2348 W ConstraintSet: id unknown cancel 09-27 15:48:18.423 10082 2348 2348 W ConstraintSet: id unknown center_vertical_guideline 09-27 15:48:18.423 10082 2348 2348 W ConstraintSet: id unknown action_button_guideline 09-27 15:48:18.423 10082 2348 2348 W ConstraintSet: id unknown icon 09-27 15:48:18.423 10082 2348 2348 W ConstraintSet: id unknown media_seamless 09-27 15:48:18.423 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier 09-27 15:48:18.423 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier_end 09-27 15:48:18.423 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier_top 09-27 15:48:18.423 10082 2348 2348 W ConstraintSet: id unknown remove_text 09-27 15:48:18.423 10082 2348 2348 W ConstraintSet: id unknown settings 09-27 15:48:18.423 10082 2348 2348 W ConstraintSet: id unknown dismiss 09-27 15:48:18.423 10082 2348 2348 W ConstraintSet: id unknown cancel 09-27 15:48:18.424 10115 4903 5146 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:18.453 10115 4903 5146 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 28.625ms 09-27 15:48:18.453 10115 4903 5146 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:18.535 10115 4903 5146 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:18.547 10115 4903 5146 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 11.300ms 09-27 15:48:18.547 10115 4903 5146 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:18.620 10115 4903 5146 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:18.620 10115 4903 4959 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:18.631 10115 4903 5146 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 10.909ms 09-27 15:48:18.631 10115 4903 5146 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:18.631 10115 4903 4959 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 10.436ms 09-27 15:48:18.631 10115 4903 4959 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:18.659 radio 2325 2325 D TelephonyManager: requestModemActivityInfo: Sending result to app: ModemActivityInfo{ mTimestamp=176064957 mSleepTimeMs=121042473 mIdleTimeMs=3854838 mActivityStatsTechSpecificInfo=[{mRat=UNKNOWN,mFrequencyRange=UNKNOWN,mTxTimeMs[]=[1722588, 1182650, 966830, 397870, 642293],mRxTimeMs=46227001}]} 09-27 15:48:18.778 10115 4903 5146 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:18.780 10115 4903 4959 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:18.792 10115 4903 5146 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 13.394ms 09-27 15:48:18.792 10115 4903 5146 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:18.792 10115 4903 4959 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 11.785ms 09-27 15:48:18.792 10115 4903 4959 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:18.854 10115 4903 5146 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:18.867 10115 4903 5146 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 13.110ms 09-27 15:48:18.867 10115 4903 5146 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:18.936 10115 4903 5146 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:18.950 10115 4903 5146 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 14.156ms 09-27 15:48:18.950 10115 4903 5146 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:19.011 10115 4903 5146 I org.schabi.newpipe: Waiting for a blocking GC Alloc 09-27 15:48:19.024 10115 4903 5146 I org.schabi.newpipe: WaitForGcToComplete blocked Alloc on Background for 12.685ms 09-27 15:48:19.024 10115 4903 5146 I org.schabi.newpipe: Starting a blocking GC Alloc 09-27 15:48:19.045 10115 4903 4903 I Choreographer: Skipped 108 frames! The application may be doing too much work on its main thread. 09-27 15:48:19.049 10115 4903 4903 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xf7b8 in tid 4903 (.schabi.newpipe), pid 4903 (.schabi.newpipe) 09-27 15:48:19.059 10082 2348 2348 W ConstraintSet: id unknown center_vertical_guideline 09-27 15:48:19.059 10082 2348 2348 W ConstraintSet: id unknown action_button_guideline 09-27 15:48:19.059 10082 2348 2348 W ConstraintSet: id unknown icon 09-27 15:48:19.059 10082 2348 2348 W ConstraintSet: id unknown media_seamless 09-27 15:48:19.059 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier 09-27 15:48:19.059 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier_end 09-27 15:48:19.059 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier_top 09-27 15:48:19.059 10082 2348 2348 W ConstraintSet: id unknown remove_text 09-27 15:48:19.059 10082 2348 2348 W ConstraintSet: id unknown settings 09-27 15:48:19.059 10082 2348 2348 W ConstraintSet: id unknown dismiss 09-27 15:48:19.059 10082 2348 2348 W ConstraintSet: id unknown cancel 09-27 15:48:19.083 10115 4903 4936 I OpenGLRenderer: Davey! duration=1241ms; Flags=0, FrameTimelineVsyncId=50336979, IntendedVsync=140759566478093, Vsync=140760770104829, InputEventId=0, HandleInputStart=140760779744108, AnimationStart=140760779745722, PerformTraversalsStart=140760779912285, DrawStart=140760780300514, FrameDeadline=140759598119316, FrameInterval=140760779672597, FrameStartTime=11141223, SyncQueued=140760781487702, SyncStart=140760781576296, IssueDrawCommandsStart=140760783768692, SwapBuffers=140760805020048, FrameCompleted=140760808097079, DequeueBufferDuration=16407, QueueBufferDuration=832343, GpuCompleted=140760808097079, SwapBuffersCompleted=140760806919319, DisplayPresentTime=140759463736685, CommandSubmissionCompleted=140760805020048, 09-27 15:48:19.094 10082 2348 2348 W ConstraintSet: id unknown center_vertical_guideline 09-27 15:48:19.094 10082 2348 2348 W ConstraintSet: id unknown action_button_guideline 09-27 15:48:19.094 10082 2348 2348 W ConstraintSet: id unknown icon 09-27 15:48:19.094 10082 2348 2348 W ConstraintSet: id unknown media_seamless 09-27 15:48:19.094 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier 09-27 15:48:19.094 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier_end 09-27 15:48:19.094 10082 2348 2348 W ConstraintSet: id unknown media_action_barrier_top 09-27 15:48:19.094 10082 2348 2348 W ConstraintSet: id unknown remove_text 09-27 15:48:19.094 10082 2348 2348 W ConstraintSet: id unknown settings 09-27 15:48:19.094 10082 2348 2348 W ConstraintSet: id unknown dismiss 09-27 15:48:19.094 10082 2348 2348 W ConstraintSet: id unknown cancel 09-27 15:48:19.131 10115 5149 5149 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstoneProto 09-27 15:48:19.132 1058 728 728 I tombstoned: received crash request for pid 4903 09-27 15:48:19.136 10115 5149 5149 I crash_dump64: performing dump of process 4903 (target tid = 4903) 09-27 15:48:19.188 10115 4903 5146 I DMCodecAdapterFactory: Creating an asynchronous MediaCodec adapter for track type audio 09-27 15:48:19.189 10115 4903 5153 D CCodec : allocate(c2.android.aac.decoder) 09-27 15:48:19.191 10115 4903 5153 I CCodec : setting up 'default' as default (vendor) store 09-27 15:48:19.191 1046 1233 6448 V C2Store : in init 09-27 15:48:19.191 1046 1233 6448 V C2Store : loading dll 09-27 15:48:19.194 10115 4903 5153 I CCodec : Created component [c2.android.aac.decoder] 09-27 15:48:19.194 10115 4903 5153 D CCodecConfig: read media type: audio/mp4a-latm 09-27 15:48:19.196 10115 4903 5153 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.max-count.values 09-27 15:48:19.196 10115 4903 5153 D ReflectedParamUpdater: extent() != 1 for single value type: output.subscribed-indices.values 09-27 15:48:19.196 10115 4903 5153 D ReflectedParamUpdater: extent() != 1 for single value type: input.buffers.allocator-ids.values 09-27 15:48:19.196 10115 4903 5153 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.allocator-ids.values 09-27 15:48:19.197 10115 4903 5153 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.allocator-ids.values 09-27 15:48:19.197 10115 4903 5153 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.pool-ids.values 09-27 15:48:19.197 10115 4903 5153 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.pool-ids.values 09-27 15:48:19.200 10115 4903 5153 I CCodecConfig: query failed after returning 20 values (BAD_INDEX) 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2 config diff is Dict { 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::u32 coded.aac-packaging.value = 0 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::u32 coded.bitrate.value = 64000 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::u32 coded.pl.level = 0 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::u32 coded.pl.profile = 8192 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::i32 coding.drc.album-mode.value = 0 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::float coding.drc.attenuation-factor.value = 1 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::float coding.drc.boost-factor.value = 1 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::i32 coding.drc.compression-mode.value = 3 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::i32 coding.drc.effect-type.value = 3 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::float coding.drc.encoded-level.value = 0.25 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::float coding.drc.reference-level.value = -16 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::u32 input.buffers.max-size.value = 8192 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::u32 input.delay.value = 0 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: string input.media-type.value = "audio/mp4a-latm" 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::u32 output.delay.value = 2 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::float output.drc.output-loudness.value = 0.25 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: string output.media-type.value = "audio/raw" 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::u32 raw.channel-count.value = 1 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::u32 raw.channel-mask.value = 0 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::u32 raw.max-channel-count.value = 8 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: c2::u32 raw.sample-rate.value = 44100 09-27 15:48:19.200 10115 4903 5153 D CCodecConfig: } 09-27 15:48:19.202 10115 4903 5153 I MediaCodec: MediaCodec will operate in async mode 09-27 15:48:19.202 10115 4903 5153 D CCodec : [c2.android.aac.decoder] buffers are bound to CCodec for this session 09-27 15:48:19.202 10115 4903 5153 D CCodecConfig: no c2 equivalents for log-session-id 09-27 15:48:19.202 10115 4903 5153 D CCodecConfig: no c2 equivalents for flags 09-27 15:48:19.203 10115 4903 5153 D CCodecConfig: c2 config diff is c2::u32 raw.channel-count.value = 2 09-27 15:48:19.204 10115 4903 5153 W Codec2Client: query -- param skipped: index = 1107298332. 09-27 15:48:19.204 10115 4903 5153 D CCodec : encoding statistics level = 0 09-27 15:48:19.204 10115 4903 5153 D CCodec : setup formats input: AMessage(what = 0x00000000) = { 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t aac-drc-album-mode = 0 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t aac-drc-boost-level = 127 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t aac-drc-cut-level = 127 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t aac-drc-effect-type = 3 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t aac-encoded-target-level = -1 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t aac-max-output-channel_count = 8 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t aac-target-ref-level = 64 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t bitrate = 64000 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t channel-count = 2 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t channel-mask = 0 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t level = 0 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t max-input-size = 8192 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t max-output-channel-count = 8 09-27 15:48:19.204 10115 4903 5153 D CCodec : string mime = "audio/mp4a-latm" 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t profile = 2 09-27 15:48:19.204 10115 4903 5153 D CCodec : int32_t sample-rate = 44100 09-27 15:48:19.204 10115 4903 5153 D CCodec : } 09-27 15:48:19.205 10115 4903 5153 D CCodec : setup formats output: AMessage(what = 0x00000000) = { 09-27 15:48:19.205 10115 4903 5153 D CCodec : int32_t aac-drc-album-mode = 0 09-27 15:48:19.205 10115 4903 5153 D CCodec : int32_t aac-drc-boost-level = 127 09-27 15:48:19.205 10115 4903 5153 D CCodec : int32_t aac-drc-cut-level = 127 09-27 15:48:19.205 10115 4903 5153 D CCodec : int32_t aac-drc-effect-type = 3 09-27 15:48:19.205 10115 4903 5153 D CCodec : int32_t aac-drc-output-loudness = -1 09-27 15:48:19.205 10115 4903 5153 D CCodec : int32_t aac-encoded-target-level = -1 09-27 15:48:19.205 10115 4903 5153 D CCodec : int32_t aac-max-output-channel_count = 8 09-27 15:48:19.205 10115 4903 5153 D CCodec : int32_t aac-target-ref-level = 64 09-27 15:48:19.205 10115 4903 5153 D CCodec : int32_t channel-count = 2 09-27 15:48:19.205 10115 4903 5153 D CCodec : int32_t channel-mask = 0 09-27 15:48:19.205 10115 4903 5153 D CCodec : int32_t max-output-channel-count = 8 09-27 15:48:19.205 10115 4903 5153 D CCodec : string mime = "audio/raw" 09-27 15:48:19.205 10115 4903 5153 D CCodec : int32_t sample-rate = 44100 09-27 15:48:19.205 10115 4903 5153 D CCodec : int32_t android._config-pcm-encoding = 2 09-27 15:48:19.205 10115 4903 5153 D CCodec : } 09-27 15:48:19.205 10115 4903 5153 I CCodecConfig: query failed after returning 20 values (BAD_INDEX) 09-27 15:48:19.205 10115 4903 5146 D MediaCodec: keep callback message for reclaim 09-27 15:48:19.206 10115 4903 5153 W Codec2Client: query -- param skipped: index = 1342179345. 09-27 15:48:19.206 10115 4903 5153 W Codec2Client: query -- param skipped: index = 2415921170. 09-27 15:48:19.206 10115 4903 5153 W Codec2Client: query -- param skipped: index = 1610614798. 09-27 15:48:19.207 1046 1233 6448 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb400c6d1803cde28 cached: 0/0M, 0/0% in use; allocs: 293, 98% recycled; transfers: 293, 98% unfetched 09-27 15:48:19.207 10115 4903 5153 D CCodecBufferChannel: [c2.android.aac.decoder#905] Created input block pool with allocatorID 16 => poolID 20 - OK (0) 09-27 15:48:19.208 1046 1233 6448 D BufferPoolAccessor2.0: bufferpool2 0xb400c6d1803ff628 : 0(0 size) total buffers - 0(0 size) used buffers - 66/70 (recycle/alloc) - 4/69 (fetch/transfer) 09-27 15:48:19.208 1046 1233 6448 D BufferPoolAccessor2.0: bufferpool2 0xb400c6d1803fd828 : 0(0 size) total buffers - 0(0 size) used buffers - 66/70 (recycle/alloc) - 4/69 (fetch/transfer) 09-27 15:48:19.208 1046 1233 6448 D BufferPoolAccessor2.0: bufferpool2 0xb400c6d1803cee28 : 0(0 size) total buffers - 0(0 size) used buffers - 66/70 (recycle/alloc) - 4/69 (fetch/transfer) 09-27 15:48:19.208 1046 1233 6448 D BufferPoolAccessor2.0: bufferpool2 0xb400c6d180410228 : 0(0 size) total buffers - 0(0 size) used buffers - 66/70 (recycle/alloc) - 4/69 (fetch/transfer) 09-27 15:48:19.208 1046 1233 6448 D BufferPoolAccessor2.0: bufferpool2 0xb400c6d1803eae28 : 0(0 size) total buffers - 0(0 size) used buffers - 67/70 (recycle/alloc) - 3/69 (fetch/transfer) 09-27 15:48:19.208 10115 4903 5055 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xcb75f8b27a28 cached: 0/0M, 0/0% in use; allocs: 302, 98% recycled; transfers: 297, 98% unfetched 09-27 15:48:19.208 10115 4903 5153 I CCodecBufferChannel: [c2.android.aac.decoder#905] Created output block pool with allocatorID 16 => poolID 253 - OK 09-27 15:48:19.208 10115 4903 5153 D CCodecBufferChannel: [c2.android.aac.decoder#905] Configured output block pool ids 253 => OK 09-27 15:48:19.209 1046 1233 5154 D SimpleC2Component: Using output block pool with poolID 253 => got 253 - 0 09-27 15:48:19.222 1046 1233 5154 I C2SoftAacDec: Reconfiguring decoder: 0->44100 Hz, 0->2 channels 09-27 15:48:19.224 10115 4903 5153 D CCodecConfig: c2 config diff is c2::u32 raw.channel-mask.value = 12 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: [c2.android.aac.decoder#905:Output[N]] popFromStashAndRegister: at 1000193816961us, output format changed to AMessage(what = 0x00000000) = { 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: int32_t aac-drc-album-mode = 0 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: int32_t aac-drc-boost-level = 127 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: int32_t aac-drc-cut-level = 127 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: int32_t aac-drc-effect-type = 3 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: int32_t aac-drc-output-loudness = -1 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: int32_t aac-encoded-target-level = -1 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: int32_t aac-max-output-channel_count = 8 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: int32_t aac-target-ref-level = 64 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: int32_t channel-count = 2 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: int32_t channel-mask = 12 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: int32_t max-output-channel-count = 8 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: string mime = "audio/raw" 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: int32_t sample-rate = 44100 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: int32_t android._config-pcm-encoding = 2 09-27 15:48:19.225 10115 4903 5153 D CCodecBuffers: } 09-27 15:48:19.234 1041 991 16862 D AudioFlinger: Client defaulted notificationFrames to 5512 for frameCount 11025 09-27 15:48:19.235 1041 991 16862 D AF::TrackHandle: OpPlayAudio: track:602 usage:1 not muted 09-27 15:48:19.244 1041 905 952 I EffectsFactory: EffectCreate() create_effect 09-27 15:48:19.245 1041 991 16862 W AudioFlinger: moveEffectChain_l() effect chain for session 0 not on source thread 0xb400d03e4ad10000 09-27 15:48:19.282 1041 905 952 W msm8974_platform: platform_send_gain_dep_cal: Usecase list is empty 09-27 15:48:19.282 1041 905 952 D ACDB-LOADER: ACDB -> send_audvoltable 09-27 15:48:19.282 1041 905 952 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE 09-27 15:48:19.282 1041 905 952 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 09-27 15:48:19.282 1041 905 952 D ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19 09-27 15:48:19.282 1041 905 952 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 5 09-27 15:48:19.282 1041 905 952 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 09-27 15:48:19.282 1041 905 952 D ACDB-LOADER: Error: ACDB AudProc vol returned = -19 09-27 15:48:19.282 1041 905 952 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40 09-27 15:48:19.282 1041 905 952 D ACDB-LOADER: ACDB -> send_audvoltable 09-27 15:48:19.282 1041 905 952 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE 09-27 15:48:19.283 1041 905 952 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 09-27 15:48:19.283 1041 905 952 D ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19 09-27 15:48:19.283 1041 905 952 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 5 09-27 15:48:19.283 1041 905 952 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 09-27 15:48:19.283 1041 905 952 D ACDB-LOADER: Error: ACDB AudProc vol returned = -19 09-27 15:48:19.283 1041 905 952 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40 09-27 15:48:19.310 1041 905 1617 D audio_hw_primary: adev_create_audio_patch: enter: num sources 1, num_sinks 1, handle 3 09-27 15:48:19.310 1041 905 1617 D audio_hw_primary: adev_create_audio_patch: Playback patch from mix handle 29 to device 2 09-27 15:48:19.310 1041 905 1617 D audio_hw_primary: route_output_stream: enter: usecase(0: deep-buffer-playback) devices 2 09-27 15:48:19.310 1041 905 1617 D audio_hw_primary: select_devices for use case (deep-buffer-playback) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 09-27 15:48:19.508 10115 5149 5149 F DEBUG : Build fingerprint: 'google/coral/coral:13/TP1A.220905.004/2022092300:user/release-keys' 09-27 15:48:19.508 10115 5149 5149 F DEBUG : Revision: 'MP1.0' 09-27 15:48:19.508 10115 5149 5149 F DEBUG : ABI: 'arm64' 09-27 15:48:19.508 10115 5149 5149 F DEBUG : Timestamp: 2022-09-27 15:48:19.155305035-0400 09-27 15:48:19.508 10115 5149 5149 F DEBUG : Process uptime: 61s 09-27 15:48:19.508 10115 5149 5149 F DEBUG : Cmdline: org.schabi.newpipe 09-27 15:48:19.508 10115 5149 5149 F DEBUG : pid: 4903, tid: 4903, name: .schabi.newpipe >>> org.schabi.newpipe <<< 09-27 15:48:19.508 10115 5149 5149 F DEBUG : uid: 10115 09-27 15:48:19.508 10115 5149 5149 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x000000000000f7b8 09-27 15:48:19.508 10115 5149 5149 F DEBUG : x0 0000cdacf67d6ef8 x1 0000000016628708 x2 000000000000f71c x3 00000000146cb420 09-27 15:48:19.508 10115 5149 5149 F DEBUG : x4 00000000146cb420 x5 0000000000000000 x6 00000000000000b0 x7 0000000000000028 09-27 15:48:19.508 10115 5149 5149 F DEBUG : x8 0000000016a8287c x9 0000000000000001 x10 0000000000000000 x11 0000000000000000 09-27 15:48:19.508 10115 5149 5149 F DEBUG : x12 0000000000000008 x13 0000cd93be2bb2c0 x14 ffffffffffffffff x15 0000000016a82858 09-27 15:48:19.508 10115 5149 5149 F DEBUG : x16 0000f71cb3fdc940 x17 000000006f5e9528 x18 0000cdad1f4b8000 x19 b400cc66f1fda400 09-27 15:48:19.508 10115 5149 5149 F DEBUG : x20 0000000000000001 x21 0000000000000000 x22 0000000016628708 x23 0000000000000000 09-27 15:48:19.508 10115 5149 5149 F DEBUG : x24 0000000016628708 x25 00000000148fc088 x26 00000000168a4cc0 x27 000000001667e3d0 09-27 15:48:19.508 10115 5149 5149 F DEBUG : x28 0000000000000004 x29 0000000000000004 09-27 15:48:19.508 10115 5149 5149 F DEBUG : lr 0000ca755706b538 sp 0000f71cb3fde920 pc 0000ca755706b538 pst 0000000040000000 09-27 15:48:19.508 10115 5149 5149 F DEBUG : backtrace: 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #00 pc 0000000000e1f538 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.recyclerview.widget.RecyclerView.findContainingItemView+24) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #01 pc 0000000000e1f5f4 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.recyclerview.widget.RecyclerView.findContainingViewHolder+52) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #02 pc 0000000001d422f8 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (org.schabi.newpipe.fragments.list.BaseListFragment.getFocusedPosition+104) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #03 pc 0000000001d454b4 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (org.schabi.newpipe.fragments.list.BaseListFragment.onStop+52) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #04 pc 000000000137252c /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.Fragment.performStop+284) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #05 pc 00000000006a0e74 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentStateManager.stop+356) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #06 pc 000000000069edbc /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentStateManager.moveToExpectedState+988) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #07 pc 0000000000688430 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentManager.executeOpsTogether+1392) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #08 pc 000000000068a5e4 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute+500) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #09 pc 00000000006905b8 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.FragmentManager.execSingleAction+232) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #10 pc 0000000000dce5d8 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.fragment.app.BackStackRecord.commitNowAllowingStateLoss+88) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #11 pc 0000000001c56858 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (org.schabi.newpipe.fragments.detail.TabAdapter.destroyItem+168) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #12 pc 0000000000749e7c /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.viewpager.widget.ViewPager.dataSetChanged+556) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #13 pc 0000000000744cd0 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex ([DEDUPED] androidx.viewpager.widget.ViewPager$PagerObserver.?+64) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #14 pc 0000000000744864 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (androidx.viewpager.widget.PagerAdapter.notifyDataSetChanged+84) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #15 pc 0000000001c56bbc /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (org.schabi.newpipe.fragments.detail.TabAdapter.notifyDataSetUpdate+44) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #16 pc 0000000001d1f160 /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (org.schabi.newpipe.fragments.detail.VideoDetailFragment.initTabs+3072) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #17 pc 0000000001d2831c /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (org.schabi.newpipe.fragments.detail.VideoDetailFragment.prepareAndHandleInfo+444) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #18 pc 0000000001a0287c /data/app/~~lNCf8DerGJW83WDfv3TYuQ==/org.schabi.newpipe-cM_cjqA6RWecYZ1HMWpTeQ==/oat/arm64/base.odex (org.schabi.newpipe.fragments.detail.VideoDetailFragment$$ExternalSyntheticLambda21.run+348) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #19 pc 00000000004e73b4 /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+84) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #20 pc 00000000004ea798 /system/framework/arm64/boot-framework.oat (android.os.Looper.loopOnce+1032) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #21 pc 00000000004ea2f0 /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+560) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #22 pc 00000000002ce5a4 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+1236) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #23 pc 0000000000210c00 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+576) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.508 10115 5149 5149 F DEBUG : #24 pc 0000000000279e2c /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+236) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #25 pc 0000000000620738 /apex/com.android.art/lib64/libart.so (_jobject* art::InvokeMethod<(art::PointerSize)8>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1400) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #26 pc 00000000005a14f0 /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+48) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #27 pc 0000000000099148 /system/framework/arm64/boot.oat (art_jni_trampoline+120) (BuildId: 4a53eb4cb8d04abfc5888b3d644bb5a725a4aa8d) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #28 pc 00000000007b5550 /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+144) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #29 pc 000000000020b0d4 /apex/com.android.art/lib64/libart.so (nterp_helper+7636) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #30 pc 00000000003f2b90 /system/framework/framework.jar (com.android.internal.os.ExecInit.main+88) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #31 pc 0000000000210c00 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+576) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #32 pc 0000000000279e2c /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+236) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #33 pc 0000000000620f70 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+448) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #34 pc 000000000062151c /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+92) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #35 pc 00000000004a58d8 /apex/com.android.art/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+664) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #36 pc 00000000000bcce8 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+120) (BuildId: e259242bade0791c4ff204cccbbff47b) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #37 pc 00000000000c5160 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::callMain(android::String8 const&, _jclass*, android::Vector const&)+336) (BuildId: e259242bade0791c4ff204cccbbff47b) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #38 pc 0000000000002944 /system/bin/app_process64 (android::AppRuntime::onStarted()+68) (BuildId: b0b1078d951537ca99727c57dac54350) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #39 pc 00000000001a9420 /system/framework/arm64/boot-framework.oat (art_jni_trampoline+112) (BuildId: 79fc3efe010f061488512396d3eb0771fdfac007) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #40 pc 0000000000209398 /apex/com.android.art/lib64/libart.so (nterp_helper+152) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #41 pc 0000000000400a18 /system/framework/framework.jar (com.android.internal.os.RuntimeInit.main+48) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #42 pc 0000000000210c00 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+576) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #43 pc 0000000000279e2c /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+236) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #44 pc 0000000000620f70 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+448) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #45 pc 000000000062151c /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+92) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #46 pc 00000000004a58d8 /apex/com.android.art/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+664) (BuildId: c84baae9442d7d161a994bcc223b421a) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #47 pc 00000000000bcce8 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+120) (BuildId: e259242bade0791c4ff204cccbbff47b) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #48 pc 00000000000c8bf8 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector const&, bool)+840) (BuildId: e259242bade0791c4ff204cccbbff47b) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #49 pc 0000000000002544 /system/bin/app_process64 (main+1252) (BuildId: b0b1078d951537ca99727c57dac54350) 09-27 15:48:19.509 10115 5149 5149 F DEBUG : #50 pc 0000000000051630 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+96) (BuildId: c7f74e0c7cb0c0a37877abc01f8f03cb) 09-27 15:48:19.565 1000 1599 5159 I DropBoxManagerService: add tag=data_app_native_crash isTagEnabled=true flags=0x2 09-27 15:48:19.566 1000 1599 5158 W ActivityTaskManager: Force finishing activity org.schabi.newpipe/.MainActivity 09-27 15:48:19.582 1058 728 728 E tombstoned: Tombstone written to: tombstone_00 09-27 15:48:19.601 1000 1599 1821 I BootReceiver: Copying /data/tombstones/tombstone_00 to DropBox (SYSTEM_TOMBSTONE) 09-27 15:48:19.601 1000 1599 1821 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE isTagEnabled=true flags=0x6 09-27 15:48:19.615 1000 1599 1821 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4 09-27 15:48:19.653 1046 1233 17161 I Codec2-Component@1.2: Client died ! release the component !! 09-27 15:48:19.653 1046 1233 2143 D BufferPoolAccessor2.0: bufferpool2 0xb400c6d1803c0028 : 0(0 size) total buffers - 0(0 size) used buffers - 186/190 (recycle/alloc) - 4/190 (fetch/transfer) 09-27 15:48:19.653 1046 1233 6448 D BufferPoolConnection: connection 5297358808444 closed on death 09-27 15:48:19.653 1046 1233 2143 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb400c6d1803c0028 cached: 0/0M, 0/0% in use; allocs: 190, 98% recycled; transfers: 190, 98% unfetched 09-27 15:48:19.654 1000 1599 2095 D MediaSessionService: Media button session is changed to null 09-27 15:48:19.654 1000 1599 1917 D WifiLockManager: releaseLock: WifiLock{ExoPlayer:WifiLockManager type=3 uid=1000 workSource=WorkSource{10115}} 09-27 15:48:19.655 root 847 847 I Zygote : Process 4903 exited due to signal 11 (Segmentation fault) 09-27 15:48:19.656 1000 1599 19336 I WindowManager: WIN DEATH: Window{e078fb3 u0 org.schabi.newpipe/org.schabi.newpipe.MainActivity} 09-27 15:48:19.656 1000 1599 19336 W InputManager-JNI: Input channel object 'e078fb3 org.schabi.newpipe/org.schabi.newpipe.MainActivity (client)' was disposed without first being removed with the input manager! 09-27 15:48:19.657 1000 1599 19669 I ActivityManager: Process org.schabi.newpipe (pid 4903) has died: fg +50 TOP 09-27 15:48:19.658 1046 1233 17161 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb400c6d1803c0a28 cached: 0/0M, 0/0% in use; allocs: 29, 86% recycled; transfers: 29, 86% unfetched 09-27 15:48:19.658 1000 1599 2047 I WindowManager: WIN DEATH: Window{78169a9 u0 Toast} 09-27 15:48:19.658 1000 1599 2047 W InputManager-JNI: Input channel object '78169a9 Toast (client)' was disposed without first being removed with the input manager! 09-27 15:48:19.659 1046 1233 17161 V C2Store : in ~ComponentModule 09-27 15:48:19.659 1046 1233 17161 V C2Store : unloading dll 09-27 15:48:19.675 1000 668 668 E ClientCache: failed to get buffer, invalid process token 09-27 15:48:19.688 1000 1599 1755 W WindowManager: Failed to deliver inset state change to w=Window{e078fb3 u0 org.schabi.newpipe/org.schabi.newpipe.MainActivity EXITING} 09-27 15:48:19.688 1000 1599 1755 W WindowManager: android.os.DeadObjectException 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at android.os.BinderProxy.transactNative(Native Method) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at android.os.BinderProxy.transact(BinderProxy.java:584) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at android.view.IWindow$Stub$Proxy.insetsControlChanged(IWindow.java:473) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at com.android.server.wm.WindowState.notifyInsetsControlChanged(WindowState.java:3994) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at com.android.server.wm.InsetsStateController.lambda$notifyPendingInsetsControlChanged$5(InsetsStateController.java:348) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at com.android.server.wm.InsetsStateController.$r8$lambda$ni7v3ZO6TRbLZqXOFahDjPeXTS0(Unknown Source:0) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at com.android.server.wm.InsetsStateController$$ExternalSyntheticLambda4.run(Unknown Source:2) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at com.android.server.wm.WindowAnimator.executeAfterPrepareSurfacesRunnables(WindowAnimator.java:345) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at com.android.server.wm.WindowAnimator.animate(WindowAnimator.java:226) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at com.android.server.wm.WindowAnimator.lambda$new$1(WindowAnimator.java:106) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at com.android.server.wm.WindowAnimator.$r8$lambda$fo2Nk5bb9hY3lvmHsTnTEwtZMbI(Unknown Source:0) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at com.android.server.wm.WindowAnimator$$ExternalSyntheticLambda1.doFrame(Unknown Source:2) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1229) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1239) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at android.view.Choreographer.doCallbacks(Choreographer.java:899) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at android.view.Choreographer.doFrame(Choreographer.java:827) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1214) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at android.os.Handler.handleCallback(Handler.java:942) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at android.os.Handler.dispatchMessage(Handler.java:99) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at android.os.Looper.loopOnce(Looper.java:201) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at android.os.Looper.loop(Looper.java:288) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at android.os.HandlerThread.run(HandlerThread.java:67) 09-27 15:48:19.688 1000 1599 1755 W WindowManager: at com.android.server.ServiceThread.run(ServiceThread.java:44) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: Exception thrown during dispatchAppVisibility Window{e078fb3 u0 org.schabi.newpipe/org.schabi.newpipe.MainActivity EXITING} 09-27 15:48:19.703 1000 1599 1755 W WindowManager: android.os.DeadObjectException 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at android.os.BinderProxy.transactNative(Native Method) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at android.os.BinderProxy.transact(BinderProxy.java:584) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at android.view.IWindow$Stub$Proxy.dispatchAppVisibility(IWindow.java:536) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.WindowState.sendAppVisibilityToClients(WindowState.java:3489) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.WindowContainer.sendAppVisibilityToClients(WindowContainer.java:1199) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.WindowToken.setClientVisible(WindowToken.java:398) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.ActivityRecord.setClientVisible(ActivityRecord.java:6564) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.ActivityRecord.onAnimationFinished(ActivityRecord.java:7351) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.ActivityRecord.postApplyAnimation(ActivityRecord.java:5263) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5235) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5239) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.AppTransitionController.handleClosingApps(AppTransitionController.java:1098) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.AppTransitionController.handleAppTransitionReady(AppTransitionController.java:286) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.RootWindowContainer.checkAppTransitionReady(RootWindowContainer.java:975) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.RootWindowContainer.performSurfacePlacementNoTrace(RootWindowContainer.java:842) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.RootWindowContainer.performSurfacePlacement(RootWindowContainer.java:784) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop(WindowSurfacePlacer.java:177) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:126) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:115) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.wm.WindowSurfacePlacer$Traverser.run(WindowSurfacePlacer.java:57) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at android.os.Handler.handleCallback(Handler.java:942) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at android.os.Handler.dispatchMessage(Handler.java:99) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at android.os.Looper.loopOnce(Looper.java:201) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at android.os.Looper.loop(Looper.java:288) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at android.os.HandlerThread.run(HandlerThread.java:67) 09-27 15:48:19.703 1000 1599 1755 W WindowManager: at com.android.server.ServiceThread.run(ServiceThread.java:44) 09-27 15:48:19.709 1000 668 668 E ClientCache: failed to get buffer, invalid process token 09-27 15:48:19.712 1000 668 668 E BpTransactionCompletedListener: Failed to transact (-32) 09-27 15:48:19.757 1000 1599 1770 I libprocessgroup: Successfully killed process cgroup uid 10115 pid 4903 in 100ms 09-27 15:48:19.824 1041 905 952 D audio_hw_waves: ma_set_source_metadata_l: All tracks was removed from app_type(69940) device_type(2) 09-27 15:48:19.824 1041 905 952 W msm8974_platform: platform_send_gain_dep_cal: Usecase list is empty 09-27 15:48:19.824 1041 905 952 D ACDB-LOADER: ACDB -> send_audvoltable 09-27 15:48:19.824 1041 905 952 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE 09-27 15:48:19.824 1041 905 952 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 ```

I also have uploaded the respective tombstone files as well that the logcat snippets mention. newpipe_0.24.0_tombstones.zip

If you'd like me to share the entire bugreport zip file please let me know so I can share it privately.