Advertisement
Guest User

Untitled

a guest
Feb 7th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. android.database.sqlite.SQLiteException: no such function: _TOKENIZE (code 1 SQLITE_ERROR): , while compiling: INSERT INTO applications ('_id', 'name', 'description', 'pinyin', 'for_short', 'package', 'class', 'icon', 'launch_count', 'last_resume_time') VALUES (?, ?, ?, ?, ?, ?, ?, ?, COALESCE(?, 0), COALESCE(?, 0));
  2. at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
  3. at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(Unknown Source:19)
  4. at android.database.sqlite.SQLiteConnection.prepare(Unknown Source:12)
  5. at android.database.sqlite.SQLiteSession.prepare(Unknown Source:12)
  6. at android.database.sqlite.SQLiteProgram.<init>(Unknown Source:50)
  7. at android.database.sqlite.SQLiteStatement.<init>(Unknown Source:1)
  8. at android.database.sqlite.SQLiteDatabase.compileStatement(Unknown Source:6)
  9. at android.database.DatabaseUtils$InsertHelper.getStatement(Unknown Source:63)
  10. at android.database.DatabaseUtils$InsertHelper.getColumnIndex(Unknown Source:1)
  11. at com.android.quicksearchbox.applications.ApplicationsProvider.updateApplicationsList(Unknown Source:73)
  12. at com.android.quicksearchbox.applications.ApplicationsProvider.-wrap2(Unknown Source:0)
  13. at com.android.quicksearchbox.applications.ApplicationsProvider$UpdateHandler.handleMessage(Unknown Source:37)
  14. at android.os.Handler.dispatchMessage(Unknown Source:21)
  15. at android.os.Looper.loop(Unknown Source:207)
  16. at android.os.HandlerThread.run(Unknown Source:28)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement