abrenoch / hyperion-android-grabber

Screen grabber for hyperion
MIT License
194 stars 33 forks source link

Stability testing #16

Closed abrenoch closed 6 years ago

abrenoch commented 6 years ago

Initial testing shows that the service may be prone to being killed when in the background. That service is an extension of IntentService which could possibly be the issue (some brief reading seemed to imply those are prone to being killed).

abrenoch commented 6 years ago

Switched to a standard service rather than an intent service... seems to have fixed the problem with the service being killed (for me at least).

Some users on the hyperion forum are reporting issues with the service being killed & responsiveness problems... Not sure how to help them out just yet.

abrenoch commented 6 years ago

Stability seems on-point now, any new problems should be separate issues