On-Device Logging

14 July 2022 by Phillip Johnston • Last updated 18 July 2022Device logging is a device-side capability that enables developers to write strings and values in a human-readable format that can be read back later to find error messages or recreate a sequence of events that occurred on the device. Without logging capabilities, debugging sealed or production units with a debugger is often difficult or impossible. Devices that are unable to be retrieved (e.g., they are in another country) are impossible to debug in a systematic way without an RMA process. Implementation Considerations A logging implementation should allow you to …

To access this content, you must purchase a Membership - check out the different options here. If you're a member, log in.