summaryrefslogtreecommitdiff
path: root/core/java/com/android/internal/os/WrapperInit.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Refactor StructCapUser{Header,Data} and StructLinger for API review"Victor Chang2021-06-231-6/+6
* Refactor StructCapUser{Header,Data} and StructLinger for API reviewNikita Iashchenko2021-04-281-6/+6
* Fixed Handler Leak on WrapperInithyung4.kim2020-11-121-2/+3
* Pipe disabled compat changes to runtime through zygote.atrost2019-12-111-5/+7
* Fix mini-debug-info generation for apps with wrap.sh script.David Srbecky2018-03-221-0/+8
* Log timings for shutdown stagesFyodor Kupolov2017-08-141-2/+2
* Zygote: Improve logging and error handling during connections.Narayan Kamath2017-07-061-31/+27
* Add a common call when wrapping an app.Christopher Ferris2017-06-211-0/+2
* resolve merge conflicts of 9034b2717c88 to masterAndreas Gampe2017-03-211-0/+59
|\
| * Zygote: Preserve capabilities in WrapperInitAndreas Gampe2017-03-211-0/+59
* | Merge "Set system server's class loader for wrap.system_server" am: 8d2d6bfa1...tony.ys_liu2017-03-161-1/+16
|\|
| * Set system server's class loader for wrap.system_servertony.ys_liu2017-03-151-1/+16
| * Framework: Clean up RuntimeInit/ZygoteInit/WrapperInitAndreas Gampe2017-02-091-2/+22
| * Refactor ZygoteInit to support a WebView-specific zygote.Tobias Sargeant2016-09-091-2/+2
* | Framework: Clean up RuntimeInit/ZygoteInit/WrapperInitAndreas Gampe2017-02-091-2/+22
* | Additional boot metricsFyodor Kupolov2016-11-211-1/+4
* | Refactor ZygoteInit to support a WebView-specific zygote.Simon Baldwin2016-05-231-2/+2
|/
* WrapperInit: remove dead execStandalone methodDaniel Micay2015-09-211-18/+0
* Choose the right executable for wrapped applications.Narayan Kamath2015-01-191-2/+14
* Lose some unnecessary JNI from the zygote.Elliott Hughes2014-12-121-1/+2
* Move zygote startup logic to the frameworks.Narayan Kamath2014-04-021-4/+1
* Pass the targetSdkVersion through to the zygote-forked dalvik.Elliott Hughes2011-07-081-7/+16
* Mimic Zygote preload steps when using wrappers.Jeff Brown2011-06-101-0/+6
* Support wrapping app processes to inject debug instrumentation.Jeff Brown2011-05-241-0/+117