Skip to content

Instantly share code, notes, and snippets.

@tkusano
Created September 20, 2016 13:40
Show Gist options
  • Save tkusano/3cb4808dfabe550c7b5cff8c0af953a8 to your computer and use it in GitHub Desktop.
Save tkusano/3cb4808dfabe550c7b5cff8c0af953a8 to your computer and use it in GitHub Desktop.
Entries in console when "iPhone Disconnected Error During Restore" is occured
2016/09/20 21:38:25.299 AppleMobileBackup[568]: 568:2019934208|SocketStreamHandler.c:_SocketLogCallback| ERROR: SocketSend (data): error 32: Broken pipe
2016/09/20 21:38:25.299 AppleMobileBackup[568]: 568:2019934208|StreamHandler.c:_WriteFunc| ERROR: Error sending data: Can't send data
2016/09/20 21:38:25.299 AppleMobileBackup[568]: 568:2019934208|DeviceLinkConnection.c:_DLSendBytesAndDisconnectOnError| ERROR: Could not send data: 'Error writing length of data'
2016/09/20 21:38:25.299 AppleMobileBackup[568]: 568:2019934208|DeviceLinkConnection.c:_DLSendBytesAndDisconnectOnError| ERROR: Could not send data: 'StreamHandler is NULL'
2016/09/20 21:38:25.300 AppleMobileBackup[568]: 568:2019934208|DeviceLinkConnection.c:_DLMainThreadMessagePortCallback| ERROR: Error creating components from read data: 'NULL data returned from read'
2016/09/20 22:26:52.680 AppleMobileBackup[465]: 465:2752512|SocketStreamHandler.c:_SocketLogCallback| ERROR: SocketRecv (data): return of 0 bytes
2016/09/20 22:26:52.680 AppleMobileBackup[465]: 465:2752512|StreamHandler.c:_ReadFunc| ERROR: Error reading data: Can't read data
2016/09/20 22:26:52.680 AppleMobileBackup[465]: 465:2752512|DeviceLinkConnection.c:_DLHandlerThreadReadMessage| ERROR: Could not receive message: '(null)'
2016/09/20 22:26:52.680 AppleMobileBackup[465]: 465:1925459968|DeviceLinkConnection.c:_DLMainThreadMessagePortCallback| ERROR: Error creating components from read data: 'NULL data returned from read'
2016/09/20 22:26:52.681 AppleMobileBackup[465]: 465:2752512|SocketStreamHandler.c:_SocketLogCallback| ERROR: SocketSend (data): error 32: Broken pipe
2016/09/20 22:26:52.681 AppleMobileBackup[465]: 465:2752512|StreamHandler.c:_WriteFunc| ERROR: Error sending data: Can't send data
2016/09/20 22:26:52.681 AppleMobileBackup[465]: 465:2752512|DeviceLinkConnection.c:_DLHandlerThreadMessagePortCallback| ERROR: Could not send disconnect message: 'Error writing length of data'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment