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

Commit bab2c72d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Specify argument types for function prototype" am: 83c7d044 am: e690cb7b am: 1cb98205

Change-Id: I9fa3e11efad8d7d6bc32ea4729914114bd96d108
parents 8f361f61 1cb98205
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ int __android_log_set_minimum_priority(int priority);
 * Gets the minimum priority that will be logged for this process.  If none has been set by a
 * previous __android_log_set_minimum_priority() call, this returns ANDROID_LOG_DEFAULT.
 */
int __android_log_get_minimum_priority();
int __android_log_get_minimum_priority(void);

/**
 * Sets the default tag if no tag is provided when writing a log message.  Defaults to