mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 16:20:39 +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);
|
fmt);
|
||||||
wvsprintf(buffer, msg_new, ap);
|
wvsprintf(buffer, msg_new, ap);
|
||||||
OutputDebugStringA(buffer);
|
OutputDebugStringA(buffer);
|
||||||
#elif defined(ANDROID) && defined(HAVE_LOGGER)
|
#elif defined(ANDROID)
|
||||||
int prio = ANDROID_LOG_INFO;
|
int prio = ANDROID_LOG_INFO;
|
||||||
if (tag)
|
if (tag)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user