Only write stacks traces to tombstoned
am: 0e5dc3438d

Change-Id: Ia92c388eb7f3cb1c49aac41a27ade816021acb4f
diff --git a/runtime/signal_catcher.cc b/runtime/signal_catcher.cc
index 33f582c..20c85c1 100644
--- a/runtime/signal_catcher.cc
+++ b/runtime/signal_catcher.cc
@@ -110,8 +110,7 @@
     LOG(INFO) << "Wrote stack traces to tombstoned";
   } else {
     CHECK(status == PaletteStatus::kCheckErrno);
-    LOG(ERROR) << "Failed to write stack traces to tombstoned";
-    LOG(INFO) << s;
+    PLOG(ERROR) << "Failed to write stack traces to tombstoned";
   }
 #else
   LOG(INFO) << s;