WindySha / Xpatch

This is a tool to repackage apk file, then the apk can load any xposed modules installed in the device. It is another way to hook an app without root device.
Apache License 2.0
2.54k stars 388 forks source link

微信7021HOOK失效 #78

Open NoahNyy opened 3 years ago

NoahNyy commented 3 years ago

软件版本

重现步骤

使用 XposedTool 打包微信,勾选自动破解签名校验,勾选更换 HOOK 框架为 whale。破解之后登陆微信,可以使用 xposed 插件,正常运行 3 小时左右,杀死微信进程,重启微信,微信报 crash 信息但能正常运行,同时 HOOK 失效

HOOK失效时的手机日志

2021-01-25 15:43:00.490 1505-6265/system_process W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:00.709 6993-6993/? W/ReflectionUtils: java.lang.NoSuchMethodException: android.os.MessageQueue#enableMonitor()#bestmatch
        at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:338)
        at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:375)
        at miui.util.ReflectionUtils.callMethod(ReflectionUtils.java:800)
        at miui.util.ReflectionUtils.tryCallMethod(ReflectionUtils.java:818)
        at android.os.BaseLooper.enableMonitor(BaseLooper.java:47)
        at android.os.Looper.prepareMainLooper(Looper.java:112)
        at android.app.ActivityThread.main(ActivityThread.java:6221)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:00.844 6993-6993/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:00.929 6993-6993/com.tencent.mm W/System.err: java.lang.ClassNotFoundException: com.swift.sandhook.SandHookConfig
2021-01-25 15:43:00.930 6993-6993/com.tencent.mm W/System.err:     at java.lang.Class.classForName(Native Method)
2021-01-25 15:43:00.930 6993-6993/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:400)
2021-01-25 15:43:00.930 6993-6993/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:326)
2021-01-25 15:43:00.930 6993-6993/com.tencent.mm W/System.err:     at com.wind.xposed.entry.SandHookInitialization.init(SandHookInitialization.java:31)
2021-01-25 15:43:00.930 6993-6993/com.tencent.mm W/System.err:     at com.wind.xpatch.proxy.XpatchProxyApplication.<clinit>(XpatchProxyApplication.java:42)
2021-01-25 15:43:00.930 6993-6993/com.tencent.mm W/System.err:     at java.lang.Class.newInstance(Native Method)
2021-01-25 15:43:00.930 6993-6993/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:1008)
2021-01-25 15:43:00.930 6993-6993/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:993)
2021-01-25 15:43:00.930 6993-6993/com.tencent.mm W/System.err:     at android.app.LoadedApk.makeApplication(LoadedApk.java:800)
2021-01-25 15:43:00.930 6993-6993/com.tencent.mm W/System.err:     at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5480)
2021-01-25 15:43:00.931 6993-6993/com.tencent.mm W/System.err:     at android.app.ActivityThread.-wrap2(ActivityThread.java)
2021-01-25 15:43:00.931 6993-6993/com.tencent.mm W/System.err:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1593)
2021-01-25 15:43:00.931 6993-6993/com.tencent.mm W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:102)
2021-01-25 15:43:00.931 6993-6993/com.tencent.mm W/System.err:     at android.os.Looper.loop(Looper.java:163)
2021-01-25 15:43:00.931 6993-6993/com.tencent.mm W/System.err:     at android.app.ActivityThread.main(ActivityThread.java:6238)
2021-01-25 15:43:00.931 6993-6993/com.tencent.mm W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
2021-01-25 15:43:00.931 6993-6993/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
2021-01-25 15:43:00.931 6993-6993/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:00.931 6993-6993/com.tencent.mm W/System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.swift.sandhook.SandHookConfig" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.tencent.mm-1/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.mm-1/lib/arm, /data/app/com.tencent.mm-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
2021-01-25 15:43:00.931 6993-6993/com.tencent.mm W/System.err:     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
2021-01-25 15:43:00.932 6993-6993/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
2021-01-25 15:43:00.932 6993-6993/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
2021-01-25 15:43:00.932 6993-6993/com.tencent.mm W/System.err:  ... 18 more
2021-01-25 15:43:00.934 6993-6993/com.tencent.mm W/System.err: java.lang.ClassNotFoundException: com.swift.sandhook.xposedcompat.XposedCompat
2021-01-25 15:43:00.934 6993-6993/com.tencent.mm W/System.err:     at java.lang.Class.classForName(Native Method)
2021-01-25 15:43:00.934 6993-6993/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:400)
2021-01-25 15:43:00.934 6993-6993/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:326)
2021-01-25 15:43:00.934 6993-6993/com.tencent.mm W/System.err:     at com.wind.xposed.entry.SandHookInitialization.init(SandHookInitialization.java:42)
2021-01-25 15:43:00.934 6993-6993/com.tencent.mm W/System.err:     at com.wind.xpatch.proxy.XpatchProxyApplication.<clinit>(XpatchProxyApplication.java:42)
2021-01-25 15:43:00.934 6993-6993/com.tencent.mm W/System.err:     at java.lang.Class.newInstance(Native Method)
2021-01-25 15:43:00.934 6993-6993/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:1008)
2021-01-25 15:43:00.934 6993-6993/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:993)
2021-01-25 15:43:00.934 6993-6993/com.tencent.mm W/System.err:     at android.app.LoadedApk.makeApplication(LoadedApk.java:800)
2021-01-25 15:43:00.935 6993-6993/com.tencent.mm W/System.err:     at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5480)
2021-01-25 15:43:00.935 6993-6993/com.tencent.mm W/System.err:     at android.app.ActivityThread.-wrap2(ActivityThread.java)
2021-01-25 15:43:00.935 6993-6993/com.tencent.mm W/System.err:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1593)
2021-01-25 15:43:00.935 6993-6993/com.tencent.mm W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:102)
2021-01-25 15:43:00.935 6993-6993/com.tencent.mm W/System.err:     at android.os.Looper.loop(Looper.java:163)
2021-01-25 15:43:00.935 6993-6993/com.tencent.mm W/System.err:     at android.app.ActivityThread.main(ActivityThread.java:6238)
2021-01-25 15:43:00.935 6993-6993/com.tencent.mm W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
2021-01-25 15:43:00.935 6993-6993/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
2021-01-25 15:43:00.935 6993-6993/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:00.935 6993-6993/com.tencent.mm W/System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.swift.sandhook.xposedcompat.XposedCompat" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.tencent.mm-1/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.mm-1/lib/arm, /data/app/com.tencent.mm-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
2021-01-25 15:43:00.936 6993-6993/com.tencent.mm W/System.err:     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
2021-01-25 15:43:00.936 6993-6993/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
2021-01-25 15:43:00.936 6993-6993/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
2021-01-25 15:43:00.936 6993-6993/com.tencent.mm W/System.err:  ... 18 more
2021-01-25 15:43:01.100 6993-6993/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:01.109 6993-6993/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:01.207 7015-7015/? W/ps: type=1400 audit(0.0:204913): avc: denied { getattr } for path="/proc/1" dev="proc" ino=367387 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204914): avc: denied { search } for name="1" dev="proc" ino=367387 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204915): avc: denied { search } for name="1" dev="proc" ino=367387 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204916): avc: denied { getattr } for path="/proc/2" dev="proc" ino=367388 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204917): avc: denied { search } for name="2" dev="proc" ino=367388 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204918): avc: denied { search } for name="2" dev="proc" ino=367388 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204919): avc: denied { getattr } for path="/proc/3" dev="proc" ino=367389 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204920): avc: denied { search } for name="3" dev="proc" ino=367389 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204921): avc: denied { search } for name="3" dev="proc" ino=367389 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204922): avc: denied { getattr } for path="/proc/6" dev="proc" ino=367390 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204923): avc: denied { search } for name="6" dev="proc" ino=367390 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204924): avc: denied { search } for name="6" dev="proc" ino=367390 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204925): avc: denied { getattr } for path="/proc/7" dev="proc" ino=367391 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204926): avc: denied { search } for name="7" dev="proc" ino=367391 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204927): avc: denied { search } for name="7" dev="proc" ino=367391 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204928): avc: denied { getattr } for path="/proc/8" dev="proc" ino=367392 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204929): avc: denied { search } for name="8" dev="proc" ino=367392 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204930): avc: denied { search } for name="8" dev="proc" ino=367392 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204931): avc: denied { getattr } for path="/proc/9" dev="proc" ino=367393 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:01.217 7015-7015/? W/ps: type=1400 audit(0.0:204932): avc: denied { search } for name="9" dev="proc" ino=367393 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:02.125 6993-6993/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:03.735 6993-6993/com.tencent.mm E/ActivityThread: Failed to find provider info for com.tencent.mm.coolassist.debugprovider
2021-01-25 15:43:04.412 6993-6993/com.tencent.mm E/ActivityThread: Failed to find provider info for com.google.android.gms.phenotype
2021-01-25 15:43:04.452 6993-7046/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:04.601 6993-7046/com.tencent.mm W/FA: Service invalid
2021-01-25 15:43:04.712 6993-6993/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:04.772 6993-6993/com.tencent.mm W/MIUI-BLOCK-MONITOR: The msg { when=-6ms what=110 obj=AppBindData{appInfo=ApplicationInfo{3ee4861 com.tencent.mm}} target=android.app.ActivityThread$H planTime=1611560580725 dispatchTime=1611560580731 finishTime=0 } took 4047ms and took 4041ms after dispatch.
2021-01-25 15:43:04.787 6993-6993/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:04.839 6993-7052/com.tencent.mm W/System: ClassLoader referenced unknown path: /system/app/MiuiContentCatcher/lib/arm64
2021-01-25 15:43:04.827 7052-7052/? W/Binder:intercep: type=1400 audit(0.0:206395): avc: denied { getattr } for path="/data/data/com.miui.contentcatcher" dev="dm-1" ino=431789 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_app_data_file:s0 tclass=dir permissive=0
2021-01-25 15:43:04.841 6993-7052/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:04.868 6993-7052/com.tencent.mm W/System: ClassLoader referenced unknown path: /system/app/CatcherPatch/lib/arm64
2021-01-25 15:43:04.857 7052-7052/? W/Binder:intercep: type=1400 audit(0.0:206396): avc: denied { getattr } for path="/data/data/com.miui.catcherpatch" dev="dm-1" ino=432017 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:system_app_data_file:s0 tclass=dir permissive=0
2021-01-25 15:43:04.870 6993-7052/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:05.319 1505-1524/system_process W/ActivityManager: Activity pause timeout for ActivityRecord{4d87dab u0 com.tencent.mm/.ui.LauncherUI t2445}
2021-01-25 15:43:05.813 6993-7073/com.tencent.mm W/HARDCODER: [localsocket.h,uninit:215]"uninit, pipe:[0,0], m_fd:0, queue:0, flag:1"
2021-01-25 15:43:05.814 6993-7073/com.tencent.mm W/HARDCODER: [localsocket.h,createSocket:310]"createSocket, connect socket, ret:-1, local:com.tencent.mm.hardcoder.client.sock, remote:miui_booster"
2021-01-25 15:43:05.814 6993-7073/com.tencent.mm E/HARDCODER: [localsocket.h,createSocket:333]"createSocket, connect failed ret:-1 fd:126 path:miui_booster"
2021-01-25 15:43:05.814 6993-7073/com.tencent.mm W/HARDCODER: [localsocket.h,uninit:215]"uninit, pipe:[124,125], m_fd:0, queue:0, flag:0"
2021-01-25 15:43:05.970 6993-7055/com.tencent.mm E/art: No implementation found for java.util.ArrayList com.tencent.mars.smc.SmcLogic.getLoadLibraries() (tried Java_com_tencent_mars_smc_SmcLogic_getLoadLibraries and Java_com_tencent_mars_smc_SmcLogic_getLoadLibraries__)
2021-01-25 15:43:07.676 6993-7058/com.tencent.mm W/art: Long monitor contention with owner parallels-0 (7055) at com.tencent.wcdb.database.SQLiteConnection com.tencent.wcdb.database.SQLiteConnectionPool.waitForConnection(java.lang.String, int, com.tencent.wcdb.support.CancellationSignal)(SourceFile:644) waiters=2 in void com.tencent.wcdb.database.SQLiteConnectionPool.releaseConnection(com.tencent.wcdb.database.SQLiteConnection) for 105ms
2021-01-25 15:43:07.761 778-778/? E/cnss-daemon: Stale or unreachable neighbors, ndm state: 4
2021-01-25 15:43:07.827 7112-7112/com.tencent.mm W/ReflectionUtils: java.lang.NoSuchMethodException: android.os.MessageQueue#enableMonitor()#bestmatch
        at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:338)
        at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:375)
        at miui.util.ReflectionUtils.callMethod(ReflectionUtils.java:800)
        at miui.util.ReflectionUtils.tryCallMethod(ReflectionUtils.java:818)
        at android.os.BaseLooper.enableMonitor(BaseLooper.java:47)
        at android.os.Looper.prepareMainLooper(Looper.java:112)
        at android.app.ActivityThread.main(ActivityThread.java:6221)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:07.891 6993-7075/com.tencent.mm E/ActivityThread: Failed to find provider info for com.huawei.android.launcher.settings
2021-01-25 15:43:07.891 6993-7080/com.tencent.mm E/ActivityThread: Failed to find provider info for com.android.badge
2021-01-25 15:43:07.891 6993-7058/com.tencent.mm E/ActivityThread: Failed to find provider info for com.android.badge
2021-01-25 15:43:07.965 7112-7112/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:08.044 7112-7112/com.tencent.mm W/System.err: java.lang.ClassNotFoundException: com.swift.sandhook.SandHookConfig
2021-01-25 15:43:08.045 7112-7112/com.tencent.mm W/System.err:     at java.lang.Class.classForName(Native Method)
2021-01-25 15:43:08.045 7112-7112/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:400)
2021-01-25 15:43:08.045 7112-7112/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:326)
2021-01-25 15:43:08.045 7112-7112/com.tencent.mm W/System.err:     at com.wind.xposed.entry.SandHookInitialization.init(SandHookInitialization.java:31)
2021-01-25 15:43:08.045 7112-7112/com.tencent.mm W/System.err:     at com.wind.xpatch.proxy.XpatchProxyApplication.<clinit>(XpatchProxyApplication.java:42)
2021-01-25 15:43:08.045 7112-7112/com.tencent.mm W/System.err:     at java.lang.Class.newInstance(Native Method)
2021-01-25 15:43:08.045 7112-7112/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:1008)
2021-01-25 15:43:08.045 7112-7112/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:993)
2021-01-25 15:43:08.045 7112-7112/com.tencent.mm W/System.err:     at android.app.LoadedApk.makeApplication(LoadedApk.java:800)
2021-01-25 15:43:08.045 7112-7112/com.tencent.mm W/System.err:     at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5480)
2021-01-25 15:43:08.045 7112-7112/com.tencent.mm W/System.err:     at android.app.ActivityThread.-wrap2(ActivityThread.java)
2021-01-25 15:43:08.045 7112-7112/com.tencent.mm W/System.err:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1593)
2021-01-25 15:43:08.045 7112-7112/com.tencent.mm W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:102)
2021-01-25 15:43:08.046 7112-7112/com.tencent.mm W/System.err:     at android.os.Looper.loop(Looper.java:163)
2021-01-25 15:43:08.046 7112-7112/com.tencent.mm W/System.err:     at android.app.ActivityThread.main(ActivityThread.java:6238)
2021-01-25 15:43:08.046 7112-7112/com.tencent.mm W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
2021-01-25 15:43:08.046 7112-7112/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
2021-01-25 15:43:08.046 7112-7112/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:08.046 7112-7112/com.tencent.mm W/System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.swift.sandhook.SandHookConfig" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.tencent.mm-1/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.mm-1/lib/arm, /data/app/com.tencent.mm-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
2021-01-25 15:43:08.046 7112-7112/com.tencent.mm W/System.err:     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
2021-01-25 15:43:08.046 7112-7112/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
2021-01-25 15:43:08.046 7112-7112/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
2021-01-25 15:43:08.046 7112-7112/com.tencent.mm W/System.err:  ... 18 more
2021-01-25 15:43:08.047 7112-7112/com.tencent.mm W/System.err: java.lang.ClassNotFoundException: com.swift.sandhook.xposedcompat.XposedCompat
2021-01-25 15:43:08.047 7112-7112/com.tencent.mm W/System.err:     at java.lang.Class.classForName(Native Method)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:400)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:326)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at com.wind.xposed.entry.SandHookInitialization.init(SandHookInitialization.java:42)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at com.wind.xpatch.proxy.XpatchProxyApplication.<clinit>(XpatchProxyApplication.java:42)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at java.lang.Class.newInstance(Native Method)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:1008)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:993)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at android.app.LoadedApk.makeApplication(LoadedApk.java:800)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5480)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at android.app.ActivityThread.-wrap2(ActivityThread.java)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1593)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:102)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at android.os.Looper.loop(Looper.java:163)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at android.app.ActivityThread.main(ActivityThread.java:6238)
2021-01-25 15:43:08.048 7112-7112/com.tencent.mm W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
2021-01-25 15:43:08.049 7112-7112/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
2021-01-25 15:43:08.049 7112-7112/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:08.049 7112-7112/com.tencent.mm W/System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.swift.sandhook.xposedcompat.XposedCompat" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.tencent.mm-1/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.mm-1/lib/arm, /data/app/com.tencent.mm-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
2021-01-25 15:43:08.049 7112-7112/com.tencent.mm W/System.err:     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
2021-01-25 15:43:08.049 7112-7112/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
2021-01-25 15:43:08.049 7112-7112/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
2021-01-25 15:43:08.049 7112-7112/com.tencent.mm W/System.err:  ... 18 more
2021-01-25 15:43:08.221 7112-7112/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:08.231 7112-7112/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:08.443 6993-6993/com.tencent.mm W/MicroMsg.CrashUpload: [, , 6993]:dkcrash checkUpload dir never create ?
2021-01-25 15:43:08.444 6993-6993/com.tencent.mm W/MicroMsg.CrashUpload: [, , 6993]:checkPreventUpload dir never create ?
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206397): avc: denied { getattr } for path="/proc/1" dev="proc" ino=367387 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206398): avc: denied { search } for name="1" dev="proc" ino=367387 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206399): avc: denied { search } for name="1" dev="proc" ino=367387 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206400): avc: denied { getattr } for path="/proc/2" dev="proc" ino=367388 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206401): avc: denied { search } for name="2" dev="proc" ino=367388 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206402): avc: denied { search } for name="2" dev="proc" ino=367388 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206403): avc: denied { getattr } for path="/proc/3" dev="proc" ino=367389 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206404): avc: denied { search } for name="3" dev="proc" ino=367389 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206405): avc: denied { search } for name="3" dev="proc" ino=367389 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206406): avc: denied { getattr } for path="/proc/6" dev="proc" ino=367390 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206407): avc: denied { search } for name="6" dev="proc" ino=367390 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206408): avc: denied { search } for name="6" dev="proc" ino=367390 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206409): avc: denied { getattr } for path="/proc/7" dev="proc" ino=367391 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206410): avc: denied { search } for name="7" dev="proc" ino=367391 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206411): avc: denied { search } for name="7" dev="proc" ino=367391 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206412): avc: denied { getattr } for path="/proc/8" dev="proc" ino=367392 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206413): avc: denied { search } for name="8" dev="proc" ino=367392 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206414): avc: denied { search } for name="8" dev="proc" ino=367392 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206415): avc: denied { getattr } for path="/proc/9" dev="proc" ino=367393 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206416): avc: denied { search } for name="9" dev="proc" ino=367393 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206417): avc: denied { search } for name="9" dev="proc" ino=367393 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206418): avc: denied { getattr } for path="/proc/10" dev="proc" ino=367394 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206419): avc: denied { search } for name="10" dev="proc" ino=367394 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206420): avc: denied { search } for name="10" dev="proc" ino=367394 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206421): avc: denied { getattr } for path="/proc/11" dev="proc" ino=367395 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206422): avc: denied { search } for name="11" dev="proc" ino=367395 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206423): avc: denied { search } for name="11" dev="proc" ino=367395 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206424): avc: denied { getattr } for path="/proc/12" dev="proc" ino=367396 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206425): avc: denied { search } for name="12" dev="proc" ino=367396 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206426): avc: denied { search } for name="12" dev="proc" ino=367396 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206427): avc: denied { getattr } for path="/proc/13" dev="proc" ino=367397 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206428): avc: denied { search } for name="13" dev="proc" ino=367397 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206429): avc: denied { search } for name="13" dev="proc" ino=367397 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206430): avc: denied { getattr } for path="/proc/14" dev="proc" ino=367398 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206431): avc: denied { search } for name="14" dev="proc" ino=367398 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206432): avc: denied { search } for name="14" dev="proc" ino=367398 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206433): avc: denied { getattr } for path="/proc/15" dev="proc" ino=367399 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.787 7136-7136/? W/ps: type=1400 audit(0.0:206434): avc: denied { search } for name="15" dev="proc" ino=367399 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:08.976 7112-7112/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:09.259 6993-7059/com.tencent.mm W/art: Before Android 4.1, method double java.util.concurrent.ThreadLocalRandom.internalNextDouble(double, double) would have incorrectly overridden the package-private method in java.util.Random
2021-01-25 15:43:09.260 6993-7059/com.tencent.mm W/art: Before Android 4.1, method int java.util.concurrent.ThreadLocalRandom.internalNextInt(int, int) would have incorrectly overridden the package-private method in java.util.Random
2021-01-25 15:43:09.260 6993-7059/com.tencent.mm W/art: Before Android 4.1, method long java.util.concurrent.ThreadLocalRandom.internalNextLong(long, long) would have incorrectly overridden the package-private method in java.util.Random
2021-01-25 15:43:10.118 778-778/? E/cnss-daemon: Stale or unreachable neighbors, ndm state: 4
2021-01-25 15:43:10.304 6993-7004/com.tencent.mm W/art: Suspending all threads took: 7.982ms
2021-01-25 15:43:10.381 7112-7112/com.tencent.mm E/ActivityThread: Failed to find provider info for com.tencent.mm.coolassist.debugprovider
2021-01-25 15:43:10.671 6993-7055/com.tencent.mm W/art: Class com.tencent.mm.platformtools.d failed lock verification and will run slower.
2021-01-25 15:43:10.671 6993-7055/com.tencent.mm W/art: Common causes for lock verification issues are non-optimized dex code
2021-01-25 15:43:10.671 6993-7055/com.tencent.mm W/art: and incorrect proguard optimizations.
2021-01-25 15:43:10.680 6993-7186/com.tencent.mm E/art: No implementation found for int[] com.tencent.thumbplayer.core.common.TPDrm.native_getDRMCapabilities() (tried Java_com_tencent_thumbplayer_core_common_TPDrm_native_1getDRMCapabilities and Java_com_tencent_thumbplayer_core_common_TPDrm_native_1getDRMCapabilities__)
2021-01-25 15:43:10.705 6993-7058/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:10.728 6993-7058/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:10.739 6993-7058/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:10.757 7112-7112/com.tencent.mm W/tencent.mm:push: type=1400 audit(0.0:207873): avc: denied { read } for name="anr" dev="dm-1" ino=602657 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:anr_data_file:s0 tclass=dir permissive=0
2021-01-25 15:43:11.023 6993-7031/com.tencent.mm W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2021-01-25 15:43:11.023 6993-7031/com.tencent.mm W/VideoCapabilities: Unrecognized profile 2130706434 for video/avc
2021-01-25 15:43:11.063 6993-7031/com.tencent.mm W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2021-01-25 15:43:11.063 6993-7031/com.tencent.mm W/VideoCapabilities: Unrecognized profile 2130706434 for video/avc
2021-01-25 15:43:11.096 6993-7031/com.tencent.mm W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2021-01-25 15:43:11.096 6993-7031/com.tencent.mm W/VideoCapabilities: Unrecognized profile 2130706434 for video/avc
2021-01-25 15:43:11.124 6993-7031/com.tencent.mm W/VideoCapabilities: Unsupported mime video/divx
2021-01-25 15:43:11.138 6993-7031/com.tencent.mm W/VideoCapabilities: Unsupported mime video/divx4
2021-01-25 15:43:11.145 6993-7031/com.tencent.mm W/VideoCapabilities: Unsupported mime video/mp4v-esdp
2021-01-25 15:43:11.194 6993-7031/com.tencent.mm W/VideoCapabilities: Unsupported mime video/mp4v-esdp
2021-01-25 15:43:11.239 6993-7031/com.tencent.mm W/Utils: could not parse long range '35-34'
2021-01-25 15:43:11.294 6993-7211/com.tencent.mm W/NLog: Call Read,Queue is null!!!!
2021-01-25 15:43:11.371 725-7202/? E/OMX-VENC: async_venc_message_thread interrupted to be exited
2021-01-25 15:43:11.419 6993-7215/com.tencent.mm E/ACodec: Unable to instantiate a encoder for type 'video/hevc' with err 0xfffffffe.
2021-01-25 15:43:11.419 6993-7215/com.tencent.mm E/ACodec: signalError(omxError 0xfffffffe, internalError -2)
2021-01-25 15:43:11.420 6993-7213/com.tencent.mm E/MediaCodec: Codec reported err 0xfffffffe, actionCode 0, while in state 1
2021-01-25 15:43:11.424 6993-7031/com.tencent.mm W/MediaCodec-JNI: try to release MediaCodec from JMediaCodec::~JMediaCodec()...
2021-01-25 15:43:11.424 6993-7031/com.tencent.mm W/MediaCodec-JNI: done releasing MediaCodec from JMediaCodec::~JMediaCodec().
2021-01-25 15:43:11.513 7112-7214/com.tencent.mm W/HARDCODER: [localsocket.h,uninit:215]"uninit, pipe:[0,0], m_fd:0, queue:0, flag:1"
2021-01-25 15:43:11.513 7112-7214/com.tencent.mm W/HARDCODER: [localsocket.h,createSocket:310]"createSocket, connect socket, ret:-1, local:com.tencent.mm.hardcoder.client.sock, remote:miui_booster"
2021-01-25 15:43:11.514 7112-7214/com.tencent.mm E/HARDCODER: [localsocket.h,createSocket:333]"createSocket, connect failed ret:-1 fd:106 path:miui_booster"
2021-01-25 15:43:11.514 7112-7214/com.tencent.mm W/HARDCODER: [localsocket.h,uninit:215]"uninit, pipe:[49,105], m_fd:0, queue:0, flag:0"
2021-01-25 15:43:11.676 1505-1891/system_process W/ActivityManager: Unable to start service Intent { act=com.tencent.soter.soterserver.ISoterService pkg=com.tencent.soter.soterserver } U=0: not found
2021-01-25 15:43:11.744 6993-7073/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7073]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:11.749 6993-7073/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7073]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:11.753 6993-7073/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7073]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:11.753 6993-7073/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7073]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:11.754 6993-7073/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7073]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:11.754 6993-7073/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7073]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:11.898 6993-7072/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7072]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:11.898 6993-7072/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7072]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:11.900 6993-7072/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7072]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:11.900 6993-7072/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7072]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:11.903 6993-7072/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7072]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:11.905 6993-7072/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7072]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:12.044 6993-7063/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7063]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:12.063 778-778/? E/cnss-daemon: Stale or unreachable neighbors, ndm state: 4
2021-01-25 15:43:12.091 6993-6993/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 6993]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:12.094 6993-6993/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 6993]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:12.096 6993-7050/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7050]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:12.099 6993-6993/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 6993]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:12.111 6993-7093/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 7093]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:12.113 6993-6993/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 6993]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:12.114 6993-6993/com.tencent.mm E/MicroMsg.CallbacksProxy: [, , 6993]:Invalidate scene, kernel does not startup done.
2021-01-25 15:43:12.191 1505-6265/system_process W/WindowManager: Attempted to set replacing window on non-existing app token Token{3b9cc08 ActivityRecord{4d87dab u0 com.tencent.mm/.ui.LauncherUI t2445}}
2021-01-25 15:43:12.301 7238-7238/? W/ReflectionUtils: java.lang.NoSuchMethodException: android.os.MessageQueue#enableMonitor()#bestmatch
        at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:338)
        at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:375)
        at miui.util.ReflectionUtils.callMethod(ReflectionUtils.java:800)
        at miui.util.ReflectionUtils.tryCallMethod(ReflectionUtils.java:818)
        at android.os.BaseLooper.enableMonitor(BaseLooper.java:47)
        at android.os.Looper.prepareMainLooper(Looper.java:112)
        at android.app.ActivityThread.main(ActivityThread.java:6221)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:12.328 7251-7251/? W/ReflectionUtils: java.lang.NoSuchMethodException: android.os.MessageQueue#enableMonitor()#bestmatch
        at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:338)
        at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:375)
        at miui.util.ReflectionUtils.callMethod(ReflectionUtils.java:800)
        at miui.util.ReflectionUtils.tryCallMethod(ReflectionUtils.java:818)
        at android.os.BaseLooper.enableMonitor(BaseLooper.java:47)
        at android.os.Looper.prepareMainLooper(Looper.java:112)
        at android.app.ActivityThread.main(ActivityThread.java:6221)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:12.436 7238-7238/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:12.474 7251-7251/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:12.491 6993-6993/com.tencent.mm E/Finder.WhatNewsController: [, , 6993]:[GET] the WhatsNewUI plugin without install , just ignore.
2021-01-25 15:43:12.506 7238-7238/com.tencent.mm W/System.err: java.lang.ClassNotFoundException: com.swift.sandhook.SandHookConfig
2021-01-25 15:43:12.507 7238-7238/com.tencent.mm W/System.err:     at java.lang.Class.classForName(Native Method)
2021-01-25 15:43:12.507 7238-7238/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:400)
2021-01-25 15:43:12.507 7238-7238/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:326)
2021-01-25 15:43:12.507 7238-7238/com.tencent.mm W/System.err:     at com.wind.xposed.entry.SandHookInitialization.init(SandHookInitialization.java:31)
2021-01-25 15:43:12.507 7238-7238/com.tencent.mm W/System.err:     at com.wind.xpatch.proxy.XpatchProxyApplication.<clinit>(XpatchProxyApplication.java:42)
2021-01-25 15:43:12.507 7238-7238/com.tencent.mm W/System.err:     at java.lang.Class.newInstance(Native Method)
2021-01-25 15:43:12.507 7238-7238/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:1008)
2021-01-25 15:43:12.507 7238-7238/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:993)
2021-01-25 15:43:12.507 7238-7238/com.tencent.mm W/System.err:     at android.app.LoadedApk.makeApplication(LoadedApk.java:800)
2021-01-25 15:43:12.507 7238-7238/com.tencent.mm W/System.err:     at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5480)
2021-01-25 15:43:12.507 7238-7238/com.tencent.mm W/System.err:     at android.app.ActivityThread.-wrap2(ActivityThread.java)
2021-01-25 15:43:12.507 7238-7238/com.tencent.mm W/System.err:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1593)
2021-01-25 15:43:12.507 7238-7238/com.tencent.mm W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:102)
2021-01-25 15:43:12.508 7238-7238/com.tencent.mm W/System.err:     at android.os.Looper.loop(Looper.java:163)
2021-01-25 15:43:12.508 7238-7238/com.tencent.mm W/System.err:     at android.app.ActivityThread.main(ActivityThread.java:6238)
2021-01-25 15:43:12.508 7238-7238/com.tencent.mm W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
2021-01-25 15:43:12.508 7238-7238/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
2021-01-25 15:43:12.508 7238-7238/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:12.508 7238-7238/com.tencent.mm W/System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.swift.sandhook.SandHookConfig" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.tencent.mm-1/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.mm-1/lib/arm, /data/app/com.tencent.mm-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
2021-01-25 15:43:12.508 7238-7238/com.tencent.mm W/System.err:     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
2021-01-25 15:43:12.508 7238-7238/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
2021-01-25 15:43:12.508 7238-7238/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
2021-01-25 15:43:12.508 7238-7238/com.tencent.mm W/System.err:  ... 18 more
2021-01-25 15:43:12.510 7238-7238/com.tencent.mm W/System.err: java.lang.ClassNotFoundException: com.swift.sandhook.xposedcompat.XposedCompat
2021-01-25 15:43:12.510 7238-7238/com.tencent.mm W/System.err:     at java.lang.Class.classForName(Native Method)
2021-01-25 15:43:12.510 7238-7238/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:400)
2021-01-25 15:43:12.510 7238-7238/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:326)
2021-01-25 15:43:12.510 7238-7238/com.tencent.mm W/System.err:     at com.wind.xposed.entry.SandHookInitialization.init(SandHookInitialization.java:42)
2021-01-25 15:43:12.510 7238-7238/com.tencent.mm W/System.err:     at com.wind.xpatch.proxy.XpatchProxyApplication.<clinit>(XpatchProxyApplication.java:42)
2021-01-25 15:43:12.510 7238-7238/com.tencent.mm W/System.err:     at java.lang.Class.newInstance(Native Method)
2021-01-25 15:43:12.510 7238-7238/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:1008)
2021-01-25 15:43:12.511 7238-7238/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:993)
2021-01-25 15:43:12.511 7238-7238/com.tencent.mm W/System.err:     at android.app.LoadedApk.makeApplication(LoadedApk.java:800)
2021-01-25 15:43:12.511 7238-7238/com.tencent.mm W/System.err:     at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5480)
2021-01-25 15:43:12.511 7238-7238/com.tencent.mm W/System.err:     at android.app.ActivityThread.-wrap2(ActivityThread.java)
2021-01-25 15:43:12.511 7238-7238/com.tencent.mm W/System.err:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1593)
2021-01-25 15:43:12.511 7238-7238/com.tencent.mm W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:102)
2021-01-25 15:43:12.511 7238-7238/com.tencent.mm W/System.err:     at android.os.Looper.loop(Looper.java:163)
2021-01-25 15:43:12.511 7238-7238/com.tencent.mm W/System.err:     at android.app.ActivityThread.main(ActivityThread.java:6238)
2021-01-25 15:43:12.511 7238-7238/com.tencent.mm W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
2021-01-25 15:43:12.511 7238-7238/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
2021-01-25 15:43:12.511 7238-7238/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:12.512 7238-7238/com.tencent.mm W/System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.swift.sandhook.xposedcompat.XposedCompat" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.tencent.mm-1/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.mm-1/lib/arm, /data/app/com.tencent.mm-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
2021-01-25 15:43:12.512 7238-7238/com.tencent.mm W/System.err:     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
2021-01-25 15:43:12.512 7238-7238/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
2021-01-25 15:43:12.512 7238-7238/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
2021-01-25 15:43:12.512 7238-7238/com.tencent.mm W/System.err:  ... 18 more
2021-01-25 15:43:12.547 7251-7251/com.tencent.mm W/System.err: java.lang.ClassNotFoundException: com.swift.sandhook.SandHookConfig
2021-01-25 15:43:12.557 7251-7251/com.tencent.mm W/System.err:     at java.lang.Class.classForName(Native Method)
2021-01-25 15:43:12.557 7251-7251/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:400)
2021-01-25 15:43:12.557 7251-7251/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:326)
2021-01-25 15:43:12.557 7251-7251/com.tencent.mm W/System.err:     at com.wind.xposed.entry.SandHookInitialization.init(SandHookInitialization.java:31)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at com.wind.xpatch.proxy.XpatchProxyApplication.<clinit>(XpatchProxyApplication.java:42)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at java.lang.Class.newInstance(Native Method)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:1008)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:993)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at android.app.LoadedApk.makeApplication(LoadedApk.java:800)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5480)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at android.app.ActivityThread.-wrap2(ActivityThread.java)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1593)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:102)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at android.os.Looper.loop(Looper.java:163)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at android.app.ActivityThread.main(ActivityThread.java:6238)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
2021-01-25 15:43:12.558 7251-7251/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:12.559 7251-7251/com.tencent.mm W/System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.swift.sandhook.SandHookConfig" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.tencent.mm-1/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.mm-1/lib/arm, /data/app/com.tencent.mm-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
2021-01-25 15:43:12.559 7251-7251/com.tencent.mm W/System.err:     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
2021-01-25 15:43:12.559 7251-7251/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
2021-01-25 15:43:12.559 7251-7251/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
2021-01-25 15:43:12.559 7251-7251/com.tencent.mm W/System.err:  ... 18 more
2021-01-25 15:43:12.560 7251-7251/com.tencent.mm W/System.err: java.lang.ClassNotFoundException: com.swift.sandhook.xposedcompat.XposedCompat
2021-01-25 15:43:12.560 7251-7251/com.tencent.mm W/System.err:     at java.lang.Class.classForName(Native Method)
2021-01-25 15:43:12.560 7251-7251/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:400)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:326)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at com.wind.xposed.entry.SandHookInitialization.init(SandHookInitialization.java:42)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at com.wind.xpatch.proxy.XpatchProxyApplication.<clinit>(XpatchProxyApplication.java:42)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at java.lang.Class.newInstance(Native Method)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:1008)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:993)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at android.app.LoadedApk.makeApplication(LoadedApk.java:800)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5480)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at android.app.ActivityThread.-wrap2(ActivityThread.java)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1593)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:102)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at android.os.Looper.loop(Looper.java:163)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at android.app.ActivityThread.main(ActivityThread.java:6238)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
2021-01-25 15:43:12.561 7251-7251/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
2021-01-25 15:43:12.562 7251-7251/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:12.562 7251-7251/com.tencent.mm W/System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.swift.sandhook.xposedcompat.XposedCompat" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.tencent.mm-1/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.mm-1/lib/arm, /data/app/com.tencent.mm-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
2021-01-25 15:43:12.562 7251-7251/com.tencent.mm W/System.err:     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
2021-01-25 15:43:12.562 7251-7251/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
2021-01-25 15:43:12.562 7251-7251/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
2021-01-25 15:43:12.562 7251-7251/com.tencent.mm W/System.err:  ... 18 more
2021-01-25 15:43:12.711 7238-7238/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:12.717 7238-7238/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:12.767 7251-7251/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:12.772 7251-7251/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207874): avc: denied { getattr } for path="/proc/1" dev="proc" ino=367387 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207875): avc: denied { search } for name="1" dev="proc" ino=367387 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207876): avc: denied { search } for name="1" dev="proc" ino=367387 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207877): avc: denied { getattr } for path="/proc/2" dev="proc" ino=367388 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207878): avc: denied { search } for name="2" dev="proc" ino=367388 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207879): avc: denied { search } for name="2" dev="proc" ino=367388 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207880): avc: denied { getattr } for path="/proc/3" dev="proc" ino=367389 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207881): avc: denied { search } for name="3" dev="proc" ino=367389 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207882): avc: denied { search } for name="3" dev="proc" ino=367389 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207883): avc: denied { getattr } for path="/proc/6" dev="proc" ino=367390 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207884): avc: denied { search } for name="6" dev="proc" ino=367390 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207885): avc: denied { search } for name="6" dev="proc" ino=367390 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207886): avc: denied { getattr } for path="/proc/7" dev="proc" ino=367391 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207887): avc: denied { search } for name="7" dev="proc" ino=367391 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207888): avc: denied { search } for name="7" dev="proc" ino=367391 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207889): avc: denied { getattr } for path="/proc/8" dev="proc" ino=367392 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207890): avc: denied { search } for name="8" dev="proc" ino=367392 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207891): avc: denied { search } for name="8" dev="proc" ino=367392 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207892): avc: denied { getattr } for path="/proc/9" dev="proc" ino=367393 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207893): avc: denied { search } for name="9" dev="proc" ino=367393 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207894): avc: denied { search } for name="9" dev="proc" ino=367393 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207895): avc: denied { getattr } for path="/proc/10" dev="proc" ino=367394 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207896): avc: denied { search } for name="10" dev="proc" ino=367394 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207897): avc: denied { search } for name="10" dev="proc" ino=367394 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207898): avc: denied { getattr } for path="/proc/11" dev="proc" ino=367395 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207899): avc: denied { search } for name="11" dev="proc" ino=367395 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207900): avc: denied { search } for name="11" dev="proc" ino=367395 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207901): avc: denied { getattr } for path="/proc/12" dev="proc" ino=367396 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207902): avc: denied { search } for name="12" dev="proc" ino=367396 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207903): avc: denied { search } for name="12" dev="proc" ino=367396 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207904): avc: denied { getattr } for path="/proc/13" dev="proc" ino=367397 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207905): avc: denied { search } for name="13" dev="proc" ino=367397 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207906): avc: denied { search } for name="13" dev="proc" ino=367397 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207907): avc: denied { getattr } for path="/proc/14" dev="proc" ino=367398 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207908): avc: denied { search } for name="14" dev="proc" ino=367398 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207909): avc: denied { search } for name="14" dev="proc" ino=367398 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207910): avc: denied { getattr } for path="/proc/15" dev="proc" ino=367399 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207911): avc: denied { search } for name="15" dev="proc" ino=367399 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:12.797 7294-7294/? W/ps: type=1400 audit(0.0:207912): avc: denied { search } for name="15" dev="proc" ino=367399 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:13.145 7112-7112/com.tencent.mm W/MIUI-BLOCK-MONITOR: The msg { when=-4ms what=110 obj=AppBindData{appInfo=ApplicationInfo{3ee4861 com.tencent.mm}} target=android.app.ActivityThread$H planTime=1611560587842 dispatchTime=1611560587847 finishTime=0 } took 5303ms and took 5298ms after dispatch.
2021-01-25 15:43:13.490 7238-7238/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:13.541 1505-1891/system_process W/ActivityManager: Permission Denial: opening provider com.android.providers.contacts.ContactsProvider2 from ProcessRecord{8b8e273 7112:com.tencent.mm:push/u0a202} (pid=7112, uid=10202) requires android.permission.READ_CONTACTS or android.permission.WRITE_CONTACTS
2021-01-25 15:43:13.541 1505-1891/system_process W/ContentService: Ignoring content changes for content://com.android.contacts/contacts from 10202: Permission Denial: opening provider com.android.providers.contacts.ContactsProvider2 from ProcessRecord{8b8e273 7112:com.tencent.mm:push/u0a202} (pid=7112, uid=10202) requires android.permission.READ_CONTACTS or android.permission.WRITE_CONTACTS
2021-01-25 15:43:13.625 7251-7251/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:14.817 7238-7238/com.tencent.mm E/ActivityThread: Failed to find provider info for com.tencent.mm.coolassist.debugprovider
2021-01-25 15:43:14.981 7251-7251/com.tencent.mm E/ActivityThread: Failed to find provider info for com.tencent.mm.coolassist.debugprovider
2021-01-25 15:43:15.144 778-778/? E/cnss-daemon: Stale or unreachable neighbors, ndm state: 4
2021-01-25 15:43:15.649 778-778/? E/cnss-daemon: Stale or unreachable neighbors, ndm state: 4
2021-01-25 15:43:15.771 7238-7413/com.tencent.mm W/HARDCODER: [localsocket.h,uninit:215]"uninit, pipe:[0,0], m_fd:0, queue:0, flag:1"
2021-01-25 15:43:15.771 7238-7413/com.tencent.mm W/HARDCODER: [localsocket.h,createSocket:310]"createSocket, connect socket, ret:-1, local:com.tencent.mm.hardcoder.client.sock, remote:miui_booster"
2021-01-25 15:43:15.773 7238-7413/com.tencent.mm E/HARDCODER: [localsocket.h,createSocket:333]"createSocket, connect failed ret:-1 fd:111 path:miui_booster"
2021-01-25 15:43:15.773 7238-7413/com.tencent.mm W/HARDCODER: [localsocket.h,uninit:215]"uninit, pipe:[109,110], m_fd:0, queue:0, flag:0"
2021-01-25 15:43:15.936 7251-7421/com.tencent.mm W/HARDCODER: [localsocket.h,uninit:215]"uninit, pipe:[0,0], m_fd:0, queue:0, flag:1"
2021-01-25 15:43:15.937 7251-7421/com.tencent.mm W/HARDCODER: [localsocket.h,createSocket:310]"createSocket, connect socket, ret:-1, local:com.tencent.mm.hardcoder.client.sock, remote:miui_booster"
2021-01-25 15:43:15.937 7251-7421/com.tencent.mm E/HARDCODER: [localsocket.h,createSocket:333]"createSocket, connect failed ret:-1 fd:111 path:miui_booster"
2021-01-25 15:43:15.937 7251-7421/com.tencent.mm W/HARDCODER: [localsocket.h,uninit:215]"uninit, pipe:[109,110], m_fd:0, queue:0, flag:0"
2021-01-25 15:43:15.988 6993-7103/com.tencent.mm W/System.err: enter getSecurityCode
2021-01-25 15:43:15.988 6993-7103/com.tencent.mm W/System.err: apkFile filename:base.apk
2021-01-25 15:43:15.988 6993-7103/com.tencent.mm W/System.err: readComment:length bytes data = 0,0,
2021-01-25 15:43:15.989 6993-7103/com.tencent.mm W/System.err: null == readComment
2021-01-25 15:43:15.989 6993-7103/com.tencent.mm W/System.err: exit
2021-01-25 15:43:15.989 6993-7103/com.tencent.mm W/System.err: exit getSecurityCode
2021-01-25 15:43:16.237 7103-7103/? W/Binder:6993_4: type=1400 audit(0.0:209350): avc: denied { read } for name="state" dev="sysfs" ino=31186 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
2021-01-25 15:43:16.672 778-778/? E/cnss-daemon: Stale or unreachable neighbors, ndm state: 4
2021-01-25 15:43:16.676 1505-7900/system_process E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
2021-01-25 15:43:16.898 7238-7238/com.tencent.mm W/MIUI-BLOCK-MONITOR: The msg { when=-1ms what=110 obj=AppBindData{appInfo=ApplicationInfo{3ee4861 com.tencent.mm}} target=android.app.ActivityThread$H planTime=1611560592323 dispatchTime=1611560592324 finishTime=0 } took 4574ms and took 4573ms after dispatch.
2021-01-25 15:43:16.914 7251-7251/com.tencent.mm W/MIUI-BLOCK-MONITOR: The msg { when=-4ms what=110 obj=AppBindData{appInfo=ApplicationInfo{3ee4861 com.tencent.mm}} target=android.app.ActivityThread$H planTime=1611560592343 dispatchTime=1611560592347 finishTime=0 } took 4571ms and took 4567ms after dispatch.
2021-01-25 15:43:17.450 7112-7112/com.tencent.mm W/art: Long monitor contention with owner mars::7317 (7317) at boolean android.os.BinderProxy.transactNative(int, android.os.Parcel, android.os.Parcel, int)(Binder.java:-2) waiters=0 in int com.tencent.mm.network.ae.a(com.tencent.mm.network.t, com.tencent.mm.network.n, com.tencent.mm.network.e, int) for 1.503s
2021-01-25 15:43:17.725 1505-1674/system_process E/AppScanObserverService: Result available, null observers for user: 0
2021-01-25 15:43:17.798 778-778/? E/cnss-daemon: Stale or unreachable neighbors, ndm state: 4
2021-01-25 15:43:18.027 7524-7524/com.tencent.mm W/ReflectionUtils: java.lang.NoSuchMethodException: android.os.MessageQueue#enableMonitor()#bestmatch
        at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:338)
        at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:375)
        at miui.util.ReflectionUtils.callMethod(ReflectionUtils.java:800)
        at miui.util.ReflectionUtils.tryCallMethod(ReflectionUtils.java:818)
        at android.os.BaseLooper.enableMonitor(BaseLooper.java:47)
        at android.os.Looper.prepareMainLooper(Looper.java:112)
        at android.app.ActivityThread.main(ActivityThread.java:6221)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:18.196 7524-7524/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:18.248 7238-7520/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:18.256 2560-2587/com.miui.daemon W/MiuiPerfServiceClient: interceptAndQueuing:6993|com.tencent.mm|2162|1899|unknown|null|com.tencent.mm/com.tencent.mm.ui.LauncherUI|20879300563803|Slow main thread|3
2021-01-25 15:43:18.262 7238-7520/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:18.285 7238-7520/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209351): avc: denied { getattr } for path="/proc/1" dev="proc" ino=367387 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209352): avc: denied { search } for name="1" dev="proc" ino=367387 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209353): avc: denied { search } for name="1" dev="proc" ino=367387 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209354): avc: denied { getattr } for path="/proc/2" dev="proc" ino=367388 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209355): avc: denied { search } for name="2" dev="proc" ino=367388 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209356): avc: denied { search } for name="2" dev="proc" ino=367388 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209357): avc: denied { getattr } for path="/proc/3" dev="proc" ino=367389 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209358): avc: denied { search } for name="3" dev="proc" ino=367389 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209359): avc: denied { search } for name="3" dev="proc" ino=367389 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209360): avc: denied { getattr } for path="/proc/6" dev="proc" ino=367390 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209361): avc: denied { search } for name="6" dev="proc" ino=367390 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.307 7524-7524/com.tencent.mm W/System.err: java.lang.ClassNotFoundException: com.swift.sandhook.SandHookConfig
2021-01-25 15:43:18.307 7524-7524/com.tencent.mm W/System.err:     at java.lang.Class.classForName(Native Method)
2021-01-25 15:43:18.307 7524-7524/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:400)
2021-01-25 15:43:18.307 7524-7524/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:326)
2021-01-25 15:43:18.307 7524-7524/com.tencent.mm W/System.err:     at com.wind.xposed.entry.SandHookInitialization.init(SandHookInitialization.java:31)
2021-01-25 15:43:18.308 7524-7524/com.tencent.mm W/System.err:     at com.wind.xpatch.proxy.XpatchProxyApplication.<clinit>(XpatchProxyApplication.java:42)
2021-01-25 15:43:18.308 7524-7524/com.tencent.mm W/System.err:     at java.lang.Class.newInstance(Native Method)
2021-01-25 15:43:18.308 7524-7524/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:1008)
2021-01-25 15:43:18.308 7524-7524/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:993)
2021-01-25 15:43:18.308 7524-7524/com.tencent.mm W/System.err:     at android.app.LoadedApk.makeApplication(LoadedApk.java:800)
2021-01-25 15:43:18.308 7524-7524/com.tencent.mm W/System.err:     at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5480)
2021-01-25 15:43:18.308 7524-7524/com.tencent.mm W/System.err:     at android.app.ActivityThread.-wrap2(ActivityThread.java)
2021-01-25 15:43:18.308 7524-7524/com.tencent.mm W/System.err:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1593)
2021-01-25 15:43:18.308 7524-7524/com.tencent.mm W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:102)
2021-01-25 15:43:18.308 7524-7524/com.tencent.mm W/System.err:     at android.os.Looper.loop(Looper.java:163)
2021-01-25 15:43:18.308 7524-7524/com.tencent.mm W/System.err:     at android.app.ActivityThread.main(ActivityThread.java:6238)
2021-01-25 15:43:18.309 7524-7524/com.tencent.mm W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
2021-01-25 15:43:18.309 7524-7524/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
2021-01-25 15:43:18.309 7524-7524/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:18.309 7524-7524/com.tencent.mm W/System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.swift.sandhook.SandHookConfig" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.tencent.mm-1/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.mm-1/lib/arm, /data/app/com.tencent.mm-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
2021-01-25 15:43:18.309 7524-7524/com.tencent.mm W/System.err:     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
2021-01-25 15:43:18.309 7524-7524/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
2021-01-25 15:43:18.309 7524-7524/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
2021-01-25 15:43:18.310 7524-7524/com.tencent.mm W/System.err:  ... 18 more
2021-01-25 15:43:18.311 7524-7524/com.tencent.mm W/System.err: java.lang.ClassNotFoundException: com.swift.sandhook.xposedcompat.XposedCompat
2021-01-25 15:43:18.311 7524-7524/com.tencent.mm W/System.err:     at java.lang.Class.classForName(Native Method)
2021-01-25 15:43:18.312 7524-7524/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:400)
2021-01-25 15:43:18.312 7524-7524/com.tencent.mm W/System.err:     at java.lang.Class.forName(Class.java:326)
2021-01-25 15:43:18.312 7524-7524/com.tencent.mm W/System.err:     at com.wind.xposed.entry.SandHookInitialization.init(SandHookInitialization.java:42)
2021-01-25 15:43:18.312 7524-7524/com.tencent.mm W/System.err:     at com.wind.xpatch.proxy.XpatchProxyApplication.<clinit>(XpatchProxyApplication.java:42)
2021-01-25 15:43:18.312 7524-7524/com.tencent.mm W/System.err:     at java.lang.Class.newInstance(Native Method)
2021-01-25 15:43:18.312 7524-7524/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:1008)
2021-01-25 15:43:18.312 7524-7524/com.tencent.mm W/System.err:     at android.app.Instrumentation.newApplication(Instrumentation.java:993)
2021-01-25 15:43:18.312 7524-7524/com.tencent.mm W/System.err:     at android.app.LoadedApk.makeApplication(LoadedApk.java:800)
2021-01-25 15:43:18.312 7524-7524/com.tencent.mm W/System.err:     at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5480)
2021-01-25 15:43:18.313 7524-7524/com.tencent.mm W/System.err:     at android.app.ActivityThread.-wrap2(ActivityThread.java)
2021-01-25 15:43:18.313 7524-7524/com.tencent.mm W/System.err:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1593)
2021-01-25 15:43:18.313 7524-7524/com.tencent.mm W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:102)
2021-01-25 15:43:18.313 7524-7524/com.tencent.mm W/System.err:     at android.os.Looper.loop(Looper.java:163)
2021-01-25 15:43:18.313 7524-7524/com.tencent.mm W/System.err:     at android.app.ActivityThread.main(ActivityThread.java:6238)
2021-01-25 15:43:18.313 7524-7524/com.tencent.mm W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
2021-01-25 15:43:18.313 7524-7524/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
2021-01-25 15:43:18.313 7524-7524/com.tencent.mm W/System.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
2021-01-25 15:43:18.314 7524-7524/com.tencent.mm W/System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.swift.sandhook.xposedcompat.XposedCompat" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.tencent.mm-1/base.apk"],nativeLibraryDirectories=[/data/app/com.tencent.mm-1/lib/arm, /data/app/com.tencent.mm-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
2021-01-25 15:43:18.314 7524-7524/com.tencent.mm W/System.err:     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
2021-01-25 15:43:18.314 7524-7524/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
2021-01-25 15:43:18.314 7524-7524/com.tencent.mm W/System.err:     at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
2021-01-25 15:43:18.314 7524-7524/com.tencent.mm W/System.err:  ... 18 more
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209362): avc: denied { search } for name="6" dev="proc" ino=367390 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209363): avc: denied { getattr } for path="/proc/7" dev="proc" ino=367391 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209364): avc: denied { search } for name="7" dev="proc" ino=367391 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209365): avc: denied { search } for name="7" dev="proc" ino=367391 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209366): avc: denied { getattr } for path="/proc/8" dev="proc" ino=367392 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209367): avc: denied { search } for name="8" dev="proc" ino=367392 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209368): avc: denied { search } for name="8" dev="proc" ino=367392 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209369): avc: denied { getattr } for path="/proc/9" dev="proc" ino=367393 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209370): avc: denied { search } for name="9" dev="proc" ino=367393 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209371): avc: denied { search } for name="9" dev="proc" ino=367393 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209372): avc: denied { getattr } for path="/proc/10" dev="proc" ino=367394 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209373): avc: denied { search } for name="10" dev="proc" ino=367394 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209374): avc: denied { search } for name="10" dev="proc" ino=367394 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209375): avc: denied { getattr } for path="/proc/11" dev="proc" ino=367395 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209376): avc: denied { search } for name="11" dev="proc" ino=367395 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209377): avc: denied { search } for name="11" dev="proc" ino=367395 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209378): avc: denied { getattr } for path="/proc/12" dev="proc" ino=367396 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209379): avc: denied { search } for name="12" dev="proc" ino=367396 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209380): avc: denied { search } for name="12" dev="proc" ino=367396 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209381): avc: denied { getattr } for path="/proc/13" dev="proc" ino=367397 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209382): avc: denied { search } for name="13" dev="proc" ino=367397 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209383): avc: denied { search } for name="13" dev="proc" ino=367397 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209384): avc: denied { getattr } for path="/proc/14" dev="proc" ino=367398 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209385): avc: denied { search } for name="14" dev="proc" ino=367398 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209386): avc: denied { search } for name="14" dev="proc" ino=367398 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209387): avc: denied { getattr } for path="/proc/15" dev="proc" ino=367399 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209388): avc: denied { search } for name="15" dev="proc" ino=367399 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.297 7551-7551/? W/ps: type=1400 audit(0.0:209389): avc: denied { search } for name="15" dev="proc" ino=367399 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
2021-01-25 15:43:18.442 7112-7317/com.tencent.mm W/art: Long monitor contention with owner main (7112) at void com.tencent.mm.network.am$2.run()(SourceFile:1437) waiters=0 in boolean com.tencent.mm.network.ae.aTm() for 161ms
2021-01-25 15:43:18.589 7524-7524/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:18.600 7524-7524/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:18.998 7238-7238/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:19.129 778-778/? E/cnss-daemon: Stale or unreachable neighbors, ndm state: 4
2021-01-25 15:43:19.329 6993-7005/com.tencent.mm W/System.err: enter getSecurityCode
2021-01-25 15:43:19.329 6993-7005/com.tencent.mm W/System.err: apkFile filename:base.apk
2021-01-25 15:43:19.329 6993-7005/com.tencent.mm W/System.err: readComment:length bytes data = 0,0,
2021-01-25 15:43:19.329 6993-7005/com.tencent.mm W/System.err: null == readComment
2021-01-25 15:43:19.329 6993-7005/com.tencent.mm W/System.err: exit
2021-01-25 15:43:19.330 6993-7005/com.tencent.mm W/System.err: exit getSecurityCode
2021-01-25 15:43:19.467 7005-7005/? W/Binder:6993_1: type=1400 audit(0.0:210833): avc: denied { read } for name="state" dev="sysfs" ino=31186 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
2021-01-25 15:43:19.499 1505-1517/system_process E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
2021-01-25 15:43:19.535 1505-1674/system_process E/AppScanObserverService: Result available, null observers for user: 0
2021-01-25 15:43:19.751 7238-7593/com.tencent.mm W/art: Long monitor contention with owner [GT]ColdPool#11 (7559) at void java.lang.Runtime.load0(java.lang.Class, java.lang.String)(Runtime.java:-1) waiters=0 in void java.lang.Runtime.load0(java.lang.Class, java.lang.String) for 128ms
2021-01-25 15:43:20.668 7251-7264/com.tencent.mm W/art: Suspending all threads took: 18.577ms
2021-01-25 15:43:21.144 7251-7264/com.tencent.mm W/art: Suspending all threads took: 23.703ms
2021-01-25 15:43:21.175 778-778/? E/cnss-daemon: Stale or unreachable neighbors, ndm state: 4
2021-01-25 15:43:21.201 7238-7238/com.tencent.mm E/NTransXweb: NTransManager_Bind xweb78 bind to 0x0xa2f47030
2021-01-25 15:43:21.201 7238-7238/com.tencent.mm E/xxx: xweb 78 bind native manager 0xa2f47030
2021-01-25 15:43:21.325 7238-7658/com.tencent.mm E/libEGL: validate_display:99 error 3008 (EGL_BAD_DISPLAY)
2021-01-25 15:43:21.743 7238-7658/com.tencent.mm W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2021-01-25 15:43:21.743 7238-7658/com.tencent.mm W/VideoCapabilities: Unrecognized profile 2130706434 for video/avc
2021-01-25 15:43:21.781 7238-7658/com.tencent.mm W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2021-01-25 15:43:21.781 7238-7658/com.tencent.mm W/VideoCapabilities: Unrecognized profile 2130706434 for video/avc
2021-01-25 15:43:21.789 7238-7658/com.tencent.mm W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2021-01-25 15:43:21.789 7238-7658/com.tencent.mm W/VideoCapabilities: Unrecognized profile 2130706434 for video/avc
2021-01-25 15:43:21.791 778-778/? E/cnss-daemon: Stale or unreachable neighbors, ndm state: 4
2021-01-25 15:43:21.817 7238-7658/com.tencent.mm W/VideoCapabilities: Unsupported mime video/divx
2021-01-25 15:43:21.828 7238-7658/com.tencent.mm W/VideoCapabilities: Unsupported mime video/divx4
2021-01-25 15:43:21.847 7238-7658/com.tencent.mm W/VideoCapabilities: Unsupported mime video/mp4v-esdp
2021-01-25 15:43:21.871 7238-7658/com.tencent.mm W/VideoCapabilities: Unsupported mime video/mp4v-esdp
2021-01-25 15:43:21.910 7238-7658/com.tencent.mm W/Utils: could not parse long range '35-34'
2021-01-25 15:43:22.204 7238-7238/com.tencent.mm W/MIUI-BLOCK-MONITOR: The msg { when=0 callback=com.tencent.mm.plugin.appbrand.task.d$1$2 target=com.tencent.mm.sdk.platformtools.at$2 planTime=1611560598479 dispatchTime=1611560598479 finishTime=0 } took 3725ms and took 3725ms after dispatch.
2021-01-25 15:43:22.504 7238-7238/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000
2021-01-25 15:43:22.638 1961-2069/.dataservices W/QCNEJ: |CORE| CNE received unexpected action: android.intent.action.BATTERY_CHANGED
2021-01-25 15:43:22.648 1979-1979/com.android.phone E/QtiImsExtUtils: getConfigForPhoneId subId is invalid
2021-01-25 15:43:22.648 1979-1979/com.android.phone E/QtiImsExtUtils: isCarrierConfigEnabled bundle is null
2021-01-25 15:43:22.659 1961-2069/.dataservices W/QCNEJ: |CORE| CNE received unexpected action: android.intent.action.BATTERY_CHANGED
2021-01-25 15:43:22.661 1979-1979/com.android.phone E/QtiImsExtUtils: getConfigForPhoneId subId is invalid
2021-01-25 15:43:22.661 1979-1979/com.android.phone E/QtiImsExtUtils: isCarrierConfigEnabled bundle is null
2021-01-25 15:43:22.732 7251-7592/com.tencent.mm W/MMPHYS: Box2D binding done
2021-01-25 15:43:22.899 7251-7592/com.tencent.mm W/MMPHYS: Phys3D binding done
2021-01-25 15:43:23.025 778-778/? E/cnss-daemon: Stale or unreachable neighbors, ndm state: 4
2021-01-25 15:43:23.245 7238-7249/com.tencent.mm W/art: Suspending all threads took: 15.495ms
2021-01-25 15:43:23.263 7524-7524/com.tencent.mm W/art: Verification of void io.communet.xchat.wx.hook.method.RevokeMsgResultMethodHook$1.beforeHookedMethod(de.robv.android.xposed.XC_MethodHook$MethodHookParam) took 144.718ms
2021-01-25 15:43:23.650 7524-7524/com.tencent.mm W/ResourceType: No package identifier when getting name for resource number 0x00000000

其中包含

2021-01-25 15:43:08.443 6993-6993/com.tencent.mm W/MicroMsg.CrashUpload: [, , 6993]:dkcrash checkUpload dir never create ?
2021-01-25 15:43:08.444 6993-6993/com.tencent.mm W/MicroMsg.CrashUpload: [, , 6993]:checkPreventUpload dir never create ?