I'm trying to find a way to look at my console.log() output for my phonegap (Cordova) app. I've had trouble with every method I've tried in any tutorial I came across. I could really use some help.
Update: I've using ubuntu 14.04, with a samsung s3 connected via usb with usb debugging enabled.
This is my logcat aias
adb logcat | grep `adb shell ps | grep com.myapp.app | cut -c10-15`
It give me way to much info, I just want my console.log's but that's not even the problem. I don't get my console.logs, I just get a whole lot of other weird stuff.
Any help would be great.