mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02: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