Skip to content

Commit

Permalink
docs(project): 文档修改
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdan committed Mar 8, 2018
1 parent 283b999 commit 76d867f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 简介
本项目通过Android字节码插桩插件实现Android端无埋点(或自动埋点),并且支持根据配置文件实现业务数据的自动采集。

为便于大家深入理解Android字节码插桩插件,特别梳理了一篇文章[应用于Android无埋点的Gradle插件解析](https://www.jianshu.com/p/250c83449dc0),供大家参考。

# 无埋点插件

为便于大家深入理解Android字节码插桩插件,特别梳理了一篇文章[应用于Android无埋点的Gradle插件解析](https://www.jianshu.com/p/250c83449dc0),供大家参考。

## 原理

试想一下我们代码埋点的过程:首先定位到事件响应函数,例如Button的onClick函数,然后在该事件响应函数中调用SDK数据搜集接口。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import android.widget.AdapterView;
import android.widget.ExpandableListView;

import com.alibaba.fastjson.JSONObject;
import com.codeless.tracker.ConfigConstants;
import com.codeless.tracker.PluginAgent;

Expand Down

0 comments on commit 76d867f

Please sign in to comment.