tc-anywhere:可以在任何方法内添加try catch

时间:2024-04-14 12:22:15
【文件属性】:

文件名称:tc-anywhere:可以在任何方法内添加try catch

文件大小:160KB

文件格式:ZIP

更新时间:2024-04-14 12:22:15

android plugin exception try-catch Groovy

随时随地 要解决的问题:有一些第三方包中存在一些崩溃问题,如果能try catch处理并不会影响程序运行,这时候就可以使用tc-anywhere来处理目标:可以在任何地方添加try catch操作;(目前只是实现了在方法无返回值的情况下添加try catch操作) 使用 // project repositories { maven { url " https://dl.bintray.com/ooftf/maven " } } dependencies { classpath ' com.ooftf:tc-anywhere:0.0.1 ' } // app apply plugin : ' tc-anywhere ' // 第一个参数为要插入tryCatch的类名,后面的为该类的方法名(只支持无返回值的


网友评论