We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0501df9 commit 98e15f3Copy full SHA for 98e15f3
src/flutter/shell/platform/linux_embedded/plugins/platform_views_plugin.cc
@@ -230,7 +230,7 @@ void PlatformViewsPlugin::PlatformViewsTouch(
230
auto x = std::get<double>(pointer_coord[7]);
231
auto y = std::get<double>(pointer_coord[8]);
232
233
- ELINUX_LOG(ERROR) << "Touch the platform view: id = " << view_id
+ ELINUX_LOG(TRACE) << "Touch the platform view: id = " << view_id
234
<< ", device_id = " << device_id
235
<< ", event_type = " << event_type << ", x = " << x
236
<< ", y = " << y;
0 commit comments