diff options
Diffstat (limited to 'src/com/nullwire/trace/G.java')
-rw-r--r-- | src/com/nullwire/trace/G.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/com/nullwire/trace/G.java b/src/com/nullwire/trace/G.java deleted file mode 100644 index 2e63aa1..0000000 --- a/src/com/nullwire/trace/G.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.nullwire.trace; - -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_PACKAGE = "unknown"; - public static String APP_VERSION = "unknown"; - public static String APP_DESCRIPTION = "unknown"; - public static String PHONE_MODEL = "unknown"; - public static String ANDROID_VERSION = "unknown"; - // Where are the stack traces posted? - public static String URL = "http://connectbot.the-b.org/trace/"; -} |