|
|
@ -233,6 +233,8 @@ public class PluginUtils { |
|
|
|
jo.put("onTrial", pluginContext.isOnTrial()); |
|
|
|
jo.put("onTrial", pluginContext.isOnTrial()); |
|
|
|
jo.put("deadline", getDeadline(pluginContext)); |
|
|
|
jo.put("deadline", getDeadline(pluginContext)); |
|
|
|
jo.put("registerFailed", pluginContext.isRegisterFailed()); |
|
|
|
jo.put("registerFailed", pluginContext.isRegisterFailed()); |
|
|
|
|
|
|
|
jo.put("selfState", pluginContext.getSelfState()); |
|
|
|
|
|
|
|
jo.put("switchedReason", pluginContext.getSwitchedReason()); |
|
|
|
ja.put(jo); |
|
|
|
ja.put(jo); |
|
|
|
} |
|
|
|
} |
|
|
|
}catch (Exception e){ |
|
|
|
}catch (Exception e){ |
|
|
|