Add log for setDataEnabledForReason
To know who change the mobile data Bug: 331843727 Test: NA Adding log only Change-Id: I3ef5662102761541cd3e0e4662e0acab07c71937
This commit is contained in:
@@ -337,6 +337,7 @@ suspend fun setDefaultData(
|
||||
): Unit =
|
||||
withContext(Dispatchers.Default) {
|
||||
subscriptionManager?.setDefaultDataSubId(subId)
|
||||
Log.d(NetworkCellularGroupProvider.name, "setMobileDataEnabled: true")
|
||||
MobileNetworkUtils.setMobileDataEnabled(
|
||||
context,
|
||||
subId,
|
||||
|
||||
Reference in New Issue
Block a user