pluto
pluto copied to clipboard
Android Pluto is a on-device debugging framework for Android applications, which helps intercept Network calls, capture Crashes & ANRs, manipulate application data on-the-go, and much more.
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 a `Pluto.terminate(context)`...
The call can be simplified same behavior as Timber have, no tag string is needed or can be optional
**Is your feature request related to a problem? Please describe.** Love the Timber calls that does not need a tag string, also missing calls for exceptions only. **Describe the solution...
e.g: HttpConnection, FastNetworking, Ktor, etc
Currently when a device is not rooted` RootUtil.checkRootMethod3()` is logging an error `Cannot run program "/system/xbin/which": error=2, No such file or directory` I am not sure if this log can...
**Describe the bug** Headers info is not visible in request as well as not getting added in curl request share or file share. **To Reproduce** Steps to reproduce the behavior:...
com.creative.recure Product: US716I CPU_ABI: ["arm64-v8a","armeabi-v7a","armeabi"] TAGS: test-keys VERSION_CODES.BASE: 1 MODEL: US716I SDK: 28 VERSION.RELEASE: 9 DEVICE: US716I DISPLAY: UF282.P0.V10.1.RC-V20.8768T.M64 BRAND: US716I BOARD: US716I FINGERPRINT: alps/full_tb8768p1_64_bsp_m8/tb8768p1_64_bsp_m8:9/PPR1.180610.011/psg03011058:userdebug/test-keys ID: PPR1.180610.011 MANUFACTURER: mid USER:...
Pluto search just highlights the response, for long responses it's very hard to find what I'm searching. It would be perfect to have option to scroll to next found match...
Could be nice to have something like : Pluto.clearAllLogs() and or : Pluto.clearLog(Pluto.Network) Pluto.clearLog(Pluto.CrashAndAnr)
com.plutolib.plugins:network:2.0.3 response -> body Int is converted to a double ....
**Describe the bug** already added mock settings is not getting deleted by clicking on delete settings. **To Reproduce** Steps to reproduce the behavior: 1. Go to particular mocked api 2....