Skip to content

Commit

Permalink
Updated logging problems with connection
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Jul 7, 2023
1 parent 92f036c commit 7a13b67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public void onConnectionSuspended(int cause) {

@Override
public void onConnectionFailed(@NonNull ConnectionResult connectionResult) {
Analytics.log("GoogleFusedLocationClient", "onConnectionFailed", connectionResult.toString());
Analytics.log("GoogleFusedLocationClientConnectionFailed");
if (getListener() != null) {
getListener().onClientStartFailure();
}
Expand Down

0 comments on commit 7a13b67

Please sign in to comment.