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.
Pluto version affected: 2.1.9 Pluto version which was working correctly: 2.1.3 When using addPlutoKtorInterceptor() requestBuilder.url(String) is called with existing URLBuilder, which will cause that query parameters in url are doubled....
**Describe the bug** I got crash for Pluto is not Initialized, though i have install pluto in application oncreate. **To Reproduce** Steps to reproduce the behavior: ```kotlin // In Application...
**Is your feature request related to a problem? Please describe.** In network section, the Response section which actually is the most important part is too hard to access. For some...
Hi @srtvprateek, This pr adds bandwidth / speed limit feature to the network plugin. The change includes setting up 1. Upload speed / bandwidth limit - By throttling the output...
**Is your feature request related to a problem? Please describe.** i wonder if we can open pluto in seperate window. I can't find any instruction to do so, so i...
Works well in 2.0.9 but breaking on the updated lib version. EXCEPTION : java.lang.IllegalArgumentException: Cannot serialize Kotlin type in.shadowfax.gandalf.features.common.payout.models.RiderDocument. Reflective serialization of Kotlin classes without using kotlin-reflect has undefined and...
**Is your feature request related to a problem? Please describe.** Currently im using proto datastore to support encryption, but i can't seems attach watcher because it need to use `Preferences`...
**Plugin Class not found in release variant ** I create a custom pluto plugin for some purpose but in release variant i can;t find class. **Screenshots** [Click here to see...
For more details please see the attachments. The main idea if I get for response only the error code(200, 202, 4xx) back with empty response than the UI is showing...