wip
This commit is contained in:
parent
5cdc0b9705
commit
2f5418e55b
1196
.github/workflows/osrm-backend.yml
vendored
1196
.github/workflows/osrm-backend.yml
vendored
File diff suppressed because it is too large
Load Diff
@ -150,6 +150,9 @@ return_code parseArguments(int argc,
|
|||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
||||||
|
std::cerr << "DEBUG 1" << std::endl;
|
||||||
|
|
||||||
util::LogPolicy::GetInstance().Unmute();
|
util::LogPolicy::GetInstance().Unmute();
|
||||||
extractor::ExtractorConfig extractor_config;
|
extractor::ExtractorConfig extractor_config;
|
||||||
std::string verbosity;
|
std::string verbosity;
|
||||||
@ -166,8 +169,13 @@ try
|
|||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::cerr << "DEBUG" << std::endl;
|
||||||
|
|
||||||
util::LogPolicy::GetInstance().SetLevel(verbosity);
|
util::LogPolicy::GetInstance().SetLevel(verbosity);
|
||||||
|
|
||||||
|
std::cerr << "DEBUG 2" << std::endl;
|
||||||
|
|
||||||
|
|
||||||
extractor_config.UseDefaultOutputNames(extractor_config.input_path);
|
extractor_config.UseDefaultOutputNames(extractor_config.input_path);
|
||||||
|
|
||||||
if (1 > extractor_config.requested_num_threads)
|
if (1 > extractor_config.requested_num_threads)
|
||||||
@ -189,8 +197,10 @@ try
|
|||||||
<< " not found!";
|
<< " not found!";
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
std::cerr << "DEBUG 3" << std::endl;
|
||||||
|
|
||||||
osrm::extract(extractor_config);
|
osrm::extract(extractor_config);
|
||||||
|
std::cerr << "DEBUG 4" << std::endl;
|
||||||
|
|
||||||
util::DumpMemoryStats();
|
util::DumpMemoryStats();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user