修复4.4.4系统在多个dex的情况下,无法进行回调的问题;修复组合任务子任务索引问题
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user