We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a2c24 commit ab9192eCopy full SHA for ab9192e
src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.m
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -334,6 +334,7 @@ + (void) runAWTLoopWithApp:(NSApplication*)app {
334
[app run];
335
} @catch (NSException* e) {
336
NSLog(@"Apple AWT Startup Exception: %@", [e description]);
337
+ NSLog(@"Apple AWT Startup Exception callstack: %@", [e callStackSymbols]);
338
NSLog(@"Apple AWT Restarting Native Event Thread");
339
340
[app stop:app];
0 commit comments