Hi msdrigg,
Looking at your logs, here are few potential causes you may have pay attention to:
Resource Handle and Assertion Issues (roam-crash.1.log)
trying to get apparently bogus resource handle 0
This usually happen because the system attempting to acquire and remove process related to background activities.
App Termination by SIGPIPE (roam-crash.2.log)
exited due to SIGPIPE | sent by Roam[1758], ran for 4930203ms
This typically occurs when the app attempts to interact with a communication channel, which may no longer available.
Network Issues (roam-crash.3.log)
This log captures potential wifi/internet connection issues.
Potential Bluetooth and Location Service Issues (roam-crash.4.log)
Error: Error Domain=RTErrorDomain Code=12 "Client is exceeding maximum call rate!"
I hope that help.