I\'m developing a JavaScript application that needs to run on the Google Android Phone OS. Is there a way to enable the JavaScript Error/Debug console within Safari on eith
I know your question is about Safari, but you might want to look into using Chrome instead. You can now use Chrome's desktop developer tools to debug and profile apps on your Android device.
Here's how:
adb forward tcp:9222 localabstract:chrome_devtools_remoteYou should see a list of the pages you have open on your phone. Click the one you want to debug/profile.
Detailed instructions are here