Limit output in Android logcat for PhoneGap/Cordova debugging

7. November 2012 13:04 by Mrojas in Cordova, Phonegap  //  Tags:   //   Comments (0)

I you are debugging an Android App you use the command

adb logcat to display all sort of output from the device. (And I mean it ALL SORT of output).

 

So if your are working with PhoneGap/Cordova and only want to see your console.log messages, just run something like this

 

adb logcat *:S CordovaLog:D