(final Context context, String data)
| 68 | public enum Type {General, Statistics, Scheduling, Network, Account, Protocol, Classification, Notification, Rules, Cloud, Debug1, Debug2, Debug3, Debug4, Debug5} |
| 69 | |
| 70 | public static void log(final Context context, String data) { |
| 71 | log(context, Type.General, data); |
| 72 | } |
| 73 | |
| 74 | static void log(final Context context, @NonNull Type type, EntityAccount account, String data) { |
| 75 | if (account == null) |
no test coverage detected