Initialize usb_count in the setup funtion. am: 9272727df8
am: cf105b679d
Change-Id: I0538274aa5ef47e55a8037064fa3f965ad84c57a
This commit is contained in:
commit
f437c82c13
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue