Facebook
From Sharp Lizard, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 194
  1. android.database.sqlite.SQLiteException: no such table: miui_modem_station_info (code 1 SQLITE_ERROR): , while compiling: SELECT station, longitude, latitude, blurStation, blurLongitude, blurLatitude FROM miui_modem_station_info WHERE blurStation == ? or station == ?
  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:45)
  7.         at android.database.sqlite.SQLiteQuery.<init>(Unknown Source:1)
  8.         at android.database.sqlite.SQLiteDirectCursorDriver.query(Unknown Source:8)
  9.         at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(Unknown Source:14)
  10.         at android.database.sqlite.SQLiteDatabase.queryWithFactory(Unknown Source:29)
  11.         at android.database.sqlite.SQLiteDatabase.query(Unknown Source:18)
  12.         at android.database.sqlite.SQLiteDatabase.query(Unknown Source:12)
  13.         at com.lbe.security.service.provider.internal.BlurLocation$StationInfoHelper.getBlurLocation(Unknown Source:179)
  14.         at com.lbe.security.service.provider.internal.BlurLocation.a(Unknown Source:258)
  15.         at com.lbe.security.service.provider.internal.BlurLocation.b(Unknown Source:0)
  16.         at com.lbe.security.service.provider.internal.b.run(Unknown Source:6)
  17.         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
  18.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
  19.         at java.lang.Thread.run(Thread.java:923)
  20.