| Index: ui/events/ozone/evdev/touch_event_converter_evdev.cc
|
| diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev.cc b/ui/events/ozone/evdev/touch_event_converter_evdev.cc
|
| index 7bc1282f88d66e920d9143319d7ede682522e502..d745606b6cd1b783ff12db2c80024796908bc636 100644
|
| --- a/ui/events/ozone/evdev/touch_event_converter_evdev.cc
|
| +++ b/ui/events/ozone/evdev/touch_event_converter_evdev.cc
|
| @@ -293,7 +293,7 @@ void TouchEventConverterEvdev::SetPalmSuppressionCallback(
|
|
|
| void TouchEventConverterEvdev::ProcessMultitouchEvent(
|
| const input_event& input) {
|
| - if (touch_logging_enabled_)
|
| + if (touch_logging_enabled_ && !has_pen_)
|
| touch_evdev_debug_buffer_.ProcessEvent(current_slot_, &input);
|
|
|
| if (input.type == EV_SYN) {
|
|
|