Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

重新修复广播数据过大导致应用崩溃问题 #52

Closed
1 task done
ybhgl opened this issue Feb 11, 2023 · 9 comments
Closed
1 task done

重新修复广播数据过大导致应用崩溃问题 #52

ybhgl opened this issue Feb 11, 2023 · 9 comments
Labels
bug Something isn't working resolved Resolved issue.

Comments

@ybhgl
Copy link

ybhgl commented Feb 11, 2023

Module App version / 模块版本

1.2

Device model and system in used / 正在使用的设备型号以及使用的系统

MIUI

Android version / Android 版本

12

Xposed Framework name and version / Xposed 框架名称与版本号

lsposed 1.8.6 (6712)

Xposed Modules with the same scope / 与当前同作用域的 Xposed 模块

Describe in detail why the problem occurred / 详细描述问题发生的具体原因

点击 查看异常历史记录 后崩溃,从磁贴进入也崩溃

Provide module problem logs or necessary logs / 提供模块问题 Log 或必要 Log

Click to expand / 展开查看

[ 2023-02-11T21:29:42.621 10958: 28929: 28929 I/LSPosed-Bridge ] Crash unexpectedly: android.app.RemoteServiceException: can't deliver broadcast
at android.app.ActivityThread.throwRemoteServiceException(ActivityThread.java:2043)
at android.app.ActivityThread.access$2900(ActivityThread.java:275)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2265)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:210)
at android.os.Looper.loop(Looper.java:299)
at android.app.ActivityThread.main(ActivityThread.java:8307)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:577)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1073)
[ 2023-02-11T21:29:42.621 10958: 28929: 28929 E/AndroidRuntime ] FATAL EXCEPTION: main
Process: com.fankes.apperrorstracking, PID: 28929
android.app.RemoteServiceException: can't deliver broadcast
at android.app.ActivityThread.throwRemoteServiceException(ActivityThread.java:2043)
at android.app.ActivityThread.access$2900(ActivityThread.java:275)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2265)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:210)
at android.os.Looper.loop(Looper.java:299)
at android.app.ActivityThread.main(ActivityThread.java:8307)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:577)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1073)
[ 2023-02-11T21:29:42.648 1000: 1787: 2300 I/LSPosed-Bridge ] [AppErrorsTracking][I][android]--> Received crash application data --pid 28929
[ 2023-02-11T21:29:42.662 1000: 1787: 1943 W/XSharedPreferences ] Apk parser fails: java.io.FileNotFoundException: /data/app/~~lajgi9G7IHkSr7N9pLPEUQ==/com.fankes.apperrorstracking-URmhSGCHwWbJP5ynK0xnVg==/base.apk (No such file or directory)
[ 2023-02-11T21:29:42.669 1000: 1787: 1943 I/LSPosed-Bridge ] [AppErrorsTracking][E][android]--> AppErrorsTracking has crashed itself, please see the Android Runtime Exception in console
[ 2023-02-11T21:29:42.670 1000: 1787: 1943 I/LSPosed-Bridge ] [AppErrorsTracking][E][android]--> Application "com.fankes.apperrorstracking" has stopped --pid 28929

Confirm the contents you submitted / 确认一下你提交的信息

  • I certify that the above contents is correct / 我确保上述信息准确无误
@ybhgl ybhgl added the bug Something isn't working label Feb 11, 2023
@fankes
Copy link
Collaborator

fankes commented Feb 11, 2023

是否从 1.1 版本更新后但未重启系统

@ybhgl
Copy link
Author

ybhgl commented Feb 11, 2023

是否从 1.1 版本更新后但未重启系统

不是,一直1.2,之前用着很好,有一天突然就这样了

@fankes
Copy link
Collaborator

fankes commented Feb 11, 2023

去看一下 /data/misc/app_errors_records 下面的文件数量,然后告诉我

@ybhgl
Copy link
Author

ybhgl commented Feb 11, 2023

去看一下 /data/misc/app_errors_records 下面的文件数量,然后告诉我

249

@fankes
Copy link
Collaborator

fankes commented Feb 11, 2023

日志文件太多了,删一点

@fankes
Copy link
Collaborator

fankes commented Feb 11, 2023

删完需要重启,否则会有缓存,然后应该就能打开了,这个问题我之前修了,为什么还没修好,可能是 MIUI 限制的发送大小太小的问题

@ybhgl
Copy link
Author

ybhgl commented Feb 11, 2023

删完正常了

@fankes
Copy link
Collaborator

fankes commented Feb 11, 2023

后面的版本重新修复这个问题

@fankes fankes changed the title 点击 查看异常历史记录 后崩溃 [WIP] 重新修复广播数据过大导致应用崩溃问题 Feb 11, 2023
This was referenced Feb 11, 2023
@fankes fankes added feature Future/Feature enhancement New feature or request and removed feature Future/Feature labels Feb 12, 2023
@fankes
Copy link
Collaborator

fankes commented Apr 16, 2023

1.25 版本已修复此问题

@fankes fankes closed this as completed Apr 16, 2023
@fankes fankes added resolved Resolved issue. and removed enhancement New feature or request labels Apr 16, 2023
@fankes fankes changed the title [WIP] 重新修复广播数据过大导致应用崩溃问题 重新修复广播数据过大导致应用崩溃问题 Apr 16, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working resolved Resolved issue.
Projects
None yet
Development

No branches or pull requests

2 participants