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

@@ -65,7 +65,7 @@ import okhttp3.Response;
public class LinkPreviewRepository {
private static final String TAG = LinkPreviewRepository.class.getSimpleName();
private static final String TAG = Log.tag(LinkPreviewRepository.class);
private static final CacheControl NO_CACHE = new CacheControl.Builder().noCache().build();