commit | f437c82c13994c8608e55bc0e3eaa640c1f214c3 | [log] [tgz] |
---|---|---|
author | Badhri Jagan Sridharan <Badhri@google.com> | Mon Nov 20 18:01:15 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 20 18:01:15 2017 +0000 |
tree | a3cefa08768b5219a488724c6f076490b19d9b56 | |
parent | 6061043397f7fd8a6059e2900e4880e403a13074 [diff] | |
parent | cf105b679dde91966cdad4456bcb794bb2bfc408 [diff] |
Initialize usb_count in the setup funtion. am: 9272727df8 am: cf105b679d Change-Id: I0538274aa5ef47e55a8037064fa3f965ad84c57a
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; }; /*