commit | 6eb21601649ffe2ac114f1d0f5c63747e9992cd1 | [log] [tgz] |
---|---|---|
author | Vaibhav Devmurari <vdevmurari@google.com> | Mon Sep 02 19:24:40 2024 +0000 |
committer | Vaibhav Devmurari <vdevmurari@google.com> | Tue Sep 03 19:53:53 2024 +0000 |
tree | a9a9e3a05ff9c491fce1cfb196630e4712cefa31 | |
parent | 53a8ef0537e22c082e58b9e4f1491e6362040873 [diff] [blame] |
Add dump for Input filter rust components Test: None Bug: 245989146 Flag: EXEMPT bugfix Change-Id: I214e6c1e017a720fa38c55b7dd83a653db71381f
diff --git a/services/inputflinger/InputManager.cpp b/services/inputflinger/InputManager.cpp index 41e5247..b155122 100644 --- a/services/inputflinger/InputManager.cpp +++ b/services/inputflinger/InputManager.cpp
@@ -250,6 +250,10 @@ mCollector->dump(dump); dump += '\n'; } + if (ENABLE_INPUT_FILTER_RUST) { + mInputFilter->dump(dump); + dump += '\n'; + } mDispatcher->dump(dump); dump += '\n'; }