index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmds
/
app_process
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow debugging only for apps forked from zygote
Sebastien Hertz
2015-08-10
1
-2
/
+2
*
Add libwilhelm to app_process.
Christopher Ferris
2015-06-17
1
-2
/
+11
*
Better systrace slices for application startup.
Narayan Kamath
2015-06-16
1
-3
/
+0
*
Update asan/app_process.
Evgenii Stepanov
2015-05-28
1
-3
/
+5
*
Explicitly use clang.
Dan Albert
2015-04-17
1
-0
/
+1
*
app_main missing include for sys/stat.h
Mark Salyzyn
2015-04-01
1
-5
/
+6
*
Add mips64 support to app_process.
Douglas Leung
2014-12-17
1
-1
/
+3
*
Frameworks/base: Turn on -Wall -Werror in cmds
Andreas Gampe
2014-11-07
2
-14
/
+19
*
am 9be7db6e: am 952dd924: Merge "Switch to libsigchain.a"
Dmitriy Ivanov
2014-10-21
2
-27
/
+7
|
\
|
*
Switch to libsigchain.a
Dmitriy Ivanov
2014-10-20
2
-27
/
+7
*
|
am d1e735ef: am ed583f5e: Merge "Link sigchain to main executable"
Dmitriy Ivanov
2014-10-14
2
-2
/
+32
|
\
\
|
|
/
|
*
Link sigchain to main executable
Dmitriy Ivanov
2014-10-09
2
-2
/
+32
|
*
Change /dalvik-cache to be owned by root.
Alex Light
2014-08-28
1
-3
/
+3
*
|
Clean entire arg block when setting process name.
Jeff Brown
2014-09-11
1
-9
/
+20
*
|
Change /dalvik-cache to be owned by root.
Alex Light
2014-08-28
1
-3
/
+3
|
/
*
app_process: change app_process a symlink of primary version
Yongqin Liu
2014-05-14
1
-2
/
+5
*
Fix x86 build in app_process.
Narayan Kamath
2014-05-01
1
-1
/
+1
*
Create arch specific cache dirs during zygote startup.
Narayan Kamath
2014-05-01
1
-0
/
+42
*
Set NO_NEW_PRIVS on zygote init
Nick Kralevich
2014-04-29
1
-0
/
+10
*
Fix a typo in an assertion.
Elliott Hughes
2014-04-23
1
-1
/
+1
*
Don't compare String8s to NULL.
Narayan Kamath
2014-04-12
1
-1
/
+1
*
Dual zygote cleanup.
Narayan Kamath
2014-04-10
1
-2
/
+7
*
Make zygotes aware of their supported ABIs.
Narayan Kamath
2014-04-09
1
-1
/
+19
*
Clean up argc / argv processing for runtime args.
Narayan Kamath
2014-04-09
1
-40
/
+59
*
Remove ProcessState::mArgc,mArgV,mArgLen
Narayan Kamath
2014-04-03
1
-22
/
+24
*
app_process: use LOCAL_MULTILIB := both
Colin Cross
2014-03-27
1
-22
/
+3
*
build app_process64 on 64-bit targets
Colin Cross
2014-03-19
1
-0
/
+22
*
revert ADDR_COMPAT_LAYOUT workaround.
Nick Kralevich
2013-09-18
1
-29
/
+0
*
am 35587a0c: Merge "Don\'t set ADDR_COMPAT_LAYOUT on the emulator"
Nick Kralevich
2013-04-23
1
-1
/
+5
|
\
|
*
Don't set ADDR_COMPAT_LAYOUT on the emulator
Nick Kralevich
2013-04-23
1
-1
/
+5
*
|
Disable tracing from Zygote
Jamie Gennis
2013-04-16
1
-0
/
+4
*
|
Add liblog
Ying Wang
2013-04-09
1
-0
/
+2
|
/
*
app_process: don't pollute the environment
Nick Kralevich
2013-03-15
1
-0
/
+1
*
Never call app_main more than once
Nick Kralevich
2013-03-15
1
-4
/
+3
*
Don't use ADDR_COMPAT_LAYOUT on the emulator
Nick Kralevich
2013-03-14
1
-5
/
+10
*
Respawn app_main if ADDR_COMPAT_LAYOUT is not set
Nick Kralevich
2013-03-14
1
-1
/
+22
*
Build /system/bin/asan/app_process.
Evgeniy Stepanov
2012-04-04
1
-0
/
+26
*
Revert "Build /system/bin/asan/app_process."
Stephen Hines
2012-04-04
1
-20
/
+0
*
Build /system/bin/asan/app_process.
Evgeniy Stepanov
2012-04-03
1
-0
/
+20
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-1
/
+1
*
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-2
/
+2
*
Eliminate single-process mode.
Jeff Brown
2011-07-08
1
-14
/
+6
*
Support wrapping app processes to inject debug instrumentation.
Jeff Brown
2011-05-24
1
-30
/
+41
*
Replace a custom AndroidRuntime::findClass with a more targeted fix.
Elliott Hughes
2011-04-13
1
-20
/
+41
*
Move LOG_ALWAYS_FATAL to end of app_process
Brian Carlstrom
2010-10-07
1
-1
/
+1
*
Add back missing shared libraries used in executables in link commands. These
Doug Kwan
2009-10-04
1
-0
/
+1
*
move libbinder's header files under includes/binder
Mathias Agopian
2009-05-20
1
-2
/
+2
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
4
-0
/
+384
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
4
-384
/
+0
*
Initial Contribution
The Android Open Source Project
2008-10-21
4
-0
/
+384