mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-12 21:30:07 +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)
|
} while (0)
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#if !defined(NDEBUG) || (defined(NDEBUG) && defined(ANDROID))
|
||||||
|
|
||||||
#ifdef ANDROID
|
#ifdef ANDROID
|
||||||
// Apparently some non-conformant Android devices (ahem, Spamsung, ahem) do not actually let me see what the assert
|
// Apparently some non-conformant Android devices (ahem, Spamsung, ahem) do not actually let me see what the assert
|
||||||
|
Loading…
x
Reference in New Issue
Block a user