You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add more feature check to Tizen app manifest
* Use C++ casting instead of strongest C casting
* Do not log hex data byte by byte - use ChipLogByteSpan
* Use dedicated type for GATT type instead of int
* Do not return NULL in "to-string" functions
* Use "%.*s" specifier when logging non-string data
Fixes#15777
* Small cleanups in Tizen DNSsd logging
* Use sizeof(dest) when using strlcpy function
Problem
See #15765 (review)
Proposed Solution
Stop doing that.
@wootak-jung
The text was updated successfully, but these errors were encountered: