path: firefox_148.0.2-1/testing/mozbase/mozdevice/mozdevice/adb.py
                    time.sleep(0.1)
                    pid_output = self.shell_output(
                        "pidof %s" % app_name, timeout=timeout
                    )
                    pids = re_pids.findall(pid_output)
