Added debug classes

This commit is contained in:
M66B
2024-05-11 08:03:42 +02:00
parent 3d367c429f
commit 18c85872f3
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);