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

Commit f419ff06 authored by Matthew Williams's avatar Matthew Williams Committed by Android Git Automerger
Browse files

am fda4698c: Merge "Turn off debugging in SyncManager" into klp-dev

* commit 'fda4698c':
  Turn off debugging in SyncManager
parents a2c13b3a fda4698c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ import java.util.TimeZone;
public class SyncStorageEngine extends Handler {

    private static final String TAG = "SyncManager";
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;
    private static final String TAG_FILE = "SyncManagerFile";

    private static final String XML_ATTR_NEXT_AUTHORITY_ID = "nextAuthorityId";