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]
Development fork of g2log. Features are tested out here before being merged back onto g2log.
It is public so feel free to use it but *beware* of bugs as it is in development phase, not stable.
You are of course more then welcome to report any bugs or weird behaviour that you find.
A TODO
... [More] list is posted on the wiki. New features or bumping up a feature to higher priority (for implementation) is easily done - you just have to get me to understand why :)
* Features that are requested by many or would have a positive impact the code or for more users are more likely to get *bumped up*.
Cheers
Kjell
Hedstrom at KjellKod dot cc [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]
Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps. It allows you to write tools and debugger plugins which can do things similar to SOS and PSSCOR.
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