mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-23 12:35:55 -04:00
Shortened log tags to below 23 chars (required by lint)
This commit is contained in:
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;
|
||||
|
||||
|
||||
Reference in new issue
Block a user