Skip to content

Releases: null-luo/btrace

v1.1.0

10 Jun 06:57
d4b99a3
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

Use “ring buffer chunking” to improves the efficiency of sending data from kernel to user-space.

v1.0.0

10 Jun 03:32
3d45818
Compare
Choose a tag to compare

Full Changelog: v0.9.0-alpha...v1.0.0

  1. 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.
  2. Support specifying the log output location. Use -f to specify the log file. By default, output to the console.
  3. Support outputting the complete signature of methods, including method name, return type, and parameter types.
  4. Support outputting parcel data of function arguments in hexadecimal format.

v0.9.0-alpha

10 Jun 03:21
e7cb1b6
Compare
Choose a tag to compare
v0.9.0-alpha Pre-release
Pre-release

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)"