Skip to content

Conversation

@cetonek
Copy link

@cetonek cetonek commented Jul 14, 2017

@Override
  public void onResult(@NonNull Result result) {
      Log.e(TAG, String.format("Error adding/removing geofence : %s",
               result.getStatus().toString()));
   }

I am not sure why are we logging this as error by default. Is'nt it just a callback informing on the result of registration/unregistration? - not necesarilly saying that the operation must have failed.
Looking at the logs now, I am actually get success:
E/Geofencing: Error adding/removing geofence : Status{statusCode=SUCCESS, resolution=null}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants