Merge "Disabled DEBUG_USER constant on SystemService." into rvc-dev am: 851415b693

Change-Id: Ib2d96a6350a91bbf06ec232f4df4a65054ed3f39
This commit is contained in:
TreeHugger Robot
2020-05-26 21:43:52 +00:00
committed by Automerger Merge Worker

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.