Logger connected to: samsung SM-G965F
--------- beginning of main
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
Unexpected event (missing RaiseSynchronousEvents): sv_scrollchanged
Check the unfiltered logs for the full stack trace.
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
** Activity (main) Create, isFirst = false **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (edit) Create, isFirst = true **
Wrong number of values =12 col=14
** Activity (edit) Resume **
InsertMaps (first query out of 1): INSERT INTO [logbook] ([chksoffticks], [chksonticks], [dayhr], [daymin], [nitehr], [nitemin], [ACType], [REGN], [Capacity], [P1], [FO], [DATE], [DEP], [DEST], [Rmks], [instrhr], [instrmin], [INSTR], [CHKSOFF], [CHKSON], [DAY], [NITE]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
** Activity (edit) Pause, UserClosed = true **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (edit) Create, isFirst = false **
Wrong number of values =12 col=14
** Activity (edit) Resume **
InsertMaps (first query out of 1): INSERT INTO [logbook] ([chksoffticks], [chksonticks], [dayhr], [daymin], [nitehr], [nitemin], [ACType], [REGN], [Capacity], [P1], [FO], [DATE], [DEP], [DEST], [Rmks], [instrhr], [instrmin], [INSTR], [CHKSOFF], [CHKSON], [DAY], [NITE]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
** Activity (edit) Pause, UserClosed = false **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
Unexpected event (missing RaiseSynchronousEvents): sv_scrollchanged
Check the unfiltered logs for the full stack trace.
** Activity (main) Pause, UserClosed = false **
** Activity (edit) Create, isFirst = true **
Wrong number of values =12 col=14
** Activity (edit) Resume **
InsertMaps (first query out of 1): INSERT INTO [logbook] ([chksoffticks], [chksonticks], [dayhr], [daymin], [nitehr], [nitemin], [ACType], [REGN], [Capacity], [P1], [FO], [DATE], [DEP], [DEST], [Rmks], [instrhr], [instrmin], [INSTR], [CHKSOFF], [CHKSON], [DAY], [NITE]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Error occurred on line: 384 (Edit)
android.database.sqlite.SQLiteException: unknown error (code 0): Queries can be performed using SQLiteDatabase query or rawQuery methods only.
#################################################################
Error Code : 0 (SQLITE_OK)
Caused By : unknown error (code 0): Queries can be performed using SQLiteDatabase query or rawQuery methods only.
#################################################################
at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method)
at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:903)
at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754)
at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64)
at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:2103)
at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:2032)
at anywheresoftware.b4a.sql.SQL.ExecNonQuery(SQL.java:74)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runVoidMethod(Shell.java:780)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:363)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:260)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:175)
at anywheresoftware.b4a.debug.Debug.delegate(Debug.java:259)
at harry.logbook.edit._p1(edit.java:1088)
at harry.logbook.edit._addnew(edit.java:1080)
at harry.logbook.edit._btnaddnew_click(edit.java:1156)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:735)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:360)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:260)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:175)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:171)
at anywheresoftware.b4a.objects.ViewWrapper$1.onClick(ViewWrapper.java:80)
at android.view.View.performClick(View.java:6877)
at android.widget.TextView.performClick(TextView.java:12651)
at android.view.View$PerformClick.run(View.java:26069)
at android.os.Handler.handleCallback(Handler.java:789)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6938)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)