Android 2.3 Gingerbread

Package dalvik.system

Provides utility and system information classes specific to the Dalvik VM.

See:
          Description

Interface Summary
BlockGuard.Policy  
DalvikLogHandler An optimized handler for efficient publishing of basic log messages.
SamplingProfiler.ThreadSet A ThreadSet specifies the set of threads to sample.
 

Class Summary
BlockGuard Mechanism to let threads set restrictions on what code is allowed to do in their thread.
BlockGuard.WrappedFileSystem A filesystem wrapper that calls the policy check functions on reads and writes.
BlockGuard.WrappedNetworkSystem A network wrapper that calls the policy check functions.
DalvikLogging Utility methods for logging to DalvikHandlers.
DexClassLoader Provides a simple ClassLoader implementation that operates on a list of jar/apk files with classes.dex entries.
DexFile Manipulates DEX files.
NativeStart Dummy class used during JNI initialization.
PathClassLoader Provides a simple ClassLoader implementation that operates on a list of files and directories in the local file system, but does not attempt to load classes from the network.
SamplingProfiler A sampling profiler.
TemporaryDirectory Utility class to handle the setup of the core library's concept of what the "default temporary directory" is.
TouchDex Induces optimization/verification of a set of DEX files.
TouchDexLoader Cloned out of PathClassLoader for TouchDex.
VMDebug Provides access to some VM-specific debug features.
VMRuntime Provides an interface to VM-global, Dalvik-specific features.
VMStack Provides a limited interface to the Dalvik VM stack.
Zygote Provides access to the Dalvik "zygote" feature, which allows a VM instance to be partially initialized and then fork()'d from the partially initialized state.
 

Exception Summary
BlockGuard.BlockGuardPolicyException  
 

Error Summary
AllocationLimitError Is thrown when an allocation limit is exceeded.
PotentialDeadlockError Is thrown when the VM identifies a potential deadlock.
StaleDexCacheError Is thrown when the VM determines that a DEX file's cache is out of date, and that there is no way to recreate it.
 

Package dalvik.system Description

Provides utility and system information classes specific to the Dalvik VM.


Android 2.3 Gingerbread