diff options
| author | 2019-02-28 11:04:00 -0800 | |
|---|---|---|
| committer | 2019-03-01 15:13:55 +0000 | |
| commit | bebb5ab1a2f2780e937b1947aae44ffbd4a96621 (patch) | |
| tree | fabf95a729bdda0af2dac40125f7129a02a91bde | |
| parent | ae3b4c44fbcb2830b156918ab996ec2222d21502 (diff) | |
wifi.proto: Fix a bug in the proto for API
Bug: 123362619
Bug: 123362779
Test: Compiles
Change-Id: I021ef2e93bd8547d7c135868b87861c72c808df7
| -rw-r--r-- | proto/src/wifi.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/src/wifi.proto b/proto/src/wifi.proto index d68442fcda35..2214ac54c3e4 100644 --- a/proto/src/wifi.proto +++ b/proto/src/wifi.proto @@ -2354,7 +2354,7 @@ message WifiNetworkRequestApiLog { optional int32 num_request = 1; // Histogram of requests via this API surface to number of networks matched in scan results. - optional HistogramBucketInt32 network_match_size_histogram = 2; + repeated HistogramBucketInt32 network_match_size_histogram = 2; // Number of successful network connection from this API. optional int32 num_connect_success = 3; |