Switch logs to use new Log class.

This commit is contained in:
Greyson Parrelli
2018-08-01 11:09:24 -04:00
parent acb40c6133
commit a498176043
229 changed files with 228 additions and 316 deletions

View File

@@ -6,7 +6,7 @@ import android.os.Handler;
import android.os.Looper;
import android.preference.PreferenceManager;
import android.text.TextUtils;
import android.util.Log;
import org.thoughtcrime.securesms.logging.Log;
import org.junit.Before;
import org.junit.runner.RunWith;