Merge "Specify argument types for function prototype" am: 83c7d04493
Change-Id: I8b3c72616dd1cebfa4d34553fd7307cf48837fbb
This commit is contained in:
commit
e690cb7b4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue