[Rev 01] RFR: 8240264: iOS: Unnecessary logging on every pulse when GL context changes
Johan Vos
jvos at openjdk.java.net
Mon Jun 15 19:40:31 UTC 2020
On Sun, 14 Jun 2020 19:19:15 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
>> This PR comments out too verbose console logging, as it has been done with some other fprintf calls.
>> As a follow up of this PR, a custom directive that enables this output if needed can be considered.
>
> Jose Pereda has updated the pull request incrementally with one additional commit since the last revision:
>
> Call fprintf only if pulse logging was requested
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?
-------------
PR: https://git.openjdk.java.net/jfx/pull/165
More information about the openjfx-dev
mailing list