[6.6.0]
This commit is contained in:
@@ -123,7 +123,7 @@ object MogoLogCatchManager : IMogoOnMessageListener<RemoteLogPushContent>, Handl
|
||||
}
|
||||
LOCAL_CONFIG_CLOSE_SINGLE_FW -> {
|
||||
val cmd = obj.cmd
|
||||
if(cmd.contains("|")){
|
||||
if(cmd!=null && cmd.contains("|")){
|
||||
val list = cmd.split("|")
|
||||
if(list.size == 3){
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user