I need to develop a client heavy web application that works on Android tablets. It must work with the default browser and maybe as PhoneGap application. So I need a tablet for testing.
Previously I have had really bad experiences with Android browsers. My HTC Desire Z does not show JavaScript exceptions in Android LogCat. If an exception occurs it just dies silently and there is no way to tell what raised the exception.
So what Android tablets are known to show the exceptions? Stack traces would be awesome, but my hopes are not very high.
I know that console.log messages can be read using weinre or jsconsole, but those alone does not help with the exceptions.
In short I just want someone to confirm that you can see messages about uncaught Javascript exeptions of the default browser in device X.