mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-18 21:28:54 +00:00
Fixed log level
This commit is contained in:
parent
5ffd56869a
commit
29728faaa9
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue