OSDN Git Service

WifiConfiguration: show more detail in toString()
authormukesh agrawal <quiche@google.com>
Thu, 3 Mar 2016 00:33:33 +0000 (16:33 -0800)
committerMukesh Agrawal <quiche@google.com>
Thu, 3 Mar 2016 03:06:05 +0000 (03:06 +0000)
commite23993848c65c7fb2c91bb89989117d35dabe5c3
treeefbffae0386e8bdf0b092bd15da0e595f26a97d1
parentb9df11099f16ca816a69e06f1327eb1f86723578
WifiConfiguration: show more detail in toString()

When debugging WiFi issues, it's helpful to know whether
or not a network uses a hidden SSID. Update
WifiConfiguration.toString(), to provide this information.

BUG=26836097
TEST=capture bugreport, verify "HIDDEN: false" is present for normal net
TEST=capture bugreport, verify "HIDDEN: true" is present for hidden net

Change-Id: I1f7c587fc2eda358e0868e9a7ef0bb2058e726a8
wifi/java/android/net/wifi/WifiConfiguration.java