提交 4725bafb 编写于 作者: 囧jt's avatar 囧jt

modify:

[Android]-remove onTouchEvent hook
上级 405ef48e
......@@ -12,9 +12,6 @@ package com.didichuxing.doraemondemo;
public class AopTest {
public void getDoKit() {
// OkHttpHook.addDoKitIntercept(this);
}
......
......@@ -8,7 +8,7 @@ ext {
//1:依赖dokit远程aar运行
run_type : 0,
group_id : 'io.github.didi.dokit',
version : '3.4.3.109'
version : '3.4.3.110'
]
android = [compileSdkVersion : 29,
......
......@@ -80,7 +80,8 @@ object DoKitReal {
val strDokitMode = DoKitSPUtil.getString(SharedPrefsKey.FLOAT_START_MODE, "normal")
DoKitManager.IS_NORMAL_FLOAT_MODE = strDokitMode == "normal"
//初始化第三方工具
installLeakCanary(app)
//建议业务自己接入
//installLeakCanary(app)
checkLargeImgIsOpen()
registerNetworkStatusChangedListener()
startAppHealth()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册