Tornaco / Xposed-Application-Management-Mod

应用管理 Xposed
https://github.com/Tornaco/Xposed-Application-Management-Mod
Apache License 2.0
23 stars 4 forks source link

后台不停的刷错误日志 #399

Open monkey000 opened 5 years ago

monkey000 commented 5 years ago

Android 9,LinageOS16 magisk + riru ExXposed ~使用时没有什么异常~ 内存清理功能无效 但是后台不停的输出错误日志

03-04 17:58:55.109 2594 2594 E EdXposed-Bridge: java.lang.ClassCastException: com.android.server.notification.NotificationRecord cannot be cast to android.service.notification.StatusBarNotification 03-04 17:58:55.109 2594 2594 E EdXposed-Bridge: at github.tornaco.xposedmoduletest.xposed.submodules.NotificationManagerServiceSubModule$2.afterHookedMethod(Unknown Source:8) 03-04 17:58:55.109 2594 2594 E EdXposed-Bridge: at de.robv.android.xposed.XC_MethodHook.callAfterHookedMethod(Unknown Source:0) 03-04 17:58:55.109 2594 2594 E EdXposed-Bridge: at EdHooker89.hook(Unknown Source:157) 03-04 17:58:55.109 2594 2594 E EdXposed-Bridge: at com.android.server.notification.NotificationManagerService$PostNotificationRunnable.run(NotificationManagerService.java:4509) 03-04 17:58:55.109 2594 2594 E EdXposed-Bridge: at android.os.Handler.handleCallback(Handler.java:873) 03-04 17:58:55.109 2594 2594 E EdXposed-Bridge: at android.os.Handler.dispatchMessage(Handler.java:99) 03-04 17:58:55.109 2594 2594 E EdXposed-Bridge: at android.os.Looper.loop(Looper.java:193) 03-04 17:58:55.109 2594 2594 E EdXposed-Bridge: at com.android.server.SystemServer.run(SystemServer.java:480) 03-04 17:58:55.109 2594 2594 E EdXposed-Bridge: at com.android.server.SystemServer.main(SystemServer.java:302) 03-04 17:58:55.109 2594 2594 E EdXposed-Bridge: at java.lang.reflect.Method.invoke(Native Method) 03-04 17:58:55.109 2594 2594 E EdXposed-Bridge: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 03-04 17:58:55.109 2594 2594 E EdXposed-Bridge: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:838)

keith-xiong commented 5 years ago

这名字……今晚刚好下雨,看到提醒时还以为我什么时候订了天气预报😂

发送自 Windows 10 版邮件https://go.microsoft.com/fwlink/?LinkId=550986应用

Tornaco commented 5 years ago

9.0还是有不少Hook点需要修改。