I found these logging improvements helpful while investigating ENG-9233. I'll annotate each inline.
Details
Details
- Reviewers
marcin - Commits
- rCOMM7eea1cd5e976: [native] Improve logging for thick threads notifs
Confirmed logging improvements
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/push/crypto.js | ||
---|---|---|
192 ↗ | (On Diff #44453) | Before: Notification encryption failed: [object Object] After: Notification encryption failed {"message": "Session with deviceID: tjiSvK/6Z1aebjrLb55mpzWoIiN4Lr3yndNvNYw7ySo not initialized."} |
lib/push/send-utils.js | ||
1001 ↗ | (On Diff #44453) | Before: [TypeError: undefined is not a function] After: Olm session creation failed [TypeError: undefined is not a function] |