diff options
-rw-r--r-- | services/core/java/com/android/server/TelephonyRegistry.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/services/core/java/com/android/server/TelephonyRegistry.java b/services/core/java/com/android/server/TelephonyRegistry.java index 481b53c0a940..c751e1edfc31 100644 --- a/services/core/java/com/android/server/TelephonyRegistry.java +++ b/services/core/java/com/android/server/TelephonyRegistry.java @@ -2357,9 +2357,8 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { return; } - if (VDBG) { - log("notifyActiveDataSubIdChanged: activeDataSubId=" + activeDataSubId); - } + log("notifyActiveDataSubIdChanged: activeDataSubId=" + activeDataSubId); + mLocalLog.log("notifyActiveDataSubIdChanged: activeDataSubId=" + activeDataSubId); mActiveDataSubId = activeDataSubId; synchronized (mRecords) { |