Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[BUG] App crashes when returning to the foreground from the background and playing a video #949

Open
wtwsky opened this issue May 28, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@wtwsky
Copy link

wtwsky commented May 28, 2024

Describe the bug
Android 8.1 And Android 9, playing a video, the app crashes when returning to the foreground from the background.This crash occurs occasionally and requires multiple attempts to switch between foreground and background.

To Reproduce
Steps to reproduce the behavior:
1.Play a youtube video.
2.Put the app into the background.
3.Wait for ten seconds and return to the application foreground.
4.If no crash occurs, repeat the above steps.

Expected behavior
The app should not crash and automatically start playing the video.

Technical Details:

  • Device: [e.g. OnePlus A5010]
  • OS: [e.g. Android 9]
  • Version [e.g. 8.1.2]

Additional context
#00 pc 0022e7d2 /system/lib/libhwui.so [armeabi-v7a::24813550f00e477a50ed68cc8f6a630e]
#1 pc 0008a79b /system/lib/libhwui.so [armeabi-v7a::24813550f00e477a50ed68cc8f6a630e]
#2 pc 003591e7 /system/lib/libhwui.so (SkDrawable::draw(SkCanvas*, SkMatrix const*)+218) [armeabi-v7a::24813550f00e477a50ed68cc8f6a630e]
#3 pc 003597f5 /system/lib/libhwui.so [armeabi-v7a::24813550f00e477a50ed68cc8f6a630e]
#4 pc 00340ff5 /system/lib/libhwui.so [armeabi-v7a::24813550f00e477a50ed68cc8f6a630e]
#5 pc 00341329 /system/lib/libhwui.so [armeabi-v7a::24813550f00e477a50ed68cc8f6a630e]
#6 pc 00092523 /system/lib/libhwui.so [armeabi-v7a::24813550f00e477a50ed68cc8f6a630e]
#7 pc 00374f87 /system/lib/libhwui.so [armeabi-v7a::24813550f00e477a50ed68cc8f6a630e]
#8 pc 003745ed /system/lib/libhwui.so [armeabi-v7a::24813550f00e477a50ed68cc8f6a630e]
#9 pc 0009ae09 /system/lib/libhwui.so [armeabi-v7a::24813550f00e477a50ed68cc8f6a630e]
#10 pc 00377e1b /system/lib/libhwui.so [armeabi-v7a::24813550f00e477a50ed68cc8f6a630e]
#11 pc 003406af /system/lib/libhwui.so [armeabi-v7a::24813550f00e477a50ed68cc8f6a630e]
#12 pc 000a3b3b /system/lib/libhwui.so [armeabi-v7a::24813550f00e477a50ed68cc8f6a630e]
#13 pc 0000c1d7 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+166) [armeabi-v7a::746baee1b404aed51080cdc8a0ed744f]
#14 pc 00063a55 /system/lib/libc.so (__pthread_start(void*)+22) [armeabi-v7a::bc2a96f74965fa21b957bac56fec5505]
#15 pc 0001df55 /system/lib/libc.so (__start_thread+22) [armeabi-v7a::bc2a96f74965fa21b957bac56fec5505]

@wtwsky wtwsky added the bug Something isn't working label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants