Skip to content

Commit d1f9cb1

Browse files
committed
change MapboxContext to announce telemetry setting change
1 parent 38cc6d9 commit d1f9cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Mapbox/BaseModule/Map/MapboxContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public bool SetTelemetryCollectionState(bool state)
122122
var configurationFilePath = Constants.Path.MAPBOX_CONFIG_ABSOLUTE;
123123
var json = JsonUtility.ToJson(Configuration);
124124
File.WriteAllText(configurationFilePath, json);
125+
Debug.Log("Successfully set telemetry collection state to " + state);
125126
return true;
126127
}
127128
catch (Exception e)

0 commit comments

Comments
 (0)