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

Commit bb9c493a authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

crash_dump: remove extra log. am: d20d687d am: 742dd986 am: 6b1ecc3e

am: 37555afb

Change-Id: Ic474e60b71ad5c9fac891ede6a2fa5fac6247190
parents 3fed47ee 37555afb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -163,8 +163,6 @@ static bool tombstoned_notify_completion(int tombstoned_socket) {
static void abort_handler(pid_t target, const bool& tombstoned_connected,
                          unique_fd& tombstoned_socket, unique_fd& output_fd,
                          const char* abort_msg) {
  LOG(ERROR) << abort_msg;

  // If we abort before we get an output fd, contact tombstoned to let any
  // potential listeners know that we failed.
  if (!tombstoned_connected) {