to top
Android APIs
public class

EventLogTags

extends Object
java.lang.Object
   ↳ android.util.EventLogTags

This class was deprecated in API level 8.
This class is no longer functional. Use EventLog instead.

Summary

Nested Classes
class EventLogTags.Description  
Public Constructors
EventLogTags()
EventLogTags(BufferedReader input)
Public Methods
EventLogTags.Description get(int tag)
EventLogTags.Description get(String name)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EventLogTags ()

Added in API level 1

Throws
IOException

public EventLogTags (BufferedReader input)

Added in API level 1

Throws
IOException

Public Methods

public EventLogTags.Description get (int tag)

Added in API level 1

public EventLogTags.Description get (String name)

Added in API level 1