Some media mission steps were missing when encryption failed. It turns out that they weren't appended in the failure callback function. Added inline comments to explain the places.
Details
Details
- Reviewers
ashoat atul - Commits
- rCOMM89e87a98637a: [native] Fix missing media mission report steps
Triggered encryption failure (write_file_failed) and confirmed that the steps were appended in the correct order.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| native/input/input-state-container.react.js | ||
|---|---|---|
| 740–744 | This is the failure case - reportPromise is non-null here. | |
| 798–804 |
| |
| 1038–1041 | Successful case is handled here
| |