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);
}
});