Skip to content

Input related crash spike found #179275

@reidbaker

Description

@reidbaker

A google 3 customer saw a spike in crashes possibly related to #177572 or #178015

Internally tracked at b/465104420

If you found this bug and are running flutter master (not present in 3.38.3 or 3.39.0) and have seen a spike in crashes related to touch input please add details below. flutter doctor -vand if possible a reproducible code sample.

PlatformException(error, invalid pointerIndex 1 for MotionEvent { action=POINTER_UP(1), id[0]=0, x[0]=554.725, y[0]=304, eventTime=240933000000, downTime=240118000000, deviceId=2, source=TOUCHSCREEN, displayId=0, eventId=-752403200}, null, java.lang.IllegalArgumentException: invalid pointerIndex 1 for MotionEvent { action=POINTER_UP(1), id[0]=0, x[0]=554.725, y[0]=304, eventTime=240933000000, downTime=240118000000, deviceId=2, source=TOUCHSCREEN, displayId=0, eventId=-752403200}
	at android.view.MotionEvent.nativeGetPointerId(Native Method)
	at android.view.MotionEvent.getPointerId(MotionEvent.java:2411)
	at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2843)
	at io.flutter.plugin.platform.PlatformViewsController$1.onTouch(PG:101)
	at io.flutter.plugin.platform.PlatformViewsControllerDelegator.onTouch(PG:23)
	at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.touch(PG:193)
	at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.onMethodCall(PG:52)
	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(PG:18)
	

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listengineflutter/engine related. See also e: labels.platform-androidAndroid applications specificallyteam-androidOwned by Android platform team

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions