mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-10 20:36:00 -05:00
Android: Use the shared HTTP analytics backend
We can now route Android analytics through Common::HttpAnalyticsBackend, drop the Volley sender, and keep the JNI layer limited to only transfer metadata since https://bugs.dolphin-emu.org/issues/11772 has been fixed.
This commit is contained in:
@@ -19,7 +19,6 @@ jmethodID GetOnTitleChanged();
|
||||
jmethodID GetFinishEmulationActivity();
|
||||
|
||||
jclass GetAnalyticsClass();
|
||||
jmethodID GetSendAnalyticsReport();
|
||||
jmethodID GetAnalyticsValue();
|
||||
|
||||
jclass GetGameFileClass();
|
||||
|
||||
Reference in New Issue
Block a user