Searched refs:ERROR_LOG_PATH0 (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/google/graphics/common/libhwc2.1/ |
H A D | ExynosHWCDebug.cpp | 32 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 D | ExynosDevice.h | 42 #define ERROR_LOG_PATH0 "/data/vendor/log/hwc" macro
|
H A D | ExynosDisplay.cpp | 2051 …sprintf(filePath, "%s/%s_hwc_debug%d.dump", ERROR_LOG_PATH0, mDisplayName.string(), (int)mErrorFra… in printDebugInfos()
|