record a couple of more things for error reports

This commit is contained in:
Michael Hudson-Doyle 2019-12-11 13:01:43 +13:00
parent 6157306af7
commit 7a447c7e38
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ class Subiquity(Application):
])
self._apport_data = []
self._apport_files = []
self.note_data_for_apport("SnapUpdated", str(self.updated))
self.note_data_for_apport("UsingAnswers", str(bool(self.answers)))
def run(self):
try: