Home
last modified time | relevance | path

Searched refs:has_debug_id (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/tools/linux/symupload/
Dsym_upload.cc182 bool has_debug_id = !options->debug_id.empty(); in SetupOptions() local
183 if (is_breakpad_upload && (has_code_file || has_debug_id)) { in SetupOptions()
191 if (!is_breakpad_upload && (!has_code_file || !has_debug_id)) { in SetupOptions()