hasBehaviorCollector method

bool hasBehaviorCollector()

检查是否有行为采集插件

Implementation

bool hasBehaviorCollector() {
  return _behaviorCollector != null;
}