Initialize usb_count in the setup funtion. am: 9272727df8

am: cf105b679d

Change-Id: I0538274aa5ef47e55a8037064fa3f965ad84c57a
This commit is contained in:
Badhri Jagan Sridharan 2017-11-20 18:01:15 +00:00 committed by android-build-merger
commit f437c82c13

View file

@ -160,7 +160,7 @@ class UsbHidlTest : public ::testing::VtsHalHidlTargetTestBase {
// and the callback thread. // and the callback thread.
std::mutex usb_mtx; std::mutex usb_mtx;
std::condition_variable usb_cv; std::condition_variable usb_cv;
int usb_count; int usb_count = 0;
}; };
/* /*