Split up ConnectionToHostResult.Failure's "Unknown error" into "Connection error" and "Unknown error" |
|
Issue descriptionIt would be useful to split ConnectionToHostResult.Failure's "Unknown error" like so in order to cleanly separate our own stability from the Bluetooth stack's stability (since a connection error is likely due to Bluetooth issues). Unknown error currently captures both an UNKNOWN_ERROR response code from the host, and a connection error, see: https://cs.chromium.org/chromium/src/chromeos/components/tether/connect_tethering_operation.cc?type=cs&sq=package:chromium&l=164 |
|
►
Sign in to add a comment |
|
Comment 1 by khorimoto@chromium.org
, Jan 31 2018Status: Duplicate (was: Available)