Add field to record state of telephony fallback

Add a metrics field to record the state of telephony fallback support on
a device.

Test: build only
Bug: 197624972
Bug: 200279201
Bug: 208789974
Change-Id: I0f7bd9f087e87dc4f0c92f9ad7bff9db88f9f8e3
This commit is contained in:
Neil Fuller
2021-11-24 14:30:33 +00:00
parent 9a42318fcd
commit 28d28bc085

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);