forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Remoting Mobile] Rewire connection state reporting logic for telemetry
This CL improves the connection state report accuracy such that: * If session is disconnected before the CONNECTED state, report a CANCEL event. Previously nothing is reported in this state. * If session is disconnected during the CONNECTED state, report a CLOSE event. * On iOS, report an AUTHENTICATION_FAILED error if the user tries to do a third party auth, which is not supported. Previously we don't report anything and when this happens. Bug: 793995 Change-Id: I9155c0efe43892149179e70f52ecee17434ff88e Reviewed-on: https://chromium-review.googlesource.com/869457 Reviewed-by: Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#530249}
- Loading branch information
Showing
3 changed files
with
39 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters