Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e27bd5a authored by Josh Gao's avatar Josh Gao
Browse files

debuggerd: delete accidentally merged log spam.

Test: none
Change-Id: I4237b4f0c8d5cdc559766fc3c73742b013c1df86
parent ec54ef7a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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();
    }