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

Commit 38b843f8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update Wi-Fi hotspot log" into main

parents f362378c 6f2b7e4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -475,7 +475,7 @@ public class WifiHotspotRepository {
        try {
            List<WifiAvailableChannel> channels =
                    mWifiManager.getAllowedChannels(sapBand.band, OP_MODE_SAP);
            log("isChannelAvailable(), band:" + sapBand.band + ", channels:" + channels);
            log("isChannelAvailable(), band:" + sapBand.band + ", allowedChannels:" + channels);
            sapBand.hasChannels = (channels != null && channels.size() > 0);
            sapBand.isChannelsUnsupported = false;
        } catch (IllegalArgumentException e) {