add log back to humantrack result feature
| | |
| | | if len(res.Result) > 0 { |
| | | if out, err := proto.Marshal(res); err == nil { |
| | | msg.Tasklab.Sdkinfos[int(msg.Tasklab.Index)].Sdkdata = out |
| | | s.fnLogger("reid !!!!!! Send To Humantrack Result Length:", len(out)) |
| | | } |
| | | } |
| | | |
| | |
| | | s.fnLogger("reid !!!!!! proto.Marshal Failed To Marshal proto.SdkMessage") |
| | | continue |
| | | } |
| | | s.fnLogger("reid !!!!!! Send To Humantrack Result Length:", len(data)) |
| | | // s.fnLogger("reid !!!!!! MSG Send Back To Humantrack Length:", len(data)) |
| | | |
| | | chSnd <- data |
| | | } else { |