Android-Debug-Database icon indicating copy to clipboard operation
Android-Debug-Database copied to clipboard

A library for debugging android databases and shared preferences - Make Debugging Great Again

Results 90 Android-Debug-Database issues
Sort by recently updated
recently updated
newest added

Update build tools to the latest version 3.5.2 break library functionality. Downgrading to 3.4.0 solves the problem. ![Screenshot from 2019-11-28 15-45-12](https://user-images.githubusercontent.com/18407727/69815296-4b3ae780-11f6-11ea-8575-055ce8b52059.png) When some table is clicked, "Query executed successfully" message...

com.amitshekhar.debug.DebugDBInitProvider: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.net.wifi.WifiInfo.getIpAddress()' on a null object reference at android.app.ActivityThread.installProvider(ActivityThread.java:5841) at android.app.ActivityThread.installContentProviders(ActivityThread.java:5430) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5369) at android.app.ActivityThread.-wrap2(ActivityThread.java) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1532) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6104)...

Hi , When I use order by clause it is not showing desired result ,But correct data is shown after UI table column sorting. ![db](https://cloud.githubusercontent.com/assets/10848048/20914182/d1c537bc-bba3-11e6-86bb-991198a0c36a.PNG) ![db2](https://cloud.githubusercontent.com/assets/10848048/20914235/2c8f0ace-bba4-11e6-9ba4-bffb8edf5e3a.PNG) Thank you for useful...

Library should provide consumer Proguard rules. Our QA builds are shrinked but still use utilities such as this one. I didn't pinpoint which rules are required specifically and just use...

Great lib for developer.

Since download and delete button is next to each other, i sometimes misclick download into delete. It will be better if you have a prompt to confirm delete of database

setCustomDatabaseFiles is no working I customized the database file path,When I connect the phone with usb, open localhost:8080, and I set the setCustomDatabaseFiles() method, I found that the reflection is...

Is there any way i could debug realm database with this library because i dont see my realm database in browser. I can only see shared preferences .