-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
一旦启用了xposed插件,wcdb就跑出异常,微信卡在启动时地球页面了。
微信版本6.6.1
VXP版本0.9.7
日志如下:
04-18 22:23:00.843 29925-29973/? E/AndroidRuntime: FATAL EXCEPTION: parallels-5
Process: com.tencent.mm, PID: 29925
com.tencent.wcdb.database.SQLiteException: no such table: userinfo (code 1, errno 0):
at com.tencent.wcdb.database.SQLiteConnection.nativeExecuteForCursorWindow(Native Method)
at com.tencent.wcdb.database.SQLiteConnection.executeForCursorWindow(SourceFile:910)
at com.tencent.wcdb.database.SQLiteSession.executeForCursorWindow(SourceFile:789)
at com.tencent.wcdb.database.SQLiteQuery.fillWindow(SourceFile:63)
at com.tencent.wcdb.database.SQLiteCursor.fillWindow(SourceFile:146)
at com.tencent.wcdb.database.SQLiteCursor.getCount(SourceFile:135)
at com.tencent.wcdb.AbstractCursor.moveToPosition(SourceFile:200)
at com.tencent.wcdb.AbstractCursor.moveToFirst(SourceFile:240)
at com.tencent.wcdb.CursorWrapper.moveToFirst(SourceFile:69)
at com.tencent.mm.storage.t.get(SourceFile:112)
at com.tencent.mm.storage.bc.cdg(SourceFile:34)
at com.tencent.mm.kernel.a.bh(SourceFile:229)
at com.tencent.mm.kernel.a.initialize(SourceFile:555)
at com.tencent.mm.plugin.h.a.execute(SourceFile:25)
at com.tencent.mm.kernel.a.c.a(SourceFile:57)
at com.tencent.mm.kernel.a.c$3.call(SourceFile:206)
at com.tencent.mm.kernel.a.b.e$1.run(SourceFile:264)
at android.os.Handler.handleCallback(Handler.java:754)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:163)
at android.os.HandlerThread.run(HandlerThread.java:61)