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

Commit 060f5e19 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disabled DEBUG_USER constant on SystemService." into rvc-dev am: 851415b6 am: 40a32fe4

Change-Id: I9917c0c9d54bc29a36ebece58f211e664c8055c3
parents 1bb26a64 40a32fe4
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.