Google Developer Console报告了我的应用程序崩溃:
android.util.SuperNotCalledException:
at android.app.Activity.performPause(Activity.java:7107)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1330)
at android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:4170)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:4147)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:4110)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:4068)
at android.app.ActivityThread.-wrap18(ActivityThread.java:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1662)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6688)
at java.lang.reflect.Method.invoke(Native Method:0)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1468)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1358)
Android的版
Android 7.0
Gerät Galaxy S7(herolte)
...创建 三星 RAM(MB) 4096 Bildschirmgröße 1440×2560 Bildschirmdichte(dpi) 640 原生Plattform armeabi-V7A OpenGL ES版 3.1 CPU-坊间 三星 CPU-莫代尔 Exynos 8890
我找不到任何对我的源代码的引用。 我在我的代码中检查了所有onPause方法。所有这些都调用super.onPause()。
到目前为止,这辆车只发生过一次。
我可以做些什么来避免这次崩溃?