mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: add debug log for DeviceMetadata
This commit is contained in:
parent
58738c0da0
commit
5b350aecf9
1 changed files with 1 additions and 0 deletions
|
|
@ -1347,6 +1347,7 @@ class MeshService : Service(), Logging {
|
|||
* Update our DeviceMetadata
|
||||
*/
|
||||
private fun handleMetadata(metadata: MeshProtos.DeviceMetadata) {
|
||||
debug("Received deviceMetadata ${metadata.toOneLineString()}")
|
||||
val packetToSave = MeshLog(
|
||||
UUID.randomUUID().toString(),
|
||||
"DeviceMetadata",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue