Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0382f385 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "liblog: fix header guards ordering" into rvc-dev am: 8a1aba34 am:...

Merge "liblog: fix header guards ordering" into rvc-dev am: 8a1aba34 am: 17d97af2 am: 0664ad3b

Change-Id: I789d5278dbf9ae49f0c6e407937f9a59341e2575
parents 6017f42d 0664ad3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,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