修复4.4.4系统在多个dex的情况下,无法进行回调的问题;修复组合任务子任务索引问题

This commit is contained in:
laoyuyu
2018-07-04 20:06:09 +08:00
parent 8201eef571
commit 671ae11e2b
14 changed files with 179 additions and 43 deletions

View File

@@ -142,7 +142,7 @@ class ElementHandler {
void createProxyFile() {
try {
new EventProxyFiler(mFiler, mPbUtil).createEventProxyFile();
new CountFiler(mFiler, mPbUtil).createCountFile();
//new CountFiler(mFiler, mPbUtil).createCountFile();
} catch (IOException e) {
e.printStackTrace();
}