-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Crash when receiving notification #134
Copy link
Copy link
Closed
Labels
Description
@maxme I managed to get a log of that crash:
FATAL EXCEPTION: IntentService[GCMIntentService-DynamicSenderIds-1]
android.database.sqlite.SQLiteException: near "=": syntax error (code 1): , while compiling: UPDATE notes SET id=?,timestamp=?,type=?,note_id=?,raw_note_data=?,placeholder=? WHERE id=
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:1097)
at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:670)
at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:588)
at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:58)
at android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:31)
at android.database.sqlite.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1678)
at android.database.sqlite.SQLiteDatabase.update(SQLiteDatabase.java:1626)
at org.wordpress.android.WordPressDB.addNote(WordPressDB.java:1899)
at org.wordpress.android.GCMIntentService.onMessage(GCMIntentService.java:87)
at com.google.android.gcm.GCMBaseIntentService.onHandleIntent(GCMBaseIntentService.java:223)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.os.HandlerThread.run(HandlerThread.java:61)
Reactions are currently unavailable