Improve error log during file sharing
This commit is contained in:
parent
b8dc62cb3c
commit
d983879235
2 changed files with 2 additions and 2 deletions
|
@ -613,7 +613,7 @@ public final class LinphoneUtils {
|
||||||
|
|
||||||
remoteFile.close();
|
remoteFile.close();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
Log.e("Enable to get sharing file", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Reference in a new issue