commit | 3e27bd5a8f2dbfd40cc733a5b83a72d09ee5c7d8 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Aug 13 18:06:16 2018 -0700 |
committer | Josh Gao <jmgao@google.com> | Tue Aug 21 13:54:31 2018 -0700 |
tree | 1a855b975762918193c89bd55c09a750bf998521 | |
parent | ec54ef7a8d762ca35f6b4a63925ab2e72ce85d13 [diff] |
debuggerd: delete accidentally merged log spam. Test: none Change-Id: I4237b4f0c8d5cdc559766fc3c73742b013c1df86
diff --git a/debuggerd/libdebuggerd/open_files_list.cpp b/debuggerd/libdebuggerd/open_files_list.cpp index 1fdf236..03e4e8e 100644 --- a/debuggerd/libdebuggerd/open_files_list.cpp +++ b/debuggerd/libdebuggerd/open_files_list.cpp
@@ -75,7 +75,6 @@ ALOGE("failed to read fdsan table entry %zu: %s", i, strerror(errno)); return; } - ALOGE("fd %zu = %#" PRIx64, i, entry.close_tag.load()); if (entry.close_tag) { (*list)[i].fdsan_owner = entry.close_tag.load(); }