ndcrash icon indicating copy to clipboard operation
ndcrash copied to clipboard

Is there a way to log stacktrace to file but don't write it to logcat

Open ashishb opened this issue 5 years ago • 1 comments

Hi,

The documentation sayst that "[Crash] Daemon generates a crash report, by default it's saved to a file and written to logcat. Crash report generation includes stack unwinding operation, see information below."

Is there a way to not log anything to logcat but still generate the crash report file?

ashishb avatar Mar 04 '19 20:03 ashishb

Now there is only one way to do this: to make a fork and fix it in code. Please take a look at ndcrash_dump_write_line function.

ivanarh avatar May 09 '19 14:05 ivanarh