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

It incorrectly converts statement like: `select * from plu where pluNo='1000035'` to `select * from [plu] where [plu]No='1000035'`

``` Failed to register native method net.sqlcipher.database.SQLiteDatabase.native_getDbLookaside()I in /data/app/base.apk ----- class 'Lnet/sqlcipher/database/SQLiteDatabase;' cl=0x12c70720 ----- objectSize=620 (136 from super) access=0x8008.0001 super='java.lang.Class' (cl=0x12c70720) vtable (40 entries, 5 in super): 0: void net.sqlcipher.database.SQLiteDatabase.addSQLiteClosable(net.sqlcipher.database.SQLiteClosable)...

Thank you for this great work, It would be really good if you can keep the data or database's tables refreshing by it self OR if we can have like...

enhancement

Hello everyone! As I described in title. I have problem about this perfect library, After I upgrade my gradle from 3.2.0 to 3.3.1, I can't build my project. Is there...

Great work on the library! I was wondering if this library has Realm support? Since, Realm browser app ( where you can see realm database ) is available only on...

enhancement

When adding an item to the db using the browser the default value for TEXT is "" but should be null

- Changed input query to textarea query (multilines); - Added monospace font to query field; - Copied processFromToken to processJoinToken; - Renamed and edited `getTableName` to `getTableNames` to return `String[]`;...

i think it will be easy to have a pagination on tables since some of us are using a lot of tables on our app. (in my case i have...

enhancement

``` java.lang.NoClassDefFoundError: Failed resolution of: Lcom/amitshekhar/R$string; at com.amitshekhar.DebugDB.initialize(DebugDB.java:52) at com.amitshekhar.DebugDBInitProvider.onCreate(DebugDBInitProvider.java:41) at android.content.ContentProvider.attachInfo(ContentProvider.java:1696) at android.content.ContentProvider.attachInfo(ContentProvider.java:1671) at com.amitshekhar.DebugDBInitProvider.attachInfo(DebugDBInitProvider.java:80) at android.app.ActivityThread.installProvider(ActivityThread.java:5012) at android.app.ActivityThread.installContentProviders(ActivityThread.java:4607) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4547) at android.app.ActivityThread.access$1500(ActivityThread.java:151) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1364) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135)...

Hey. I can not execute a query like this: SELECT max (day) as max_day FROM statistics does not show anything at all!