Package dalvik.system
Class DalvikLogging
- java.lang.Object
-
- dalvik.system.DalvikLogging
-
public final class DalvikLogging extends Object
Utility methods for logging toDalvikHandlers.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringloggerNameToTag(String loggerName)Returns the short logger tag (up to 23 chars) for the given logger name.
-