Backtrace Unity 3.3.1

Version 3.3.1

  • Improved Out-of-memory detection on iOS - Backtrace will report Out-of-memory exceptions when a memory warning occured and the application unexpectly closed. The Out-of-memory watcher will analyse game version, system version, debugger information and even more to determine if application closed by Out-of-memory exception or not.
  • Backtrace will no longer send low memory warnings reports from Android or iOS. Instead, Backtrace will utilize iOS OOM detection and extend the embedded native report attributes on Android.
  • Users can now enable or disable out-of-memory detection any time via UI/Backtrace API.
More …

Backtrace cocoa 1.6.0

Version 1.6.0

  • Support for Out of memory detection - Backtrace-cocoa now allows to send information about low memory warnings that application received before application was killed by operating system.
  • Backtrace-cocoa sets error.type attribute that our users can use to filter specific type of reports generated by libraries. List of possible error.types:
  • reports generated in try/catch block will have error.type equal to Exception,
  • crashes will have error.type attribute equal to Crash,
  • out of memory exceptions will have error.type attribute equal to Low memory
  • TravisCI improvements