Crash Failed to initialize display event receiver

Author: aheadlcxCreated Jul 30, 2018Updated Jul 25, 2022

the log as follow:

java
android.view.DisplayEventReceiver.nativeInit(Native Method)
android.view.DisplayEventReceiver.<init>(DisplayEventReceiver.java:92)
android.view.Choreographer$FrameDisplayEventReceiver.<init>(Choreographer.java:960)
android.view.Choreographer.<init>(Choreographer.java:246)
android.view.Choreographer.<init>(Unknown Source:0)
android.view.Choreographer$1.initialValue(Choreographer.java:113)
android.view.Choreographer$1.initialValue(Choreographer.java:107)
java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:180)
java.lang.ThreadLocal.get(ThreadLocal.java:170)
 android.view.Choreographer.getInstance(Choreographer.java:272)
 master.flame.danmaku.controller.DrawHandler.updateInChoreographer(DrawHandler.java:483)
 master.flame.danmaku.controller.DrawHandler.handleMessage(DrawHandler.java:286)
 android.os.Handler.dispatchMessage(Handler.java:105)
 android.os.Looper.loop(Looper.java:171)
 android.os.HandlerThread.run(HandlerThread.java:65)

Source: bilibili/DanmakuFlameMaster