AndroidSnooper icon indicating copy to clipboard operation
AndroidSnooper copied to clipboard

App Crashes When Handling Large JSON Responses & Handling Lengthy JSON Causes Android App Crash

Open sagarsrao opened this issue 8 months ago • 0 comments

Dear Author,

We are currently using your library to read the API requests and responses for the Android app. However, for one of the APIs, the data coming from the backend is a huge and lengthy JSON, and clicking to see the network request and response causes the app to crash.

Kindly take a look in fixing as early as possible.

The below is the error:- java.lang.RuntimeException: Unable to start activity ComponentInfo{com.vaa.runway.dev/com.prateekj.snooper.networksnooper.activity.HttpCallListActivity}: android.database.sqlite.SQLiteBlobTooBigException: Row too big to fit into CursorWindow requiredPos=0, totalRows=7

Thanks, Sagar

sagarsrao avatar Jun 18 '24 07:06 sagarsrao