summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2020-06-26 17:35:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-06-26 17:35:28 +0000
commit66dd60a462f7f8e230d84ce1cca456ec4b0ed1ac (patch)
tree527087b74307a825f282eb254f472c8e658d53a8 /service
parent273c4e562d1cdbed562811c617b56b568883bd39 (diff)
parent3c727a04483aa916b9f432627c054f550cdd2e93 (diff)
Merge changes from topic "starttimemillis-unix" into rvc-dev
* changes: Document that ConnectionEvent.startTimeMillis is Unix time metrics_pdd_hook: allow committer to specify reason if PDD does not need to be updated
Diffstat (limited to 'service')
-rw-r--r--service/proto/src/metrics.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/proto/src/metrics.proto b/service/proto/src/metrics.proto
index e7c0ec89a..481ff0f14 100644
--- a/service/proto/src/metrics.proto
+++ b/service/proto/src/metrics.proto
@@ -1049,7 +1049,7 @@ message ConnectionEvent {
CREATOR_CARRIER = 2;
}
- // Start time of the connection.
+ // Start time of the connection, in milliseconds since Unix epoch (1970-01-01).
optional int64 start_time_millis = 1;// [(datapol.semantic_type) = ST_TIMESTAMP];
// Duration to connect.