forked from firka/flutter
Add back exit(0) until crbug.com/430581 can be resolved.
BUG=430581 TBR=abarth@chromium.org Review URL: https://codereview.chromium.org/693433005
This commit is contained in:
@@ -107,6 +107,9 @@ void SkyDebugger::Shutdown() {
|
||||
// TODO(eseidel): This still hits an X11 error which I don't understand
|
||||
// "X Error of failed request: GLXBadDrawable", crbug.com/430581
|
||||
mojo::ApplicationImpl::Terminate();
|
||||
// TODO(eseidel): REMOVE THIS, temporarily fast-exit now to stop confusing
|
||||
// folks with exit-time crashes due to GLXBadDrawable above.
|
||||
exit(0);
|
||||
}
|
||||
|
||||
void SkyDebugger::InjectInspector() {
|
||||
|
||||
Reference in New Issue
Block a user