Add more support for debugging plugins.
Added support for plugin debug messages and better error reporting when something goes wrong during start up of SLPlugin. Also added more debug output regarding general plugin messages as well as debug output related to AIFilePicker.
This commit is contained in:
@@ -399,10 +399,12 @@ LLPluginClassMedia* LLViewerMediaImpl::newSourceFromMediaType(std::string media_
|
||||
if(LLFile::stat(launcher_name, &s))
|
||||
{
|
||||
LL_WARNS("Media") << "Couldn't find launcher at " << launcher_name << LL_ENDL;
|
||||
llassert(false); // Fail in debugging mode.
|
||||
}
|
||||
else if(LLFile::stat(plugin_name, &s))
|
||||
{
|
||||
LL_WARNS("Media") << "Couldn't find plugin at " << plugin_name << LL_ENDL;
|
||||
llassert(false); // Fail in debugging mode.
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user