In my Android app, I'm handling some exceptions so as not to crash the app on runtime, and to allow the user to have some (limited) functionality of the app.
However, I want to be able to view the logs of any handled exceptions on the apps of my users.
I've already looked at a few answers on different ways of doing this (such as this one).
I've found out about:
They all seem very similar, so before I jump in and start implementing one of these solutions, my question is: what are the advantages and disadvantages of these tools?
For example, how does Fabric compare to Google Analytics?