System.out.println("Started: "+ua.activityName()+"\n");
ContextManager contextManager = new ContextManager();
Context[] contexts = contextManager.contexts();
Context theContext1 = null;
Context theContext2 = null;
int numContexts = (contexts != null ? contexts.length : 0);
for (int i = 0; i < numContexts; i++) {
if (contexts[i] != null) {
if (theContext1 == null) {