[go: up one dir, main page]

Page MenuHomePhabricator
Paste P2670

[Android] SQLiteConstraintException
ArchivedPublic

Authored by Mholloway on Feb 24 2016, 11:32 PM.
Tags
None
Referenced Files
F3414424: [Android] SQLiteConstraintException
Feb 24 2016, 11:32 PM
Subscribers
None
02-24 18:24:53.329 3838-5950/? E/SQLiteDatabase: Error inserting context_name=6 end_time=1456356293279 context_family=1 module_id=com.google.android.contextmanager.module.DetectedActivityProducer version=1 sync_state_mod_time_millis=1456356293327 start_time=1456356291242 sync_state=0 context_id=2f3a5725-e977-47af-a745-2d840e121ef2 time_type=3 proto_blob=[B@19e49
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed: context.context_id (code 2067)
at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native Method)
at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:780)
at android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.java:788)
at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:86)
at android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:1471)
at android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1341)
at com.google.android.contextmanager.q.ak.a(SourceFile:445)
at com.google.android.contextmanager.q.ak.b(SourceFile:420)
at com.google.android.contextmanager.q.ak.a(SourceFile:370)
at com.google.android.contextmanager.q.ak.b(SourceFile:400)
at com.google.android.contextmanager.q.r.a(SourceFile:381)
at com.google.android.contextmanager.g.a.j.a(SourceFile:58)
at com.google.android.contextmanager.g.a.a.run(SourceFile:52)
at com.google.android.contextmanager.g.i.a(SourceFile:263)
at com.google.android.contextmanager.g.i.handleMessage(SourceFile:254)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.os.HandlerThread.run(HandlerThread.java:61)