Package dalvik.system
Class DalvikLogging
java.lang.Object
dalvik.system.DalvikLogging
public final class DalvikLogging extends Object
Utility methods for logging to
DalvikHandlers.-
Method Summary
Modifier and Type Method Description static StringloggerNameToTag(String loggerName)Returns the short logger tag (up to 23 chars) for the given logger name.
-
Method Details
-
loggerNameToTag
Returns the short logger tag (up to 23 chars) for the given logger name. Traditionally loggers are named by fully-qualified Java classes; this method attempts to return a concise identifying part of such names.
-