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

Commit 1be1d4aa 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 am: cf105b67

am: f437c82c

Change-Id: I058823dd372fa34aa6d87dfde06329dfefd08731
parents 5586af77 f437c82c
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;
};

/*