chromeos-apk icon indicating copy to clipboard operation
chromeos-apk copied to clipboard

How to debug application?

Open ex3ndr opened this issue 10 years ago • 3 comments

I wanted to optimize my app for AChron, but i am unable to find any application logs, where i can find them?

ex3ndr avatar Oct 20 '14 16:10 ex3ndr

Add adb entry to manifest file and run logcat on your app, also you can browse for log files using adb shell.

ghost avatar Nov 02 '14 17:11 ghost

 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)?

alipov avatar Nov 09 '14 14:11 alipov

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?

kakash1hatake avatar Jun 20 '20 07:06 kakash1hatake