修复4.4.4系统在多个dex的情况下,无法进行回调的问题;修复组合任务子任务索引问题
This commit is contained in:
@@ -35,7 +35,7 @@ import javax.lang.model.element.Modifier;
|
||||
* Created by lyy on 2017/9/6.
|
||||
* 各类注解统计技术类
|
||||
*/
|
||||
final class CountFiler {
|
||||
@Deprecated final class CountFiler {
|
||||
private Filer mFiler;
|
||||
private ParamObtainUtil mPbUtil;
|
||||
|
||||
|
||||
@@ -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