diff options
| author | Dianne Hackborn <hackbod@google.com> | 2011-08-24 10:51:49 -0700 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2011-08-24 12:06:15 -0700 |
| commit | cfb9f2bca39772aecd072e2a30342a67b6319bbb (patch) | |
| tree | ba0b3036b8227c56ea7580955c353ee7be16ebe7 /core/java/android/app/ActivityThread.java | |
| parent | 332645960c60e79fd903d8c547a16a1140274339 (diff) | |
Fix issue #5192141: systemui asplodes after enough tapping on the windowlist button
Change-Id: I5afb2d54b531d9eac9435660616579324f239812
Diffstat (limited to 'core/java/android/app/ActivityThread.java')
| -rw-r--r-- | core/java/android/app/ActivityThread.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/app/ActivityThread.java b/core/java/android/app/ActivityThread.java index 6fb79656b683..e3075d763ed3 100644 --- a/core/java/android/app/ActivityThread.java +++ b/core/java/android/app/ActivityThread.java @@ -1943,7 +1943,6 @@ public final class ActivityThread { // we are back active so skip it. unscheduleGcIdler(); - Slog.i(TAG, "Launch: profileFd=" + r.profileFile + " stop=" + r.autoStopProfiler); if (r.profileFd != null) { mBoundApplication.setProfiler(r.profileFile, r.profileFd); mBoundApplication.startProfiling(); |
