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 | 7b21637782358142be6953af26515b6cba80334b (patch) | |
tree | 784b36191bbf76fabc43e07c82e159762edf057f /debuggerd/libdebuggerd/utility.cpp | |
parent | fcaed0effab54fa6face42a1b55c26760df0a074 (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 f43092c21..4e6df09c9 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) |