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

Commit 40a32fe4 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

Change-Id: I2b707c240a68570d589eea4a244617e03a8de2bd
parents 796bffe9 851415b6
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.