When app crashes we get stack track + maybe some more info. It usually gets printed to the console. I'd like to capture that action, and rather than letting print it to console I'd like to write it in to log file and disable the console print. I don't want to use try/else on each function/logic/
How can I do this?