summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rw-r--r--service/java/com/android/server/wifi/ClientModeImpl.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/service/java/com/android/server/wifi/ClientModeImpl.java b/service/java/com/android/server/wifi/ClientModeImpl.java
index 5b616dd0a..15ca3c823 100644
--- a/service/java/com/android/server/wifi/ClientModeImpl.java
+++ b/service/java/com/android/server/wifi/ClientModeImpl.java
@@ -1065,9 +1065,9 @@ public class ClientModeImpl extends StateMachine {
}
private void stopIpClient() {
- if (mVerboseLoggingEnabled) {
- log("stopIpClient IpClientWithPreConnection: " + mIpClientWithPreConnection);
- }
+ // TODO(b/157943924): Adding more log to debug the issue.
+ Log.v(TAG, "stopIpClient IpClientWithPreConnection: " + mIpClientWithPreConnection,
+ new Throwable());
if (mIpClient != null) {
if (mIpClientWithPreConnection) {
mIpClient.notifyPreconnectionComplete(false);