From edec484d1a2542dc7043866f2415f5a26bf4da52 Mon Sep 17 00:00:00 2001 From: felipeal Date: Tue, 26 May 2020 09:46:45 -0700 Subject: [PATCH] Disabled DEBUG_USER constant on SystemService. Test: none Fixes: 133242016 Change-Id: I0e34ffc37a0701b5a5ab2843402ce504ce97c4a5 --- services/core/java/com/android/server/SystemService.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/core/java/com/android/server/SystemService.java b/services/core/java/com/android/server/SystemService.java index e5c05408f6288..45d53a14d1e9f 100644 --- a/services/core/java/com/android/server/SystemService.java +++ b/services/core/java/com/android/server/SystemService.java @@ -68,8 +68,7 @@ import java.util.List; public abstract class SystemService { /** @hide */ - // TODO(b/133242016) STOPSHIP: change to false before R ships - protected static final boolean DEBUG_USER = true; + protected static final boolean DEBUG_USER = false; /* * The earliest boot phase the system send to system services on boot.