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

Commit 5c01be6a authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Disable ContentService.DEBUG

Bug: 77778401
Test: boot
Change-Id: I4fb5ff3555736bd92eb25a25219d35b8ade19708
parent dbcf2767
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ import java.util.List;
 */
public final class ContentService extends IContentService.Stub {
    static final String TAG = "ContentService";
    static final boolean DEBUG = true;
    static final boolean DEBUG = false;

    public static class Lifecycle extends SystemService {
        private ContentService mService;