Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8240264

iOS: Unnecessary logging on every pulse when GL context changes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • jfx15
    • jfx14
    • 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).

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

              Created:
              Updated:
              Resolved: