debuggerd: delete accidentally merged log spam.
Test: none Change-Id: I4237b4f0c8d5cdc559766fc3c73742b013c1df86
This commit is contained in:
parent
ec54ef7a8d
commit
3e27bd5a8f
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue