commit | 2837883e874af5d45bf640a56c42c94a42c222e1 | [log] [tgz] |
---|---|---|
author | Kelly Rossmoyer <krossmo@google.com> | Wed Jul 29 22:21:31 2020 +0000 |
committer | Kelly Rossmoyer <krossmo@google.com> | Thu Sep 10 13:55:33 2020 -0700 |
tree | d5c5b4c03da24abbe1dd8d9a3c27041d867da930 | |
parent | 8ac6741e47c76bde065f868ea64d2f04541487b9 [diff] [blame] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference BUG=161896447 Test: make (change is only comments + 1 log message) Change-Id: I8a21ef4ce19c517853388d8f7542f3a0cf8d91d5 Merged-In: I26ef8e079bf13f19bdc3bbc8219f572a43b68090
diff --git a/cmds/statsd/tests/UidMap_test.cpp b/cmds/statsd/tests/UidMap_test.cpp index 293e8ed..33bdc64 100644 --- a/cmds/statsd/tests/UidMap_test.cpp +++ b/cmds/statsd/tests/UidMap_test.cpp
@@ -44,7 +44,7 @@ sp<StatsPullerManager> pullerManager = new StatsPullerManager(); sp<AlarmMonitor> anomalyAlarmMonitor; sp<AlarmMonitor> subscriberAlarmMonitor; - // Construct the processor with a dummy sendBroadcast function that does nothing. + // Construct the processor with a no-op sendBroadcast function that does nothing. StatsLogProcessor p( m, pullerManager, anomalyAlarmMonitor, subscriberAlarmMonitor, 0, [](const ConfigKey& key) { return true; },