Debugging on ChromeOS
Unsolved
Mobile and Embedded
-
Hi all,
We're in the process of porting our application to Android. Since Android apps can run on ChromeOS we're also wanting to support that. So we are having a Chromebook (Lenovo) and having all required developer tools enabled on it and we're able to deploy from Qt Creator onto the Chromebook and can actually run the app. However we are unable to start it with a debugger attached. It gives us the following error:
run-as: setegid(AID_PACKAGE_INFO) failed: Operation not permitted
When trying to start the app manually using adb run-as <bundle> it gives us the same error. Only when executing the command as root it succeed. Permissions of the run-as executable are: -rwsr-x---
Does someone have any tips or clues what we can try to get it working? (Or maybe an other approach)