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

Commit 83df1b46 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Merge "Add counters for true number of events being logged" am: 35940f3f am:...

Merge "Add counters for true number of events being logged" am: 35940f3f am: fe5bd2a0 am: 9e94f943
am: e2d039be

Change-Id: Ib77b6a33770498597693b2d9da87f2a9beb8d414
parents 17a62800 e2d039be
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -28,6 +28,18 @@ message BluetoothLog {

  // Number of bonded devices.
  optional int32 num_bonded_devices = 5;

  // Number of BluetoothSession including discarded ones beyond capacity
  optional int64 num_bluetooth_session = 6;

  // Number of PairEvent including discarded ones beyond capacity
  optional int64 num_pair_event = 7;

  // Number of WakeEvent including discarded ones beyond capacity
  optional int64 num_wake_event = 8;

  // Number of ScanEvent including discarded ones beyond capacity
  optional int64 num_scan_event = 9;
}

// The information about the device.