Android: Logcat is not working for JS console.log() -
my app combination of android native, html5. till last week i'm able see log messages native code , javascript code running inside th webview. logcat not showing console messages javascript, though showing log messages native code. ideas?
thanks in advance. venkat
for android native & html5 (not phonegap/cordova) covers how display console messages in logcat. http://developer.android.com/guide/webapps/debugging.html#webview
an alternative use jsconsole.com. remote debugging covered @ http://jsconsole.com/remote-debugging.html
Comments
Post a Comment