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

Unified Diff: src/trusted/service_runtime/nacl_error_log_hook.c

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 | « src/shared/platform/nacl_log.c ('k') | src/trusted/service_runtime/nacl_secure_service.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/nacl_error_log_hook.c
diff --git a/src/trusted/service_runtime/nacl_error_log_hook.c b/src/trusted/service_runtime/nacl_error_log_hook.c
index 40c60cb4cd84b30acc302007f1ec60f939a39bc1..f8b5d1ae152af9883fb9a97b1eb6630c67ad9333 100644
--- a/src/trusted/service_runtime/nacl_error_log_hook.c
+++ b/src/trusted/service_runtime/nacl_error_log_hook.c
@@ -34,7 +34,6 @@ static void NaClReportLogMessages(void) {
(*g_NaCl_log_abort_fn)(g_NaCl_log_abort_state,
log_data, log_data_bytes);
}
- NaClAbort();
}
void NaClErrorLogHookInit(void (*hook)(void *state,
« no previous file with comments | « src/shared/platform/nacl_log.c ('k') | src/trusted/service_runtime/nacl_secure_service.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698