auth0 / Auth0.Android

Android toolkit for Auth0 API
https://auth0.com
MIT License
208 stars 130 forks source link

FATAL EXCEPTION: main #729

Closed RMSPORTS1902 closed 2 months ago

RMSPORTS1902 commented 2 months ago

Process: com.google.android.apps.maps, PID: 23519 java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null object reference at ayxg.j(PG:1) at amfe.a(PG:1) at amfl.a(PG:1) at ils.e(PG:60) at by.e(PG:146) at bs.az(PG:112) at bs.aB(PG:10) at bs.ao(PG:8) at bs.aj(PG:1) at ehr.C(PG:26) at ehr.D(PG:4) at ilh.p(PG:59) at jtt.d(PG:120) at okq.run(PG:71) at dsm.run(PG:34) at ehv.a(PG:1) at ehr.I(PG:3) at oko.b(PG:9) at dpv.run(PG:100) at vrq.h(PG:1) at vqj.run(PG:59) at android.os.Handler.handleCallback(Handler.java:942) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:201) at android.os.Looper.loop(Looper.java:288) at android.app.ActivityThread.main(ActivityThread.java:7898) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)

Changes

Please describe both what is changing and why this is important. Include:

References

Please include relevant links supporting this change such as a:

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. Since this library has unit testing, tests should be added for new functionality and existing tests should complete without errors.

Checklist