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