console.log is not working in Android 2.1 emulator -
i'm running 1 web application... in android emulator browser. in 1 javascript file i'm trying output string as:
console.log("android");
but didn't got log using adb logcat.
i tried start adb logcat firstly , tun app, didn't log message used in console.log
is there way can log message?
there info on nitobi/phonegap blog:
http://blogs.nitobi.com/joe/2010/02/26/console-log-on-android-webview/
Comments
Post a Comment