GLDebugOutputHandler: dump stack on debug messages
This commit is contained in:
parent
aa54947ff3
commit
62186362a8
@ -73,6 +73,7 @@ class LwjglGLDebugOutputHandler implements ARBDebugOutputCallback.Handler {
|
|||||||
String severityStr = constMap.get(severity);
|
String severityStr = constMap.get(severity);
|
||||||
|
|
||||||
System.err.println(String.format(MESSAGE_FORMAT, id, sourceStr, typeStr, severityStr, message));
|
System.err.println(String.format(MESSAGE_FORMAT, id, sourceStr, typeStr, severityStr, message));
|
||||||
|
Thread.dumpStack();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user