-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tizen] Display human readable error messages instead of numbers (#31552
) * Common utility for Tizen to Matter error conversion * Use TizenToChipError in preference module * Show human readable error message in BLE module * Use TizenToChipError in BLE module * Get rid of unnecessary data copying * Use strerror when getting error from POSIX calls * Make sure INET socket is closed upon returning error * Clear iwreq before making ioctl call * Convert ConnectivityUtils class to namespace * Remove not used connectivity utils * Show errno message in DiagnosticDataProviderImpl * Use human readable error message in DnssdImpl * Do not pre-initialize buffer for storing log message * Use TizenToChipError in SystemInfo * Mark more helper functions as constexpr * Cleanup * Use CHIP_ERROR_POSIX for returning errors from POSIX API
- Loading branch information
Showing
15 changed files
with
610 additions
and
644 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.