commit | 05215aff63eac433ccc2ec618146fad27675e877 | [log] [tgz] |
---|---|---|
author | Arpit Singh <[email protected]> | Sun Aug 25 17:49:32 2024 +0000 |
committer | Arpit Singh <[email protected]> | Mon Sep 02 08:54:15 2024 +0000 |
tree | c4840dcb3bfd9ce7ea504173c708bbeaba35ab67 | |
parent | a9567c6b852b0c9cc0696229d660306a1c6c855d [diff] [blame] |
Add CursorController to the input dump Test: manually validate `adb shell dumpsys input` Bug: 245989146 FLAG: EXEMPT log only update Change-Id: Ibab15f613e3076df2ac2ac2e672ce9e699de7f67
diff --git a/libs/input/MouseCursorController.h b/libs/input/MouseCursorController.h index 78f6413..8600341 100644 --- a/libs/input/MouseCursorController.h +++ b/libs/input/MouseCursorController.h
@@ -67,6 +67,8 @@ bool resourcesLoaded(); + std::string dump() const; + private: mutable std::mutex mLock;