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 08e68dc commit 2868515Copy full SHA for 2868515
AndroidSDK/src/com/leanplum/internal/ActionManager.java
@@ -86,7 +86,7 @@ public static LocationManager getLocationManager() {
86
}
87
} catch (Throwable e) {
88
if (!loggedLocationManagerFailure) {
89
- 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" +
90
"Add this to your build.gradle file:\n" +
91
"compile ('com.google.android.gms:play-services-location:8.3.0+')");
92
loggedLocationManagerFailure = true;
0 commit comments