Log messages in dump
Remove event logging and add messages in dump Change-Id: Ic79c68443bac9b7257644ed6941853f44a9b0661
This commit is contained in:
@ -1202,6 +1202,8 @@ public class WifiService extends IWifiManager.Stub {
|
||||
pw.println();
|
||||
pw.println("WifiWatchdogStateMachine dump");
|
||||
mWifiWatchdogStateMachine.dump(pw);
|
||||
pw.println("WifiStateMachine dump");
|
||||
mWifiStateMachine.dump(fd, pw, args);
|
||||
}
|
||||
|
||||
private class WifiLock extends DeathRecipient {
|
||||
|
Reference in New Issue
Block a user