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 7a52af61a196..0807fbaf7cc3 100644 --- a/services/core/java/com/android/server/TelephonyRegistry.java +++ b/services/core/java/com/android/server/TelephonyRegistry.java @@ -2355,9 +2355,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) { |