diff options
| author | 2024-08-30 13:23:53 +0000 | |
|---|---|---|
| committer | 2024-08-30 13:23:53 +0000 | |
| commit | b0a69d10f400081df48d662ece536d2884d257c4 (patch) | |
| tree | 26e9a23c4d21d77f71a65f3387b5f5a54a4345c4 | |
| parent | 2b84a2e28aa8acad97b2d6d83de2d602cffa9547 (diff) | |
| parent | 85be17042133f79c85543ca912638c3db8db7532 (diff) | |
Merge "Add input flag enable_per_device_input_latency_metrics" into main
| -rw-r--r-- | libs/input/input_flags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/input/input_flags.aconfig b/libs/input/input_flags.aconfig index ab117b875e..8e91f11986 100644 --- a/libs/input/input_flags.aconfig +++ b/libs/input/input_flags.aconfig @@ -171,3 +171,10 @@ flag { description: "Include AXIS_RELATIVE_X and AXIS_RELATIVE_Y values when reporting touches from captured touchpads." bug: "330522990" } + +flag { + name: "enable_per_device_input_latency_metrics" + namespace: "input" + description: "Capture input latency metrics on a per device granular level using histograms." + bug: "270049345" +} |