I added the HockeyApp SDK to my Android App. This works as expected, and I also get crash reports of the main activity and the associated classes.
However, I did not figure out how I will get crash reports of the [in my case started & bound] Service. The UpdateManager only accepts Activities and is defined as
UpdateManager.register(Activity, String)
Any idea?