I've never seen errors like "undefined line: 0 source: undefined". All my
errors usually come with a source name and file name.

How do you load the HTML into WebView. Do you do it the following way?

          WebView.loadUrl("file:///android_asset/myfile.html");



On Wed, Mar 4, 2009 at 7:36 PM, Miguel Paraz <mpa...@gmail.com> wrote:

>
> Hi,
>
> On Mar 5, 5:23 am, Mattaku Betsujin <mattaku.betsu...@gmail.com>
> wrote:
> > I just add a logging function to my JavaScript interface object.
> Something
> > like
> >
> > class JSInterface {
> >     public void trace(String s) {System.out.println(s);}
> >
> > }
> >
> > Using this allowed me to develop and debug more than 3000 lines of
> > JavaScript in my app.
>
>
> Thanks for the reply, but this is not what I need.
>
> My problem is in how the WebView interprets the JavaScript.
>
> I'm looking for something like the JavaScript Console in Firefox.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to