how to get apache log like debugging in Android logcat
- by Nav
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.