commit | ee18e8ae76b0828006d07262ed6085dca9fd08c1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <[email protected]> | Wed Oct 05 16:27:07 2016 +0000 |
committer | android-build-merger <[email protected]> | Wed Oct 05 16:27:07 2016 +0000 |
tree | e040b9784cd40c0f07f3eee3412189d02216faee | |
parent | 36b1864b8bc3e975859f28b0ea3a6f64434eeda6 [diff] | |
parent | 73ecfe917d685f2838e64fe47432bfaffb60b170 [diff] |
Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge" am: ecaf114d8d am: f6bf43d4d4 am: 73ecfe917d Change-Id: I3f1609c71510a98ce1114dfbfa3a246908c3cfa4
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.