dalvik.system
Class VMStack

java.lang.Object
  extended by dalvik.system.VMStack

public final class VMStack
extends java.lang.Object


Constructor Summary
VMStack()
           
 
Method Summary
static java.lang.ClassLoader getCallingClassLoader()
           
static java.lang.ClassLoader getCallingClassLoader2()
           
static java.lang.Class<?>[] getClasses(int maxDepth, boolean stopAtPrivileged)
           
static java.lang.StackTraceElement[] getThreadStackTrace(java.lang.Thread t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMStack

public VMStack()
Method Detail

getCallingClassLoader

public static java.lang.ClassLoader getCallingClassLoader()

getCallingClassLoader2

public static java.lang.ClassLoader getCallingClassLoader2()

getClasses

public static java.lang.Class<?>[] getClasses(int maxDepth,
                                              boolean stopAtPrivileged)

getThreadStackTrace

public static java.lang.StackTraceElement[] getThreadStackTrace(java.lang.Thread t)


Copyright © 2008-2010. All Rights Reserved.