crash_dump: remove extra log. am: d20d687de5 am: 742dd98672 am: 6b1ecc3ed3
am: 37555afbf5
Change-Id: Ic474e60b71ad5c9fac891ede6a2fa5fac6247190
diff --git a/debuggerd/crash_dump.cpp b/debuggerd/crash_dump.cpp
index 831150b..4db13aa 100644
--- a/debuggerd/crash_dump.cpp
+++ b/debuggerd/crash_dump.cpp
@@ -163,8 +163,6 @@
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) {