summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-03-15 15:36:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-15 15:36:28 +0000
commiteed99d8629bc8b1cf122455c5d570550813e27ff (patch)
treef05275d24524b1766068044949d81ce4ca145268 /core/java
parent79fe33405570312286468a8216bd77e7d10c39df (diff)
parent5a8ea8c619132b48d279be5fd7761538caf02ec9 (diff)
Merge "Frameworks: Fix system server profiling"
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/app/ActivityThread.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/ActivityThread.java b/core/java/android/app/ActivityThread.java
index 565eaeb632b1..bae2a26a6f32 100644
--- a/core/java/android/app/ActivityThread.java
+++ b/core/java/android/app/ActivityThread.java
@@ -612,7 +612,7 @@ public final class ActivityThread {
streamingOutput);
profiling = true;
} catch (RuntimeException e) {
- Slog.w(TAG, "Profiling failed on path " + profileFile);
+ Slog.w(TAG, "Profiling failed on path " + profileFile, e);
try {
profileFd.close();
profileFd = null;