Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 8e0c7fb

Browse files
author
Benjamin Scholtysik (Reimold)
committed
log HTTP error
1 parent df967cd commit 8e0c7fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Plugins/HockeyAppUnityIOS/HockeyAppUnity-Scripts/HockeyAppIOS.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,9 @@ protected virtual IEnumerator SendLogs (List<string> logs)
313313
if (Debug.isDebugBuild)
314314
Debug.Log ("Failed to delete exception log: " + e);
315315
}
316+
} else {
317+
if (Debug.isDebugBuild)
318+
Debug.Log ("Crash sending error: " + www.error);
316319
}
317320
}
318321
}
@@ -463,4 +466,4 @@ public void OnHandleUnresolvedException (object sender, System.UnhandledExceptio
463466
}
464467
#endif
465468
}
466-
}
469+
}

0 commit comments

Comments
 (0)