Kaydet (Commit) 9391e6b8 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

UCB Show more infos about errors loading UCP

Change-Id: Ibc67cde1766f1259f4e5099160d469412fb4e89e
üst 79c35f61
......@@ -347,8 +347,9 @@ UcbContentProviderProxy::getContentProvider()
{
throw;
}
catch ( Exception const & )
catch ( Exception const & e)
{
SAL_INFO( "ucb.core", "Exception when getting content provider: " << e.Message );
}
// registerInstance called at proxy, but not yet at original?
......
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