[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.