Disable DCHECK in palm detection that occurs on long press

On hatch devices, long presses tend to trigger a crash (DCHECK) in palm
rejection code. As DCHECKs are on by default for developer builds, this
CL disables the DCHECK.

I manually verified that the device seems to work fine on long presses
and using the stylus with the DCHECK disabled. The code in question is
triggered quite a lot (sometimes 50+ times in a second), so I updated it
to not log at all by default.

Bug: 198472780
Merged-In: I949711cb79329c409f5023292eaf41ee2b2907b7
Change-Id: I949711cb79329c409f5023292eaf41ee2b2907b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3278848
Test: n/a (taken from upstream)
Auto-Submit: Timothy Loh <timloh@chromium.org>
Reviewed-by: Rob Schonberger <robsc@google.com>
Reviewed-by: Rob Schonberger <robsc@chromium.org>
Commit-Queue: Rob Schonberger <robsc@chromium.org>
Cr-Commit-Position: refs/heads/main@{#956042}
(cherry picked from commit aa91b4959c47d3a969a97ec2178ae36802da5ec8)
1 file changed