Releases: null-luo/btrace
Releases · null-luo/btrace
v1.1.0
v1.0.0
Full Changelog: v0.9.0-alpha...v1.0.0
- Support filtering trace object based on the APP package name. Use -p to specify the APP package name to trace. By default, trace all APPs.
- Support specifying the log output location. Use -f to specify the log file. By default, output to the console.
- Support outputting the complete signature of methods, including method name, return type, and parameter types.
- Support outputting parcel data of function arguments in hexadecimal format.
v0.9.0-alpha
Full Changelog: https://github.com/null-luo/btrace/commits/v0.9.0-alpha
This version does not require any arguments to be passed in, and it will print the following content:
"(pid:%d, uid:%d, package:%s) -> (interface:%s, method:%s)"