We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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 😄
UISIAutoReporter
tchap-ios/Riot/Modules/Application/LegacyAppDelegate.m
Line 498 in 085d3dc
// 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
// if (_uisiAutoReporter != nil) // { // UISIAutoReporter* uisiAutoReporter = (UISIAutoReporter*)_uisiAutoReporter; // [uisiAutoReporter add:mxSession]; // }
Line 2160 in 085d3dc
// register the session to the uisi auto-reporter // Tchap: Disable UISI // if (_uisiAutoReporter != nil) // { // UISIAutoReporter* uisiAutoReporter = (UISIAutoReporter*)_uisiAutoReporter; // [uisiAutoReporter remove:mxSession]; // }
// register the session to the uisi auto-reporter // Tchap: Disable UISI
// if (_uisiAutoReporter != nil) // { // UISIAutoReporter* uisiAutoReporter = (UISIAutoReporter*)_uisiAutoReporter; // [uisiAutoReporter remove:mxSession]; // }
Line 2185 in 085d3dc
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Sur iOS, on a un point d'entrée fait pour ça (come sur web) :
tchap-ios/Riot/Utils/EventFormatter.m
Line 337 in 085d3dc
On a aussi ça :
La classe
UISIAutoReporter
semble faire du reporting automatique en utilisant le bugReporter/rageShake 😄tchap-ios/Riot/Modules/Application/LegacyAppDelegate.m
Line 498 in 085d3dc
tchap-ios/Riot/Modules/Application/LegacyAppDelegate.m
Line 2160 in 085d3dc
tchap-ios/Riot/Modules/Application/LegacyAppDelegate.m
Line 2185 in 085d3dc
The text was updated successfully, but these errors were encountered: