Speculative mitigation for crash in DispatchTouchEvent().
From the stack traces for this bug, it looks like we're trying to access an optional value that isn't set. While we investigate why this is happening, let's explicitly check the value exists before accessing. Bug: 888143 Change-Id: Ifc1e47cc26e601c450f70b07dc37e764f6543802 Reviewed-on: https://chromium-review.googlesource.com/1240129Reviewed-by:Ken Buchanan <kenrb@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#593629}
Showing
Please register or sign in to comment