git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57c8612
)
JAL-4001 Added useful props information
author
Ben Soares
<b.soares@dundee.ac.uk>
Tue, 27 Jun 2023 12:35:30 +0000
(13:35 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Tue, 27 Jun 2023 12:40:06 +0000
(13:40 +0100)
src/jalview/analytics/Plausible.java
patch
|
blob
|
history
diff --git
a/src/jalview/analytics/Plausible.java
b/src/jalview/analytics/Plausible.java
index
98c725a
..
b031c47
100644
(file)
--- a/
src/jalview/analytics/Plausible.java
+++ b/
src/jalview/analytics/Plausible.java
@@
-85,6
+85,9
@@
public class Plausible
System.getProperty("os.arch") + " "
+ System.getProperty("os.name") + " "
+ System.getProperty("os.version"));
+ defaultProps.put("os", System.getProperty("os.name"));
+ defaultProps.put("os_version", System.getProperty("os.version"));
+ defaultProps.put("os_arch", System.getProperty("os.arch"));
String installation = Cache.applicationProperties
.getProperty("INSTALLATION");
if (installation != null)