A powerful crash reporting library for Android NDK. Don't forget to run git submodule update --init --recursive after checking out.
Stars
111
Forks
21
Watchers
111
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
58
commits
Adding waiting for process state change after ptrace attach and checking status. Added ptrace detach error reporting to a log.
8f23366View on GitHubMaximum function name size for libunwind unwinder has been increased to 128 bytes.
bc1bd34View on GitHubMaximum function name size for libunwind unwinder has been increased to 96 bytes.
84205d9View on GitHubAdded new ndcrash_error enum value for service start error. Typo fix.
1cba2ddView on GitHubFixed a problem with bad UX in out-of-process mode when a callback executes long operation. Avoided crashing app blocking.
c0dd63fView on GitHubFix for file reading function for a case when read returns error. Avoided redundant read call when a buffer is filled.
f02e6b9View on GitHubSmall improvement for out-of-process crash callback: calling it after detaching from processes.
84f2003View on GitHubReadme update: added a description for ENABLE_OUTOFPROCESS_ALL_THREADS parameter.
e51b101View on GitHubImprovements for other threads in out of process mode: Added signal information, added registers information.
77b0fceView on GitHubMinor build fixes: missing includes in external libraries.
ee45568View on GitHubAdded an ability to disable all threads unwinding for out-of-process mode.
d48df2bView on GitHubFixed a problem with libunwindstack when PTRACE_GETREGSET isn't supported by system.
67dd119View on GitHubAdded an ability to unwind all threads of a process (not only crashed). Bug fixes.
fbb3122View on GitHub