You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: