Searched refs:strip_timestamp (Results 1 – 2 of 2) sorted by relevance
411 src = cros_logging.strip_timestamp(line)414 text = cros_logging.strip_timestamp(self._logs[i + 1])416 text += '\n' + cros_logging.strip_timestamp(
14 def strip_timestamp(msg): function