| Interface and Description |
|---|
| com.android.ddmlib.ClientData.IHprofDumpHandler |
| Field and Description |
|---|
| com.android.ddmlib.IDevice.PROP_BUILD_VERSION_NUMBER |
| Constructor and Description |
|---|
| com.android.ddmlib.logcat.LogCatHeader(Log.LogLevel, int, int, String, String, LogCatTimestamp)
Use
#LogCatHeader(LogLevel, int, int, String, String, Instant) |
| com.android.ddmlib.logcat.LogCatMessage(Log.LogLevel, int, int, String, String, LogCatTimestamp, String)
Create a
LogCatHeader separately and call LogCatMessage.LogCatMessage(LogCatHeader, String) instead. This approach shares the same header data
across multiple messages. |