Initialize usb_count in the setup funtion.

am: 9272727df8

Change-Id: I8ca47ee5d3481319f36d3a58e9410d65ed442fdc
This commit is contained in:
Badhri Jagan Sridharan
2017-11-20 17:58:43 +00:00
committed by android-build-merger

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;
}; };
/* /*