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

Webview-based app starts but freeze with errors on version 8.1

Open ath0mas opened this issue 1 year ago • 1 comments

Describe the bug On version 8.1, the webview test app runs fine but any own app based on webview, like hybrid apps or so, is starting but immediately freezes. It logs errors in logcat.

Context: ubuntu 22 and docker 24, so default to cgroup v2. Same failure happens for whatever version of cgroup is used, default v2, or forced to v1. While this is working as expected on all other versions, from 9.0 to 14.0.

For instance create basic cordova app, then install and test:

cordova create hello com.example.hello HelloWorld
cd hello
cordova platform add android
cordova build

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 Nov 22 '23 19:11 ath0mas