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

Commit 19e3e18c authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk Committed by Android (Google) Code Review
Browse files

Merge "CarrierActionAgent: avoid log spam on EVENT_APN_SETTINGS_CHANGED" into main

parents a04496ef 538bbbd9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -258,6 +258,8 @@ public class CarrierActionAgent extends Handler {
                return mCarrierActionOnRadioEnabled;
            case CARRIER_ACTION_REPORT_DEFAULT_NETWORK_STATUS:
                return mCarrierActionReportDefaultNetworkStatus;
            case EVENT_APN_SETTINGS_CHANGED:
                return null;  // we don't know if it's enabled, but this is not "unsupported" action
            default:
                loge("Unsupported action: " + action);
                return null;