diff options
-rw-r--r-- | src/client/ios/exception_handler_no_mach.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/ios/exception_handler_no_mach.cc b/src/client/ios/exception_handler_no_mach.cc index 32723fc3..23f246e9 100644 --- a/src/client/ios/exception_handler_no_mach.cc +++ b/src/client/ios/exception_handler_no_mach.cc @@ -124,7 +124,9 @@ bool ExceptionHandler::WriteMinidumpWithException( bool report_current_thread) { bool result = false; +#if !TARGET_OS_TV exit_after_write = false; +#endif // !TARGET_OS_TV if (directCallback_) { if (directCallback_(callback_context_, |