to top
Android APIs
public class

EventLogTags

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

This class is deprecated.
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 ()

Since: API Level 1

Throws
IOException

public EventLogTags (BufferedReader input)

Since: API Level 1

Throws
IOException

Public Methods

public EventLogTags.Description get (int tag)

Since: API Level 1

public EventLogTags.Description get (String name)

Since: API Level 1