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

Commit facbb11

Browse files
author
Benjamin Scholtysik (Reimold)
committed
update the 2nd HockeyAppIOS.cs with http error logging, too.
1 parent 8e0c7fb commit facbb11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ExampleGame/Assets/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)