Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to enable the JavaScript Error/Debug Console for Safari within Android?

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 either the Android Emulator or an actual device? If so any instructions on how to do so would be appreciated.

like image 493
Kevin Avatar asked Jan 22 '09 12:01

Kevin


People also ask

How do I view console logs on Android?

To access it, open the Chrome Developer tools from the More tools menu. Inside it you need to open the Remote devices view from the More tools menu. The view will list all attached Android devices and running emulator instances, each with its own list of active web views.

How do I view Console errors in Chrome mobile?

Check out https://developers.google.com/chrome-developer-tools/docs/remote-debugging for more information. You can also navigate to about:debug in the URL bar to activate the debug menu and the JavaScript error console with recent Android devices. You should see SHOW JAVASCRIPT CONSOLE at the top of the Browser.


1 Answers

It looks like, with the Android 2.0.1 SDK you'll need to filter on "browser" instead of "WebCore"

like image 196
thrusty Avatar answered Oct 14 '22 19:10

thrusty