Loading src/java/com/android/internal/telephony/dataconnection/ApnContext.java +4 −0 Original line number Diff line number Diff line Loading @@ -334,6 +334,10 @@ public class ApnContext { if (mRefCount-- == 1) { mDcTracker.setEnabled(mDcTracker.apnTypeToId(mApnType), false); } if (mRefCount < 0) { log.log("ApnContext.decRefCount went to " + mRefCount); mRefCount = 0; } } } Loading Loading
src/java/com/android/internal/telephony/dataconnection/ApnContext.java +4 −0 Original line number Diff line number Diff line Loading @@ -334,6 +334,10 @@ public class ApnContext { if (mRefCount-- == 1) { mDcTracker.setEnabled(mDcTracker.apnTypeToId(mApnType), false); } if (mRefCount < 0) { log.log("ApnContext.decRefCount went to " + mRefCount); mRefCount = 0; } } } Loading