We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm seeing DMSG in TA code being prefixed with ERROR: instead of DEBUG: in secure world logs. Same case for https://github.com/jenswi-linaro/lcu14_optee_hello_world. Any ideas where to look for debugging this? Thanks!
DMSG
ERROR:
DEBUG:
The text was updated successfully, but these errors were encountered:
ERROR: TEE-CORE: DEBUG: USER-TA:TA_CloseSessionEntryPoint:92: Goodbye! ERROR: TEE-CORE: DEBUG: USER-TA: tee_user_mem_free:438: Free: link:[0x115058], buf:[0x115068:16] ERROR: TEE-CORE: DEBUG: USER-TA:TA_DestroyEntryPoint:51: has been called DEBUG: [0x0] TEE-CORE:tee_ta_close_session:355: ... Destroy TA ctx
Sorry, something went wrong.
Seems to be related to this patch which Phil hacked together for RPi3 (he told me that it works, but it should be done in a less hacky way).
Fixed in OP-TEE/optee_os#1124.
No branches or pull requests
I'm seeing
DMSG
in TA code being prefixed withERROR:
instead ofDEBUG:
in secure world logs. Same case for https://github.com/jenswi-linaro/lcu14_optee_hello_world. Any ideas where to look for debugging this? Thanks!The text was updated successfully, but these errors were encountered: