summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControlReference/ControlReference.h
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2025-04-15 20:36:33 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2025-04-19 22:16:01 -0700
commita1691a4031ff3e596273351ac39a274c76f472fc (patch)
treecacfe3053b31df6300ac6c3c0db9c91d7f0c3275 /Source/Core/InputCommon/ControlReference/ControlReference.h
parent4f210df86a2d2362ef8087cf81b817b18c3d32e9 (diff)
Prevent android generating duplicate analytics events
dolphin-start event was being generated twice for the normal end-user case, as can be seen in analytics data for some years. The problem occured when: * Android reaped the process hosting the dolphin activity (e.g. for power/memory saving). and * Dolphin activity was in "stopped" state for > 6 hours before being switched back to. Under above conditions, both calls to ReportStartToAnalytics would be performed, as dolphin thought it was being launched anew, and also thought it had been asleep for > 6 hours. fixes https://bugs.dolphin-emu.org/issues/13675
Diffstat (limited to 'Source/Core/InputCommon/ControlReference/ControlReference.h')
0 files changed, 0 insertions, 0 deletions