Say which API level fdsan/fdtrack appeared at.

Test: N/A
Change-Id: Id29db9a5ec6a039af95ce3cdd421542ac862f339
This commit is contained in:
Elliott Hughes 2021-04-16 13:57:52 -07:00
parent 9cf8871dd9
commit 977867173a
2 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,8 @@
[TOC] [TOC]
fdsan is a file descriptor sanitizer added to Android in API level 29.
### Background ### Background
*What problem is fdsan trying to solve? Why should I care?* *What problem is fdsan trying to solve? Why should I care?*

View file

@ -1,5 +1,9 @@
## fdtrack ## 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 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 that's invoked on file descriptor operations, and a library that implements a
hook to perform and store backtraces for file descriptor creation. hook to perform and store backtraces for file descriptor creation.