private GithubIssueReporter() {
}
public static void submit(String title, String body) throws Exception {
if (App.settings != null && App.settings.enableLogs()) {
body = body + "\n\n" + times('-', 50) + "\n" + "Here is my log: " + App.TASKPOOL.submit(new PasteUpload()
).get();
Map<String, Object> request = new HashMap<String, Object>();
request.put("issue", new GithubIssue(title, body));
try {