My app uses WiFi to communicate with an OBDII adapter. For one brand adapter (PLX) sending the string "ATZ" causes my app to crash. This is very strange as no other adapter has ever acted this way.
For a normal crash I would just use the Debugger and look at the crash data in the Logs window. But that is not an option since the debugger needs the WiFi to connect to the test iOS device.
How can I collect crash data to help identify the problem?
Is there some way to use the USB connection to collect crash data?
Can crash data be logged to a file on the iOS device?
For a normal crash I would just use the Debugger and look at the crash data in the Logs window. But that is not an option since the debugger needs the WiFi to connect to the test iOS device.
How can I collect crash data to help identify the problem?
Is there some way to use the USB connection to collect crash data?
Can crash data be logged to a file on the iOS device?