android.support.v4.util
Class DebugUtils

java.lang.Object
  extended by android.support.v4.util.DebugUtils

public class DebugUtils
extends Object

Helper for accessing features in DebugUtils introduced after API level 4 in a backwards compatible fashion.


Constructor Summary
DebugUtils()
           
 
Method Summary
static void buildShortClassTag(Object cls, StringBuilder out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugUtils

public DebugUtils()
Method Detail

buildShortClassTag

public static void buildShortClassTag(Object cls,
                                      StringBuilder out)


Copyright © 2013 Marek Kedzierski. All Rights Reserved.