Make LogMessage() handle strings with null bytes

'LOG(...) << std::string("a\0a", 3);' would cause the line to be
truncated, and no newline output.

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257093

Review URL: https://codereview.chromium.org/198103008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257135 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 5110538a6e595e09e6040c5030d101d97c615124
1 file changed
tree: 5016818b2c8f928875b6bf9607432fc853361edb
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. ipc/
  6. mojo/
  7. testing/
  8. third_party/
  9. ui/