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

Log devices sent to with /sendToDevice #8843

Closed
kegsay opened this issue Jun 5, 2024 · 4 comments
Closed

Log devices sent to with /sendToDevice #8843

kegsay opened this issue Jun 5, 2024 · 4 comments
Labels

Comments

@kegsay
Copy link

kegsay commented Jun 5, 2024

As part of debugging unable to decrypt issues, I need to look at Element Android logs. The logs however lack the detail found in Element X Android, specifically:

  • it does not log which devices it is sending a room key to in /sendToDevice.

Please can it do this so I can confirm that the sender is sending room keys to the right devices.

@kegsay kegsay added the Z-UISI label Jun 5, 2024
@andybalaam
Copy link
Contributor

Might just need configuration of logging in the sdk modules.

@andybalaam
Copy link
Contributor

@BillCarsonFr will have a quick look and do it if it's simple.

@BillCarsonFr
Copy link
Member

I think it does log that:

Timber.i("Sent to device type=${params.eventType} txnid=$txnId [${decorated.second.joinToString(",")}]")

@BillCarsonFr
Copy link
Member

Maybe we would want to re-consider matrix-org/matrix-rust-sdk#3274 ?
Looks like it's common that we don't have enough log history?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants