I ended up implementing my own undo stack as well, which was fine as I ended up using it extensively on my app.
Post
Replies
Boosts
Views
Activity
Hey I loved your solution to this. Just one question, I noticed you don't log the error message when handling crashes caused by signals, only the stack trace. Do you know how I could go around to catching the actual error message when catching an exit signal? Thanks!