Searched refs:msg8 (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/drm/libmediadrm/ |
D | DrmUtils.cpp | 332 String8 msg8; in GetExceptionMessage() local 334 msg8 += msg; in GetExceptionMessage() 335 msg8 += ": "; in GetExceptionMessage() 338 msg8 += errStr.c_str(); in GetExceptionMessage() 339 msg8 += String8::format("\n%s %s %s", ruler.c_str(), header.c_str(), ruler.c_str()); in GetExceptionMessage() 351 msg8 += String8::format("\n %s.%03d %c %s", timeStr.c_str(), ms, p, log.message.c_str()); in GetExceptionMessage() 354 msg8 += String8::format("\n%s %s %s", ruler.c_str(), footer.c_str(), ruler.c_str()); in GetExceptionMessage() 355 return msg8.c_str(); in GetExceptionMessage()
|