commit | 5828d4af2be3f3c3b832709f0e9d742aa2ce72a5 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@google.com> | Thu Feb 09 05:58:21 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Feb 09 05:58:21 2017 +0000 |
tree | d977e6202d05c95d4dfc4d7b47350f3519ca93b4 | |
parent | 51c5634a6627fd8d47b9589746d647a9fdd7e2c2 [diff] | |
parent | f9c2913c3542e00ac019af2f2c280719c26951e4 [diff] |
Make waitForData work am: 93b6ecb3e9 am: d69a893079 am: f9c2913c35 Change-Id: I5bd3c5bbd8f84f297eb446b496f8212f21df2303
diff --git a/transport/LegacySupport.cpp b/transport/LegacySupport.cpp index 44e6df1..17371d4 100644 --- a/transport/LegacySupport.cpp +++ b/transport/LegacySupport.cpp
@@ -35,6 +35,9 @@ while (!property_get_bool(kDataProperty, false)) { std::this_thread::sleep_for(300ms); } + + // TODO(b/35178781) wait a bit longer + std::this_thread::sleep_for(300ms); } namespace details {