Merge "Say which API level fdsan/fdtrack appeared at." am: b82fcdaf36
am: 4112ac6712
am: ebd5ef4954
Original change: https://android-review.googlesource.com/c/platform/bionic/+/1677042 Change-Id: Ibd1be0dc14ce64a5eb0e7c40ff249da63ba474e5
This commit is contained in:
commit
042a40d636
2 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
[TOC]
|
||||
|
||||
fdsan is a file descriptor sanitizer added to Android in API level 29.
|
||||
|
||||
### Background
|
||||
*What problem is fdsan trying to solve? Why should I care?*
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
## fdtrack
|
||||
|
||||
[TOC]
|
||||
|
||||
fdtrack is a file descriptor leak checker added to Android in API level 30.
|
||||
|
||||
fdtrack consists of two parts: a set of hooks in bionic to register a callback
|
||||
that's invoked on file descriptor operations, and a library that implements a
|
||||
hook to perform and store backtraces for file descriptor creation.
|
||||
|
|
Loading…
Reference in a new issue