kaedea / junwind

Get Java thread's stacktrace by native tid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

junwind

Get Java thread's stacktrace by native tid.

Getting Started

// 1. Get current thread's stacktrace.
String callStack = JUnwind.jUnwindCurr();

// 2. Get other thread's stacktrace by tid.
int tid = ...;
String callStack = JUnwind.jUnwind(tid);

About

Get Java thread's stacktrace by native tid.


Languages

Language:Java 66.5%Language:C++ 21.5%Language:CMake 12.0%