Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Telemetry profile entries - 

First field is “Header” - This is the name for the particular logs collection. This is a custom name and can be decided based on the use case or error condition or any other scenario.
Second field is “Content” - This is the "log message string" that appears in the RDK logs.
Third field is “type” - This is the name of the log file where the above log message string needs to be searched.
Fourth field is “Skip frequency” - This is a skip frequency. It can have values like 0, 1, 2 etc.
                     0 - This particular log message is never skipped.
                     1 - Skip every alternate occurrence of this log message.
                     2 - Skip 2 consecutive log message occurrences and then collect 1 occurrence and then again skip 2 occurrences.


Based on the R-Pi board supported markers available,we have selected few of them as mentioned below:

...

Header                    Content                                                                                      Type
Firewall                  starting firewall service    FirewallDebug.txt
Firewall-1Inside firewall service_init()    FirewallDebug.txt
Wi-Fi      Wifi Agent loaded successfully...  WiFilog.txt.0
Armconsole   get_PartnerID - Failed Get factoryPartnerId
                                    so set it PartnerID as: comcast  
ArmConsolelog.txt.0
swupdate               image itself not downloaded from TFTP,
                                     pls check tftp connection!! 
swupdate.log

Polling frequency can be given 0

16. Save Permanent profile (ex. Perm_Prof_22Aug) and it will display in the Permanent profiles page

...