Crypto: Telemetry: Categorise e2e failures

#1894
This commit is contained in:
manuroe
2018-07-02 17:14:39 +02:00
parent a11d09a510
commit 52fed220ef
5 changed files with 62 additions and 15 deletions
+4 -2
View File
@@ -16,6 +16,8 @@
#import <Foundation/Foundation.h>
#import "DecryptionFailure.h"
@import MatrixSDK;
@protocol MXDecryptionFailureDelegate;
@@ -62,8 +64,8 @@
/**
Stats for decryption failures.
@param failuresCount the number of decryption failures.
@param failuresCounts the number of errors per failure reason.
*/
- (void)trackFailures:(NSUInteger)failuresCount;
- (void)trackFailures:(NSDictionary<NSString*, NSNumber*> *)failuresCounts;
@end