aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/nullwire/trace/G.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/nullwire/trace/G.java')
-rw-r--r--src/com/nullwire/trace/G.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/nullwire/trace/G.java b/src/com/nullwire/trace/G.java
index d803a05..cf38f9b 100644
--- a/src/com/nullwire/trace/G.java
+++ b/src/com/nullwire/trace/G.java
@@ -4,8 +4,9 @@ public class G {
// This must be set by the application - it used to automatically
// transmit exceptions to the trace server
public static String FILES_PATH = null;
- public static String APP_VERSION = "unknown";
public static String APP_PACKAGE = "unknown";
+ public static String APP_VERSION = "unknown";
+ public static String APP_DESCRIPTION = "unknown";
// Where are the stack traces posted?
public static String URL = "http://connectbot.the-b.org/trace/";
}