ACRA is a library enabling Android Application to automatically post their crash reports to a GoogleDoc form. It is targetted to android applications developers to help them get data from their applications when they crash or behave erroneously.
Asynchronous C++11 Logger. Its a spin-off from the popular g2log project. g3log focus is on making it easy for coders to ad their own custom made sinks while being as efficient, or more efficient compared to g2log.
Cheers
Kjell
The WinAppDbg python module allows developers to quickly code instrumentation scripts in Python under a Windows environment.
It uses ctypes to wrap many Win32 API calls related to debugging, and provides an object-oriented abstraction layer to manipulate threads, libraries and processes, attach
... [More] your script as a debugger, trace execution, hook API calls, handle events in your debugee and set breakpoints of different kinds (code, hardware and memory). Additionally it has no native code at all, making it easier to maintain or modify than other debuggers on Windows. [Less]
g2log as described on http://www.kjellkod.cc//g2log-efficient-background-io-processign-with-c11
An asynchronous logging utility. Disk /IO access is done in a background thread. It's inspired in part from Google's glog but is much smaller feature-wise but also much faster. Performance comparison
... [More] with glog gives something like 10-25% faster on the average and up to 50 times faster in a worst case scenario.
Enjoy KjellKod [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy