We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
锁屏时弹出自动扣费的微信支付通知,解锁后发现自动记账已崩溃
1.进行消费后扣费的消费,比如微信扫码进地铁 2.消费结束后,手机锁屏状态下,微信支付自动进行了扣费 3.解锁发现自动记账崩溃通知
钱迹3.2.1.11-734 自动记账3.3.3 系统android11
verCode:涅槃 3.3.3
error: BroadcastReceiver components are not allowed to register to receive intents
stackTrace: 1.android.app.ReceiverRestrictedContext.registerReceiver(ContextImpl.java:143) 2.android.app.ReceiverRestrictedContext.registerReceiver(ContextImpl.java:132) 3.android.content.ContextWrapper.registerReceiver(ContextWrapper.java:668) 4.android.widget.AbsListView.onAttachedToWindow(AbsListView.java:3256) 5.android.view.View.dispatchAttachedToWindow(View.java:20754) 6.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3565) 7.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572) 8.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572) 9.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572) 10.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572) 11.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572) 12.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572) 13.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572) 14.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572) 15.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572) 16.android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2772) 17.android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2252) 18.android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8842) 19.android.view.Choreographer$CallbackRecord.run(Choreographer.java:1137) 20.android.view.Choreographer.doCallbacks(Choreographer.java:951) 21.android.view.Choreographer.doFrame(Choreographer.java:877) 22.android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1122) 23.android.os.Handler.handleCallback(Handler.java:938) 24.android.os.Handler.dispatchMessage(Handler.java:99) 25.android.os.Looper.loop(Looper.java:257) 26.android.app.ActivityThread.main(ActivityThread.java:8384) 27.java.lang.reflect.Method.invoke(Native Method) 28.com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:626) 29.com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1032)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当前使用的框架
描述错误
锁屏时弹出自动扣费的微信支付通知,解锁后发现自动记账已崩溃
重现步骤
相关环境说明
钱迹3.2.1.11-734
自动记账3.3.3
系统android11
日志内容
verCode:涅槃 3.3.3
error:
BroadcastReceiver components are not allowed to register to receive intents
stackTrace:
1.android.app.ReceiverRestrictedContext.registerReceiver(ContextImpl.java:143)
2.android.app.ReceiverRestrictedContext.registerReceiver(ContextImpl.java:132)
3.android.content.ContextWrapper.registerReceiver(ContextWrapper.java:668)
4.android.widget.AbsListView.onAttachedToWindow(AbsListView.java:3256)
5.android.view.View.dispatchAttachedToWindow(View.java:20754)
6.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3565)
7.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572)
8.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572)
9.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572)
10.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572)
11.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572)
12.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572)
13.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572)
14.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572)
15.android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3572)
16.android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2772)
17.android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2252)
18.android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8842)
19.android.view.Choreographer$CallbackRecord.run(Choreographer.java:1137)
20.android.view.Choreographer.doCallbacks(Choreographer.java:951)
21.android.view.Choreographer.doFrame(Choreographer.java:877)
22.android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1122)
23.android.os.Handler.handleCallback(Handler.java:938)
24.android.os.Handler.dispatchMessage(Handler.java:99)
25.android.os.Looper.loop(Looper.java:257)
26.android.app.ActivityThread.main(ActivityThread.java:8384)
27.java.lang.reflect.Method.invoke(Native Method)
28.com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:626)
29.com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1032)
这不是重复的 issue
The text was updated successfully, but these errors were encountered: