-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
Sur iOS, on a un point d'entrée fait pour ça (come sur web) :
// Track e2e failures dispatch_async(dispatch_get_main_queue(), ^{ [[DecryptionFailureTracker sharedInstance] reportUnableToDecryptErrorForEvent:event withRoomState:roomState myUser:self->mxSession.myUser.userId]; });
tchap-ios/Riot/Utils/EventFormatter.m
Line 337 in 085d3dc
| // Track e2e failures |
On a aussi ça :
// Tchap: Disable UISI // self.uisiAutoReporter = [[UISIAutoReporter alloc] init];
La classe UISIAutoReporter semble faire du reporting automatique en utilisant le bugReporter/rageShake 😄
| // Tchap: Disable UISI |
// Tchap: Disable UISI // register the session to the uisi auto-reporter// if (_uisiAutoReporter != nil)
// {
// UISIAutoReporter* uisiAutoReporter = (UISIAutoReporter*)_uisiAutoReporter;
// [uisiAutoReporter add:mxSession];
// }
| // Tchap: Disable UISI |
// register the session to the uisi auto-reporter // Tchap: Disable UISI// if (_uisiAutoReporter != nil)
// {
// UISIAutoReporter* uisiAutoReporter = (UISIAutoReporter*)_uisiAutoReporter;
// [uisiAutoReporter remove:mxSession];
// }
| // Tchap: Disable UISI |
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog