Merge "Fix Backwards Compatible Logging Related Bug" into udc-dev
This commit is contained in:
@@ -115,9 +115,7 @@ public class MetricUtilities {
|
||||
/* chosen_provider_round_trip_time_overall_microseconds */
|
||||
chosenProviderMetric.getEntireProviderLatencyMicroseconds(),
|
||||
/* chosen_provider_final_phase_microseconds (backwards compat only) */
|
||||
getMetricTimestampDifferenceMicroseconds(chosenProviderMetric
|
||||
.getFinalFinishTimeNanoseconds(),
|
||||
chosenProviderMetric.getUiCallEndTimeNanoseconds()),
|
||||
DEFAULT_INT_32,
|
||||
/* chosen_provider_status */ chosenProviderMetric.getChosenProviderStatus());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user