mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-30 17:51:37 -05:00
Shortened log tags to below 23 chars (required by lint)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user