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

Click multiple times, the application will crash #63

Open
rezamusic881 opened this issue May 26, 2018 · 0 comments
Open

Click multiple times, the application will crash #63

rezamusic881 opened this issue May 26, 2018 · 0 comments

Comments

@rezamusic881
Copy link

Expected behavior

Supposedly, The application will not cause Crash, If you click more than 1 time quickly on the check icon or minimize the type of network restriction feature.

Actual behavior

Previously I suspected there was a mistake on this feature, however I hunted it and I managed to get the problem.

The application will cause Crash, if you click more than 1 time quickly on the check icon or minimize the type of network restriction feature.

How to reproduce

  1. Instal App here
  2. Run the app
  3. In the dashboard view there is a check icon. Click on the icon more than once quickly. then, the application will crash.

11.jpg

12.jpg



Environment

  • Device : Redmi Note 5A
  • System Operating : 7.1.0 Nougat
  • App Version : 0.10.2


Recording Of The Issues

https://youtu.be/bE1ZO5oOPf4



Logcat

05-26 23:44:17.792 16452 16452 E AndroidRuntime: FATAL EXCEPTION: main
05-26 23:44:17.792 16452 16452 E AndroidRuntime: Process: com.v2ray.actinium, PID: 16452
05-26 23:44:17.792 16452 16452 E AndroidRuntime: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:794)
05-26 23:44:17.792 16452 16452 E AndroidRuntime: Caused by: java.lang.reflect.InvocationTargetException
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	... 1 more
05-26 23:44:17.792 16452 16452 E AndroidRuntime: Caused by: android.os.DeadObjectException
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	at android.os.BinderProxy.transactNative(Native Method)
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	at android.os.BinderProxy.transact(Binder.java:618)
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	at com.v2ray.actinium.a.a$a$a.b(Unknown Source)
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	at com.v2ray.actinium.ui.MainActivity$c.onServiceDisconnected(Unknown Source)
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1477)
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1491)
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:754)
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:95)
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:163)
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:6361)
05-26 23:44:17.792 16452 16452 E AndroidRuntime: 	... 3 more
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

1 participant