Update Javadoc of setDebugMode()

This commit is contained in:
François Grisez 2014-09-12 11:22:21 +02:00
parent 3b26983d63
commit 848ab7f990

View file

@ -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);