Javascript console.log() on HTC Android devices and adb logcat
I am developing the application in HTML which is calling the console.log() from Javascript to provide me logs during the development about what happens in the web page code. Unfortunately when I use the adb logcat command to check logs I can see output from all other applications, but not the output from my JavaScript code. I can see even the log from web browser that the page is loaded, but not console.log() output from my JavaScript code executed in the web browser. According to information on this page ( http://developer.android.com/guide/webapps/debugging.html ) it should work. I am