文件名称:Android代码-使用命令行来跟踪你的方法调用耗时
文件大小:384KB
文件格式:ZIP
更新时间:2022-08-26 23:32:00
Android代码
MethodTracerCli is a command-line interface of Android Studio's method tracer. You can run it independently without Android Studio. It's very useful when you want to do method tracing on a non-gui environment. So you can use it in your test or CI scripts. You can download the jar in here. And then you can run the jar with the -h option to see the usage message: usage: MethodTracer.jar [-a ] [-e ] [-h] [-i ] [-o ] [-p ] [-t ] A command-line interface of android stuido's method tracer -a
【文件预览】:
MethodTracerCli-master
----gradlew.bat(2KB)
----gradlew(5KB)
----img()
--------monitor.png(322KB)
----gradle()
--------wrapper()
----src()
--------main()
----.gitignore(106B)
----proguard.txt(13KB)
----README.md(1KB)
----settings.gradle(35B)
----build.gradle(2KB)