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
*
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
*
process: Disable debugging
San Mehat
2009-10-29
1
-1
/
+1
*
process: Add debug code to log process group transitions
San Mehat
2009-10-29
1
-0
/
+22
*
process: Switch to common cutils sched_policy api
San Mehat
2009-09-12
1
-60
/
+17
*
Process: Add support for using scheduler policies instead of cgroups.
San Mehat
2009-09-10
1
-26
/
+41
*
am 7e63789a: android: cgroups: Don\'t switch threads >= nice 10 when moving a...
San Mehat
2009-08-06
1
-1
/
+18
|
\
|
*
android: cgroups: Don't switch threads >= nice 10 when moving all threads to ...
San Mehat
2009-08-06
1
-1
/
+18
*
|
Make Process.getFreeMemory() return a long instead of an int, to better
Marco Nelissen
2009-07-17
1
-4
/
+4
*
|
am 7d619f18: framework: process: Set the control group of a thread to the bac...
San Mehat
2009-06-26
1
-2
/
+2
|
\
\
|
|
/
|
*
framework: process: Set the control group of a thread to the background group
San Mehat
2009-06-26
1
-2
/
+2
*
|
am 35a47a6e: Merge change 5389 into donut
Android (Google) Code Review
2009-06-25
1
-1
/
+1
|
\
\
|
|
/
|
*
Skip spaces and tabs in readProcLines()
Amith Yamasani
2009-06-25
1
-1
/
+1
*
|
am 727f36c6: Merge change 4265 into donut
Android (Google) Code Review
2009-06-16
1
-24
/
+16
|
\
\
|
|
/
|
*
process: Fix bug where if a thread exited while we were changing its control
San Mehat
2009-06-15
1
-24
/
+16
*
|
am 0e7cf636: Merge change 3725 into donut
Android (Google) Code Review
2009-06-10
1
-19
/
+27
|
\
\
|
|
/
|
*
process: Clean up cgroup management
San Mehat
2009-06-10
1
-19
/
+27
*
|
move libbinder's header files under includes/binder
Mathias Agopian
2009-05-20
1
-3
/
+3
|
/
*
process: Add setProcessGroup() hidden API call to set the cgroup of
San Mehat
2009-05-19
1
-0
/
+31
[next]