You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E/SQLiteDatabase: Error inserting period=6999000 preferred_charging_state=1 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService required_network_type=0 runtime=1590862224687 required_idleness_state=0 source=16 service_kind=0 target_package=com.google.android.gms source_version=201516000 last_runtime=0 user_id=0 job_id=-1 requires_charging=0 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG flex_time=3499000 task_type=0 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}}
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE[2067])
at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native Method)
at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:995)
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:2021)
at android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1890)
at apne.a(:com.google.android.gms@[email protected] (100300-309763488):76)
at apmt.a(:com.google.android.gms@[email protected] (100300-309763488):173)
at apmt.a(:com.google.android.gms@[email protected] (100300-309763488):21)
at apmt.a(:com.google.android.gms@[email protected] (100300-309763488):167)
at apjc.run(:com.google.android.gms@[email protected] (100300-309763488):8)
at spg.b(:com.google.android.gms@[email protected] (100300-309763488):12)
at spg.run(:com.google.android.gms@[email protected] (100300-309763488):7)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at svg.run(:com.google.android.gms@[email protected] (100300-309763488):0)
at java.lang.Thread.run(Thread.java:764)
The text was updated successfully, but these errors were encountered:
From the Logcat i get this :
E/SQLiteDatabase: Error inserting period=6999000 preferred_charging_state=1 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService required_network_type=0 runtime=1590862224687 required_idleness_state=0 source=16 service_kind=0 target_package=com.google.android.gms source_version=201516000 last_runtime=0 user_id=0 job_id=-1 requires_charging=0 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG flex_time=3499000 task_type=0 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}}
android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE[2067])
at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native Method)
at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:995)
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:2021)
at android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1890)
at apne.a(:com.google.android.gms@[email protected] (100300-309763488):76)
at apmt.a(:com.google.android.gms@[email protected] (100300-309763488):173)
at apmt.a(:com.google.android.gms@[email protected] (100300-309763488):21)
at apmt.a(:com.google.android.gms@[email protected] (100300-309763488):167)
at apjc.run(:com.google.android.gms@[email protected] (100300-309763488):8)
at spg.b(:com.google.android.gms@[email protected] (100300-309763488):12)
at spg.run(:com.google.android.gms@[email protected] (100300-309763488):7)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at svg.run(:com.google.android.gms@[email protected] (100300-309763488):0)
at java.lang.Thread.run(Thread.java:764)
The text was updated successfully, but these errors were encountered: