clean logging

This commit is contained in:
ryanzhao
2021-02-03 12:22:40 +11:00
parent 0a952bcb85
commit 307da3b2be
290 changed files with 360 additions and 549 deletions

View File

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

View File

@@ -1,6 +1,7 @@
package org.thoughtcrime.securesms.logging;
import org.junit.Test;
import org.session.libsignal.utilities.logging.Log;
import static org.junit.Assert.assertEquals;