Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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

public EventLogTags ( BufferedReader input)

Added in API level 1

Public Methods

public EventLogTags.Description get (int tag)

Added in API level 1