cef_set_crash_key_value

Sets or clears a specific key-value pair from the crash metadata.

version(cef && embedded_cef_bindings)
extern (C)
void
cef_set_crash_key_value
(
const(cef_string_t)* key
,
const(cef_string_t)* value
)

Meta