sy007 / DebouncePlugin

Android点击事件防抖动插件
Apache License 2.0
113 stars 16 forks source link

防抖不生效 #11

Closed protectedMan closed 1 year ago

protectedMan commented 1 year ago

debounce {

isDebug =true //是否在gradle构建日志和logcat中输出log
checkTime = 300 //防抖的阈值毫秒(基于单个控件)
generateReport = true

} 配置如上

运行时发现防抖不生效,且没有防抖日志

protectedMan commented 1 year ago

image modified-method-list看着正常

sy007 commented 1 year ago

image modified-method-list看着正常

clean后或者把app/build文件删掉再运行生效吗?