Merge "Add field to record state of telephony fallback"

This commit is contained in:
Neil Fuller
2022-01-13 19:58:16 +00:00
committed by Android (Google) Code Review

View File

@@ -3435,7 +3435,8 @@ public class StatsPullAtomService extends SystemService {
convertTimeZoneSuggestionToProtoBytes(
metricsState.getLatestTelephonySuggestion()),
convertTimeZoneSuggestionToProtoBytes(
metricsState.getLatestGeolocationSuggestion())
metricsState.getLatestGeolocationSuggestion()),
metricsState.isTelephonyTimeZoneFallbackSupported()
));
} catch (RuntimeException e) {
Slog.e(TAG, "Getting time zone detection state failed: ", e);