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

Unified Diff: src/shared/platform/nacl_log.h

Issue 997683002: Exit cleanly for the SRPC "log" requests instead of generating crash reports. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: run the hook just in case Created 5 years, 9 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 | « no previous file | src/shared/platform/nacl_log.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/platform/nacl_log.h
diff --git a/src/shared/platform/nacl_log.h b/src/shared/platform/nacl_log.h
index ea9a5148ea4a96df7f240b39a6c9f28a33f584e3..619d937f5577a50bfe10bf5624e2e3bd895b1deb 100644
--- a/src/shared/platform/nacl_log.h
+++ b/src/shared/platform/nacl_log.h
@@ -370,6 +370,11 @@ void NaClLogTagNext_mu(void);
*/
void NaClLogSetAbortBehavior(void (*fn)(void));
+/*
+ * Run the current abort behavior hook.
+ */
+void NaClLogRunAbortBehavior(void);
+
EXTERN_C_END
#endif /* NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_NACL_LOG_H__ */
« no previous file with comments | « no previous file | src/shared/platform/nacl_log.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698