-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
请问下面这个错是否影响app启动,目前遇到一个问题是在virtualXposed里面的微信会被杀掉而无法重启
11-15 17:43:29.209 1667 1667 E VA++ : processProfileingInfo: 0xe965b2f9
11-15 17:43:29.209 1667 1667 E VA++ : compileMethod: 0xe964f43d
11-15 17:43:29.230 2086 14001 E WindowManager: Unknown window type: 1002
11-15 17:43:29.230 2086 14001 E WindowManager: Unknown window type: 1001
11-15 17:43:29.230 2086 14001 E WindowManager: Unknown window type: 1004
11-15 17:43:29.247 2086 3493 V LightsService: setLightLocked #3: color=#ff00ff00:mode=0: brightnessMode=0
11-15 17:43:29.493 2086 2139 E WindowManager: Unknown window type: 1002
11-15 17:43:29.493 2086 2139 E WindowManager: Unknown window type: 1001
11-15 17:43:29.493 2086 2139 E WindowManager: Unknown window type: 1004
11-15 17:43:29.509 2625 2643 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1437 android.content.ContextWrapper.bindService:639 smartisanos.app.tracker.TrackerServiceConnection.connect:34 smartisanos.app.tracker.Agent.connectService:65 smartisanos.app.tracker.Agent.flush:388
11-15 17:43:29.599 1667 1667 E Reflection: reflect bootstrap failed:
11-15 17:43:29.599 1667 1667 E Reflection: java.lang.reflect.InvocationTargetException
11-15 17:43:29.599 1667 1667 E Reflection: at java.lang.reflect.Method.invoke(Native Method)
11-15 17:43:29.599 1667 1667 E Reflection: at me.weishu.reflection.Reflection.(Reflection.java:32)
11-15 17:43:29.599 1667 1667 E Reflection: at me.weishu.reflection.Reflection.unseal(Reflection.java:52)
11-15 17:43:29.599 1667 1667 E Reflection: at com.lody.virtual.client.core.VirtualCore.startup(VirtualCore.java:187)
11-15 17:43:29.599 1667 1667 E Reflection: at io.virtualapp.XApp.attachBaseContext(XApp.java:55)
11-15 17:43:29.599 1667 1667 E Reflection: at android.app.Application.attach(Application.java:196)
11-15 17:43:29.599 1667 1667 E Reflection: at android.app.Instrumentation.newApplication(Instrumentation.java:1009)
11-15 17:43:29.599 1667 1667 E Reflection: at android.app.Instrumentation.newApplication(Instrumentation.java:993)
11-15 17:43:29.599 1667 1667 E Reflection: at android.app.LoadedApk.makeApplication(LoadedApk.java:796)
11-15 17:43:29.599 1667 1667 E Reflection: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5632)
11-15 17:43:29.599 1667 1667 E Reflection: at android.app.ActivityThread.-wrap2(ActivityThread.java)
11-15 17:43:29.599 1667 1667 E Reflection: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1731)
11-15 17:43:29.599 1667 1667 E Reflection: at android.os.Handler.dispatchMessage(Handler.java:102)
11-15 17:43:29.599 1667 1667 E Reflection: at android.os.Looper.loop(Looper.java:159)
11-15 17:43:29.599 1667 1667 E Reflection: at android.app.ActivityThread.main(ActivityThread.java:6385)
11-15 17:43:29.599 1667 1667 E Reflection: at java.lang.reflect.Method.invoke(Native Method)
11-15 17:43:29.599 1667 1667 E Reflection: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1096)
11-15 17:43:29.599 1667 1667 E Reflection: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:883)
11-15 17:43:29.599 1667 1667 E Reflection: Caused by: java.lang.NoSuchMethodException: setHiddenApiExemptions [class [Ljava.lang.String;]
11-15 17:43:29.599 1667 1667 E Reflection: at java.lang.Class.getMethod(Class.java:1981)
11-15 17:43:29.599 1667 1667 E Reflection: at java.lang.Class.getDeclaredMethod(Class.java:1960)
11-15 17:43:29.599 1667 1667 E Reflection: ... 18 more