summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-05-02 19:54:01 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-05-02 19:54:01 +0200
commit69bd3aed62890937aadd8ab93ebe14ef230ca47e (patch)
tree2e82a77f28a17e4a07bfd7169d686570ee2e4483
parent5f7d6835724439a67b594f173e07a8686b3736f8 (diff)
downloadsystem_core-69bd3aed62890937aadd8ab93ebe14ef230ca47e.tar.gz
system_core-69bd3aed62890937aadd8ab93ebe14ef230ca47e.tar.bz2
system_core-69bd3aed62890937aadd8ab93ebe14ef230ca47e.zip
debuggerd: Rebrand tombstone header to Replicantreplicant-6.0-0001
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r--debuggerd/tombstone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/tombstone.cpp b/debuggerd/tombstone.cpp
index db3d06578..b4f8e70d7 100644
--- a/debuggerd/tombstone.cpp
+++ b/debuggerd/tombstone.cpp
@@ -173,7 +173,7 @@ static void dump_header_info(log_t* log) {
property_get("ro.build.fingerprint", fingerprint, "unknown");
property_get("ro.revision", revision, "unknown");
- _LOG(log, logtype::HEADER, "LineageOS Version: '%s'\n", cm_version);
+ _LOG(log, logtype::HEADER, "Replicant Version: '%s'\n", cm_version);
_LOG(log, logtype::HEADER, "Build fingerprint: '%s'\n", fingerprint);
_LOG(log, logtype::HEADER, "Revision: '%s'\n", revision);
_LOG(log, logtype::HEADER, "ABI: '%s'\n", ABI_STRING);