mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Update Javadoc of setDebugMode()
This commit is contained in:
parent
3b26983d63
commit
848ab7f990
1 changed files with 2 additions and 2 deletions
|
|
@ -106,8 +106,8 @@ abstract public class LinphoneCoreFactory {
|
|||
|
||||
/**
|
||||
* Enable verbose traces
|
||||
* @param enable
|
||||
* @param tag
|
||||
* @param enable true to enable debug mode, false to disable it
|
||||
* @param tag Tag which prefixes each log message.
|
||||
*/
|
||||
abstract public void setDebugMode(boolean enable, String tag);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue