diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-03-15 15:36:28 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-03-15 15:36:28 +0000 |
| commit | eed99d8629bc8b1cf122455c5d570550813e27ff (patch) | |
| tree | f05275d24524b1766068044949d81ce4ca145268 /core/java | |
| parent | 79fe33405570312286468a8216bd77e7d10c39df (diff) | |
| parent | 5a8ea8c619132b48d279be5fd7761538caf02ec9 (diff) | |
Merge "Frameworks: Fix system server profiling"
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/app/ActivityThread.java | 2 |
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; |
