「Countly」

1、调通公司服务器部署的节点;
2、调通上传maven
This commit is contained in:
donghongyu
2024-11-01 12:30:38 +08:00
parent 0bcf43d232
commit 79e55126d3
11 changed files with 129 additions and 46 deletions

View File

@@ -9,8 +9,8 @@ import ly.count.android.sdk.ModuleLog;
import ly.count.android.sdk.PerformanceCounterCollector;
public class App extends Application {
private final static String COUNTLY_SERVER_URL = "http://172.30.10.190";
private final static String COUNTLY_APP_KEY = "5efc02a15444c88cbf8056ec66ab291ea3cd3240";
private final static String COUNTLY_SERVER_URL = "http://countly.zhidaozhixing.com";
private final static String COUNTLY_APP_KEY = "45cccb4a005ca14b79fca7d24b69e1a67730e325";
private final static String DEVICE_ID = "YOUR_DEVICE_ID";
public static PerformanceCounterCollector appPcc;