how to get apache log like debugging in Android logcat
Posted
by
Nav
on Stack Overflow
See other posts from Stack Overflow
or by Nav
Published on 2012-10-02T15:35:48Z
Indexed on
2012/10/02
15:37 UTC
Read the original article
Hit count: 205
I am currently using a webview to load a webpage which contains lots of javascript and having lots of trouble debugging what exactly gets loaded and when in the webview .
Then I saw this post where the op seems to be using apache log to monitor webpage load events in his webview. Enhance webView performance (should be the same performance as native Web Browser)
Can I get a similar utility plugin or anything so that I can use it with logcat in ddms view.
If possible please provide some resource as to how to configure it for android.
© Stack Overflow or respective owner