Searched defs:errorCause (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1674 String8 errorCause = String8::formatV(fmt, args); local
1675 ALOGE("Camera %d: %s", mId, errorCause.string());
1680 mErrorCause = errorCause;
1693 // TODO: consider adding errorCause and client pid/procname

Completed in 99 milliseconds