Deprecated proto fields are currently logged as a warning or an error in MessageUtil::checkForDeprecation, and counted in SnapshotImpl::deprecatedFeatureEnabled. We should probably do the same thing for unknown proto fields in MessageUtil::checkUnknownFields when not in strict mode.
Deprecated proto fields are currently logged as a warning or an error in
MessageUtil::checkForDeprecation, and counted inSnapshotImpl::deprecatedFeatureEnabled. We should probably do the same thing for unknown proto fields inMessageUtil::checkUnknownFieldswhen not in strict mode.