Home
last modified time | relevance | path

Searched refs:logline (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/
Dapollo_log_decoder.py37 def is_automation_protobuf(logline): argument
38 return logline.startswith('QA_MSG|')
41 def decode(logline): argument
63 if is_automation_protobuf(logline):
64 _, encoding, message = logline.split("|", 2)