summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-05-02 19:52:46 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-05-02 19:52:46 +0200
commit5f7d6835724439a67b594f173e07a8686b3736f8 (patch)
tree8d6920edc7548c27c302db6755f4a4d238b38ba5
parentefc5eb3f68302fa8e061e51c5b632cbc904f451f (diff)
parentb2be6abc675348fb2ea24eaa84b320dfa21f2df8 (diff)
downloadsystem_core-5f7d6835724439a67b594f173e07a8686b3736f8.tar.gz
system_core-5f7d6835724439a67b594f173e07a8686b3736f8.tar.bz2
system_core-5f7d6835724439a67b594f173e07a8686b3736f8.zip
Merge branch 'cm-13.0' of https://github.com/LineageOS/android_system_core into replicant-6.0
-rw-r--r--debuggerd/tombstone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/tombstone.cpp b/debuggerd/tombstone.cpp
index 82d8fdf11..db3d06578 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, "CM Version: '%s'\n", cm_version);
+ _LOG(log, logtype::HEADER, "LineageOS 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);