VocaDB-App icon indicating copy to clipboard operation
VocaDB-App copied to clipboard

App crashed while playing video on some devices after period of time

Open up2code opened this issue 5 years ago • 0 comments

There a reported issue about app crashed while playing video (but not always happened)

Also in firebase currently show stacktrace as below

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.DisplayAdjustments android.view.Display.getDisplayAdjustments()' on a null object reference
       at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1746)
       at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1515)
       at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7266)
       at android.view.Choreographer$CallbackRecord.run(Choreographer.java:981)
       at android.view.Choreographer.doCallbacks(Choreographer.java:790)
       at android.view.Choreographer.doFrame(Choreographer.java:721)
       at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:967)
       at android.os.Handler.handleCallback(Handler.java:808)
       at android.os.Handler.dispatchMessage(Handler.java:101)
       at android.os.Looper.loop(Looper.java:166)
       at android.app.ActivityThread.main(ActivityThread.java:7529)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:245)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:921)

Device: HUAWEI Mate SE (Android 8.0)

Related issue : https://github.com/flutter/flutter/issues/26345

Currently I cannot reproduce this issue with my device (Huewei p20 Android 9.0) and seem like this issue happened on only some brand devices.

up2code avatar Mar 19 '20 04:03 up2code