Android-Request-Inspector-WebView
Android-Request-Inspector-WebView copied to clipboard
Maximum limit for recorded request count in RequestInspectorJavaScriptInterface
Currently, the recorded events are stored in an unbound ArrayList inside RequestInspectorJavaScriptInterface, but after many requests this could easily be too big.
It would be nice if along Inspector config options, it'd be possible to keep for example only the last 100 requests, and make memory usage not grow indefinitely.