去除log信息

This commit is contained in:
lianglihui
2021-06-15 16:04:04 +08:00
parent d54d4f51e2
commit a552314e3e
3 changed files with 5 additions and 2 deletions

View File

@@ -282,7 +282,7 @@ public class MogoApplication extends AbsMogoApplication {
startService(intent);
}
if (refWatcher != null){
if (refWatcher == null){
refWatcher = LeakCanary.install(this);
}