diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-06-29 03:53:38 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-06-29 03:53:38 +0000 |
| commit | 6afbd476abb0c30af1dc04eab3ad798accf30307 (patch) | |
| tree | 29386017498cbcdaef264d41a84e7dab874c9941 /libcutils/sched_policy.cpp | |
| parent | 9302daeb1d3d12c18b99aae82342c359950dd447 (diff) | |
| parent | 9ffeab85bf76d4e9e028e461c9ac1341bc0ceaec (diff) | |
| download | system_core-6afbd476abb0c30af1dc04eab3ad798accf30307.tar.gz system_core-6afbd476abb0c30af1dc04eab3ad798accf30307.tar.bz2 system_core-6afbd476abb0c30af1dc04eab3ad798accf30307.zip | |
Merge "Allow SLOG* to vendors"
Diffstat (limited to 'libcutils/sched_policy.cpp')
| -rw-r--r-- | libcutils/sched_policy.cpp | 7 |
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 @@ #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. |
