pufferdb icon indicating copy to clipboard operation
pufferdb copied to clipboard

:blowfish: An Android & JVM key-value storage powered by Protobuf and Coroutines

Results 5 pufferdb issues
Sort by recently updated
recently updated
newest added

Was having an issue with a warning of "a resource failed to call close". With the right strict mode configuration, this can also cause a crash for a leaked Closeable....

// CRASH: // Short Msg: com.google.protobuf.InvalidProtocolBufferException // Long Msg: com.google.protobuf.InvalidProtocolBufferException: Protocol message contained an invalid tag (zero). // Build Label: Infinix/X680-OP/Infinix-X680:10/QP1A.190711.020/DE-200107V96:user/release-keys // Build Changelist: DE-200107V96 // Build Time: 1578388730000 //...

Motorola Moto G (5th Gen) (cedric), 2048MB RAM, Android 8.1 ``` Caused by: cafe.adriel.pufferdb.core.PufferException: at cafe.adriel.pufferdb.core.PufferDB.loadProto (PufferDB.java:6) at cafe.adriel.pufferdb.core.PufferDB. (PufferDB.java:6) at cafe.adriel.pufferdb.core.PufferDB. (PufferDB.java:6) at cafe.adriel.pufferdb.core.PufferDB$Companion.with (PufferDB.java:3) at cafe.adriel.pufferdb.android.AndroidPufferDB.init (AndroidPufferDB.java:3) at...

Samsung Galaxy J6+ (j6primelte), 3072MB RAM, Android 9 报告 1 ``` java.lang.RuntimeException: at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3126) at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3269) at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:78) at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:108) at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:68) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1960)...

Huawei Honor 7A (HWAUM-Q), 2048MB RAM, Android 8.0 报告 2 ``` java.lang.RuntimeException: at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6637) at android.app.ActivityThread.-wrap2 (Unknown Source) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2066) at android.os.Handler.dispatchMessage (Handler.java:108) at android.os.Looper.loop (Looper.java:166) at android.app.ActivityThread.main...