Improve a comment.
Bug: http://b/23675822 Test: builds Change-Id: Ia58ffabf38012035076e4c682faa4c93f3690e24
This commit is contained in:
parent
4a47d2c436
commit
5e6cf05aab
1 changed files with 1 additions and 1 deletions
|
@ -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<char*>("\n"), 1 },
|
||||
|
|
Loading…
Reference in a new issue