You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file directory got chopped. not sure why we are checking the position of @ sign. seems not used anywhere. (is it used in other code part to add additional info to the link? (line position?))
The text was updated successfully, but these errors were encountered:
When having char @ in directory name, log-viewer won't be able to locate file.
"Log path is not specified. You can select log in file browser"
int pathStart = path.lastIndexOf('@');
if (pathStart < 0) {
if (path.isEmpty())
return Collections.emptyList();
file directory got chopped. not sure why we are checking the position of @ sign. seems not used anywhere. (is it used in other code part to add additional info to the link? (line position?))
The text was updated successfully, but these errors were encountered: