debugMode property

bool debugMode
final

~english Whether to output the debug information. Make sure to call the method after initializing the EMClient using EMClient.init.

  • true: Yes.
  • false: (Default)No. ~end

~chinese 是否输出调试信息,在 EMClient 初始化完成后调用,详见 EMClient.init

  • true:SDK 会在 log 里输出调试信息;
  • (默认)false:不会输出调试信息。 ~end

Implementation

final bool debugMode;