Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6f25364 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am 9568772a: Merge "Frameworks/base: Fix format string in Geofence"

* commit '9568772a':
  Frameworks/base: Fix format string in Geofence
parents 3814163b 9568772a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -436,7 +436,7 @@ public final class GeofenceHardwareImpl {
            int monitoringType,
            int sourcesUsed) {
        if(location == null) {
            Log.e(TAG, String.format("Invalid Geofence Transition: location=%p", location));
            Log.e(TAG, String.format("Invalid Geofence Transition: location=null"));
            return;
        }
        if(DEBUG) {