# Print output for @column tags ?> EventLogTags - Android SDK | Android Developers

Most visited

Recently visited

EventLogTags

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)

Inherited methods

Public constructors

EventLogTags

public EventLogTags ()

Throws
IOException

EventLogTags

public EventLogTags (BufferedReader input)

Parameters
input BufferedReader

Throws
IOException

Public methods

get

public EventLogTags.Description get (int tag)

Parameters
tag int

Returns
EventLogTags.Description

get

public EventLogTags.Description get (String name)

Parameters
name String

Returns
EventLogTags.Description