Frida Docs Unified
    Preparing search index...

    Backtrace returned by Java.backtrace().

    interface Backtrace {
        frames: Frame[];
        id: string;
    }
    Index

    Properties

    Properties

    frames: Frame[]

    Stack frames.

    id: string

    ID that can be used for deduplicating identical backtraces.