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

Unified Diff: syzygy/agent/asan/rtl_impl.cc

Issue 2576003002: Add the ability to defer the initialization of the SyzyAsan crash reporter. (Closed)
Patch Set: Fix comments. Created 3 years, 11 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/rtl_impl.h ('k') | syzygy/agent/asan/rtl_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/asan/rtl_impl.cc
diff --git a/syzygy/agent/asan/rtl_impl.cc b/syzygy/agent/asan/rtl_impl.cc
index 807eef9d7a0b9aa0d522a4aad4ee55c99fb68330..67700ba4c8fbd3aa1f4d8925faf86ed28ef7646b 100644
--- a/syzygy/agent/asan/rtl_impl.cc
+++ b/syzygy/agent/asan/rtl_impl.cc
@@ -259,4 +259,8 @@ int asan_CrashForException(EXCEPTION_POINTERS* exception) {
return agent::asan::AsanRuntime::CrashForException(exception);
}
+void WINAPI asan_InitializeCrashReporter() {
+ asan_runtime->InitializeCrashReporter();
+}
+
} // extern "C"
« no previous file with comments | « syzygy/agent/asan/rtl_impl.h ('k') | syzygy/agent/asan/rtl_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698