Kaydet (Commit) 5420ef46 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:sallogareas

Change-Id: I0abd86a259673596f39f0b6ab62d02f15a8e18b9
üst 7916f250
......@@ -72,7 +72,7 @@ static bool dumpCallback(const google_breakpad::MinidumpDescriptor& descriptor,
std::ofstream minidump_file(ini_path, std::ios_base::app);
minidump_file << "DumpFile=" << descriptor.path() << "\n";;
minidump_file.close();
SAL_WARN("crashreport", "minidump generated: " << descriptor.path());
SAL_WARN("desktop", "minidump generated: " << descriptor.path());
return succeeded;
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment