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

iOS: Unnecessary logging on every pulse when GL context changes

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • jfx14
    • jfx15
    • javafx
    • aarch64
    • iOS

    Description

      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).

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: