Log submission of logs.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-03-26 14:27:46 -04:00
parent 8b75bd727d
commit 5cab3be67d

View file

@ -127,6 +127,7 @@ typedef NS_ENUM(NSInteger, AdvancedSettingsTableViewControllerSection) {
[tableView deselectRowAtIndexPath:indexPath animated:YES];
if ([tableView cellForRowAtIndexPath:indexPath] == self.submitLogCell) {
DDLogDebug(@"%@ Submitting debug logs", self.tag);
[DDLog flushLog];
[Pastelog submitLogs];
} else if ([tableView cellForRowAtIndexPath:indexPath] == self.registerPushCell) {