am c8a7e34d: Merge "tombstone: log output header suppressed in crash"
* commit 'c8a7e34dfc0f8f1c994168672db21175b28b931f':
tombstone: log output header suppressed in crash
diff --git a/debuggerd/tombstone.cpp b/debuggerd/tombstone.cpp
index a58d9e5..010194d 100755
--- a/debuggerd/tombstone.cpp
+++ b/debuggerd/tombstone.cpp
@@ -489,7 +489,7 @@
}
if (first) {
- _LOG(log, logtype::HEADER, "--------- %slog %s\n",
+ _LOG(log, logtype::LOGS, "--------- %slog %s\n",
tail ? "tail end of " : "", filename);
first = false;
}