Most visited

Recently visited

Added in API level 1
Deprecated since API level 8

EventLogTags

public class EventLogTags
extends Object

java.lang.Object
    android.util.EventLogTags


此类在API级别8中已被弃用。
这个类不再起作用。 改为使用EventLog

摘要(Summary)

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)

From class java.lang.Object

Public constructors

EventLogTags

Added in API level 1
EventLogTags ()

抛出异常(Throws)
IOException

EventLogTags

Added in API level 1
EventLogTags (BufferedReader input)

参数(Parameters)
input BufferedReader
抛出异常(Throws)
IOException

公共方法(Public methods)

get

Added in API level 1
EventLogTags.Description get (int tag)

参数(Parameters)
tag int
返回(Returns)
EventLogTags.Description

get

Added in API level 1
EventLogTags.Description get (String name)

参数(Parameters)
name String
返回(Returns)
EventLogTags.Description

Hooray!