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

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

Introduction

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

The text is from its open source code.

Method

intdAppUsage public static int d(String tag, String msg)
intedAppUsage public static int e(String tag, String msg)
intedAppUsage public static int e(String tag, String msg, Throwable tr)
intic static int i(String tag, String msg)
intv(String tag, String msg)
intw(String tag, String msg)
intw(String tag, Throwable tr)
intwtf(String tag, String msg)
Like Log#wtf(String,String) , but will never cause the caller to crash, and will always be handled asynchronously.
intwtf(String tag, Throwable tr)
Like Log#wtf(String,Throwable) , but will never cause the caller to crash, and will always be handled asynchronously.