Merge "Allow SLOG* to vendors"

This commit is contained in:
Treehugger Robot 2017-06-29 03:53:38 +00:00 committed by Gerrit Code Review
commit 6afbd476ab
3 changed files with 2 additions and 7 deletions

View File

@ -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.

View File

@ -9,6 +9,7 @@
#include <log/log_radio.h>
#include <log/log_read.h>
#include <log/log_safetynet.h>
#include <log/log_system.h>
#include <log/log_time.h>
/*

View File

@ -0,0 +1 @@
../../include/log/log_system.h