RFR: 8240264: iOS: Unnecessary logging on every pulse when GL context changes [v2]
Jose Pereda
jpereda at openjdk.java.net
Sun Jun 28 18:34:01 UTC 2020
On Mon, 15 Jun 2020 19:52:26 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
>> modules/javafx.graphics/src/main/native-prism-es2/ios/IOSWindowSystemInterface.m line 86:
>>
>>> 85: if (pulseLoggingRequested) {
>>> 86: fprintf(stderr, "IOSWindowSystemInterface : deleteContext unimp\n");
>>> 87: }
>>
>> this doesn't relate to pulseLogging I believe?
>
> Right, but since it wasn't commented out, should I just leave it as it was?
@johanvos I've finally restored the initial printout.
-------------
PR: https://git.openjdk.java.net/jfx/pull/165
More information about the openjfx-dev
mailing list