You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[android] Accept both ActivityManager and ActivityTaskManager for reporting TTID and TTFD (#4780)
* Accept both ActivityManager and ActivityTaskManager as reports for TTID and TTFD
* Update src/scenarios/shared/runner.py
Split off the rest of the grep after the ActivityManager or ActivityTaskManager to another grep so that both will be sure to match on ": Displayed...".
Previous logic was match 'ActivityManager' or '|ActivityTaskManager: Displayed ' which is incorrect.
Co-authored-by: Matous Kozak <[email protected]>
---------
Co-authored-by: Parker Bibus <[email protected]>
Co-authored-by: Matous Kozak <[email protected]>
0 commit comments