You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to give debug access to only advanced users. It would be an option in a specific settings menu, accessible with a password. So it would be a checkbox "debug mode" and I'd like to dynamically start/stop Pluto on checkbox' changes.
I'd like to programmatically (de)activate the debugging (and notification), for example by turning a switch "debug mode" in settings.
As there is a method
Pluto.initialize(context)
, it could be aPluto.terminate(context)
one. Personally, I prefer the "start/stop" tuple but whatever.Maybe it could be painful for the related classes (OkHttp's interceptor, ANRListener), to stop the debugging. What about an event mechanism?
The text was updated successfully, but these errors were encountered: