上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 25 下一页
摘要: 总体流程都在collect方法中 public HashMap collect(List<File> srcFolderList, List<File> dependencyJarList) { mTraceConfig.parseBlackFile(mMappingCollector); //获取 阅读全文
posted @ 2019-08-02 21:02 李艳艳665 阅读(107) 评论(0) 推荐(0) 编辑
摘要: private void collectAndIdentifyJar(Map<File, File> jarInputMaps, Map<File, File> dirInputMaps, JarInput input, File rootOutput, boolean isIncremental) 阅读全文
posted @ 2019-08-02 21:02 李艳艳665 阅读(98) 评论(0) 推荐(0) 编辑
摘要: protected void replaceFile(QualifiedContent input, File newFile) { final Field fileField = ReflectUtil.getDeclaredFieldRecursive(input.getClass(), 'fi 阅读全文
posted @ 2019-08-02 21:02 李艳艳665 阅读(80) 评论(0) 推荐(0) 编辑
摘要: private class TraceClassAdapter extends ClassVisitor { private String className; private boolean isABSClass = false; private boolean isMethodBeatClass 阅读全文
posted @ 2019-08-02 21:01 李艳艳665 阅读(179) 评论(0) 推荐(0) 编辑
摘要: rivate class TraceMethodAdapter extends AdviceAdapter { private final String methodName; private final String name; private final String className; pr 阅读全文
posted @ 2019-08-02 21:01 李艳艳665 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 入口是MethodTracer的trace方法 public void trace(Map<File, File> srcFolderList, Map<File, File> dependencyJarList) { traceMethodFromSrc(srcFolderList); trace 阅读全文
posted @ 2019-08-02 21:01 李艳艳665 阅读(119) 评论(0) 推荐(0) 编辑
摘要: private class CollectMethodNode extends MethodNode { private String className; private boolean isConstructor; CollectMethodNode(String className, int 阅读全文
posted @ 2019-08-02 21:01 李艳艳665 阅读(134) 评论(0) 推荐(0) 编辑
摘要: private class TraceClassAdapter extends ClassVisitor { private String className; private boolean isABSClass = false; private boolean hasWindowFocusMet 阅读全文
posted @ 2019-08-02 21:01 李艳艳665 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 布局private void ziDingYi_Dialog() {MyDialog_diy myDialog_diy = new MyDialog_diy(this);myDialog_diy.setTitle("韩墨羽");myDialog_diy.setMessage("真的好喜欢你");my 阅读全文
posted @ 2019-08-01 19:29 李艳艳665 阅读(174) 评论(0) 推荐(0) 编辑
摘要: public void MyDialog(){ //TODO 1:构建者 AlertDialog.Builder builder=new AlertDialog.Builder(this); //TODO 2:设置属性 builder.setTitle("老婆"); builder.setIcon( 阅读全文
posted @ 2019-08-01 19:28 李艳艳665 阅读(95) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 25 下一页