pluto icon indicating copy to clipboard operation
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.

Results 41 pluto issues
Sort by recently updated
recently updated
newest added

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....

bug

**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...

bug

**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...

enhancement

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...

network
core
sample

**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...

enhancement

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...

bug

**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`...

enhancement
help needed

**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...

bug

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...

bug