Searched refs:debugName (Results 1 - 1 of 1) sorted by relevance

/system/core/liblog/
H A Dfake_log_device.c71 char debugName[sizeof("/dev/log/security")]; member in struct:LogState
182 strncpy(logState->debugName, pathName, sizeof(logState->debugName));
183 logState->debugName[sizeof(logState->debugName) - 1] = '\0';
580 TRACE("%s: ignoring binary log\n", state->debugName);
585 TRACE("%s: writevLog with count=%d not expected\n", state->debugName, count);

Completed in 25 milliseconds