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

Commit fac411d9 authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Remove unnecessary logging.

Test: Extra logging no longers happens.
Change-Id: Ia179ebe5d16e0bde7d6ec66e39d4484ff18f2b1e
parent c8c24a72
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -77,8 +77,8 @@ void engrave_tombstone_ucontext(int tombstone_fd, int proto_fd, uint64_t abort_m
    .registers = std::move(regs), .uid = uid, .tid = target_tid,
    .thread_name = std::move(thread_name), .pid = pid, .command_line = std::move(command_line),
    .selinux_label = std::move(selinux_label), .siginfo = siginfo,
#if defined(__aarch64__)
    // Only supported on aarch64 for now.
#if defined(__aarch64__)
    .tagged_addr_ctrl = prctl(PR_GET_TAGGED_ADDR_CTRL, 0, 0, 0, 0),
    .pac_enabled_keys = prctl(PR_PAC_GET_ENABLED_KEYS, 0, 0, 0, 0),
#endif
@@ -88,7 +88,6 @@ void engrave_tombstone_ucontext(int tombstone_fd, int proto_fd, uint64_t abort_m
        if (target_tid == tid) {
          return;
        }
        async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, "Adding thread %d", tid);
        threads[tid] = ThreadInfo{
            .uid = thread.uid,
            .tid = tid,