commit | afb1030ddb73362364c2fea0f74365b803cc57f7 | [log] [tgz] |
---|---|---|
author | Oscar Shu <xshu@google.com> | Tue Jun 13 01:36:29 2023 +0000 |
committer | Oscar Shu <xshu@google.com> | Tue Jun 13 01:40:32 2023 +0000 |
tree | 854dd9dde3d8f046126a4878d9d75e2850ba7a6e | |
parent | 5c39ded8b0670d63cd624bd10e297a71fef90063 [diff] |
Fix null pointer WifiInfo The WifiInfo cached in ActiveModeWarden should never be null. Currently it's null until a ClientModeImpl starts, which may not happen in a while if wifi is off at bootup. Bug: 286470772 Test: atest com.android.server.wifi Change-Id: I7b9ed213c4582861f86a5614fd5091200b382267