getSessionContentUri
Returns the session read-only content Uri. It can be used to obtain all log entries in a single row (as a String field) with fixed syntax, e.g.:
[Application name], [Creation date]
[Session name] ([Session key])
D 10.34.01.124 This is the oldest log message (debug)
V 10.34.02.238 This is the log message (verbose)
I 10.34.03.527 This is the log message (info)
A 10.34.04.612 This is the log message (application)
W 10.34.04.812 This is the log message (warning)
E 10.34.05.452 This is the newest log message (error)
Content copied to clipboard
Return
The Uri that can be read using query method.The value will be in the first row, column number 0(with id: CONTENT).