commit | 1be1d4aad0f9c1fc3fad037ce966f532b68c36a0 | [log] [tgz] |
---|---|---|
author | Badhri Jagan Sridharan <Badhri@google.com> | Mon Nov 20 18:03:20 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 20 18:03:20 2017 +0000 |
tree | a706d3199412f42988f2620e93ec3305b19b09ea | |
parent | 5586af77efbaf834b38257bd0ef4992f2508b87b [diff] | |
parent | f437c82c13994c8608e55bc0e3eaa640c1f214c3 [diff] |
Initialize usb_count in the setup funtion. am: 9272727df8 am: cf105b679d am: f437c82c13 Change-Id: I058823dd372fa34aa6d87dfde06329dfefd08731
diff --git a/usb/1.0/vts/functional/VtsHalUsbV1_0TargetTest.cpp b/usb/1.0/vts/functional/VtsHalUsbV1_0TargetTest.cpp index b77398f..e01b974 100644 --- a/usb/1.0/vts/functional/VtsHalUsbV1_0TargetTest.cpp +++ b/usb/1.0/vts/functional/VtsHalUsbV1_0TargetTest.cpp
@@ -160,7 +160,7 @@ // and the callback thread. std::mutex usb_mtx; std::condition_variable usb_cv; - int usb_count; + int usb_count = 0; }; /*