java.lang.Object
public static final java.lang.String TAG
protected static final java.util.Vector consoleListenerList
protected static final boolean isTransportEnabled
protected static final boolean isRPCEnabled
public DebugTool()
public static void enableDebugTool()
public static void disableDebugTool()
public static boolean isDebugEnabled()
public static void logError(String tag,String msg)
public static void logError(String tag,String msg,Throwable ex)
public static void logWarning(String tag,String msg)
public static void logInfo(String tag,String msg)
public static void logInfo(String tag,String msg,Boolean bPrependVersion)
protected static java.lang.Boolean logToSiphon(String msg)
protected static java.lang.String getLine(Throwable ex)
public static void addConsole(IConsole console)
public static void removeConsole(IConsole console)
public static void clearConsoles()
public static void logTransport(String msg)
public static void logRPCSend(String rpcMsg)
public static void logRPCReceive(String rpcMsg)
protected static void logInfoToConsole(String msg)
protected static void logErrorToConsole(String msg)
protected static void logErrorToConsole(String msg,Throwable e)
protected static void logRPCSendToConsole(String msg)
protected static void logRPCReceiveToConsole(String msg)
Debug method to try to extract the RPC hash from the packet payload. Should only be used while debugging, not in production. Currently it will only handle single frame RPCs
public static java.util.Hashtable getRPCHash(SdlPacket packet)
From Class | Methods |
---|---|
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |