summaryrefslogtreecommitdiff
path: root/cmds/app_process
AgeCommit message (Expand)Author
2016-04-27zygote: Remove NativeLoader initialization step Dimitry Ivanov
2016-03-16Renamed the function initialing nativeloader Dimitry Ivanov
2016-02-26Fix ASAN builds after app_process change. Nicolas Geoffray
2016-02-26zygote to preload public native libraries Dimitry Ivanov
2015-08-18am 3244dc22: am 677cd087: am e9de1b4c: am 9a010d0a: Merge "Allow debugging on... Sebastien Hertz
2015-08-10Allow debugging only for apps forked from zygote Sebastien Hertz
2015-06-20am d9f60741: am bf30b4fd: Merge "Add libwilhelm to app_process." into mnc-dev Christopher Ferris
2015-06-17Add libwilhelm to app_process. Christopher Ferris
2015-06-16am 3a059d2d: am f35f66a8: Merge "Use new sanitizer option." Dan Albert
2015-06-16Use new sanitizer option. Dan Albert
2015-06-16Better systrace slices for application startup. Narayan Kamath
2015-05-28Update asan/app_process. Evgenii Stepanov
2015-05-07Update asan/app_process. Evgenii Stepanov
2015-04-17Explicitly use clang. Dan Albert
2015-04-01app_main missing include for sys/stat.h Mark Salyzyn
2014-12-17Add mips64 support to app_process. Douglas Leung
2014-11-07Frameworks/base: Turn on -Wall -Werror in cmds Andreas Gampe
2014-10-21am 9be7db6e: am 952dd924: Merge "Switch to libsigchain.a" Dmitriy Ivanov
2014-10-20Switch to libsigchain.a Dmitriy Ivanov
2014-10-14am d1e735ef: am ed583f5e: Merge "Link sigchain to main executable" Dmitriy Ivanov
2014-10-09Link sigchain to main executable Dmitriy Ivanov
2014-09-11Clean entire arg block when setting process name. Jeff Brown
2014-08-28Change /dalvik-cache to be owned by root. Alex Light
2014-08-28Change /dalvik-cache to be owned by root. Alex Light
2014-05-14app_process: change app_process a symlink of primary version Yongqin Liu
2014-05-01Fix x86 build in app_process. Narayan Kamath
2014-05-01Create arch specific cache dirs during zygote startup. Narayan Kamath
2014-04-29Set NO_NEW_PRIVS on zygote init Nick Kralevich
2014-04-23Fix a typo in an assertion. Elliott Hughes
2014-04-12Don't compare String8s to NULL. Narayan Kamath
2014-04-10Dual zygote cleanup. Narayan Kamath
2014-04-09Make zygotes aware of their supported ABIs. Narayan Kamath
2014-04-09Clean up argc / argv processing for runtime args. Narayan Kamath
2014-04-03Remove ProcessState::mArgc,mArgV,mArgLen Narayan Kamath
2014-03-27app_process: use LOCAL_MULTILIB := both Colin Cross
2014-03-19build app_process64 on 64-bit targets Colin Cross
2013-09-18revert ADDR_COMPAT_LAYOUT workaround. Nick Kralevich
2013-04-23am 35587a0c: Merge "Don\'t set ADDR_COMPAT_LAYOUT on the emulator" Nick Kralevich
2013-04-23Don't set ADDR_COMPAT_LAYOUT on the emulator Nick Kralevich
2013-04-16Disable tracing from Zygote Jamie Gennis
2013-04-09Add liblog Ying Wang
2013-03-15app_process: don't pollute the environment Nick Kralevich
2013-03-15Never call app_main more than once Nick Kralevich
2013-03-14Don't use ADDR_COMPAT_LAYOUT on the emulator Nick Kralevich
2013-03-14Respawn app_main if ADDR_COMPAT_LAYOUT is not set Nick Kralevich
2012-04-04Build /system/bin/asan/app_process. Evgeniy Stepanov
2012-04-04Revert "Build /system/bin/asan/app_process." Stephen Hines
2012-04-03Build /system/bin/asan/app_process. Evgeniy Stepanov
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE Steve Block