Interface SmaliDebugger.SuspendListener

  • All Known Implementing Classes:
    DebugController
    Enclosing class:
    SmaliDebugger

    public static interface SmaliDebugger.SuspendListener
    Listener for breakpoint, watch, step, etc.
    • Method Detail

      • onSuspendEvent

        void onSuspendEvent​(SuspendInfo current)
        For step, breakpoint, watchpoint, and any other events that suspend the JVM. This method will be called in stateListenQueue.