index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmds
/
app_process
/
app_main.cpp
Age
Commit message (
Expand
)
Author
2018-03-23
Use ABI_STRING.
Elliott Hughes
2017-07-12
Merge "app_main: silence static analyzer warnings"
George Burgess IV
2017-07-11
app_main: silence static analyzer warnings
George Burgess IV
2017-04-19
Stop hwbinder threads from app_process.
Martijn Coenen
2017-01-17
app_process: don't use PR_SET_NO_NEW_PRIVS.
Josh Gao
2016-10-03
app_process: Forward -cp/-classpath to ART.
Igor Murashkin
2016-09-14
app_main: failure to PR_SET_NO_NEW_PRIVS is always fatal.
Narayan Kamath
2016-08-18
Remove unused includes.
Dmitriy Filchenko
2016-07-18
Handle long process names correctly.
Dmitriy Filchenko
2016-07-12
Remove calls to set_process_name.
Dmitriy Filchenko
2016-04-27
zygote: Remove NativeLoader initialization step
Dimitry Ivanov
2016-03-17
Renamed the function initialing nativeloader
Dimitry Ivanov
2016-02-26
Fix ASAN builds after app_process change.
Nicolas Geoffray
2016-02-26
zygote to preload public native libraries
Dimitry Ivanov
2015-08-10
Allow debugging only for apps forked from zygote
Sebastien Hertz
2015-06-16
Better systrace slices for application startup.
Narayan Kamath
2015-04-01
app_main missing include for sys/stat.h
Mark Salyzyn
2014-12-17
Add mips64 support to app_process.
Douglas Leung
2014-11-07
Frameworks/base: Turn on -Wall -Werror in cmds
Andreas Gampe
2014-09-11
Clean entire arg block when setting process name.
Jeff Brown
2014-08-28
Change /dalvik-cache to be owned by root.
Alex Light
2014-04-30
Fix x86 build in app_process.
Narayan Kamath
2014-04-30
Merge "Create arch specific cache dirs during zygote startup."
Narayan Kamath
2014-04-30
Create arch specific cache dirs during zygote startup.
Narayan Kamath
2014-04-29
Set NO_NEW_PRIVS on zygote init
Nick Kralevich
2014-04-23
Fix a typo in an assertion.
Elliott Hughes
2014-04-12
Don't compare String8s to NULL.
Narayan Kamath
2014-04-10
Dual zygote cleanup.
Narayan Kamath
2014-04-09
Make zygotes aware of their supported ABIs.
Narayan Kamath
2014-04-09
Clean up argc / argv processing for runtime args.
Narayan Kamath
2014-04-03
Remove ProcessState::mArgc,mArgV,mArgLen
Narayan Kamath
2013-09-18
revert ADDR_COMPAT_LAYOUT workaround.
Nick Kralevich
2013-04-23
am 35587a0c: Merge "Don\'t set ADDR_COMPAT_LAYOUT on the emulator"
Nick Kralevich
2013-04-23
Don't set ADDR_COMPAT_LAYOUT on the emulator
Nick Kralevich
2013-04-16
Disable tracing from Zygote
Jamie Gennis
2013-03-15
app_process: don't pollute the environment
Nick Kralevich
2013-03-15
Never call app_main more than once
Nick Kralevich
2013-03-14
Don't use ADDR_COMPAT_LAYOUT on the emulator
Nick Kralevich
2013-03-14
Respawn app_main if ADDR_COMPAT_LAYOUT is not set
Nick Kralevich
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2011-10-26
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-07-08
Eliminate single-process mode.
Jeff Brown
2011-05-24
Support wrapping app processes to inject debug instrumentation.
Jeff Brown
2011-04-13
Replace a custom AndroidRuntime::findClass with a more targeted fix.
Elliott Hughes
2010-10-07
Move LOG_ALWAYS_FATAL to end of app_process
Brian Carlstrom
2009-05-20
move libbinder's header files under includes/binder
Mathias Agopian
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project