Function minidump_processor::http_symbol_supplier[][src]

pub fn http_symbol_supplier(
    symbol_paths: Vec<PathBuf>,
    symbol_urls: Vec<String>,
    symbols_cache: PathBuf,
    symbols_tmp: PathBuf
) -> impl SymbolSupplier
Expand description

Gets a SymbolSupplier that looks up symbols by path or with urls.

May use the symbols_cache path to store downloads.