xref: /aosp_15_r20/external/cronet/third_party/metrics_proto/README.chromium (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1Name: Metrics Protos
2Short Name: metrics_proto
3URL: This is the canonical public repository
4Version: 624274724
5Date: 2024-04-12 UTC
6License: BSD
7License File: LICENSE
8Shipped: yes
9Security Critical: Yes
10
11Description:
12This package contains the protos that are used to upload metrics data to Google.
13Updates to this code should be made by changing the internal copies, and then
14running the export script.
15
16blaze run //analysis/uma/proto_export:proto_export -- \
17  --from_piper \
18  --chromium_src_path=$CHROMIUM_SRC
19
20
21Local Modifications:
22Unchanged from the output of the export script.
23