commit | cf105b679dde91966cdad4456bcb794bb2bfc408 | [log] [tgz] |
---|---|---|
author | Badhri Jagan Sridharan <Badhri@google.com> | Mon Nov 20 17:58:43 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 20 17:58:43 2017 +0000 |
tree | b4099ae629526bf0ad65d9680bd17385e86cde0d | |
parent | 8ca98990ab3460c38c65cf581651c5a30c5098c9 [diff] | |
parent | 9272727df8c5e42f3afd1315b1018f2af8ccca90 [diff] |
Initialize usb_count in the setup funtion. am: 9272727df8 Change-Id: I8ca47ee5d3481319f36d3a58e9410d65ed442fdc
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; }; /*