chromeos-apk
chromeos-apk copied to clipboard
How to debug application?
I wanted to optimize my app for AChron, but i am unable to find any application logs, where i can find them?
Add adb entry to manifest file and run logcat on your app, also you can browse for log files using adb shell.
run logcat on your app
But adb requires a device (physical/virtual) to connect to.. Could you please explain how exactly to do this (to view application logs)?
I've seen some topics here to add "enableADB": true
in the application's manifest.
But this doesn't work: Chome says then Unknown property "enableADB" in ARC metadata
I'm trying it on the Linux desktop.
How to fix it, or get debug working?