mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-28 00:24:15 +01:00
Don’t set exit_after_write to false for tvOS.
On tvOS, the app fails to shutdown after write. Allow exit_after_write to be false for tvOS in order to force an exit() after write. Change-Id: Ib2e1e1d03264a2972f5607b3070f4a6287aa0a98 Reviewed-on: https://chromium-review.googlesource.com/752071 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
5dad29423e
commit
550c6227bb
@ -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_,
|
||||
|
Loading…
Reference in New Issue
Block a user