Say which API level fdsan/fdtrack appeared at.
Test: N/A Change-Id: Id29db9a5ec6a039af95ce3cdd421542ac862f339
This commit is contained in:
parent
9cf8871dd9
commit
977867173a
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