diff --git a/runtime/bin/platform_win.cc b/runtime/bin/platform_win.cc index 8e100a104dd..74b991c1997 100644 --- a/runtime/bin/platform_win.cc +++ b/runtime/bin/platform_win.cc @@ -53,10 +53,8 @@ class PlatformWin { uMode |= SEM_NOGPFAULTERRORBOX; } SetErrorMode(uMode); -#ifndef PRODUCT // Set up global exception handler to be able to dump stack trace on crash. SetExceptionHandler(); -#endif } // Windows top-level unhandled exception handler function.