diff options
| author | 2024-11-26 11:27:13 +0000 | |
|---|---|---|
| committer | 2024-11-26 11:27:13 +0000 | |
| commit | ff2415b7a9dd19f4ee0442b018173b398ad09ca7 (patch) | |
| tree | 6b865b3f2d8e86ca29ca85316b5b70ff8f923c46 | |
| parent | 1f5ff0f405e6af945ce23188ec202d9daae7b58d (diff) | |
| parent | f6c92a04a5497ab9a179712df5bf0698282b11b9 (diff) | |
Merge "Update comments to point to the new location of event.logtags." into main
| -rw-r--r-- | services/inputflinger/dispatcher/EventLogTags.logtags | 2 | ||||
| -rw-r--r-- | services/surfaceflinger/EventLog/EventLogTags.logtags | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/services/inputflinger/dispatcher/EventLogTags.logtags b/services/inputflinger/dispatcher/EventLogTags.logtags index 2c5fe213fb..4dd6073f7b 100644 --- a/services/inputflinger/dispatcher/EventLogTags.logtags +++ b/services/inputflinger/dispatcher/EventLogTags.logtags @@ -31,7 +31,7 @@ # 6: Percent # Default value for data of type int/long is 2 (bytes). # -# See system/core/logcat/event.logtags for the master copy of the tags. +# See system/logging/logcat/event.logtags for the master copy of the tags. # 62000 - 62199 reserved for inputflinger diff --git a/services/surfaceflinger/EventLog/EventLogTags.logtags b/services/surfaceflinger/EventLog/EventLogTags.logtags index 6c851dd09c..76154cb53a 100644 --- a/services/surfaceflinger/EventLog/EventLogTags.logtags +++ b/services/surfaceflinger/EventLog/EventLogTags.logtags @@ -31,7 +31,7 @@ # 6: Percent # Default value for data of type int/long is 2 (bytes). # -# See system/core/logcat/event.logtags for the master copy of the tags. +# See system/logging/logcat/event.logtags for the master copy of the tags. # 60100 - 60199 reserved for surfaceflinger |