mubasher380
mubasher380
I am using sdk(Module) my app crash inside that module but this library is not detecting that crash.
Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference top.niunaijun.blackbox.fake.service.HCallbackProxy.handleMessage (HCallbackProxy.java:72) android.os.Handler.dispatchMessage (Handler.java:102) android.os.Looper.loop (Looper.java:246) android.app.ActivityThread.main (ActivityThread.java:8595) java.lang.reflect.Method.invoke (Method.java) com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:602) com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1130)
at top.niunaijun.blackbox.fake.delegate.BaseInstrumentationDelegate.callApplicationOnCreate(BaseInstrumentationDelegate.java:225) at top.niunaijun.blackbox.fake.delegate.AppInstrumentation.callApplicationOnCreate(AppInstrumentation.java:140) at top.niunaijun.blackbox.app.BActivityThread.handleBindApplication(BActivityThread.java:390) at top.niunaijun.blackbox.app.BActivityThread.bindApplication(BActivityThread.java:289) at top.niunaijun.blackbox.fake.service.HCallbackProxy.handleLaunchActivity(HCallbackProxy.java:159) at top.niunaijun.blackbox.fake.service.HCallbackProxy.handleMessage(HCallbackProxy.java:73)