For now, enable logging in release builds on Android

This commit is contained in:
Aaron Culliney 2016-01-05 21:39:04 -08:00
parent 94882c48bc
commit 3089b98a30

View File

@ -216,7 +216,7 @@ static const char *log_end = "\n";
} \
} while (0)
#ifndef NDEBUG
#if !defined(NDEBUG) || (defined(NDEBUG) && defined(ANDROID))
#ifdef ANDROID
// Apparently some non-conformant Android devices (ahem, Spamsung, ahem) do not actually let me see what the assert