-
Notifications
You must be signed in to change notification settings - Fork 32
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
keeps crashing #242
Comments
@rajarshikhatua100 What's your ROM and phone model? |
Also, can you record the screen? |
sorry for the late I am using recording_20220808_134702_001.mp4 |
you can also see the logs created by scoop app and problem diagnosed by system recording_20220808_134702_002.mp4 |
You can try this way #240 (comment) |
ok,we got it, we will try to fix |
thanks for the solution |
By the way, which APPs or application mode have you added? |
https://t.me/upallci/404 |
the app keeps crashing in its latest Alpha version ie. alpha 5
here's the log -
FATAL EXCEPTION: main
Process: net.xzos.upgradeall, PID: 25406
java.lang.RuntimeException: Unable to create application net.xzos.upgradeall.application.MyApplication: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7511)
at android.app.ActivityThread.access$1600(ActivityThread.java:310)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2281)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8663)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:567)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference
at d9.d$a.a(SourceFile:1)
at b9.d.a(SourceFile:7)
at b9.b.(SourceFile:3)
at z8.a.f(SourceFile:24)
at z8.d.r(Unknown Source:12)
at c7.a.j(Unknown Source:8)
at s7.g0.run(SourceFile:4)
at s7.n0.t0(SourceFile:4)
at g7.a.o(SourceFile:13)
at g7.a.p(Unknown Source:2)
at y9.b.f(SourceFile:37)
at net.xzos.upgradeall.application.MyApplication.onCreate(SourceFile:22)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1211)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7506)
... 9 more
The text was updated successfully, but these errors were encountered: