Slide 46
Slide 46 text
How debug a web app on WebView
with debug options disabled?
- Production build
- setWebContentsDebuggingEnabled(false)
Well, then, Let’s send debug information
using only JavaScript API!
DevTools can’t get information from JS engine.
console, network logs, DOM tree, memory,...
WebView