path: mozjs128_128.14.0-3/testing/mozbase/mozdevice/mozdevice/adb.py
        :raises: :exc:`ADBTimeoutError`
        """
        if self._have_pidof:
            try:
                pid_output = self.shell_output("pidof %s" % app_name, timeout=timeout)
