Merge "Disabled DEBUG_USER constant on SystemService." into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-26 21:37:46 +00:00
committed by Android (Google) Code Review

View File

@@ -68,8 +68,7 @@ import java.util.List;
public abstract class SystemService { public abstract class SystemService {
/** @hide */ /** @hide */
// TODO(b/133242016) STOPSHIP: change to false before R ships protected static final boolean DEBUG_USER = false;
protected static final boolean DEBUG_USER = true;
/* /*
* The earliest boot phase the system send to system services on boot. * The earliest boot phase the system send to system services on boot.