def get_adb(self):
        if self.config["adb"] is not None:
            return self.config["adb"]
        else:
            return None