-
Notifications
You must be signed in to change notification settings - Fork 124
[UR] Add UI information #545
New issue
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
Conversation
scripts/core/INTRO.rst
Outdated
| `-DVAL_USE_LIBBACKTRACE_BACKTRACE=ON`, | ||
| `-DUR_ENABLE_TRACING=ON` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reStructureText inline monospace should be wrapped in double backticks
| `-DVAL_USE_LIBBACKTRACE_BACKTRACE=ON`, | |
| `-DUR_ENABLE_TRACING=ON` | |
| ``-DVAL_USE_LIBBACKTRACE_BACKTRACE=ON``, | |
| ``-DUR_ENABLE_TRACING=ON`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Done
scripts/core/INTRO.rst
Outdated
| --------------------- | ||
|
|
||
| The Unified Runtime API can log unique device identifiers. | ||
| For security and functionality reasons, the user can enable and disable the logging of identifiers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| For security and functionality reasons, the user can enable and disable the logging of identifiers | |
| For security and functionality reasons, users can enable and disable the logging of identifiers |
scripts/core/INTRO.rst
Outdated
| --------------------- | ||
|
|
||
| The Unified Runtime API can log unique device identifiers. | ||
| For security and functionality reasons, the user can enable and disable the logging of identifiers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is off by default. So instead, I think we can simply say:
Unified Runtime may create logs containing Personally Identifiable Information (PII) in the form of unique device identifiers during its use. This capability is turned off by default. Please refer to the Logging section above for more information.
Or maybe this should just be a sentence in the logging section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
No description provided.