Shortened log tags to below 23 chars (required by lint)
This commit is contained in:
parent
52c4554877
commit
40925009bb
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user