debuggerd: delete accidentally merged log spam.

Test: none
Change-Id: I4237b4f0c8d5cdc559766fc3c73742b013c1df86
This commit is contained in:
Josh Gao 2018-08-13 18:06:16 -07:00
parent ec54ef7a8d
commit 3e27bd5a8f

View file

@ -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();
}