summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-19 06:11:02 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-19 06:11:02 +0000
commit5b5bd2e25808a16618eba837a1adfbf6590c6fa3 (patch)
tree3279c97e78cf501037196b7630ed6309f9073646
parentd9ca7aec9e3b59be70f7bbb3c77bd46edaac0842 (diff)
parent91d19d565c6f401c1349cd4999eeb38d9b9fa942 (diff)
downloadart-5b5bd2e25808a16618eba837a1adfbf6590c6fa3.tar.gz
Snap for 4404534 from 91d19d565c6f401c1349cd4999eeb38d9b9fa942 to oc-mr1-release
Change-Id: I41b235982f92e4d98b5f1ab12cc77a8e65b02029
-rw-r--r--runtime/signal_catcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/signal_catcher.cc b/runtime/signal_catcher.cc
index f0b6ee4a58..523584e352 100644
--- a/runtime/signal_catcher.cc
+++ b/runtime/signal_catcher.cc
@@ -169,7 +169,7 @@ void SignalCatcher::Output(const std::string& s) {
#if defined(ART_TARGET_ANDROID)
if (use_tombstoned_stack_trace_fd_ && !tombstoned_notify_completion(tombstone_fd)) {
- LOG(WARNING) << "Unable to notify tombstoned of dump completion.";
+ PLOG(WARNING) << "Unable to notify tombstoned of dump completion";
}
#endif
}