commit | 124b7758025da0b0ef2385f2f226a6b252156ab1 | [log] [tgz] |
---|---|---|
author | Brian Colonna <bcolonna@google.com> | Mon Aug 25 13:54:39 2014 -0400 |
committer | Brian Colonna <bcolonna@google.com> | Mon Aug 25 13:54:39 2014 -0400 |
tree | a3e54b5ccad9aae2ef645f4fdd537d02c467af41 | |
parent | 6adf1588fd2bccb8cf95a9c3456230bba805fab9 [diff] |
Bug 17250075: Turned off debugging for launching secure camera Reduces log spam. Change-Id: Icdf2e0154ec337ed4fad915ec7f404d94d522ea1
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/SecureCameraLaunchManager.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/SecureCameraLaunchManager.java index 4a5a069..562f550 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/SecureCameraLaunchManager.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/SecureCameraLaunchManager.java
@@ -57,8 +57,7 @@ * the UI thread. */ public class SecureCameraLaunchManager { - // TODO(bcolonna): Turn off debugging after running with this change for a while. STOPSHIP - private static final boolean DEBUG = true; + private static final boolean DEBUG = false; private static final String TAG = "SecureCameraLaunchManager"; // Action sent as a broadcast to tell other apps to stop using the camera. Other apps that use