mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(retroarch_logger.h) Cleanup
This commit is contained in:
parent
6f4a3c4d57
commit
4c6d0d5e0e
@ -134,7 +134,7 @@ static INLINE void RARCH_ERR(const char *fmt, ...)
|
||||
{
|
||||
va_list ap;
|
||||
va_start(ap, fmt);
|
||||
RARCH_ERR_V("[ERR]", fmt, ap);
|
||||
RARCH_ERR_V("[ERROR]", fmt, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
@ -142,8 +142,6 @@ static INLINE void RARCH_ERR(const char *fmt, ...)
|
||||
#include <logger_override.h>
|
||||
#elif defined(ANDROID) && defined(HAVE_LOGGER) && defined(RARCH_INTERNAL)
|
||||
|
||||
/* Log tag. Used for logcat filtering, e.g.: adb logcat RetroArch:V *:S */
|
||||
|
||||
#ifndef RARCH_LOG
|
||||
#define RARCH_LOG(...) __android_log_print(ANDROID_LOG_INFO, PROGRAM_NAME, __VA_ARGS__)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user