I have been on this for days. I broke my logcat. Somehow. I have no idea what I did. (Everything is always a PEBKAC). My output in Terminal with
adb logcat | grep CordovaLog
looks like this
D/CordovaLog(11740): Count in faq: 1
D/CordovaLog(11740): Count in faq: 2
D/CordovaLog(11740): Count in faq: 3
D/CordovaLog(11740): Count in faq: 4
D/CordovaLog(11740): Count in faq: 5
D/CordovaLog(11740): Count in faq: 6
D/CordovaLog(11740): Uncaught TypeError: Cannot read property 'name' of undefined
D/CordovaLog(11740): Collection.length cats : 5
It used to have line numbers indicating from which file and line the console.log is coming from.
I have tried turning it on and off again with :
1952 ./adb shell stop
1954 ./adb shell start
Do I really have to uninstall and reinstall everything?
This didn't shed any light to my problem either: http://developer.android.com/tools/help/logcat.html
The project is Android with Phonegap. And it used to work perfectly.