petermcneil/drop

[Drop][v1.2.1]App failed to open.

Closed this issue · 1 comments

Actual behavior

App continously crashing ,can not open the app.

Expected behavior

Expected that i can open the app and can use successfully

How to reproduce

  1. Install the apps and open the app
  2. Use app some times
  3. Minmize the app and clear the app from recent used app.
  4. Now try to open the app again.
  5. If you able to open the app then use the app sometime again.
  6. Do 2-4 steps again.
  7. See the error

Information

  • App version:v1.2.1
  • OS:Android 9.0
  • Device:Samsung A10

Recording Of The Bug

https://youtu.be/l883rDY7nGU

Logcat


05-05 13:24:53.927 19979 19979 E AndroidRuntime: FATAL EXCEPTION: main
05-05 13:24:53.927 19979 19979 E AndroidRuntime: Process: mcneil.peter.drop, PID: 19979
05-05 13:24:53.927 19979 19979 E AndroidRuntime: d.f: lateinit property firebaseUtil has not been initialized
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at mcneil.peter.drop.DropApp$a.c(Unknown Source:9)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at mcneil.peter.drop.b.e.Q(Unknown Source:12)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at b.j.a.h.Z(Unknown Source:18)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at b.j.a.u.a(Unknown Source:684)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at b.j.a.u.h(Unknown Source:38)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at b.j.a.u.a(Unknown Source:46)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at b.j.a.u.e(Unknown Source:4)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at b.j.a.u.l(Unknown Source:6)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at b.j.a.l.g(Unknown Source:4)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at b.j.a.j.onStart(Unknown Source:30)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at androidx.appcompat.app.m.onStart(Unknown Source:0)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at mcneil.peter.drop.activities.MainActivity.onStart(Unknown Source:0)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1395)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at android.app.Activity.performStart(Activity.java:7348)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3139)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:180)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:165)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:142)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:70)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:106)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:214)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7073)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
05-05 13:24:53.927 19979 19979 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)

Oo, I thought I had fixed all the errors to do with firebaseUtil. Thank you for the stacktrace, that will be helpful!