mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
Reduce logging
This commit is contained in:
parent
b13a7d62e2
commit
5f24921230
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ 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);
|
||||
//if (BuildConfig.DEBUG)
|
||||
// Log.i("LifeCycle " + name + " state=" + registry.getCurrentState() + " " + registry);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue