Merge "Disabled DEBUG_USER constant on SystemService." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
851415b693
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user