e3b307e2f802cbd822abef7508644a906d64a4ed
FdEventsReader#stop() calls FdEventsReader#unregisterAndDestroyFd() which then races against the Os.close() call. If unregisterAndDestroyFd() gets executed second, it silently ignores the exception. Removing superfluous Os.close() to fix this. Test: atest android.net.cts.DscpPolicyTest Change-Id: I467bbbb29326a1ff5df8565a3e3517a419deec45
Description
android_packages_modules_Connectivity
Languages
Java
81.4%
Kotlin
7.7%
AIDL
4.5%
C++
4.5%
C
1.7%
Other
0.1%