aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrambowang <rambowang@google.com>2024-03-20 18:41:26 +0000
committerRambo Wang <rambowang@google.com>2024-03-20 18:55:10 +0000
commitb56e6efcef9460c49355a534f41a5a7985380e69 (patch)
treec9ba389f2a3163cc0090458bde5d0fcac725a457
parent492983e9a0a81933da4c2105e0f95f1c30bd234b (diff)
downloadtelephony-b56e6efcef9460c49355a534f41a5a7985380e69.tar.gz
Introduce aconfig flag to fix VCN crash on receiving configs
Bug: 319791612 Test: atest TelephonySubscriptionTrackerTest (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:92380d72882dbc78bc6ac9b6a9f268fc6ef71a1e) Merged-In: If3309b12f43a783b0904c2fef0267639d3ec1a85 Change-Id: If3309b12f43a783b0904c2fef0267639d3ec1a85
-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