Disable ContentService.DEBUG
Bug: 77778401 Test: boot Change-Id: I4fb5ff3555736bd92eb25a25219d35b8ade19708
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user