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

Unified Diff: syzygy/agent/asan/runtime.h

Issue 2576003002: Add the ability to defer the initialization of the SyzyAsan crash reporter. (Closed)
Patch Set: Add an entry point to reinitialize the crash reporter. Created 4 years 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
Index: syzygy/agent/asan/runtime.h
diff --git a/syzygy/agent/asan/runtime.h b/syzygy/agent/asan/runtime.h
index 2336e82a3cdc41ac4e93c774328f47e38866c4e0..f0b76c0e34779d954a703de5a83ee28cb98dd699 100644
--- a/syzygy/agent/asan/runtime.h
+++ b/syzygy/agent/asan/runtime.h
@@ -194,6 +194,10 @@ class AsanRuntime {
// @returns the list of enabled features.
AsanFeatureSet GetEnabledFeatureSet();
+ // Initialize the crash reporter used by the runtime. Re-initialize it if it
+ // has already been initialized.
+ void InitializeCrashReporter();
+
protected:
// Propagate the values of the flags to the target modules.
void PropagateParams();

Powered by Google App Engine
This is Rietveld 408576698