Merge "adb: Lower EP_ALLOC retry count" am: 7cd8349198

am: fa09be5726

Change-Id: I51cd83b3cf1de65e8626c3d2a5da9a1d23813ae8
This commit is contained in:
Jerry Zhang 2017-02-16 19:36:35 +00:00 committed by android-build-merger
commit cfd7e8b211

View file

@ -64,7 +64,7 @@ using namespace std::chrono_literals;
#define FUNCTIONFS_ENDPOINT_ALLOC _IOR('g', 231, __u32)
static constexpr size_t ENDPOINT_ALLOC_RETRIES = 10;
static constexpr size_t ENDPOINT_ALLOC_RETRIES = 2;
static int dummy_fd = -1;