mlopatkin / andlogview

Tool for viewing application logs from Android devices.
https://andlogview.mlopatkin.name/
Apache License 2.0
42 stars 6 forks source link

Copy full stacktrace contents #387

Open mlopatkin opened 4 months ago

mlopatkin commented 4 months ago

Sometimes I want to copy just the stacktrace and not the timestamps associated with it.

The implementation might use the multi-line message support introduced in 0.22: stacktraces are often printed as a single log message.