If you set security.debug_log_api_enabled to true, you will receive LogRecords over the API (BLE, TCP, or Serial). I believe this should come up over the
LOG_RADIO characteristic UUID: 5a3d6e49-06e6-4423-9944-e9de8cdf9547.
I've only implemented this on Apple clients so far:

Example code on iOS:
https://github.com/meshtastic/Meshtastic-Apple/pull/749/files
I think it would be a neat feature to expose on Android as well, but I'm not sure the most idiomatic way of representing the data. Definitely interested in hearing what UI could work best from the Android platform experts.
If you set
security.debug_log_api_enabledto true, you will receiveLogRecords over the API (BLE, TCP, or Serial). I believe this should come up over theLOG_RADIO characteristic UUID:
5a3d6e49-06e6-4423-9944-e9de8cdf9547.I've only implemented this on Apple clients so far:

Example code on iOS:
https://github.com/meshtastic/Meshtastic-Apple/pull/749/files
I think it would be a neat feature to expose on Android as well, but I'm not sure the most idiomatic way of representing the data. Definitely interested in hearing what UI could work best from the Android platform experts.