commit | a73179fe305b153bdfa2446897f0243f61f41e9c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Dec 14 00:25:54 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 14 00:25:54 2021 +0000 |
tree | 8b207a338acd02305c5bda305c817f6bba7da7d4 | |
parent | 6769ccbe88da22cee0c68fa2981837a1faaa73d6 [diff] | |
parent | 38be11e88c32773afb5261af02c9a4f82723c1a9 [diff] |
Merge "Add some documentation about EINTR."
diff --git a/docs/fdsan.md b/docs/fdsan.md index e0cf80a..6630299 100644 --- a/docs/fdsan.md +++ b/docs/fdsan.md
@@ -3,6 +3,8 @@ [TOC] fdsan is a file descriptor sanitizer added to Android in API level 29. +In API level 29, fdsan warns when it finds a bug. +In API level 30, fdsan aborts when it finds a bug. ### Background *What problem is fdsan trying to solve? Why should I care?*