sync: Add support to dump a JSON event log of all sync events.
Change-Id: Id4852968ac1b2bf0093007cf2e5ca951ddab8b3b
This commit is contained in:
parent
fef9f21b28
commit
e0684addee
6 changed files with 236 additions and 13 deletions
|
@ -19,6 +19,7 @@ import platform
|
|||
import re
|
||||
import sys
|
||||
|
||||
from event_log import EventLog
|
||||
from error import NoSuchProjectError
|
||||
from error import InvalidProjectGroupsError
|
||||
|
||||
|
@ -28,6 +29,7 @@ class Command(object):
|
|||
"""
|
||||
|
||||
common = False
|
||||
event_log = EventLog()
|
||||
manifest = None
|
||||
_optparse = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue