-
Notifications
You must be signed in to change notification settings - Fork 188
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
Lost connection to DTServiceHub #29
Comments
Will start the "com.apple.instruments.remoteserver.DVTSecureSocketProxy" service. What were you doing before running sysmontap.py? |
Running xctest using xcodebuild on the same device on which I am running sysmontap.py this error is coming in less than 14.0 version devices |
Refer to this: https://developer.apple.com/forums/thread/677773 device log: |
We can reduce memory consumption by reducing the parameters of procAttrs and sysAttrs |
when we are running sysmontap.py
after running this we are losing the connection of the ios device
and in log getting this error
2021-08-03 08:18:01.355 xcodebuild[50493:2023541] [MT] IDETestOperationsObserverDebug: 217.413 elapsed -- Testing started completed.
2021-08-03 08:18:01.355 xcodebuild[50493:2023541] [MT] IDETestOperationsObserverDebug: 0.000 sec, +0.000 sec -- start
2021-08-03 08:18:01.355 xcodebuild[50493:2023541] [MT] IDETestOperationsObserverDebug: 217.413 sec, +217.413 sec -- end
2021-08-03 08:18:01.356 xcodebuild[50493:2023541] Error Domain=com.apple.platform.iphoneos Code=-13 "Lost connection to DTServiceHub" UserInfo={NSLocalizedDescription=Lost connection to DTServiceHub}
wanted to know is this sysmontap.py trying to restart service or what.
The text was updated successfully, but these errors were encountered: