mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-26 00:31:44 +00:00
For now, enable logging in release builds on Android
This commit is contained in:
parent
94882c48bc
commit
3089b98a30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user