diff options
| author | Jeff Sharkey <jsharkey@google.com> | 2020-07-31 15:25:43 -0600 |
|---|---|---|
| committer | Jeff Sharkey <jsharkey@google.com> | 2020-07-31 16:36:06 -0600 |
| commit | fb13da4ba8c52ba2bff4f57bc8a78aa0fc608021 (patch) | |
| tree | 784b36191bbf76fabc43e07c82e159762edf057f /debuggerd/libdebuggerd/utility.cpp | |
| parent | 4f294ecb7561a6d9537f827b2d639f4d8efe97d4 (diff) | |
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference
Bug: 161896447
Change-Id: Iafcccbdbdf3ff1078e87000e2ce560ff09b43f68
Diffstat (limited to 'debuggerd/libdebuggerd/utility.cpp')
| -rw-r--r-- | debuggerd/libdebuggerd/utility.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debuggerd/libdebuggerd/utility.cpp b/debuggerd/libdebuggerd/utility.cpp index f43092c213..4e6df09c9a 100644 --- a/debuggerd/libdebuggerd/utility.cpp +++ b/debuggerd/libdebuggerd/utility.cpp @@ -44,7 +44,6 @@ using android::base::unique_fd; -// Whitelist output desired in the logcat output. bool is_allowed_in_logcat(enum logtype ltype) { if ((ltype == HEADER) || (ltype == REGISTERS) |
