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
/
core
/
jni
/
android_util_Process.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Frameworks/base: Consistency in core/jni
Andreas Gampe
2014-11-21
1
-6
/
+2
*
Add appropriate casts for char16_t.
Dan Albert
2014-11-20
1
-3
/
+6
*
Fix check for PROC_QUOTES mode
Bernhard Rosenkränzer
2014-11-17
1
-1
/
+1
*
Frameworks/base: Wall Werror in core/jni
Andreas Gampe
2014-11-13
1
-23
/
+29
*
kill HAVE_SCHED_SETSCHEDULER
Yabin Cui
2014-11-10
1
-1
/
+2
*
am 72d3cef8: am 708da446: Merge "Use gettid directly in frameworks JNI."
Elliott Hughes
2014-08-18
1
-3
/
+3
|
\
|
*
Use gettid directly in frameworks JNI.
Elliott Hughes
2014-08-18
1
-3
/
+3
*
|
android.os.Process: add killProcessGroup
Colin Cross
2014-07-10
1
-0
/
+13
*
|
Fix some problems with proc stats collection.
Dianne Hackborn
2014-06-24
1
-3
/
+7
*
|
am eacaa353: am c717179e: Merge "jni: android_util_Process 64 bit issues"
Mark Salyzyn
2014-04-24
1
-16
/
+17
|
\
\
|
|
/
|
*
jni: android_util_Process 64 bit issues
Mark Salyzyn
2014-04-24
1
-16
/
+17
*
|
am f87b3a25: am 374db6c3: Merge "Remove ProcessState::mArgc,mArgV,mArgLen"
Narayan Kamath
2014-04-03
1
-2
/
+4
|
\
\
|
|
/
|
*
Remove ProcessState::mArgc,mArgV,mArgLen
Narayan Kamath
2014-04-03
1
-2
/
+4
|
*
Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD
The Android Open Source Project
2013-11-22
1
-1
/
+42
|
|
\
*
|
|
ActivityManagerService use lmkd low memory killer daemon -- DO NOT MERGE
Todd Poynor
2014-01-03
1
-18
/
+0
*
|
|
am 8f592378: am 69920427: Merge "Fix a variety of small publicly-reported bugs."
Elliott Hughes
2013-10-29
1
-7
/
+7
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Fix a variety of small publicly-reported bugs.
Elliott Hughes
2013-10-29
1
-7
/
+7
*
|
resolved conflicts for merge of 368d81fe to master
Elliott Hughes
2013-07-31
1
-26
/
+1
|
\
\
|
|
/
|
*
Switch Process.myTid over to the libcore JNI too.
Elliott Hughes
2013-07-31
1
-8
/
+1
|
*
Replace native Process getpid/getuid with calls to libcore equivalents.
Jeff Hao
2013-07-31
1
-12
/
+0
*
|
Increase swappiness of processes when memcgroups are enabled
Rom Lemarchand
2013-07-15
1
-0
/
+28
*
|
Update procstats to start collecting/reporting pss.
Dianne Hackborn
2013-06-26
1
-1
/
+14
*
|
Disable the AssetAtlas when running under valgrind
Romain Guy
2013-05-29
1
-0
/
+6
|
/
*
Add method to get process group.
Jeff Sharkey
2013-01-17
1
-1
/
+11
*
Include important native processes in watchdog stacks.
Dianne Hackborn
2012-06-08
1
-0
/
+88
*
Add new API to find total RAM.
Dianne Hackborn
2012-05-09
1
-5
/
+17
*
Scheduling policy service
Glenn Kasten
2012-04-24
1
-2
/
+10
*
Scheduling group cleanup
Glenn Kasten
2012-04-23
1
-13
/
+27
*
Remove obsolete references to sched_policy.h
Glenn Kasten
2012-03-05
1
-1
/
+0
*
Fix build for SDK on Mac
Glenn Kasten
2012-01-17
1
-0
/
+4
*
Merge "Add android.os.Process.setThreadScheduler"
Glenn Kasten
2012-01-17
1
-9
/
+21
|
\
|
*
Add android.os.Process.setThreadScheduler
Glenn Kasten
2011-07-14
1
-9
/
+21
*
|
Fix build warnings
Glenn Kasten
2012-01-11
1
-1
/
+1
*
|
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-2
/
+2
*
|
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-6
/
+6
*
|
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-04
1
-12
/
+12
*
|
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-2
/
+2
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-1
/
+1
*
|
Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build
Mike Lockwood
2011-07-13
1
-8
/
+0
*
|
Eliminate single-process mode.
Jeff Brown
2011-07-08
1
-16
/
+8
|
/
*
Remove dead code related to gettid
Glenn Kasten
2011-06-03
1
-12
/
+1
*
Replace a custom AndroidRuntime::findClass with a more targeted fix.
Elliott Hughes
2011-04-13
1
-11
/
+0
*
More native code cleanup.
Elliott Hughes
2011-04-12
1
-5
/
+0
*
More JNI exception-throwing cleanup.
Elliott Hughes
2011-04-08
1
-86
/
+86
*
Add system property to turn off scheduling groups.
Dianne Hackborn
2010-09-07
1
-2
/
+1
*
Add ability to guard a thread against setting its own prio to bg
Christopher Tate
2010-06-30
1
-0
/
+39
*
Hopefully fix issue #2662536: Why is launcher being killed?
Dianne Hackborn
2010-05-10
1
-1
/
+9
*
Propagate background scheduling class across processes.
Dianne Hackborn
2009-12-07
1
-27
/
+12
*
Don't accidentally signal multiple exceptions in setThreadPriority()
Christopher Tate
2009-12-04
1
-0
/
+1
*
base: process: Abort setting the process group if one of the threads fails to...
San Mehat
2009-12-03
1
-0
/
+1
[next]