From 5e6cf05aab0a2fcc6177482606c1b1f2d958a7f9 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 6 Feb 2017 10:26:20 -0800 Subject: [PATCH] Improve a comment. Bug: http://b/23675822 Test: builds Change-Id: Ia58ffabf38012035076e4c682faa4c93f3690e24 --- libc/bionic/libc_logging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/bionic/libc_logging.cpp b/libc/bionic/libc_logging.cpp index d87944ecb..ebbc286d2 100644 --- a/libc/bionic/libc_logging.cpp +++ b/libc/bionic/libc_logging.cpp @@ -597,7 +597,7 @@ static void __libc_fatal_va_list(const char* prefix, const char* format, va_list out_vformat(os, format, args); - // Log to stderr for the benefit of "adb shell" users. + // Log to stderr for the benefit of "adb shell" users and gtests. struct iovec iov[2] = { { msg, os.total }, { const_cast("\n"), 1 },