Skip to content
New issue

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

Envoyer automatiquement un rageshake lors d'une erreur de chiffrement sur iOS #988

Open
NicolasBuquet opened this issue Mar 12, 2024 · 0 comments · May be fixed by #990
Open

Envoyer automatiquement un rageshake lors d'une erreur de chiffrement sur iOS #988

NicolasBuquet opened this issue Mar 12, 2024 · 0 comments · May be fixed by #990
Labels

Comments

@NicolasBuquet
Copy link
Contributor

NicolasBuquet commented Mar 12, 2024

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];
    });

// 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
    // register the session to the uisi auto-reporter

// if (_uisiAutoReporter != nil)
// {
// UISIAutoReporter* uisiAutoReporter = (UISIAutoReporter*)_uisiAutoReporter;
// [uisiAutoReporter add:mxSession];
// }

// register the session to the uisi auto-reporter
// Tchap: Disable UISI

// if (_uisiAutoReporter != nil)
// {
// UISIAutoReporter* uisiAutoReporter = (UISIAutoReporter*)_uisiAutoReporter;
// [uisiAutoReporter remove:mxSession];
// }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: prêt pour le sprint
Development

Successfully merging a pull request may close this issue.

1 participant