mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Debug: badger
This commit is contained in:
@@ -67,7 +67,7 @@ public class EntityLog {
|
||||
|
||||
public enum Type {General, Statistics, Scheduling, Network, Account, Protocol, Classification, Notification, Rules, Cloud, Debug}
|
||||
|
||||
static void log(final Context context, String data) {
|
||||
public static void log(final Context context, String data) {
|
||||
log(context, Type.General, data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user