V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
HelloUser
V2EX  ›  Android

TIM/QQ 联网刷新时闪退

  •  
  •   HelloUser · 2017-09-02 15:13:20 +08:00 via Android · 5082 次点击
    这是一个创建于 2422 天前的主题,其中的信息可能已经有所发展或是发生改变。
    大家帮忙看一下是哪里出了问题
    类型:基于 Lineage OS 14.1 的 RROS,安装 Magisk
    Android:7.1.2
    系统 BUG:HwComposer 不能用
    当使用 QQ 完整版 /TIM 时,联网获取数据时会闪退,登录前和无网络连接时不会闪退
    相关 LogCat:
    09-02 15:07:21.627 I/ActivityManager(2951): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.tencent.tim/com.tencent.mobileqq.activity.SplashActivity bnds=[540,48][720,245] (has extras)} from uid 10103 on display 0
    09-02 15:07:21.664 I/ActivityManager(2951): Start proc 17925:com.tencent.tim/u0a89 for activity com.tencent.tim/com.tencent.mobileqq.activity.SplashActivity
    09-02 15:07:21.673 D/BreventServer(4545): update current to com.tencent.tim
    09-02 15:07:21.756 D/BaseApplicationImpl(17925): com.tencent.tim, injectHackDex=Success, cost=1 ms.
    09-02 15:07:21.845 I/AutoMonitor(17925): onActivityCreatecom.tencent.mobileqq.activity.SplashActivity@596801f
    09-02 15:07:22.011 D/mqq (17925): doInit begin withcom.tencent.tim
    09-02 15:07:22.011 I/ActivityManager(2951): Displayed com.tencent.tim/com.tencent.mobileqq.activity.SplashActivity: +359ms
    09-02 15:07:22.028 I/ActivityManager(2951): Start proc 17970:com.tencent.tim:MSF/u0a89 for service com.tencent.tim/com.tencent.mobileqq.msf.service.MsfService
    09-02 15:07:22.031 D/MSF.D.Proxy(17925): threadID:287, threadName: QQ_SUB bind com.tencent.mobileqq.msf.service.MsfService service finished true
    09-02 15:07:22.111 D/BaseApplicationImpl(17970): com.tencent.tim:MSF, injectHackDex=Success, cost=0 ms.
    09-02 15:07:22.118 E/linker (17925): warning: unable to get realpath for the library "/data/user/0/com.tencent.tim/lib/libGIFEngine.so". Will use given path.
    09-02 15:07:22.132 W/System.err(17925): at com.tencent.commonsdk.util.StringUtils.newStringWithData(StringUtils.java:15)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.utils.SecurityUtile.b(ProGuard:126)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.utils.SecurityUtile.a(ProGuard:196)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.app.SQLiteDatabase.a(ProGuard:672)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.app.SQLiteDatabase.i(ProGuard:643)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.app.SQLiteDatabase.b(ProGuard:856)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.persistence.EntityManager.d(ProGuard:854)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.persistence.EntityManager.a(ProGuard:196)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.persistence.OGEntityManager.a(ProGuard:36)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.persistence.EntityManager.a(ProGuard:278)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.persistence.EntityManager.a(ProGuard:328)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.persistence.EntityManager.a(ProGuard:321)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.persistence.EntityManager.a(ProGuard:337)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.app.asyncdb.cache.RecentUserCache.d(ProGuard:405)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.app.asyncdb.cache.RecentUserCache.<init>(ProGuard:61)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.app.proxy.RecentUserProxy.<init>(ProGuard:12)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.app.proxy.ProxyManager.<init>(ProGuard:272)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.app.QQAppInterface.getManager(ProGuard:1475)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.app.QQAppInterface.a(ProGuard:1999)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.activity.recent.RecentDataListManager.a(ProGuard:58)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.app.BaseActivity.preloadData(ProGuard:1137)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.startup.step.LoadData.a(ProGuard:16)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.startup.step.Step.c(ProGuard:101)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.startup.step.Step.a(ProGuard:133)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.startup.step.Step.c(ProGuard:101)
    09-02 15:07:22.133 W/System.err(17925): at com.tencent.mobileqq.startup.director.StartupDirector.a(ProGuard:629)
    09-02 15:07:22.134 W/System.err(17925): at com.tencent.mobileqq.startup.director.StartupDirector.handleMessage(ProGuard:649)
    09-02 15:07:22.137 W/System.err(17970): at com.tencent.qphone.base.util.h.a(QLogWriter.java:281)
    09-02 15:07:22.137 W/System.err(17970): at com.tencent.qphone.base.util.h.write(QLogWriter.java:252)
    09-02 15:07:22.137 W/System.err(17970): at com.tencent.qphone.base.util.QLog.writeLogToFile(QLog.java:852)
    09-02 15:07:22.137 W/System.err(17970): at com.tencent.qphone.base.util.QLog.access$500(QLog.java:48)
    09-02 15:07:22.137 W/System.err(17970): at com.tencent.qphone.base.util.QLog$c.handleMessage(QLog.java:112)
    09-02 15:07:22.139 W/System.err(17970): Caused by: java.lang.ClassNotFoundException: Didn't find class "java.nio.CharArrayBuffer" on path: DexPathList[[zip file "/system/framework/com.google.android.media.effects.jar", zip file "/data/app/com.tencent.tim-1/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.tim-1/lib/arm, /system/fake-libs, /data/app/com.tencent.tim-1/base.apk!/lib/armeabi, /system/lib, /vendor/lib]]
    09-02 15:07:22.190 W/linker (17970): /data/data/com.tencent.tim/txlib/libmsfbootV2.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
    09-02 15:07:22.254 D/MSF.D.Proxy(17925): threadID:325, threadName: GlobalPool-H bind com.tencent.mobileqq.msf.service.MsfService service finished true
    09-02 15:07:22.255 D/MSF.D.RemoteServiceProxy(17925): wait start com.tencent.mobileqq.msf.service.MsfService service result, skiped...
    09-02 15:07:22.269 D/MSF.D.Proxy(17925): threadID:324, threadName: GlobalPool-H bind com.tencent.mobileqq.msf.service.MsfService service finished true
    09-02 15:07:22.306 I/tencent.tim:MSF(17970): type=1400 audit(0.0:1025): avc: denied { read } for ppid=2551 ppid_comm="main" name="anr" dev="mmcblk0p40" ino=456065 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:anr_data_file:s0 tclass=dir permissive=1
    09-02 15:07:22.318 I/native_eup(17970): Java_com_tencent_feedback_eup_jni_NativeExceptionUpload_registNativeExceptionHandler2 start
    09-02 15:07:22.318 I/native_eup(17970): regist handler start procType 1 , level 25 , tombDir:/data/user/0/com.tencent.tim/app_tombs
    09-02 15:07:22.318 I/native_eup(17970): Java_com_tencent_feedback_eup_jni_NativeExceptionUpload_registNativeExceptionHandler end
    09-02 15:07:22.319 I/native_eup(17970): Java_com_tencent_feedback_eup_jni_NativeExceptionUpload_registNativeExceptionHandler2 start
    09-02 15:07:22.319 I/native_eup(17970): regist handler start procType 1 , level 25 , tombDir:/data/user/0/com.tencent.tim/app_tombs
    09-02 15:07:22.319 I/native_eup(17970): Java_com_tencent_feedback_eup_jni_NativeExceptionUpload_registNativeExceptionHandler end
    09-02 15:07:22.337 I/native_eup(17970): Java_com_tencent_feedback_eup_jni_NativeExceptionUpload_registNativeExceptionHandler2 start
    09-02 15:07:22.337 I/native_eup(17970): regist handler start procType 1 , level 25 , tombDir:/data/user/0/com.tencent.tim/app_tombs
    09-02 15:07:22.337 I/native_eup(17970): Java_com_tencent_feedback_eup_jni_NativeExceptionUpload_registNativeExceptionHandler end
    09-02 15:07:22.337 I/native_eup(17970): Java_com_tencent_feedback_eup_jni_NativeExceptionUpload_registNativeExceptionHandler2 start
    09-02 15:07:22.337 I/native_eup(17970): regist handler start procType 1 , level 25 , tombDir:/data/user/0/com.tencent.tim/app_tombs
    09-02 15:07:22.337 I/native_eup(17970): Java_com_tencent_feedback_eup_jni_NativeExceptionUpload_registNativeExceptionHandler end
    09-02 15:07:22.436 E/linker (17925): warning: unable to get realpath for the library "/data/user/0/com.tencent.tim/txlib/libcodecwrapperV2.so". Will use given path.
    09-02 15:07:22.442 W/linker (17925): /data/user/0/com.tencent.tim/txlib/libcodecwrapperV2.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
    09-02 15:07:22.476 D/MSF.D.RemoteServiceProxy(17925): wait start com.tencent.mobileqq.msf.service.MsfService service result, skiped...
    09-02 15:07:22.486 D/Rdm (17925): doStep...process=com.tencent.tim, sRdmState=0
    09-02 15:07:22.491 D/StatisticCollector(17925): initCrashReport ... process:com.tencent.tim pid=17925
    09-02 15:07:22.497 W/System.err(17925): at com.tencent.bugly.crashreport.common.info.AppInfo.a(BUGLY:137)
    09-02 15:07:22.497 W/System.err(17925): at com.tencent.bugly.crashreport.common.info.a.<init>(BUGLY:133)
    09-02 15:07:22.497 W/System.err(17925): at com.tencent.bugly.crashreport.common.info.a.a(BUGLY:246)
    09-02 15:07:22.497 W/System.err(17925): at com.tencent.feedback.eup.CrashReport.initCrashReport(BUGLY:196)
    09-02 15:07:22.497 W/System.err(17925): at com.tencent.mobileqq.statistics.StatisticCollector.c(ProGuard:824)
    09-02 15:07:22.497 W/System.err(17925): at com.tencent.mobileqq.startup.step.Rdm.a(ProGuard:66)
    09-02 15:07:22.497 W/System.err(17925): at com.tencent.mobileqq.startup.step.Step.c(ProGuard:101)
    09-02 15:07:22.497 W/System.err(17925): at com.tencent.mobileqq.startup.director.StartupDirector.handleMessage(ProGuard:709)
    09-02 15:07:22.526 D/StatisticCollector(17925): initNativeCrashReport ... process:com.tencent.tim pid=17925
    09-02 15:07:22.529 E/linker (17925): warning: unable to get realpath for the library "/data/app/com.tencent.tim-1/lib/arm/libNativeRQD.so". Will use given path.
    09-02 15:07:22.530 I/native_eup(17925): Java_com_tencent_feedback_eup_jni_NativeExceptionUpload_registNativeExceptionHandler2 start
    09-02 15:07:22.530 I/native_eup(17925): regist handler start procType 1 , level 25 , tombDir:/data/user/0/com.tencent.tim/app_tombs
    09-02 15:07:22.531 I/native_eup(17925): Java_com_tencent_feedback_eup_jni_NativeExceptionUpload_registNativeExceptionHandler end
    09-02 15:07:22.531 I/native_eup(17925): Java_com_tencent_feedback_eup_jni_NativeExceptionUpload_registNativeExceptionHandler2 start
    09-02 15:07:22.531 I/native_eup(17925): regist handler start procType 1 , level 25 , tombDir:/data/user/0/com.tencent.tim/app_tombs
    09-02 15:07:22.531 I/native_eup(17925): Java_com_tencent_feedback_eup_jni_NativeExceptionUpload_registNativeExceptionHandler end
    09-02 15:07:22.586 E/linker (17925): warning: unable to get realpath for the library "/data/user/0/com.tencent.tim/txlib/libxplatform.so". Will use given path.
    09-02 15:07:22.591 D/MSF.D.RemoteServiceProxy(17925): wait start com.tencent.mobileqq.msf.service.MsfService service result, skiped...
    09-02 15:07:22.643 E/linker (17925): warning: unable to get realpath for the library "/data/user/0/com.tencent.tim/remotelib/libmailsdk_1_3.so". Will use given path.
    09-02 15:07:22.649 D/MSF.D.RemoteServiceProxy(17925): wait start com.tencent.mobileqq.msf.service.MsfService service result, skiped...
    09-02 15:07:22.654 D/MSF.D.RemoteServiceProxy(17925): wait start com.tencent.mobileqq.msf.service.MsfService service result, skiped...
    09-02 15:07:22.657 W/linker (17970): /data/data/com.tencent.tim/txlib/libcodecwrapperV2.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
    09-02 15:07:22.660 D/MSF.D.RemoteServiceProxy(17925): wait start com.tencent.mobileqq.msf.service.MsfService service result, skiped...
    09-02 15:07:22.675 I/unnamed (17925): [2017-09-02 15:07:22][1504336042675][notice ][unnamed thread:18038][unnamed:444]: CRequestAdapter::SetOption: CERTFILE- /data/user/0/com.tencent.tim/mailsdklib/cacert.pem [83]
    09-02 15:07:22.700 W/art (17925): Long monitor contention with owner GlobalPool-L (18038) at java.lang.String java.lang.Runtime.nativeLoad(java.lang.String, java.lang.ClassLoader, java.lang.String)(Runtime.java:-2) waiters=0 in mqq.manager.Manager com.tencent.mobileqq.app.QQAppInterface.getManager(int) for 114ms
    09-02 15:07:22.710 D/MSF.D.RemoteServiceProxy(17925): wait start com.tencent.mobileqq.msf.service.MsfService service result, skiped...
    09-02 15:07:22.776 W/art (17925): Long monitor contention with owner RDM-Service (18051) at long android.database.sqlite.SQLiteConnection.nativePrepareStatement(long, java.lang.String)(SQLiteConnection.java:-2) waiters=1 in android.database.Cursor com.tencent.bugly.proguard.o.a(boolean, java.lang.String, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.tencent.bugly.proguard.n) for 238ms
    09-02 15:07:22.911 W/System.err(17925): at com.tencent.biz.pubaccount.troopbarassit.TroopBarAssistantManager.o(ProGuard:2013)
    09-02 15:07:22.911 W/System.err(17925): at com.tencent.biz.pubaccount.troopbarassit.TroopBarAssistantManager.m(ProGuard:284)
    09-02 15:07:22.911 W/System.err(17925): at com.tencent.biz.pubaccount.troopbarassit.TroopBarAssistantManager.l(ProGuard:2100)
    09-02 15:07:22.911 W/System.err(17925): at com.tencent.mobileqq.activity.Conversation.handleMessage(ProGuard:3372)
    09-02 15:07:22.920 W/System.err(17925): at com.tencent.mobileqq.utils.CustomHandler.handleMessage(ProGuard:27)
    09-02 15:07:22.928 D/MSF.S.MsfService(17970): serivce onBind by :com.tencent.tim
    09-02 15:07:22.969 D/MSF.D.AppNetInfoImpl(17925): register netInfo com.tencent.mobileqq.ptt.PttIpSaver@c202d7e, total=2
    09-02 15:07:22.969 D/MSF.D.AppNetInfoImpl(17925): register netInfo com.tencent.mobileqq.transfile.StructLongMessageIpSaver@503f2df, total=3
    09-02 15:07:23.122 E/AlarmManager(2951): RTC Alarm: 0 null com.tencent.tim com.tencent.tim:MSF_178942215
    09-02 15:07:23.838 D/KingKongUtils(17925): Do Inter-Process Lock /data/user/0/com.tencent.tim/files/KingkongPatchInterprocess.Lock
    09-02 15:07:23.838 D/KingKongUtils(17925): Do Inter-Process Lock OK /data/user/0/com.tencent.tim/files/KingkongPatchInterprocess.Lock
    09-02 15:07:23.841 E/linker (17925): warning: unable to get realpath for the library "/data/user/0/com.tencent.tim/files/kingkong/patches/libPatchDispatcher.so". Will use given path.
    09-02 15:07:23.842 W/linker (17925): /data/user/0/com.tencent.tim/files/kingkong/patches/libPatchDispatcher.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
    09-02 15:07:23.843 E/linker (17925): warning: unable to get realpath for the library "/data/user/0/com.tencent.tim/files/kingkong/patches/libkkfixerdriver.so". Will use given path.
    09-02 15:07:23.845 D/KingKongPatchManager(17925): Load library /data/user/0/com.tencent.tim/files/kingkong/patches/libkkfixerdriver.so OK
    09-02 15:07:23.856 D/KingKongUtils(17925): Release Inter-Process Lock /data/user/0/com.tencent.tim/files/KingkongPatchInterprocess.Lock
    09-02 15:07:24.618 E/linker (17925): warning: unable to get realpath for the library "/data/user/0/com.tencent.tim/txlib/libmsfbootV2.so". Will use given path.
    09-02 15:07:24.619 W/linker (17925): /data/user/0/com.tencent.tim/txlib/libmsfbootV2.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
    09-02 15:07:24.701 E/linker (17925): warning: unable to get realpath for the library "/data/user/0/com.tencent.tim/txlib/libstlport_shared.so". Will use given path.
    09-02 15:07:24.710 E/linker (17925): warning: unable to get realpath for the library "/data/user/0/com.tencent.tim/txlib/libMatcher.so". Will use given path.
    09-02 15:07:24.768 W/System.err(17925): at com.tencent.qphone.base.util.h.a(QLogWriter.java:281)
    09-02 15:07:24.768 W/System.err(17925): at com.tencent.qphone.base.util.h.write(QLogWriter.java:252)
    09-02 15:07:24.768 W/System.err(17925): at com.tencent.qphone.base.util.QLog.writeLogToFile(QLog.java:837)
    09-02 15:07:24.768 W/System.err(17925): at com.tencent.qphone.base.util.QLog.access$500(QLog.java:48)
    09-02 15:07:24.768 W/System.err(17925): at com.tencent.qphone.base.util.QLog$c.handleMessage(QLog.java:112)
    09-02 15:07:24.769 W/System.err(17925): Caused by: java.lang.ClassNotFoundException: Didn't find class "java.nio.CharArrayBuffer" on path: DexPathList[[zip file "/system/framework/com.google.android.media.effects.jar", zip file "/data/app/com.tencent.tim-1/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.tim-1/lib/arm, /system/fake-libs, /data/app/com.tencent.tim-1/base.apk!/lib/armeabi, /system/lib, /vendor/lib]]
    09-02 15:07:24.782 E/linker (17925): warning: unable to get realpath for the library "/data/app/com.tencent.tim-1/lib/arm/libvipfont.so". Will use given path.
    09-02 15:07:24.784 E/linker (17925): warning: unable to get realpath for the library "/data/user/0/com.tencent.tim/lib/libFTSDatabase.so". Will use given path.
    09-02 15:07:24.786 D/Rdm (17925): doStep...process=com.tencent.tim, sRdmState=1
    09-02 15:07:24.791 W/linker (17925): library "libsqlite.so" ("/system/lib/libsqlite.so") needed or dlopened by "/data/user/0/com.tencent.tim/lib/libFTSDatabase.so" is not accessible for the namespace "classloader-namespace" - the access is temporarily granted as a workaround for http://b/26394120, note that the access will be removed in future releases of Android.
    09-02 15:07:24.810 D/MSF.D.AppNetInfoImpl(17925): register netInfo com.tencent.mobileqq.activity.qwallet.preload.PreloadManager@8a4f10a, total=5
    09-02 15:07:24.828 E/linker (17925): warning: unable to get realpath for the library "/data/user/0/com.tencent.tim/lib/libFTSDatabaseV2.so". Will use given path.
    09-02 15:07:24.857 E/com.tencent.component.network.module.common.NetworkState(17925): NetworkStateReceiver ====== android.net.conn.CONNECTIVITY_CHANGE
    09-02 15:07:25.118 I/art (17925): Compiler allocated 5MB to compile void com.tencent.mobileqq.vas.IndividualRedPacketResDownloader.a(boolean, boolean)
    09-02 15:07:26.686 E/linker (17925): warning: unable to get realpath for the library "/data/app/com.tencent.tim-1/lib/arm/libhobi.so". Will use given path.
    09-02 15:07:26.710 I/native_eup(17925): create_tombstone filePath :/data/user/0/com.tencent.tim/app_tombs/tomb_1504336046696.txt
    09-02 15:07:26.710 I/native_eup(17925): file open success! /data/user/0/com.tencent.tim/app_tombs/tomb_1504336046696.txt:
    09-02 15:07:26.821 I/WindowManager(2951): WIN DEATH: Window{d5f07f8 u0 com.tencent.tim/com.tencent.mobileqq.activity.SplashActivity}
    09-02 15:07:26.822 I/ActivityManager(2951): Process com.tencent.tim (pid 17925) has died
    09-02 15:07:26.825 W/ActivityManager(2951): Scheduling restart of crashed service com.tencent.tim/com.tencent.mobileqq.app.CoreService in 1000ms
    09-02 15:07:26.826 W/ActivityManager(2951): Force removing ActivityRecord{e5cf486 u0 com.tencent.tim/com.tencent.mobileqq.activity.SplashActivity t265}: app died, no saved state
    09-02 15:07:26.863 D/BreventServer(4545): previous: com.tencent.tim, packageName: com.teslacoilsw.launcher
    09-02 15:07:27.760 W/art (17970): Long monitor contention with owner pool-1-thread-2 (18017) at void com.tencent.beacon.event.b.a()(ProGuard:138) waiters=0 in void com.tencent.beacon.event.b.a() for 202ms
    09-02 15:07:27.825 W/ActivityManager(2951): Scheduling restart of crashed service com.tencent.tim/com.tencent.mobileqq.app.CoreService in 1000ms
    09-02 15:07:28.826 W/ActivityManager(2951): Scheduling restart of crashed service com.tencent.tim/com.tencent.mobileqq.app.CoreService in 1000ms
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2660 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 15:33 · PVG 23:33 · LAX 08:33 · JFK 11:33
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.