console.log is not working in Android 2.1 emulator

Posted by R_Dhorawat on Stack Overflow See other posts from Stack Overflow or by R_Dhorawat
Published on 2010-04-28T12:28:46Z Indexed on 2010/04/28 12:33 UTC
Read the original article Hit count: 226

Filed under:
|
|
|
|

i'm running one web application... in android emulator browser

in one java script file i trying to output some string as

console.log("android");

but i didn't got this log using adb logcat

even i tried to start adb logcat firstly and then tun the app. but didn't got log message which i used in console.log

is there any way so i can get my log message ...

© Stack Overflow or respective owner

Related posts about android

Related posts about js