BradyBrenot / huestacean

Philips Hue control app for desktop with screen syncing. C++ with Qt Quick GUI.
http://huestacean.com
Apache License 2.0
566 stars 54 forks source link

Android crashes while backgrounded #56

Closed BradyBrenot closed 6 years ago

BradyBrenot commented 6 years ago

Lost the callstack, should be easy to reproduce.

BradyBrenot commented 6 years ago

Appears to have been incidentally fixed by f1fb946

The app no longer emits signals from other threads to update the framerate counter. QtQuick would react to this signal immediately, which was a noticeable performance drain in macOS, and was possibly triggering rendering / font things to happen in the Android app while it was backgrounded.