mirror of https://github.com/M66B/FairEmail.git
Debugging
This commit is contained in:
parent
84d544351c
commit
96dc7194b1
|
@ -72,7 +72,8 @@ public class ApplicationEx extends Application {
|
||||||
getMainLooper().setMessageLogging(new Printer() {
|
getMainLooper().setMessageLogging(new Printer() {
|
||||||
@Override
|
@Override
|
||||||
public void println(String msg) {
|
public void println(String msg) {
|
||||||
Log.d("Loop: " + msg);
|
if (BuildConfig.DEBUG)
|
||||||
|
Log.d("Loop: " + msg);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue