summaryrefslogtreecommitdiff
path: root/cmds/app_process
AgeCommit message (Expand)Author
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
2011-07-08Eliminate single-process mode. Jeff Brown
2011-05-24Support wrapping app processes to inject debug instrumentation. Jeff Brown
2011-04-13Replace a custom AndroidRuntime::findClass with a more targeted fix. Elliott Hughes
2010-10-07Move LOG_ALWAYS_FATAL to end of app_process Brian Carlstrom
2009-10-04Add back missing shared libraries used in executables in link commands. These Doug Kwan
2009-05-20move libbinder's header files under includes/binder Mathias Agopian
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2008-10-21Initial Contribution The Android Open Source Project