Skip to content

Commit

Permalink
[#noissue] Add begin and end in ExceptionRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
intr3p1d committed Feb 21, 2025
1 parent 666768f commit 709978e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public ExceptionRecord(
final int tab, final int id, final int parentId, final Align align,
ServiceType applicationServiceType
) {
this.begin = align.getStartTime();
this.elapsed = align.getElapsed();
this.tab = tab;
this.id = id;
this.parentId = parentId;
Expand Down

0 comments on commit 709978e

Please sign in to comment.