We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我这提示 MethodTraceMan: 已向浏览器发送0条方法耗时信息
The text was updated successfully, but these errors were encountered:
是不是没有在项目的build.gradle配置下面的: apply plugin: "cn.cxzheng.asmtraceman" traceMan { open = true //这里如果设置为false,则会关闭插桩 logTraceInfo = false //这里设置为true时可以在log日志里看到所有被插桩的类和方法 traceConfigFile = "${project.projectDir}/traceconfig.txt" }
apply plugin: "cn.cxzheng.asmtraceman" traceMan { open = true //这里如果设置为false,则会关闭插桩 logTraceInfo = false //这里设置为true时可以在log日志里看到所有被插桩的类和方法 traceConfigFile = "${project.projectDir}/traceconfig.txt" }
Sorry, something went wrong.
No branches or pull requests
我这提示 MethodTraceMan: 已向浏览器发送0条方法耗时信息
The text was updated successfully, but these errors were encountered: