Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLiteDatabase: Error inserting #8

Open
HassanDev13 opened this issue May 30, 2020 · 0 comments
Open

SQLiteDatabase: Error inserting #8

HassanDev13 opened this issue May 30, 2020 · 0 comments

Comments

@HassanDev13
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant