Log messages in dump

Remove event logging and add messages in dump

Change-Id: Ic79c68443bac9b7257644ed6941853f44a9b0661
This commit is contained in:
Irfan Sheriff
2012-04-16 16:47:10 -07:00
parent d4fecc2567
commit 6079237576
2 changed files with 34 additions and 39 deletions

View File

@ -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 {