path: thunderbird_1:140.8.0esr-1/testing/mozbase/mozdevice/mozdevice/adb.py
                except ADBError as e:
                    if "not found" in str(e):
                        self._have_pidof = False
                        boot_completed = True
                    elif "known option" in str(e):
