Skip to content
This repository has been archived by the owner on Dec 6, 2020. It is now read-only.

Packr 2.6.4 Fixed uncaught exception handlers for main thread

Compare
Choose a tag to compare
@karlsabo karlsabo released this 29 Jun 03:30
· 85 commits to master since this release
  1. Fixed an issue with uncaught exception handlers not being called for the main thread.
    • dispatchUncaughtException is called on the main thread if an exception is detected after calling the main method.