-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V1.3.2 #1176
Conversation
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
… 57] Socket is not connected (cherry picked from commit 314b653)
(cherry picked from commit 36efbbc)
(cherry picked from commit e2002b2)
…e interface does not support the remote device (cherry picked from commit ef2899c)
…n itunes (cherry picked from commit 450e3b0)
(cherry picked from commit a28a379)
(cherry picked from commit f58c89e)
…annot be empty (cherry picked from commit 59dc83c)
(cherry picked from commit 1cf4c41)
…n recording failure (cherry picked from commit 489ec11)
(cherry picked from commit b106b85)
(cherry picked from commit b53bcb0)
(cherry picked from commit 1905446)
(cherry picked from commit b7ae0c9)
(cherry picked from commit 2ff88eb)
(cherry picked from commit aaf3926)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
LocalDeviceError
,部分接口只有本地USB连接的iOS设备才可以用,远程设备将会抛出这个异常。因此若有需要,可以catch住这个异常,并对远程设备做一些额外的兼容和处理。LocalDeviceError
. Some interfaces can only be used by local USB-connected iOS devices, and the remote device will throw this exception. Therefore, if necessary, you can catch this exception and do some additional compatibility and processing for the remote device.