renderCurlRepresentation static method
Implementation
static void renderCurlRepresentation(RequestOptions requestOptions) {
// add a breakpoint here so all errors can break
try {
Log.d(cURLRepresentation(requestOptions));
} catch (err) {
Log.e('unable to create a CURL representation of the requestOptions');
}
}