mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Cleanup
This commit is contained in:
parent
13058e9052
commit
b7a7ef383b
1 changed files with 2 additions and 3 deletions
|
@ -408,9 +408,8 @@ public class Log {
|
|||
config.setMaxBreadcrumbs(BuildConfig.PLAY_STORE_RELEASE ? 250 : 500);
|
||||
|
||||
Set<Pattern> discardClasses = new HashSet<>();
|
||||
if (!BuildConfig.DEBUG)
|
||||
for (String clazz : IGNORE_CLASSES)
|
||||
discardClasses.add(Pattern.compile(clazz.replace(".", "\\.")));
|
||||
for (String clazz : IGNORE_CLASSES)
|
||||
discardClasses.add(Pattern.compile(clazz.replace(".", "\\.")));
|
||||
config.setDiscardClasses(discardClasses);
|
||||
|
||||
final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
|
|
Loading…
Reference in a new issue