Activity的dispatchTouchEvent调用堆栈

  • Post author:
  • Post category:其他


Activity.java的 dispatchTouchEvent

java.lang.Exception

at android.app.Activity.dispatchTouchEvent(Activity.java:4122)

at com.cultraview.whiteboard.view.MainWbActivity.dispatchTouchEvent(MainWbActivity.kt:721)

at com.android.internal.policy.DecorView.dispatchTouchEvent(DecorView.java:446)

at android.view.View.dispatchPointerEvent(View.java:14568)

at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:6022)

at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:5825)

at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:5316)

at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:5373)

at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:5339)

at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:5491)

at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:5347)

at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:5548)

at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:5320)

at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:5373)

at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:5339)

at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:5347)

at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:5320)

at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:8086)

at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:8037)

at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:7998)

at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:8209)

at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:221)

at android.os.MessageQueue.nativePollOnce(Native Method)

at android.os.MessageQueue.next(MessageQueue.java:335)

at android.os.Looper.loop(Looper.java:183)

at android.app.ActivityThread.main(ActivityThread.java:7664)

at java.lang.reflect.Method.invoke(Native Method)

at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)

at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:952)

InputEventReceiver.java的 finishInputEvent

java.lang.Exception

at android.view.InputEventReceiver.finishInputEvent(InputEventReceiver.java:167)

at android.view.ViewRootImpl.finishInputEvent(ViewRootImpl.java:8115)

at android.view.ViewRootImpl.access$1900(ViewRootImpl.java:194)

at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:5375)

at android.view.ViewRootImpl$SyntheticInputStage.onDeliverToNext(ViewRootImpl.java:6201)

at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:5339)

at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:5309)

at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:5373)

at android.view.ViewRootImpl$ViewPostImeInputStage.onDeliverToNext(ViewRootImpl.java:5843)

at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:5339)

at android.view.ViewRootImpl$InputStage.finish(ViewRootImpl.java:5332)

at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:5349)

at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:5320)

at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:5373)

at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:5339)

at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:5491)

at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:5347)

at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:5548)

at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:5320)

at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:5373)

at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:5339)

at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:5347)

at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:5320)

at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:8086)

at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:8037)

at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:7998)

at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:8209)

at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:221)

at android.os.MessageQueue.nativePollOnce(Native Method)

at android.os.MessageQueue.next(MessageQueue.java:335)

at android.os.Looper.loop(Looper.java:183)

at android.app.ActivityThread.main(ActivityThread.java:7664)

at java.lang.reflect.Method.invoke(Native Method)

at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)

at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:952)



版权声明:本文为mohoward原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。