Provide a new //base-level API for crash keys v2.
The new, preferred crash key API is located at //components/crash/core/common:crash_key, but not all clients of the crash key system can have a direct dependency on that. In this CL, a new base/debug/crash_logging.h API is created to indirect to the new v2 API. It is less featured and flexible than the crash component API. This will fully replace the existing API still located in that file. Bug: 598854 Change-Id: Ifabd12f80d1a858ff61b999eba956d6cd5113784 Reviewed-on: https://chromium-review.googlesource.com/795230Reviewed-by:Mark Mentovai <mark@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#520333}
Showing
Please register or sign in to comment