Merge "metricsd: Enable https by default."
This commit is contained in:
commit
565d20ef04
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ namespace metrics {
|
|||
static const char kMetricsDirectory[] = "/data/misc/metrics/";
|
||||
static const char kMetricsEventsFilePath[] = "/data/misc/metrics/uma-events";
|
||||
static const char kMetricsGUIDFilePath[] = "/data/misc/metrics/Sysinfo.GUID";
|
||||
static const char kMetricsServer[] = "http://clients4.google.com/uma/v2";
|
||||
static const char kMetricsServer[] = "https://clients4.google.com/uma/v2";
|
||||
static const char kConsentFilePath[] = "/data/misc/metrics/enabled";
|
||||
static const char kDefaultVersion[] = "0.0.0.0";
|
||||
} // namespace metrics
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue