index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmds
/
app_process
/
app_main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Disable pointer authentication in app processes."
Elliott Hughes
2022-03-10
1
-5
/
+0
*
Disable pointer authentication in app processes.
Peter Collingbourne
2022-01-19
1
-0
/
+5
*
Use ABI_STRING.
Elliott Hughes
2018-03-23
1
-16
/
+2
*
Merge "app_main: silence static analyzer warnings"
George Burgess IV
2017-07-12
1
-0
/
+6
|
\
|
*
app_main: silence static analyzer warnings
George Burgess IV
2017-07-11
1
-0
/
+6
*
|
Stop hwbinder threads from app_process.
Martijn Coenen
2017-04-19
1
-1
/
+3
|
/
*
app_process: don't use PR_SET_NO_NEW_PRIVS.
Josh Gao
2017-01-17
1
-4
/
+0
*
app_process: Forward -cp/-classpath to ART.
Igor Murashkin
2016-10-03
1
-0
/
+46
*
app_main: failure to PR_SET_NO_NEW_PRIVS is always fatal.
Narayan Kamath
2016-09-14
1
-7
/
+1
*
Remove unused includes.
Dmitriy Filchenko
2016-08-18
1
-1
/
+0
*
Handle long process names correctly.
Dmitriy Filchenko
2016-07-18
1
-3
/
+1
*
Remove calls to set_process_name.
Dmitriy Filchenko
2016-07-12
1
-2
/
+3
*
zygote: Remove NativeLoader initialization step
Dimitry Ivanov
2016-04-27
1
-2
/
+0
*
Renamed the function initialing nativeloader
Dimitry Ivanov
2016-03-17
1
-1
/
+1
*
Fix ASAN builds after app_process change.
Nicolas Geoffray
2016-02-26
1
-1
/
+1
*
zygote to preload public native libraries
Dimitry Ivanov
2016-02-26
1
-0
/
+2
*
Allow debugging only for apps forked from zygote
Sebastien Hertz
2015-08-10
1
-2
/
+2
*
Better systrace slices for application startup.
Narayan Kamath
2015-06-16
1
-3
/
+0
*
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
1
-1
/
+1
*
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
*
Fix x86 build in app_process.
Narayan Kamath
2014-04-30
1
-1
/
+1
*
Merge "Create arch specific cache dirs during zygote startup."
Narayan Kamath
2014-04-30
1
-0
/
+42
|
\
|
*
Create arch specific cache dirs during zygote startup.
Narayan Kamath
2014-04-30
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
*
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
|
/
*
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
*
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
*
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
1
-0
/
+180
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-180
/
+0
[next]