diff options
author | Justin DeMartino <jjdemartino@google.com> | 2020-09-21 13:24:08 -0700 |
---|---|---|
committer | Justin DeMartino <jjdemartino@google.com> | 2020-09-21 13:24:08 -0700 |
commit | 338e91517f011da3056cdab4fe75198281cbc997 (patch) | |
tree | daadd64a0a84b5836dda7d2ce15737d4d59abdae /debuggerd/libdebuggerd/utility.cpp | |
parent | 9a1114d8a44e4d93a719095ad81c119273d43ee4 (diff) | |
parent | 79c5fee02e1430bec2f75956297f5b631e70b407 (diff) |
Merge SP1A.200921.001
Change-Id: I90b97c4e9fb10b1f45e74def404823eed5b1aaa8
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) |