InsertMaps (first query out of 280): INSERT INTO [log] ([id], [Datum], [Zeit], [Call], [Band], [Mode], [Send], [Recive], [vomBerg], [zumBerg], [Kommentar]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
(SQLiteConstraintException) android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed: log.id (code 1555)
#################################################################
Error Code : 1555 (SQLITE_CONSTRAINT_PRIMARYKEY)
Caused By : Abort due to constraint violation.
(UNIQUE constraint failed: log.id (code 1555))
#################################################################