mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 14:39:01 +01:00
Merge pull request #7384 from zackhow/analytics-fix
Android: fix crash if user is offline
This commit is contained in:
commit
215d99146d
@ -93,8 +93,7 @@ public class Analytics
|
||||
public static void sendReport(String endpoint, byte[] data)
|
||||
{
|
||||
StringRequest request = new StringRequest(Request.Method.POST, endpoint,
|
||||
null, error -> Log.debug("Send Report Failure code: "
|
||||
+ error.networkResponse.statusCode))
|
||||
null, error -> Log.debug("Failed to send report"))
|
||||
{
|
||||
@Override
|
||||
public byte[] getBody()
|
||||
|
Loading…
x
Reference in New Issue
Block a user