summaryrefslogtreecommitdiffstats
path: root/libcutils/sched_policy.cpp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-06-29 04:07:28 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-29 04:07:28 +0000
commitdfed7fb8ca8b66f36925961ddff50ca95204d23a (patch)
tree68a646a1d3d64a24d9249a53a3583f557828bb06 /libcutils/sched_policy.cpp
parent730c5d09c6b47bc38975e50f8f8a7b2b008ab457 (diff)
parent708f8295e09d5975dfe981e2c020ea94fcfc70f7 (diff)
downloadsystem_core-dfed7fb8ca8b66f36925961ddff50ca95204d23a.tar.gz
system_core-dfed7fb8ca8b66f36925961ddff50ca95204d23a.tar.bz2
system_core-dfed7fb8ca8b66f36925961ddff50ca95204d23a.zip
Merge "Allow SLOG* to vendors" am: 6afbd476ab am: eacf704a6c
am: 708f8295e0 Change-Id: I8895882d557e162388fcc672375f721849b83fc2
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 d68e91b78..b35f512f8 100644
--- a/libcutils/sched_policy.cpp
+++ b/libcutils/sched_policy.cpp
@@ -28,13 +28,6 @@
#define UNUSED __attribute__((__unused__))
-#ifndef SLOGE
-#define SLOGE ALOGE
-#endif
-#ifndef SLOGW
-#define SLOGW ALOGW
-#endif
-
/* Re-map SP_DEFAULT to the system default policy, and leave other values unchanged.
* Call this any place a SchedPolicy is used as an input parameter.
* Returns the possibly re-mapped policy.