Merge "Revert "adb: Lower EP_ALLOC retry count"" am: 169590c47f am: 935d600800 am: ddcc232493

am: d3632d3ce1

Change-Id: I2d9698c24d9e03e812fd5d48c7bdfdcfcd1c2c33
This commit is contained in:
Jerry Zhang 2017-04-28 03:37:12 +00:00 committed by android-build-merger
commit 91fc4fd245
1 changed files with 1 additions and 1 deletions

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 = 2;
static constexpr size_t ENDPOINT_ALLOC_RETRIES = 10;
static int dummy_fd = -1;