Merge "Extend the max count for retrying to request DirectActions to 7." into tm-dev am: fcf090345b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18693166

Change-Id: I146bf4dea15d7e958d1ad48055d7352afae01282
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-06-01 08:53:27 +00:00
committed by Automerger Merge Worker

View File

@@ -301,7 +301,7 @@ public final class ActivityThread extends ClientTransactionHandler
/** The delay time for retrying to request DirectActions. */
private static final long REQUEST_DIRECT_ACTIONS_RETRY_TIME_MS = 200;
/** The max count for retrying to request DirectActions. */
private static final int REQUEST_DIRECT_ACTIONS_RETRY_MAX_COUNT = 3;
private static final int REQUEST_DIRECT_ACTIONS_RETRY_MAX_COUNT = 7;
/**
* Denotes an invalid sequence number corresponding to a process state change.