path: thunderbird_1:140.8.0esr-1/testing/mozbase/mozdevice/mozdevice/adb.py
                    self.shell_output("pidof --help", timeout=timeout)
                    boot_completed = True
                    self._have_pidof = True
                except ADBError as e:
                    if "not found" in str(e):
