summaryrefslogtreecommitdiffstats
path: root/libutils/Printer.cpp
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-01-09 15:46:44 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-09 15:46:44 -0800
commit5d2ec87bf54dc8a02e6bcbe5848fd378056b8f78 (patch)
tree1eb9f8ee585943223b4a2e6a814774265f025842 /libutils/Printer.cpp
parentc121c69b856bfa9baea105439fbdac648d154097 (diff)
parentb18f93ea5d57b8dff31c6cc706c6b4f32180c0c8 (diff)
downloadsystem_core-5d2ec87bf54dc8a02e6bcbe5848fd378056b8f78.zip
system_core-5d2ec87bf54dc8a02e6bcbe5848fd378056b8f78.tar.gz
system_core-5d2ec87bf54dc8a02e6bcbe5848fd378056b8f78.tar.bz2
am b18f93ea: Merge "Move CallStack to libbacktrace."
* commit 'b18f93ea5d57b8dff31c6cc706c6b4f32180c0c8': Move CallStack to libbacktrace.
Diffstat (limited to 'libutils/Printer.cpp')
-rw-r--r--libutils/Printer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libutils/Printer.cpp b/libutils/Printer.cpp
index ac729e0..263e740 100644
--- a/libutils/Printer.cpp
+++ b/libutils/Printer.cpp
@@ -145,6 +145,7 @@ void String8Printer::printLine(const char* string) {
return;
}
+ mTarget->append(mPrefix);
mTarget->append(string);
mTarget->append("\n");
}