aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-03-20 19:57:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-20 19:57:53 +0000
commitddaf25104a4727ca420dec665f9c102c390a9637 (patch)
treec9ba389f2a3163cc0090458bde5d0fcac725a457
parent492983e9a0a81933da4c2105e0f95f1c30bd234b (diff)
parentb56e6efcef9460c49355a534f41a5a7985380e69 (diff)
downloadtelephony-ddaf25104a4727ca420dec665f9c102c390a9637.tar.gz
Merge "Introduce aconfig flag to fix VCN crash on receiving configs" into main
-rw-r--r--flags/misc.aconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/misc.aconfig b/flags/misc.aconfig
index 835efeefce..de5adea060 100644
--- a/flags/misc.aconfig
+++ b/flags/misc.aconfig
@@ -70,3 +70,13 @@ flag {
description: "change method to show mobile radio power from service state to radio power"
bug: "306084899"
}
+
+flag {
+ name: "fix_crash_on_getting_config_when_phone_is_gone"
+ namespace: "telephony"
+ description: "Fix VCN crash when calling CarrierConfigManager.getConfigForSubId while phone process has gone."
+ bug:"319791612"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+} \ No newline at end of file