path: thunderbird_1:140.8.0esr-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)
