commit | 7c5383286e1ab88ef2b871ca02286fcddc232734 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Feb 28 10:32:04 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Feb 28 13:48:25 2014 -0800 |
tree | c3477905347b7f877d3bfcad1782f2b7fd7ef5a0 | |
parent | f0006c4495398d56bfd83450fcbf4b6c32cd5b96 [diff] |
Update strace's list of ioctls. This gets us the Android-specific ioctls. We don't decode the arguments, but at least now instead of seeing something like this: ioctl(3, 0xc0046209, 0xbeb8ba28) = 0 ioctl(3, 0x40046205, 0xbeb8ba2c) = 0 You see something like this: ioctl(3, BINDER_VERSION, 0xbe908a28) = 0 ioctl(3, BINDER_SET_MAX_THREADS, 0xbe908a2c) = 0 Change-Id: I3a3bc9786a46b785fb49b9902f9301dd54986649