[roll] Roll fuchsia [syslog] Support file = nullptr in LogMessage

The code in LogMessage::~LogMessage clearly attempts to handle the
case where `file_` is null, but the constructor calls
StripDots/StripPath on the string, which require a non-null
pointer. We now avoid calling these when the file argument is null.

Original-Bug: 456458551
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1454189
Original-Revision: c2db7323029a93d7992d3045fbfe9ff39689d441
GitOrigin-RevId: efd400eabf98abb3124b0e903912f052a02ff49e
Change-Id: I6bd85f085b6cba32ba6cf84a42e791f069e695ea
1 file changed
tree: 6a9c0483ea225fb1149827329db62c01df8fe784
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.