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,11 +6,11 @@ import android.content.Context;
import android.database.Cursor;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.Log;
import net.sqlcipher.database.SQLiteDatabase;
import org.thoughtcrime.securesms.database.helpers.SQLCipherOpenHelper;
import org.thoughtcrime.securesms.logging.Log;
import org.thoughtcrime.securesms.util.Base64;
import org.whispersystems.libsignal.InvalidKeyException;
import org.whispersystems.libsignal.ecc.Curve;