Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b49e699d authored by Vincent Breitmoser's avatar Vincent Breitmoser
Browse files

plant DebugTree in K9.onCreate()

parent 73091326
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ import com.fsck.k9.service.ShutdownReceiver;
import com.fsck.k9.service.StorageGoneReceiver;
import com.fsck.k9.widget.list.MessageListWidgetProvider;
import timber.log.Timber;
import timber.log.Timber.DebugTree;


public class K9 extends Application {
@@ -522,6 +523,10 @@ public class K9 extends Application {
        app = this;
        Globals.setContext(this);

        if (BuildConfig.DEBUG) {
            Timber.plant(new DebugTree());
        }

        K9MailLib.setDebugStatus(new K9MailLib.DebugStatus() {
            @Override public boolean enabled() {
                return DEBUG;