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

android.database.sqlite.SQLiteBlobTooBigException: Row too big to fit into CursorWindow requiredPos=1, totalRows=2 at android.database.sqlite.SQLiteConnection.nativeExecuteForCursorWindow(Native Method) at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:1001) at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:838) at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62) at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:163) at android.database.sqlite.SQLiteCursor.onMove(SQLiteCursor.java:131) at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:248) at android.database.AbstractCursor.moveToNext(AbstractCursor.java:286) at com.pluto.plugins.exceptions.internal.persistence.ExceptionDao_Impl$8.call(ExceptionDao_Impl.java:214) at...

bug

**Describe the bug** Response OK 200. Response is received by the ktor and successfully displayed to the app but Pluto didn't show the response body. **To Reproduce** Steps to reproduce...

bug

Hello. I use `PlutoLog` class to log errors. But it changes the log tag in console and it doesn't fit the Android Studio Logcat tag column size: I tried to...

enhancement

**Describe the bug** https://github.com/androidPluto/pluto/blob/f2fc28c1ee35a970800f7a15b9df38860eacc606/pluto/lib/src/main/java/com/pluto/tool/modules/currentScreen/AppLifecycleListener.kt#L16 this reference to activity is never cleared causing memory leak

bug

Hello. I like your tool very much, but it was really hard to discover it. Please, add screenshots or video describing the capabilities of your tool, so other people would...

enhancement

PluginUiBridge exception is thrown by this library. I am using kotlin and okhttp interceptor. I was forced to lower the pluto to 1.1.3 sicen i could not get rid of...

bug

**Describe the bug** HTTP call with 302 will throw Ktor exception. Most propable cause is incorrect working with response stream. Please check Pluto against url which will send status code...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement