summaryrefslogtreecommitdiffstats
path: root/cmds/app_process
Commit message (Expand)AuthorAgeFilesLines
* Allow debugging only for apps forked from zygoteSebastien Hertz2015-08-101-2/+2
* Add libwilhelm to app_process.Christopher Ferris2015-06-171-2/+11
* Better systrace slices for application startup.Narayan Kamath2015-06-161-3/+0
* Update asan/app_process.Evgenii Stepanov2015-05-281-3/+5
* Explicitly use clang.Dan Albert2015-04-171-0/+1
* 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-072-14/+19
* am 9be7db6e: am 952dd924: Merge "Switch to libsigchain.a"Dmitriy Ivanov2014-10-212-27/+7
|\
| * Switch to libsigchain.aDmitriy Ivanov2014-10-202-27/+7
* | am d1e735ef: am ed583f5e: Merge "Link sigchain to main executable"Dmitriy Ivanov2014-10-142-2/+32
|\ \ | |/
| * Link sigchain to main executableDmitriy Ivanov2014-10-092-2/+32
| * Change /dalvik-cache to be owned by root.Alex Light2014-08-281-3/+3
* | 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
|/
* app_process: change app_process a symlink of primary versionYongqin Liu2014-05-141-2/+5
* Fix x86 build in app_process.Narayan Kamath2014-05-011-1/+1
* Create arch specific cache dirs during zygote startup.Narayan Kamath2014-05-011-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
* app_process: use LOCAL_MULTILIB := bothColin Cross2014-03-271-22/+3
* build app_process64 on 64-bit targetsColin Cross2014-03-191-0/+22
* 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
* | Add liblogYing Wang2013-04-091-0/+2
|/
* 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
* Build /system/bin/asan/app_process.Evgeniy Stepanov2012-04-041-0/+26
* Revert "Build /system/bin/asan/app_process."Stephen Hines2012-04-041-20/+0
* Build /system/bin/asan/app_process.Evgeniy Stepanov2012-04-031-0/+20
* 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
* Add back missing shared libraries used in executables in link commands. TheseDoug Kwan2009-10-041-0/+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-034-0/+384
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-034-384/+0
* Initial ContributionThe Android Open Source Project2008-10-214-0/+384