Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 430 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 430 Bytes

zTools

This project contain some tools or utils, helper funtion, class.

Compile\Build

use cmake for compile and build.

Output

This project will output a shared library named: ztools

Test

Some test code in director "./test".

Tools in this project

backtrace

Implemente a function to get current backtrace.

In linux, the implemente is base on lib unwind and abi.

In windows, android, ios is not compile yet.