Shortened log tags to below 23 chars (required by lint)

This commit is contained in:
Peter Serwylo committed 2015-05-14 22:24:40 +10:00
1 parent 52c4554877
commit 40925009bb
2 files changed
+2 -2

No files matched your search

@@ -167,7 +167,7 @@ public final class PRNGFixes extends Compatibility {
@SuppressWarnings("serial")
public static class LinuxPRNGSecureRandom extends SecureRandomSpi {
private static final String TAG = "PRNGFixes.LinuxPRNGSecureRandom";
private static final String TAG = "PRNGFixes";
/*
* IMPLEMENTATION NOTE: Requests to generate bytes and to mix in a seed
@@ -22,7 +22,7 @@ import java.util.Map;
*/
public class InstalledAppCacheUpdater {
private static final String TAG = "InstalledAppCacheUpdater";
private static final String TAG = "InstalledAppCache";
private final Context context;