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