diff options
| author | Ningyuan Wang <nywang@google.com> | 2017-02-22 09:54:41 -0800 |
|---|---|---|
| committer | Ningyuan Wang <nywang@google.com> | 2017-02-22 15:34:14 -0800 |
| commit | 844d7c58aa84d7b325df23ba9c623bd0ba70130d (patch) | |
| tree | 8b4cc5a7dd4a834290296f365242aa9c4f079a91 /client_interface_impl.cpp | |
| parent | 5a2e243cf312837d8ec98ce7069b698c02e256b4 (diff) | |
| download | platform_system_connectivity_wificond-844d7c58aa84d7b325df23ba9c623bd0ba70130d.tar.gz platform_system_connectivity_wificond-844d7c58aa84d7b325df23ba9c623bd0ba70130d.tar.bz2 platform_system_connectivity_wificond-844d7c58aa84d7b325df23ba9c623bd0ba70130d.zip | |
More logging for wificond scanner
Bug: 35664772
Change-Id: I6b3bb4fc01e3c06dea246e3cd55c23f27d3a2195
Test: compile, manual test
Diffstat (limited to 'client_interface_impl.cpp')
| -rw-r--r-- | client_interface_impl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client_interface_impl.cpp b/client_interface_impl.cpp index d66ea59..e5d4b55 100644 --- a/client_interface_impl.cpp +++ b/client_interface_impl.cpp @@ -98,6 +98,8 @@ ClientInterfaceImpl::ClientInterfaceImpl( &wiphy_features_)) { LOG(ERROR) << "Failed to get wiphy info from kernel"; } + LOG(INFO) << "create scanner for interface with index: " + << (int)interface_index_; scanner_ = new ScannerImpl(interface_index_, band_info_, scan_capabilities_, |
