Searched refs:serviceLog (Results 1 – 2 of 2) sorted by relevance
281 sp<ServiceLog> serviceLog = new ServiceLog(maxNum); in setServiceLog() local282 if (serviceLog) { in setServiceLog()283 serviceLog->add(String8("log")); in setServiceLog()284 serviceLog->toString(); in setServiceLog()
217 String8 serviceLog; in dump() local223 serviceLog = mServiceLog->toString(" " /* linePrefix */); in dump()272 result.append(serviceLog); in dump()