Use Log.tag where appropriate.

This commit is contained in:
Greyson Parrelli
2021-03-29 18:37:22 -04:00
committed by Alex Hart
parent 2144dc3b67
commit b053fbc4a7
251 changed files with 313 additions and 253 deletions

View File

@@ -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 {