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

java.lang.OutOfMemoryError at java.lang.AbstractStringBuilder.enlargeBuffer(AbstractStringBuilder.java:94) at java.lang.AbstractStringBuilder.append0(AbstractStringBuilder.java:145) at java.lang.StringBuffer.append(StringBuffer.java:219) at java.io.StringWriter.write(StringWriter.java:167) at com.google.gson.stream.JsonWriter.string(JsonWriter.java:591) at com.google.gson.stream.JsonWriter.writeDeferredName(JsonWriter.java:402) at com.google.gson.stream.JsonWriter.value(JsonWriter.java:527) at com.google.gson.internal.bind.TypeAdapters$11.write(TypeAdapters.java:310) at com.google.gson.internal.bind.TypeAdapters$11.write(TypeAdapters.java:295) at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:69) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.write(ReflectiveTypeAdapterFactory.java:125) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.write(ReflectiveTypeAdapterFactory.java:243) at com.google.gson.internal.bind.ObjectTypeAdapter.write(ObjectTypeAdapter.java:107) at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:69) at...

The library is awesome but doesn't work with an emulator. The browser page is loading for a while and then says "This site can’t be reached". I use the last...

Hi, And at first thanks for this great tool. I used it today on test code and it worked great but after a while, I decided to put my DB...

`android.arch.persistence.db.SupportSQLiteDatabase;` is no longer in this package. They removed it completely. So now your code won't compile.

It is not working in my pc broswer.I have connected over usb and my phone is on wifi and pc is on lan can't help it because it is work...

Hi all, I am using room for persistence. I have a table `Holiday` that has a PK `holidayId`. This query does not work: `SELECT holidayId FROM holiday`. I get this...

i couldn't find your migration for this lib for androidx! do you support it or not?

I found out about this library in a sad way. I found tons of devices with it exposed on :8080 on shodan, and tracked down a couple of (big) apps...

I'm using this library with Room 1.1.1., running my app on an emulated Nexus 5X, API 26. Everything works fine at first: I can view the database correctly. But AFTER...