mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Debug logging
This commit is contained in:
@@ -58,8 +58,7 @@ public class TwoStateOwner implements LifecycleOwner {
|
||||
registry.addObserver(new LifecycleObserver() {
|
||||
@OnLifecycleEvent(Lifecycle.Event.ON_ANY)
|
||||
public void onAny() {
|
||||
//if (BuildConfig.DEBUG)
|
||||
// Log.i("LifeCycle " + name + " state=" + registry.getCurrentState() + " " + registry);
|
||||
Log.d("LifeCycle " + name + " state=" + registry.getCurrentState() + " " + registry);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user