Skip to content

v6.18.0

Compare
Choose a tag to compare
@nickdowell nickdowell released this 08 Jun 10:21
· 481 commits to master since this release
efd8dc7

Enhancements

  • Add support for watchOS (>= 6.3).

    Unhandled Objective-C & C++ exceptions will automatically be reported but OOMs,
    app hangs, thermal kills, stack overflows, memory access issues and Swift fatal
    errors cannot be detected due to Mach exception and signal APIs being
    prohibited on watchOS.

    For more information see the documentation.

  • Add configuration.telemetry to allow sending of internal errors to be disabled.
    #1375

Bug fixes

  • Fix data races detected by TSan in BSGRunContextUpdateTimestamp and UpdateAvailableMemory.
    #1384

  • Fix potential deadlocks caused by use of libc printf functions.
    #1397

  • Fix incorrect device.time in 32-bit crash reports.
    #1399