mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Debugging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user