Add more logging so that we have the info even in case of weird crashes.

Change-Id: I5888fb3e1ffa1bfdf9b91c06087ef5b7ccbb82ec
This commit is contained in:
Jan Holesovsky
2014-01-14 09:57:09 +01:00
parent 44bb0cc3aa
commit d8db8edded

View File

@@ -46,6 +46,9 @@ void ServicesTest::test()
"fantasy service name \"" << s[i] << "\"");
continue;
}
SAL_WARN(
"postprocess.cppunit",
"trying \"" << s[i] << "\"");
Reference< XServiceTypeDescription2 > xDesc(
xTypeManager->getByHierarchicalName(s[i]), UNO_QUERY_THROW);
Sequence< Reference< XServiceConstructorDescription > > xseq = xDesc->getConstructors();