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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: