Skip to content
New issue

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

JPush 在VPN 情况下,网速很慢, 会导致安卓闪退,IOS不会闪退,报错 初始化失败。 #49

Open
tiancl16 opened this issue Jul 12, 2019 · 4 comments

Comments

@tiancl16
Copy link

No description provided.

@tiancl16
Copy link
Author

D/JPushPlugin(29170): on get registration
D/JPushPlugin(29170): [io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1@2f995e3, io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1@822be0]
D/AndroidRuntime(29170): Shutting down VM
E/AndroidRuntime(29170): FATAL EXCEPTION: main
E/AndroidRuntime(29170): Process: com.easycloud.LazyCityClient, PID: 29170
E/AndroidRuntime(29170): java.lang.RuntimeException: Unable to start receiver com.jiguang.jpush.JPushPlugin$JPushReceiver: java.util.ConcurrentModificationException
E/AndroidRuntime(29170): at android.app.ActivityThread.handleReceiver(ActivityThread.java:3421)
E/AndroidRuntime(29170): at android.app.ActivityThread.access$1300(ActivityThread.java:200)
E/AndroidRuntime(29170): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1684)
E/AndroidRuntime(29170): at android.os.Handler.dispatchMessage(Handler.java:106)
E/AndroidRuntime(29170): at android.os.Looper.loop(Looper.java:201)
E/AndroidRuntime(29170): at android.app.ActivityThread.main(ActivityThread.java:6806)
E/AndroidRuntime(29170): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(29170): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
E/AndroidRuntime(29170): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
E/AndroidRuntime(29170): Caused by: java.util.ConcurrentModificationException
E/AndroidRuntime(29170): at java.util.ArrayList$Itr.next(ArrayList.java:860)
E/AndroidRuntime(29170): at com.jiguang.jpush.JPushPlugin.scheduleCache(JPushPlugin.java:126)
E/AndroidRuntime(29170): at com.jiguang.jpush.JPushPlugin.transmitReceiveRegistrationId(JPushPlugin.java:360)
E/AndroidRuntime(29170): at com.jiguang.jpush.JPushPlugin$JPushReceiver.onReceive(JPushPlugin.java:255)
E/AndroidRuntime(29170): at android.app.ActivityThread.handleReceiver(ActivityThread.java:3412)
E/AndroidRuntime(29170): ... 8 more

@zxc-cool
Copy link

zxc-cool commented Dec 2, 2019

这个问题解决了吗?第一次安装会造成闪退,之后就可以正常运行

@nletech
Copy link

nletech commented Dec 9, 2019

我也有这个问题,第一次就会这样

E/AndroidRuntime(13651): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(13651): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:524)
E/AndroidRuntime(13651): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:987)
E/AndroidRuntime(13651): Caused by: java.util.ConcurrentModificationException
E/AndroidRuntime(13651): at java.util.ArrayList$Itr.next(ArrayList.java:860)
E/AndroidRuntime(13651): at com.jiguang.jpush.JPushPlugin.scheduleCache(JPushPlugin.java:147)
E/AndroidRuntime(13651): at com.jiguang.jpush.JPushPlugin.transmitReceiveRegistrationId(JPushPlugin.java:442)
E/AndroidRuntime(13651): at com.jiguang.jpush.JPushPlugin$JPushReceiver.onReceive(JPushPlugin.java:321)
E/AndroidRuntime(13651): at android.app.ActivityThread.handleReceiver(ActivityThread.java:3996)
E/AndroidRuntime(13651): ... 8 more

@ebwood
Copy link

ebwood commented Sep 18, 2020

The developer team never lookup the issues. duplicate #139

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants