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

Commit cf105b67 authored by Badhri Jagan Sridharan's avatar Badhri Jagan Sridharan Committed by android-build-merger
Browse files

Initialize usb_count in the setup funtion.

am: 9272727d

Change-Id: I8ca47ee5d3481319f36d3a58e9410d65ed442fdc
parents 8ca98990 9272727d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ class UsbHidlTest : public ::testing::VtsHalHidlTargetTestBase {
  // and the callback thread.
  std::mutex usb_mtx;
  std::condition_variable usb_cv;
  int usb_count;
  int usb_count = 0;
};

/*