Make the stacktrace enabler static

This commit is contained in:
Markus Doits 2011-01-20 18:19:34 +00:00
parent dfb4f4e030
commit 730b44bc73

View File

@ -27,7 +27,7 @@ public class ApgCon {
/**
* Put stacktraces into the log?
*/
private final boolean stacktraces = true;
private final static boolean stacktraces = true;
private class call_async extends AsyncTask<String, Void, Void> {