public class BaseWifiLogger extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
mDriverVersion |
protected String |
mFirmwareVersion |
protected int |
mSupportedFeatureSet |
Constructor and Description |
---|
BaseWifiLogger() |
Modifier and Type | Method and Description |
---|---|
void |
captureAlertData(int errorCode,
byte[] alertData) |
void |
captureBugReportData(int reason) |
void |
dump(FileDescriptor fd,
PrintWriter pw,
String[] args) |
protected void |
dump(PrintWriter pw) |
void |
startLogging(boolean verboseEnabled) |
void |
startPacketLog() |
void |
stopLogging() |
void |
stopPacketLog() |
protected String mFirmwareVersion
protected String mDriverVersion
protected int mSupportedFeatureSet
public void startLogging(boolean verboseEnabled)
public void startPacketLog()
public void stopPacketLog()
public void stopLogging()
public void captureBugReportData(int reason)
public void captureAlertData(int errorCode, byte[] alertData)
public void dump(FileDescriptor fd, PrintWriter pw, String[] args)
protected void dump(PrintWriter pw)