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