Home | History | Annotate | Download | only in libcameraservice

Lines Matching defs:logEvent

1188             logEvent(String8::format("EVICT device %s client held by package %s (PID"
1855 logEvent(String8::format("EVICT device %s client held by package %s (PID %"
1879 void CameraService::logEvent(const char* event) {
1888 logEvent(String8::format("DISCONNECT device %s client for package %s (PID %d)", cameraId,
1895 logEvent(String8::format("CONNECT device %s client for package %s (PID %d)", cameraId,
1902 logEvent(String8::format("REJECT device %s client for package %s (PID %d), reason: (%s)",
1911 logEvent(String8::format("USER_SWITCH previous allowed users: %s , current allowed users: %s",
1917 logEvent(String8::format("REMOVE device %s, reason: (%s)", cameraId, reason));
1922 logEvent(String8::format("ADD device %s, reason: (%s)", cameraId, reason));
1927 logEvent(String8::format("DIED client(s) with PID %d, reason: (%s)", clientPid, reason));
1932 logEvent(String8::format("SERVICE ERROR: %s : %d (%s)", msg, errorCode, strerror(-errorCode)));