Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Unified Diff: syzygy/agent/asan/reporters/crashpad_reporter.h

Issue 1992773002: [SyzyAsan] Enable Crashpad reporter as a 50/50 experiment. (Closed) Base URL: https://github.com/google/syzygy.git@master
Patch Set: Fix broken unittest. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « syzygy/agent/asan/error_info.h ('k') | syzygy/agent/asan/reporters/crashpad_reporter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/asan/reporters/crashpad_reporter.h
diff --git a/syzygy/agent/asan/reporters/crashpad_reporter.h b/syzygy/agent/asan/reporters/crashpad_reporter.h
index 31de16ccf889cf57f841275cf985d6e1e63b1e78..3e2545a608931a8ee70ed7137fe77716d765f509 100644
--- a/syzygy/agent/asan/reporters/crashpad_reporter.h
+++ b/syzygy/agent/asan/reporters/crashpad_reporter.h
@@ -30,6 +30,9 @@ namespace reporters {
// thread safe.
class CrashpadReporter : public ReporterInterface {
public:
+ // The name of this reporter, as returned by GetName.
+ static const char kName[];
+
// Factory for a CrashpadReporter. This returns null if the running process
// does not support Crashpad crash reporting. Support is decided by examining
// the exports of the running executable, and looking for Crashpad's expected
« no previous file with comments | « syzygy/agent/asan/error_info.h ('k') | syzygy/agent/asan/reporters/crashpad_reporter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698