mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-19 12:18:43 -04:00
chore: add debug log for DeviceMetadata
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user