getSessionUri
Returns the session Uri. The Uri may be saved in a saved state to recreate the session using openSession when orientation change. Use this Uri also to open the log session in the nRF Logger.
Intent intent = new Intent(Intent.ACTION_VIEW, mLogSession.getSessionUri());
startActivity(intent);
Content copied to clipboard
Return
The session Uri.