forked from Silverfish/proton-bridge
GODT-2046: bridge-gui log is included in optional archive sent with bug reports.
This commit is contained in:
committed by
Romain LE JEUNE
parent
3b9a3aaad2
commit
19930f63e2
@ -101,3 +101,7 @@ func getLogName(version, revision string) string {
|
||||
func MatchLogName(name string) bool {
|
||||
return regexp.MustCompile(`^v.*\.log$`).MatchString(name)
|
||||
}
|
||||
|
||||
func MatchGUILogName(name string) bool {
|
||||
return regexp.MustCompile(`^gui_v.*\.log$`).MatchString(name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user