diff options
| author | Josh Gao <jmgao@google.com> | 2018-08-13 18:06:16 -0700 |
|---|---|---|
| committer | Josh Gao <jmgao@google.com> | 2018-08-21 13:54:31 -0700 |
| commit | 3e27bd5a8f2dbfd40cc733a5b83a72d09ee5c7d8 (patch) | |
| tree | 1a855b975762918193c89bd55c09a750bf998521 /debuggerd | |
| parent | ec54ef7a8d762ca35f6b4a63925ab2e72ce85d13 (diff) | |
| download | system_core-3e27bd5a8f2dbfd40cc733a5b83a72d09ee5c7d8.tar.gz system_core-3e27bd5a8f2dbfd40cc733a5b83a72d09ee5c7d8.tar.bz2 system_core-3e27bd5a8f2dbfd40cc733a5b83a72d09ee5c7d8.zip | |
debuggerd: delete accidentally merged log spam.
Test: none
Change-Id: I4237b4f0c8d5cdc559766fc3c73742b013c1df86
Diffstat (limited to 'debuggerd')
| -rw-r--r-- | debuggerd/libdebuggerd/open_files_list.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debuggerd/libdebuggerd/open_files_list.cpp b/debuggerd/libdebuggerd/open_files_list.cpp index 1fdf2369a..03e4e8e3c 100644 --- a/debuggerd/libdebuggerd/open_files_list.cpp +++ b/debuggerd/libdebuggerd/open_files_list.cpp @@ -75,7 +75,6 @@ void populate_fdsan_table(OpenFilesList* list, std::shared_ptr<unwindstack::Memo 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(); } |
