commit | e9ac470f01bfb793637d076f1f3f0c92f9a6cde3 | [log] [tgz] |
---|---|---|
author | Kevin Han <kevhan@google.com> | Mon Apr 06 20:44:58 2020 -0700 |
committer | Kevin Han <kevhan@google.com> | Mon Apr 06 21:42:43 2020 -0700 |
tree | 1ca9550eee1af6305052091bc1ead696d3ae384c | |
parent | b145e47021d5423f5f8ae41eb4284771d928253c [diff] |
Move row check to requestPipeline instead of start When aborting the state happens before the row check, it is possible to abort the row inflation task since we use entry.abortTask() as the underlying abortStage implementation. This CL moves the check to requestPipeline before the abortStage call. Bug: 153295369 Test: Call phone. See notification at top Change-Id: Ic48c2051f3d3aa655496b19530e7e055708afe14