de.robv.android.xposed.XposedHelpers$InvocationTargetError: com.tencent.wcdb.database.SQLiteException: no such table: snsExtInfo3 (code 1, errno 0): , while compiling: DELETE FROM snsExtInfo3 WHERE local_flag=0
at de.robv.android.xposed.XposedHelpers.callMethod(XposedHelpers.java:1271)
at com.gh0u1l5.wechatmagician.backend.plugins.SnsForward$onDatabaseOpened$1.invoke(SnsForward.kt:132)
...
Caused by: com.tencent.wcdb.database.SQLiteException: no such table: snsExtInfo3 (code 1, errno 0): , while compiling: DELETE FROM snsExtInfo3 WHERE local_flag=0
at com.tencent.wcdb.database.SQLiteConnection.nativePrepareStatement(Native Method)
at com.tencent.wcdb.database.SQLiteConnection.acquirePreparedStatement(SourceFile:971)
...
Bug反馈模板
我当前的基本环境信息是
你遇到的问题是什么?(请描述完整操作与具体现象)
在登录微信后,启动微信APP会持续黑屏,关闭此模块后恢复正常。
Bug 触发后生成的 Xposed 日志