Java android.util EventLog fields, constructors, methods, implement or subclass

Example usage for Java android.util EventLog fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.util EventLog.

The text is from its open source code.

Method

intwriteEvent(int tag, int value)
Record an event log message.
intwriteEvent(int tag, long value)
Record an event log message.
intwriteEvent(int tag, float value)
Record an event log message.
intwriteEvent(int tag, String str)
Record an event log message.
intwriteEvent(int tag, Object... list)
Record an event log message.