summaryrefslogtreecommitdiffstats
path: root/cmds/app_process/app_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow debugging only for apps forked from zygoteSebastien Hertz2015-08-101-2/+2
* Better systrace slices for application startup.Narayan Kamath2015-06-161-3/+0
* app_main missing include for sys/stat.hMark Salyzyn2015-04-011-5/+6
* Add mips64 support to app_process.Douglas Leung2014-12-171-1/+3
* Frameworks/base: Turn on -Wall -Werror in cmdsAndreas Gampe2014-11-071-1/+1
* Clean entire arg block when setting process name.Jeff Brown2014-09-111-9/+20
* Change /dalvik-cache to be owned by root.Alex Light2014-08-281-3/+3
* Fix x86 build in app_process.Narayan Kamath2014-04-301-1/+1
* Merge "Create arch specific cache dirs during zygote startup."Narayan Kamath2014-04-301-0/+42
|\
| * Create arch specific cache dirs during zygote startup.Narayan Kamath2014-04-301-0/+42
* | Set NO_NEW_PRIVS on zygote initNick Kralevich2014-04-291-0/+10
|/
* Fix a typo in an assertion.Elliott Hughes2014-04-231-1/+1
* Don't compare String8s to NULL.Narayan Kamath2014-04-121-1/+1
* Dual zygote cleanup.Narayan Kamath2014-04-101-2/+7
* Make zygotes aware of their supported ABIs.Narayan Kamath2014-04-091-1/+19
* Clean up argc / argv processing for runtime args.Narayan Kamath2014-04-091-40/+59
* Remove ProcessState::mArgc,mArgV,mArgLenNarayan Kamath2014-04-031-22/+24
* revert ADDR_COMPAT_LAYOUT workaround.Nick Kralevich2013-09-181-29/+0
* am 35587a0c: Merge "Don\'t set ADDR_COMPAT_LAYOUT on the emulator"Nick Kralevich2013-04-231-1/+5
|\
| * Don't set ADDR_COMPAT_LAYOUT on the emulatorNick Kralevich2013-04-231-1/+5
* | Disable tracing from ZygoteJamie Gennis2013-04-161-0/+4
|/
* app_process: don't pollute the environmentNick Kralevich2013-03-151-0/+1
* Never call app_main more than onceNick Kralevich2013-03-151-4/+3
* Don't use ADDR_COMPAT_LAYOUT on the emulatorNick Kralevich2013-03-141-5/+10
* Respawn app_main if ADDR_COMPAT_LAYOUT is not setNick Kralevich2013-03-141-1/+22
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-2/+2
* Eliminate single-process mode.Jeff Brown2011-07-081-14/+6
* Support wrapping app processes to inject debug instrumentation.Jeff Brown2011-05-241-30/+41
* Replace a custom AndroidRuntime::findClass with a more targeted fix.Elliott Hughes2011-04-131-20/+41
* Move LOG_ALWAYS_FATAL to end of app_processBrian Carlstrom2010-10-071-1/+1
* move libbinder's header files under includes/binderMathias Agopian2009-05-201-2/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+180
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-180/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+180