Merge "Disable ContentService.DEBUG" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-09 18:34:13 +00:00
committed by Android (Google) Code Review

View File

@@ -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;