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

Commit edec484d authored by felipeal's avatar felipeal
Browse files

Disabled DEBUG_USER constant on SystemService.

Test: none
Fixes: 133242016

Change-Id: I0e34ffc37a0701b5a5ab2843402ce504ce97c4a5
parent 4586885a
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.