summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot2017-06-28 22:53:38 -0500
committerGerrit Code Review2017-06-28 22:53:38 -0500
commit6afbd476abb0c30af1dc04eab3ad798accf30307 (patch)
tree29386017498cbcdaef264d41a84e7dab874c9941 /libcutils/sched_policy.cpp
parent9302daeb1d3d12c18b99aae82342c359950dd447 (diff)
parent9ffeab85bf76d4e9e028e461c9ac1341bc0ceaec (diff)
downloadplatform-system-core-6afbd476abb0c30af1dc04eab3ad798accf30307.tar.gz
platform-system-core-6afbd476abb0c30af1dc04eab3ad798accf30307.tar.xz
platform-system-core-6afbd476abb0c30af1dc04eab3ad798accf30307.zip
Merge "Allow SLOG* to vendors"
Diffstat (limited to 'libcutils/sched_policy.cpp')
-rw-r--r--libcutils/sched_policy.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/libcutils/sched_policy.cpp b/libcutils/sched_policy.cpp
index aeb881aec..bc40ba94a 100644
--- a/libcutils/sched_policy.cpp
+++ b/libcutils/sched_policy.cpp
@@ -28,13 +28,6 @@
28 28
29#define UNUSED __attribute__((__unused__)) 29#define UNUSED __attribute__((__unused__))
30 30
31#ifndef SLOGE
32#define SLOGE ALOGE
33#endif
34#ifndef SLOGW
35#define SLOGW ALOGW
36#endif
37
38/* Re-map SP_DEFAULT to the system default policy, and leave other values unchanged. 31/* Re-map SP_DEFAULT to the system default policy, and leave other values unchanged.
39 * Call this any place a SchedPolicy is used as an input parameter. 32 * Call this any place a SchedPolicy is used as an input parameter.
40 * Returns the possibly re-mapped policy. 33 * Returns the possibly re-mapped policy.