Added debug classes

This commit is contained in:
M66B
2024-05-13 17:29:36 +02:00
parent 5bc84a0482
commit a313268b1c
6 changed files with 16 additions and 12 deletions

View File

@@ -520,7 +520,7 @@ public class EmailService implements AutoCloseable {
if (auth == AUTH_TYPE_GMAIL || auth == AUTH_TYPE_OAUTH) {
try {
EntityLog.log(context, EntityLog.Type.Debug,
EntityLog.log(context, EntityLog.Type.Debug1,
ex + "\n" + android.util.Log.getStackTraceString(ex));
authenticator.refreshToken(true);
connect(dnssec, host, port, auth, user, factory);