(String module, String function, OtpErlangList args)
| 309 | } |
| 310 | |
| 311 | private void sendRPC(String module, String function, OtpErlangList args) throws IOException { |
| 312 | OtpUtil.sendRPC(connection, mbox, atom(module), atom(function), args); |
| 313 | } |
| 314 | |
| 315 | public synchronized ArrayList<TraceLog> collectTraceLogs() throws Exception { |
| 316 | sendRPC("erlyberly", "collect_trace_logs", new OtpErlangList()); |
no test coverage detected