Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40a412ff authored by Hakjun Choi's avatar Hakjun Choi Committed by Android (Google) Code Review
Browse files

Merge "filter out demo mode from carrier roaming satellite session metrics" into main

parents e5524f86 b51dc5d0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6698,6 +6698,10 @@ public class SatelliteController extends Handler {

    private void logCarrierRoamingSatelliteSessionStats(@NonNull Phone phone,
            boolean lastNotifiedNtnMode, boolean currNtnMode) {
        if (mIsDemoModeEnabled) {
            plogd("logCarrierRoamingSatelliteSessionStats: return, demo mode is enabled");
            return;
        }
        synchronized (mSatelliteConnectedLock) {
            int subId = phone.getSubId();
            if (!lastNotifiedNtnMode && currNtnMode) {