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

Commit 9b9a5195 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:...

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

Change-Id: Ie6ce6144d58480fc83c02873e6ffb2822dafc3aa
parents b5a619da 060f5e19
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.