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 38cc6d9 commit d1f9cb1Copy full SHA for d1f9cb1
Runtime/Mapbox/BaseModule/Map/MapboxContext.cs
@@ -122,6 +122,7 @@ public bool SetTelemetryCollectionState(bool state)
122
var configurationFilePath = Constants.Path.MAPBOX_CONFIG_ABSOLUTE;
123
var json = JsonUtility.ToJson(Configuration);
124
File.WriteAllText(configurationFilePath, json);
125
+ Debug.Log("Successfully set telemetry collection state to " + state);
126
return true;
127
}
128
catch (Exception e)
0 commit comments