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

Commit f437c82c 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

Change-Id: I0538274aa5ef47e55a8037064fa3f965ad84c57a
parents 60610433 cf105b67
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;
};

/*