path: firefox-esr_140.8.0esr-1/testing/mozbase/mozdevice/mozdevice/adb.py
        abi = self.get_prop("ro.product.cpu.abi", timeout=timeout)
        self._have_flaky_pidof = (
            self.version == version_codes.N
            and abi == "x86_64"
