Disabled DEBUG_USER constant on SystemService.
Test: none Fixes: 133242016 Change-Id: I0e34ffc37a0701b5a5ab2843402ce504ce97c4a5
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user