I am using DDK 1.9@2166536.
For getting PVR_DPF logs in Andoird Kitkat Logcat
what should i enable in sgx/include4/pvr_debug.h ? or anyother file/script
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am using DDK 1.9@2166536.
For getting PVR_DPF logs in Andoird Kitkat Logcat
what should i enable in sgx/include4/pvr_debug.h ? or anyother file/script
Please have a look into readme and make files, you must be able to recompile binaries as debug instead of release.
instructions mus be something like:
## Create ddk binarie:
# ./build_DDK.sh --build debug/release
# DISCIMAGE=${PWD}/bins/ ./build_DDK.sh --install release/release
Hi Rene Gonzalez Salinas,
Getting Debug logs by building SGX in debug mode.
Thanks for quick Reply.