summaryrefslogtreecommitdiff
path: root/cmds/app_process/app_main.cpp
AgeCommit message (Expand)Author
2018-08-02Merge QPR1.180718.001Jiyong Park
2018-03-23Use ABI_STRING.Elliott Hughes
2018-02-08Skip start zygote when the phone on FFBM modexmao
2017-07-12Merge "app_main: silence static analyzer warnings"George Burgess IV
2017-07-11app_main: silence static analyzer warningsGeorge Burgess IV
2017-04-19Stop hwbinder threads from app_process.Martijn Coenen
2017-01-17app_process: don't use PR_SET_NO_NEW_PRIVS.Josh Gao
2016-10-03app_process: Forward -cp/-classpath to ART.Igor Murashkin
2016-09-14app_main: failure to PR_SET_NO_NEW_PRIVS is always fatal.Narayan Kamath
2016-08-18Remove unused includes.Dmitriy Filchenko
2016-07-18Handle long process names correctly.Dmitriy Filchenko
2016-07-12Remove calls to set_process_name.Dmitriy Filchenko
2016-04-27zygote: Remove NativeLoader initialization stepDimitry Ivanov
2016-03-17Renamed the function initialing nativeloaderDimitry Ivanov
2016-02-26Fix ASAN builds after app_process change.Nicolas Geoffray
2016-02-26zygote to preload public native librariesDimitry Ivanov
2015-08-10Allow debugging only for apps forked from zygoteSebastien Hertz
2015-06-16Better systrace slices for application startup.Narayan Kamath
2015-04-01app_main missing include for sys/stat.hMark Salyzyn
2014-12-17Add mips64 support to app_process.Douglas Leung
2014-11-07Frameworks/base: Turn on -Wall -Werror in cmdsAndreas Gampe
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-04-30Fix x86 build in app_process.Narayan Kamath
2014-04-30Merge "Create arch specific cache dirs during zygote startup."Narayan Kamath
2014-04-30Create arch specific cache dirs during zygote startup.Narayan Kamath
2014-04-29Set NO_NEW_PRIVS on zygote initNick 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,mArgLenNarayan Kamath
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 emulatorNick Kralevich
2013-04-16Disable tracing from ZygoteJamie Gennis
2013-03-15app_process: don't pollute the environmentNick Kralevich
2013-03-15Never call app_main more than onceNick Kralevich
2013-03-14Don't use ADDR_COMPAT_LAYOUT on the emulatorNick Kralevich
2013-03-14Respawn app_main if ADDR_COMPAT_LAYOUT is not setNick Kralevich
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve 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_processBrian Carlstrom
2009-05-20move libbinder's header files under includes/binderMathias Agopian
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project