mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Use Log.tag where appropriate.
This commit is contained in:
committed by
Alex Hart
parent
2144dc3b67
commit
b053fbc4a7
@@ -54,7 +54,7 @@ import static org.thoughtcrime.securesms.database.SearchDatabase.SNIPPET_WRAP;
|
||||
*/
|
||||
public class SearchRepository {
|
||||
|
||||
private static final String TAG = SearchRepository.class.getSimpleName();
|
||||
private static final String TAG = Log.tag(SearchRepository.class);
|
||||
|
||||
private static final Set<Character> BANNED_CHARACTERS = new HashSet<>();
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user