Package dalvik.system

  • Interface Summary
    Interface Description
    BlockGuard.Policy  
    CloseGuard.Reporter
    Interface to allow customization of reporting behavior.
    DalvikLogHandler
    An optimized handler for efficient publishing of basic log messages.
  • Class Summary
    Class Description
    BlockGuard
    Mechanism to let threads set restrictions on what code is allowed to do in their thread.
    CloseGuard
    CloseGuard is a mechanism for flagging implicit finalizer cleanup of resources that should have been cleaned up by explicit close methods (aka "explicit termination methods" in Effective Java).
    DalvikLogging
    Utility methods for logging to DalvikHandlers.
    SocketTagger
    Callbacks for socket assignment and reassignment.
    VMRuntime
    Provides an interface to VM-global, Dalvik-specific features.
    VMStack
    Provides a limited interface to the Dalvik VM stack.
  • Exception Summary
    Exception Description
    BlockGuard.BlockGuardPolicyException