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

Commit c506cf24 authored by Makoto Onuki's avatar Makoto Onuki Committed by android-build-merger
Browse files

Merge "Disable ContentService.DEBUG" into pi-dev

am: 19008053

Change-Id: I10e32b3a060e0f667e3c4d7bb4a876d498bdab34
parents 42ff9dd1 19008053
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;