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

Commit 19008053 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable ContentService.DEBUG" into pi-dev

parents 1264d880 5c01be6a
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;