Merge "json.c: Add backtrace log to find 'Invalid UTF-8 string' errors" into 13

certified/13.18
Jenkins2 8 years ago committed by Gerrit Code Review
commit b5cd0f9ff3

@ -825,6 +825,7 @@ struct ast_json *ast_json_vpack(char const *format, va_list ap)
ast_log(LOG_ERROR,
"Error building JSON from '%s': %s.\n",
format, error.text);
ast_log_backtrace();
}
}
return r;

Loading…
Cancel
Save