History log of /frameworks/base/core/jni/fd_utils.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3879ecc891bcfce91662db6d0823c96770058df5 02-Mar-2017 Narayan Kamath <narayan@google.com> fd_utils: address a couple of TODOs.

Drink the android::base koolaid.

Test: make, boots
Change-Id: Ib24b9b59fa3490e80ba78be0199eafa676225b73
/frameworks/base/core/jni/fd_utils.cpp
84b55115354f3c2c9531f251f9d126bb7a06988d 02-Mar-2017 Narayan Kamath <narayan@google.com> fd_utils: switch to libbase logging.

Test: make, boots
Change-Id: I4976508f489ca15af0484f75a9ef02ed575beff5
/frameworks/base/core/jni/fd_utils.cpp
a352d2473a8bf5d5cb711ea5ef1591604e2bef94 02-Mar-2017 Narayan Kamath <narayan@google.com> fd_utils: add missing logging for a couple of failure cases.

Also start using libbase style logging. Other log statements will
be converted in a follow up.

Test: make
Bug: 33579623
Change-Id: I34bb2ccab57e5bdd22aa35be8f8dcb68fdc4e097
/frameworks/base/core/jni/fd_utils.cpp
8dfa178efbbb155657639bd526e9a8579fce3886 05-Jan-2017 Andreas Gampe <agampe@google.com> Zygote: Add fdsToIgnore

Add file descriptors that should be ignored in the file descriptor
table check.

Use this to ignore the pipe file descriptors when starting an app
with invoke-with (wrapper).

Bug: 32607405
Test: m
Test: Device boots
Test: Apps start
Test: adb root && adb shell setprop wrap.com.android.calculator2 logwrapper && adb shell am start -S -n com.android.calculator2/.Calculator
Change-Id: I4a30dfc9382d3172cc815bd41b17a123799354f6
/frameworks/base/core/jni/fd_utils.cpp
54e387ddbe6a0462bc8e9e15c7c7b3463adfcb24 02-Dec-2016 Robert Sesek <rsesek@google.com> Dynamically add the webview_zygote's preloaded APK to the zygote FD whitelist.

This refactors the whitelist to be a class, rather than just a static C array.
The whitelist can then be augmented dynamically when the package path is known
in the webview_zygote.

Test: m
Test: sailfish boots
Test: Enable Multi-process WebView in developer options, perform a search in GSA.

Bug: 21643067
Change-Id: Ia1f2535c7275b42b309631b4fe7859c30cbf7309
(cherry picked from commit 061ee3088a79ab0e07d37d1c0897d51422f29c4e)
/frameworks/base/core/jni/fd_utils.cpp
8225b7c95185dfbfe67da105df4402430784393c 16-Dec-2016 Robert Sesek <rsesek@google.com> Split core/jni/fd_utils-inl.h into a .h/.cpp pair.

(cherry picked from commit 44afe8be8f654192dc436a9c4238a925c22b14bf)

Test: m
Test: sailfish boots

Change-Id: I9ca93f31f6c20b702b2207333a9d56f6592630b0
/frameworks/base/core/jni/fd_utils.cpp