Searched refs:logline (Results 1 – 1 of 1) sorted by relevance
37 def is_automation_protobuf(logline): argument38 return logline.startswith('QA_MSG|')41 def decode(logline): argument63 if is_automation_protobuf(logline):64 _, encoding, message = logline.split("|", 2)