首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >乐固加固之后,出现大量so crash?

乐固加固之后,出现大量so crash?

提问于 2018-07-20 10:43:48
回答 4关注 0查看 2.5K

解压apk包发现,上一个版本加固使用的so:libshella-2.8.so 最新使用的so: libshella-2.9.0.1.so 线上爆出大量:SIGSEGV(SEGV_MAPERR) crash

上个版本都没有出现这种crash, 我们的apk没有使用任何的so,所有的so都是bugly引入的。

#00 pc 00029e2a /system/lib/libsqlite.so [armeabi-v7a]

2 #01 pc 0002a457 /system/lib/libsqlite.so [armeabi-v7a]

3 #02 pc 0002ab87 /system/lib/libsqlite.so (sqlite3_reset+18) [armeabi-v7a]

4 #03 pc 000751af /system/lib/libandroid_runtime.so [armeabi-v7a]

5 #04 pc 000b370b /data/dalvik-cache/arm/system@framework@boot.oat

6 java:

7 android.database.sqlite.SQLiteConnection.nativeResetStatementAndClearBindings(Native Method)

8 android.database.sqlite.SQLiteConnection.releasePreparedStatement(SQLiteConnection.java:915)

9 android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:788)

10 android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.java:788)

11 android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:86)

12 android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:1471)

13 android.database.sqlite.SQLiteDatabase.replace(SQLiteDatabase.java:1387)

14 com.tencent.bugly.legu.proguard.o.a(BUGLY:147)

15 com.tencent.bugly.legu.proguard.o.a(BUGLY:61)

16 com.tencent.bugly.legu.crashreport.biz.a.a(BUGLY:27)

17 com.tencent.bugly.legu.crashreport.biz.a$1.a(BUGLY:270)

18 com.tencent.bugly.legu.proguard.u.a(BUGLY:187)

19 com.tencent.bugly.legu.proguard.u.run(BUGLY:451)

20 java.util.concurrent.Executors$RunnableAda

回答

和开发者交流更多问题细节吧,去 写回答
相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档