You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
In detail,
I can use InstallFailureSignalHandler() to install defult failure function, which can dump a lot useful message.
Also I can use InstallFailureFunction(func) to diy my custom failure function.
However, I want to use them together, both the defult messages and the custom message loged.