OpenSeizureDetector / Android_Pebble_SD

The main OpenSeizureDetector Android App, that is published on the Android Play Store.
http://openseizuredetector.org.uk
GNU General Public License v3.0
9 stars 11 forks source link

V4.2.8 Crash in Log Manager #196

Closed jones139 closed 1 week ago

jones139 commented 3 weeks ago

User reported crash: ***** DEVICE INFO Brand: samsung Device: a14xm Model: SM-A146U Manufacturer: samsung Product: a14xmsq SDK: 34 Release: 14

***** APP INFO Version: 4.2.8 Installed On: 2024-06-13 00:26:31 Updated On: 2024-06-13 00:26:31 Current Date: 2024-06-13 01:09:21

***** ERROR LOG java.lang.NullPointerException: Attempt to invoke virtual method 'long android.database.sqlite.SQLiteDatabase.insert(java.lang.String, java.lang.String, android.content.ContentValues)' on a null object reference at uk.org.openseizuredetector.LogManager.createLocalEvent(LogManager.java:384) at uk.org.openseizuredetector.LogManager.createNDAEvent(LogManager.java:1377) at uk.org.openseizuredetector.LogManager$NDATimer.onFinish(LogManager.java:1478) at android.os.CountDownTimer$1.handleMessage(CountDownTimer.java:142) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:230) at android.os.Looper.loop(Looper.java:319) at android.app.ActivityThread.main(ActivityThread.java:8919) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)