1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 08:29:24 +00:00

Debugging

This commit is contained in:
M66B 2020-07-26 09:37:03 +02:00
parent 84d544351c
commit 96dc7194b1

View file

@ -72,7 +72,8 @@ public class ApplicationEx extends Application {
getMainLooper().setMessageLogging(new Printer() {
@Override
public void println(String msg) {
Log.d("Loop: " + msg);
if (BuildConfig.DEBUG)
Log.d("Loop: " + msg);
}
});