You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using commas + R or click reload when in the red error message screen has chance to make it crash.
Code due to crash:
path: /#rootpath/react-native/third-party/glog-0.3.4/src/logging.cc
static void logging_fail() {
#if defined(_DEBUG) && defined(_MSC_VER)
// When debugging on windows, avoid the obnoxious dialog and make
// it possible to continue past a LOG(FATAL) in the debugger
_asm int 3
#else
abort();
#endif
}
Since I build In Debug Environment, I guess the problem is I did not use VS IDE.
It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported.
I am going to close this, but feel free to open a new issue with the additional information provided. Thanks!
Using commas + R or click reload when in the red error message screen has chance to make it crash.
Code due to crash:
path: /#rootpath/react-native/third-party/glog-0.3.4/src/logging.cc
Since I build In Debug Environment, I guess the problem is I did not use VS IDE.
Xcode: 8.3.3
Simulator: iPhone 7 Plus - iOS 10.3
React Native: 0.47.2
The text was updated successfully, but these errors were encountered: