]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
Support upgrading major android versions
authorAlessandro Astone <ales.astone@gmail.com>
Mon, 18 Jul 2022 21:46:14 +0000 (23:46 +0200)
committerAlessandro Astone <ales.astone@gmail.com>
Sat, 23 Jul 2022 07:53:07 +0000 (09:53 +0200)
When restarting the lxc container our binder services will receive a
binder_presence event and will try to re-register on the service manager.
If the service manager was created with aidl2 and the new android version
uses aidl3 this will fail with:
  Failed to add service waydroidusermonitor: -2147483647

When that happens, try to restart the service by getting a new service
manager that can handle the new aidl protocol version.


No differences found