I just want to know if it is possible to catch and handle signals from all thrown exceptions?
For example, a crash at runtime occurred and I want this signal handler to catch the exception for me to know the stacktrace of the crash. Yes, we know that we don't need this feature on development stage but if the user catches crashes on live app and declined to submit us the stacktrace and other info about the crash, how are we going to fix the crash and we will get many complains about these crashes.
Thanks!