Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bebb5ab1 authored by Roshan Pius's avatar Roshan Pius
Browse files

wifi.proto: Fix a bug in the proto for API

Bug: 123362619
Bug: 123362779
Test: Compiles
Change-Id: I021ef2e93bd8547d7c135868b87861c72c808df7
parent ae3b4c44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;