threads property

List<BugsnagThread> threads
getter/setter pair

If thread state is being captured along with the event, this field will contain a list of BugsnagThread objects representing the native threads that were active when the error was captured.

Implementation

List<BugsnagThread> threads;