Skip to content
Snippets Groups Projects
Select Git revision
  • 11dcff42af77c2247ef9cc40bb37236de6221ca9
  • test default
2 results

linux-ramdump-parser-v2

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Steven Cahail authored
    Along with the unpack() functions which are present for parsing, the
    classes which parse individual log messages also have pack() functions
    which are used for recreating the log messages in their binary form.
    These functions are used for unit testing.
    
    In the TSVQTimer pack() function, incorrect math is performed on the
    result before it is returned. In the LogMessageString pack() function, a
    QTimer object is manipulated before it is created.
    
    Fix these errors.
    
    Change-Id: I5c288ddd53e468368c3663bdc9c1134a5f694865
    11dcff42
    History