show frequency within debug settings

Change-Id: I6ebf08a193fc92b7e0289d663f089ba6e871497d
This commit is contained in:
vandwalle
2014-06-12 19:51:24 -07:00
parent d59d4e25de
commit 8d9a055f84

View File

@@ -530,6 +530,9 @@ class AccessPoint extends Preference {
if (WifiSettings.mVerboseLogging > 0) {
//add RSSI/band information for this config, what was seen up to 6 seconds ago
//verbose WiFi Logging is only turned on thru developers settings
if (mInfo != null && mState != null) { // This is the active connection
summary.append(" (f=" + Integer.toString(mInfo.getFrequency()) + ")");
}
summary.append(" " + getVisibilityStatus());
if (mConfig != null && mConfig.autoJoinStatus > 0) {
summary.append(" (" + mConfig.autoJoinStatus);