Skip to content

Commit

Permalink
fix: debug message stats android
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Sep 9, 2022
1 parent 268ad05 commit d4c96ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ public void onResponse(JSONObject response) {
new Response.ErrorListener(){
@Override
public void onErrorResponse(VolleyError error) {
Log.i(TAG, "Stats send for \"" + action + "\", version " + versionName);
Log.i(TAG, "Error sending stats: " + error);
}
});
this.requestQueue.add(request);
Expand Down

0 comments on commit d4c96ac

Please sign in to comment.