opt:自动驾驶业务埋点上报URL(->https://bdlog.zhidaozhixing.com/autocar)

This commit is contained in:
pangfan
2022-04-08 15:32:52 +08:00
parent c4f352d723
commit fc5f9b4bc5

View File

@@ -36,6 +36,14 @@
android:name="MAP_SDK_VERSION"
android:value="${MAP_SDK_VERSION}" />
<!-- 自动驾驶业务埋点上报URL -->
<meta-data
android:name="com.elegant.analytics.AnalyticsConfig.EventsEndpoint"
android:value="https://bdlog.zhidaozhixing.com/autocar" />
<meta-data
android:name="com.elegant.analytics.AnalyticsConfig.EventsFallbackEndpoint"
android:value="https://bdlog.zhidaozhixing.com/autocar" />
</application>