Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 851415b6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 6e63bf8d edec484d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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.