iOS: Unnecessary logging on every pulse when GL context changes

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • jfx15
    • Affects Version/s: jfx14
    • Component/s: javafx
    • aarch64
    • iOS

      On iOS, this is logged to the console whenever the GL context is cleared, regardless the value of PrismSettings.verbose, on every single pulse:

      IOSWindowSystemInterface : setSwapInterval unimp
      setSwapInterval(0)
      ...
      IOSWindowSystemInterface : setSwapInterval unimp
      setSwapInterval(1)

      These messages should be printed out only if PrismSettings.verbose is true (this will require passing that value to native, or defining a directive like LOG_GL) or not printed at all (like on Mac OS).

            Assignee:
            Jose Pereda
            Reporter:
            Jose Pereda
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: