mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(verbosity.h) This might make logging work again on Android
This commit is contained in:
parent
1bd8e6402a
commit
481202f2e5
@ -203,7 +203,7 @@ static INLINE void RARCH_LOG_V(const char *tag, const char *fmt, va_list ap)
|
||||
fmt);
|
||||
wvsprintf(buffer, msg_new, ap);
|
||||
OutputDebugStringA(buffer);
|
||||
#elif defined(ANDROID) && defined(HAVE_LOGGER)
|
||||
#elif defined(ANDROID)
|
||||
int prio = ANDROID_LOG_INFO;
|
||||
if (tag)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user