Android getting database disk image is malformed (code 11) error -
in application i'm getting database disk image malformed (code 11) error users. googled come know when db image malformed deletes , db recreate happening of users.
the problem here out of 10 users i'm getting error db recreated 2-3 users , unable error in logcat why happening. if db malformed 10 users why not recreating db 10 users 2-3? can point me in right direction how handle it?
update:i still unable reproduce issue able logs,here are
08-28 08:35:44.847 e/sqlitelog(15123): (11) database corruption @ line 65088 of [00bb9c9ce4] 08-28 08:35:44.847 e/sqlitelog(15123): (11) statement aborts @ 67
08-28 08:35:44.857 e/defaultdatabaseerrorhandler(15123): corruption reported sqlite on database: /data/data/com.grofers.retail.posmaster/databases/grofersretail 08-28 08:35:45.377 d/dalvikvm(15123): gc_explicit freed 2639k, 62% free 7479k/19228k, paused 4ms+8ms, total 82ms 08-28 08:35:45.727 e/defaultdatabaseerrorhandler(15123): !@ delete old .mark file 08-28 08:35:45.737 e/defaultdatabaseerrorhandler(15123): !@ db corruption has happened before 08-28 08:35:45.757 e/defaultdatabaseerrorhandler(15123): !@ db corruption has happened before this
Comments
Post a Comment