I'm using crouton to create a linux desktop on my chromebook. Here I have installed Android Studio and started working on a simple android app. I can build an apk, move it to the Downloads folder and then flip over from linux to ChromeOS and run the app. (I use APK Installer - works fine).
I'd like to be able to see the logcat from my app (well actually i'd like to see all the diagnostics you get when running in an emulator in Android Studio - but i'd settle for logcat).
Anything i've read about using adb expects you to have a dev machine where Android Studio is and a target machine where your app is running. Using crouton the linux desktop and ChromeOS are on the same machine and only one can be running at a time as they share the same resources, etc. I tried a few app's but none were able to show the logcat from my app running on chromebook - they don't even recognize it is running. Anyone got any ideas on how to view the logcat for this particular setup?