fix: sensors's callback persisted in loopers' ThreadLocal, causes ScriptExecuteActivity memory leak

This commit is contained in:
hyb1996
2018-09-19 20:28:53 +08:00
parent 16709529e3
commit bb130f56ea
10 changed files with 68 additions and 45 deletions

View File

@@ -91,7 +91,7 @@ public class App extends MultiDexApplication {
// You should not init your app in this process.
return;
}
LeakCanary.install(this);
//LeakCanary.install(this);
}
private void init() {