mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update ASSERTS in flutter engine to use flutter
Fixes https://github.com/flutter/flutter/issues/2692 @Hixie
This commit is contained in:
parent
c5a86a244a
commit
76a090d00a
@ -64,7 +64,7 @@ WTF_ATTRIBUTE_PRINTF(1, 0)
|
||||
static void vprintf_stderr_common(const char* format, va_list args)
|
||||
{
|
||||
#if OS(ANDROID)
|
||||
__android_log_vprint(ANDROID_LOG_WARN, "WebKit", format, args);
|
||||
__android_log_vprint(ANDROID_LOG_WARN, "flutter", format, args);
|
||||
#endif
|
||||
vfprintf(stderr, format, args);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user