redroid-doc icon indicating copy to clipboard operation
redroid-doc copied to clipboard

Webview fail and errors on version 14.0 if cgroup v2

Open ath0mas opened this issue 1 year ago • 9 comments

Describe the bug First thanks a lot for the release and availability of version 14.0! Running it and various default apps, like Settings and Files, works fine. But the webview test app and any own app based on webview, like hybrid apps or so, are failing. It logs many errors in logcat.

Same failure happens on 14.0-64only. While this is working as expected on 10.0 to 13.0, both default and 64only. Context: ubuntu 22 and docker 24, so default to cgroup v2.

make sure the required kernel modules present

  • grep binder /proc/filesystems
  • grep ashmem /proc/misc OK, since the same env is fine in my context for all other versions.

collect debug logs curl -fsSL https://raw.githubusercontent.com/remote-android/redroid-doc/master/debug.sh | sudo bash -s -- [CONTAINER] omit CONTAINER if not exist any more. Not yet available. Planning it.

Screenshots If applicable, add screenshots to help explain your problem.

ath0mas avatar Oct 26 '23 14:10 ath0mas