Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit c43c8d3

Browse files
committed
device: no ANSI color codes for android
1 parent 06fa735 commit c43c8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device/log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace log_internal
2222
static void stdout_log(LogSeverity::Enum sev, System system, const char *msg)
2323
{
2424
char buf[8192];
25-
#if CROWN_PLATFORM_POSIX
25+
#if CROWN_PLATFORM_POSIX && !CROWN_PLATFORM_ANDROID
2626
#define ANSI_RESET "\x1b[0m"
2727
#define ANSI_YELLOW "\x1b[33m"
2828
#define ANSI_RED "\x1b[31m"

0 commit comments

Comments
 (0)