public class EventLogTags
extends Object
java.lang.Object | |
android.util.EventLogTags |
此类在API级别8中已被弃用。
这个类不再起作用。 改为使用EventLog
。
Nested classes |
|
---|---|
class |
EventLogTags.Description
|
Public constructors |
|
---|---|
EventLogTags() |
|
EventLogTags(BufferedReader input) |
公共方法(Public methods) |
|
---|---|
EventLogTags.Description |
get(int tag) |
EventLogTags.Description |
get(String name) |
继承方法(Inherited methods) |
|
---|---|
![]() java.lang.Object
|
EventLogTags (BufferedReader input)
参数(Parameters) | |
---|---|
input |
BufferedReader
|
抛出异常(Throws) | |
---|---|
IOException |
EventLogTags.Description get (int tag)
参数(Parameters) | |
---|---|
tag |
int
|
返回(Returns) | |
---|---|
EventLogTags.Description |
EventLogTags.Description get (String name)
参数(Parameters) | |
---|---|
name |
String
|
返回(Returns) | |
---|---|
EventLogTags.Description |