Skip to content

Commit

Permalink
Revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Litwiniuk committed Oct 23, 2024
1 parent 4b76c02 commit 7a3eb9d
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,7 @@ public void handledException(View view) {
throw new IndexOutOfBoundsException("Invalid index of selected element!");
}
} catch (IndexOutOfBoundsException e) {
Map<String, Object> attr = new HashMap<>();
attr.put("XYZ", "ATTR");
String path = "/asdas.txt";
List<String> l = new ArrayList<>();
l.add(path);
backtraceClient.send(new BacktraceReport(e, attr, l), this.listener);
backtraceClient.send(new BacktraceReport(e), this.listener);
}
}

Expand Down

0 comments on commit 7a3eb9d

Please sign in to comment.