Home
last modified time | relevance | path

Searched refs:ERROR_LOG_PATH0 (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWCDebug.cpp32 sprintf(filePath, "%s/hwc_error_log.txt", ERROR_LOG_PATH0); in saveErrorLog()
35 … ALOGE("Fail to open file %s/hwc_error_log.txt, error: %s", ERROR_LOG_PATH0, strerror(errno)); in saveErrorLog()
89 sprintf(filePath, "%s/hwc_fence_state.txt", ERROR_LOG_PATH0); in saveFenceTrace()
92 … ALOGE("Fail to open file %s/hwc_fence_state.txt, error: %s", ERROR_LOG_PATH0, strerror(errno)); in saveFenceTrace()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDevice.h42 #define ERROR_LOG_PATH0 "/data/vendor/log/hwc" macro
H A DExynosDisplay.cpp2051 …sprintf(filePath, "%s/%s_hwc_debug%d.dump", ERROR_LOG_PATH0, mDisplayName.string(), (int)mErrorFra… in printDebugInfos()