forked from mirrors/linphone-iphone
downgrade error traces in case of sdk resources not found to info as resources are now located into the aar.
This commit is contained in:
parent
634aaf3cbf
commit
09ae895cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ public class AndroidPlatformHelper {
|
|||
Log.d("App doesn't seem to embed resource " + name + "in it's res/raw/ directory, use linphone's instead");
|
||||
resId = mResources.getIdentifier(name, "raw", "org.linphone");
|
||||
if (resId == 0) {
|
||||
Log.e("App doesn't seem to embed resource " + name + "in it's res/raw/ directory, please add it");
|
||||
Log.i("App doesn't seem to embed resource " + name + "in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource");
|
||||
}
|
||||
}
|
||||
return resId;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue