mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Fixed log level
This commit is contained in:
@@ -81,7 +81,7 @@ public class Log {
|
||||
}
|
||||
|
||||
public static int i(Throwable ex) {
|
||||
return android.util.Log.w(TAG, ex + "\n" + android.util.Log.getStackTraceString(ex));
|
||||
return android.util.Log.i(TAG, ex + "\n" + android.util.Log.getStackTraceString(ex));
|
||||
}
|
||||
|
||||
public static int w(Throwable ex) {
|
||||
|
||||
Reference in New Issue
Block a user