Skip to content

Commit

Permalink
Fw_base - Keyguard: disable logspilling debug
Browse files Browse the repository at this point in the history
Change-Id: Ic12a35bc122c8ab85468c590508f8e1776828746
Signed-off-by: xyyx <xyyx@mail.ru>
  • Loading branch information
maxwen authored and STELIX committed Apr 26, 2018
1 parent 6c5c240 commit 2cc5ef4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,5 +27,5 @@ public class KeyguardConstants {
*/
public static final boolean DEBUG = false;
public static final boolean DEBUG_SIM_STATES = false;
public static final boolean DEBUG_FP_WAKELOCK = true;
public static final boolean DEBUG_FP_WAKELOCK = false;
}

0 comments on commit 2cc5ef4

Please sign in to comment.