aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/nullwire/trace/G.java
blob: 2e63aa1098731d8a6de9f89661994d8971cb2a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/";
}