Merge "liblog: fix header guards ordering" am: cd61376986
am: 8493f16832
Change-Id: Ia07ce585835d447a9ad468d58457ce635f85a957
This commit is contained in:
commit
ff651c06b8
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ typedef void (*__android_logger_function)(const struct __android_logger_data* lo
|
|||
*/
|
||||
typedef void (*__android_aborter_function)(const char* abort_message);
|
||||
|
||||
#if __ANDROID_API__ >= 30 || !defined(__ANDROID__)
|
||||
#if !defined(__ANDROID__) || __ANDROID_API__ >= 30
|
||||
/**
|
||||
* Writes the log message specified with logger_data and msg to the log. logger_data includes
|
||||
* additional file name and line number information that a logger may use. logger_data is versioned
|
||||
|
|
Loading…
Reference in a new issue