-
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.
[Android] Fix to avoid NewStringUTF crash (#25936)
* Fix to avoid NewStringUTF crash * restyle * Modify comments * Modify error check, add comments * restyle * Update CharToStringUTF input parameter, add errorCode return * restyle * Add String decode fail log * Add to set null
- Loading branch information
1 parent
b62492b
commit db5bf85
Showing
7 changed files
with
235 additions
and
222 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
218 changes: 104 additions & 114 deletions
218
src/controller/java/zap-generated/CHIPAttributeTLVValueDecoder.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
src/controller/java/zap-generated/CHIPEventTLVValueDecoder.cpp
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
99 changes: 43 additions & 56 deletions
99
src/controller/java/zap-generated/CHIPInvokeCallbacks.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
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