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

Commit 7151d203 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "debuggerd: delete accidentally merged log spam."

parents 627a74b7 3e27bd5a
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();
    }