-
Notifications
You must be signed in to change notification settings - Fork 690
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAVExplorer: Fix stats command for DF text and TLOG logs
For DF text: name not message id is used to index counts, and count is not set for messages that are never seen. For TLOG: As we don't have a formats attribute on the mavmmaplog class, we count message instances rather than size in bytes. Output formatting is adjusted to take account of the longest name. The filehandle attribute is called f instead in mavmmaplog class, so updated MPDataLogChildTask class of multiproc_util.py to handle this.
- Loading branch information
1 parent
c4619af
commit 6b30791
Showing
2 changed files
with
46 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters