This project contain some tools or utils, helper funtion, class.
use cmake for compile and build.
This project will output a shared library named: ztools
Some test code in director "./test".
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.