RFR: 8240264: iOS: Unnecessary logging on every pulse when GL context changes
Johan Vos
jvos at openjdk.java.net
Sat Apr 11 08:21:28 UTC 2020
On Wed, 8 Apr 2020 21:26:40 GMT, Kevin Rushforth <kcr 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.
>
> Marked as reviewed by kcr (Lead).
The root cause for this issue is not the unnecessary logging, but the fact that the Quantum Renderer keeps running when
the app is not in the foreground (causing a long list of debug lines). I'll create a separate issue for that.
-------------
PR: https://git.openjdk.java.net/jfx/pull/165
More information about the openjfx-dev
mailing list