Disabled DEBUG_USER constant on SystemService.

Test: none
Fixes: 133242016

Change-Id: I0e34ffc37a0701b5a5ab2843402ce504ce97c4a5
This commit is contained in:
felipeal
2020-05-26 09:46:45 -07:00
parent 4586885a63
commit edec484d1a

View File

@@ -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.