Any Links for Debugging on Android?
Our friend Kishor has sent this information
Please find below some pointers for log-based debugging of your app:
1. You can log the debug stuff to the ADB console by calling console.log() in javascript.
2. You can run a adb -s emulator-5554 logcat from a command prompt to see the logs.
Some useful links:
1. http://stackoverflow.com/questions/4683503/debug-javascript-in-android-emulator-with-phonegap
2. http://www.frenchguys.com/wordpress/showing-console-consolelog-output-phonegap-androideclipse/
3. http://phonegap.com/2011/05/18/debugging-phonegap-javascript/
4. https://github.com/phonegap/phonegap/wiki/Debugging-in-PhoneGap
Comments
Post a Comment