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

This commit is contained in:
Peter Serwylo 2015-05-14 21:05:30 +10:00
parent 52c4554877
commit 40925009bb
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ public final class PRNGFixes extends Compatibility {
@SuppressWarnings("serial") @SuppressWarnings("serial")
public static class LinuxPRNGSecureRandom extends SecureRandomSpi { 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 * IMPLEMENTATION NOTE: Requests to generate bytes and to mix in a seed

View File

@ -22,7 +22,7 @@ import java.util.Map;
*/ */
public class InstalledAppCacheUpdater { public class InstalledAppCacheUpdater {
private static final String TAG = "InstalledAppCacheUpdater"; private static final String TAG = "InstalledAppCache";
private final Context context; private final Context context;