Build 1.0_r1(from source)

android.util
Class EventLogTags

java.lang.Object
  extended by android.util.EventLogTags

public class EventLogTags
extends Object

Parsed representation of /etc/event-log-tags.


Nested Class Summary
static class EventLogTags.Description
           
 
Constructor Summary
EventLogTags()
           
EventLogTags(BufferedReader input)
           
 
Method Summary
 EventLogTags.Description get(int tag)
           
 EventLogTags.Description get(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventLogTags

public EventLogTags()
             throws IOException
Throws:
IOException

EventLogTags

public EventLogTags(BufferedReader input)
             throws IOException
Throws:
IOException
Method Detail

get

public EventLogTags.Description get(String name)

get

public EventLogTags.Description get(int tag)

Build 1.0_r1(from source)

Please submit a feedback, bug or feature