Skip to content
Snippets Groups Projects
Select Git revision
  • 5e7d333af7b351f79d60c98ed4d459c5272f2f78
  • test default
2 results

linux-ramdump-parser-v2

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Steven Cahail authored and Gerrit - the friendly Code Review server committed
    The constructor currently used in ramparse.py to initialize the RamDump
    object has a very long argument list. This list can be shortened by
    passing the options object to the constructor, rather than enumerating
    every member of the options object as a separate argument.
    
    Pass the options object to the RamDump constructor instead of passing
    each member as a separate argument.
    
    Change-Id: I7cbf173232838dd8f9fdbdad0e2b7336ad8fc07b
    5e7d333a
    History