Searched refs:logBuff (Results 1 – 1 of 1) sorted by relevance
138 char* logBuff = new char[buffSize]; in logBytes() local140 sprintf(logBuff + (dataIndex * 6), "0x%.2X", bytes[dataIndex]); in logBytes()142 sprintf(logBuff + (dataIndex * 6) + 4, ", "); in logBytes()145 ALOGD("logbytes(%d): %s", count, logBuff); in logBytes()146 delete[] logBuff; in logBytes()