We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12df978 commit 45094eaCopy full SHA for 45094ea
AndroidSDK/src/com/leanplum/internal/ActionManager.java
@@ -87,7 +87,7 @@ public static LocationManager getLocationManager() {
87
}
88
} catch (Throwable e) {
89
if (!loggedLocationManagerFailure) {
90
- Log.e("Geofencing support requires Google Play Services v8.1 and higher.\n" +
+ Log.w("Geofencing support requires Google Play Services v8.1 and higher.\n" +
91
"Add this to your build.gradle file:\n" +
92
"compile ('com.google.android.gms:play-services-location:8.3.0+')");
93
loggedLocationManagerFailure = true;
0 commit comments