Skip to content

Commit

Permalink
trace2:gvfs:experiment: increase default event depth for unpack-tree …
Browse files Browse the repository at this point in the history
…data
  • Loading branch information
jeffhostetler authored and dscho committed Nov 3, 2023
1 parent f2fa7a6 commit cfee221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace2/tr2_tgt_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static struct tr2_dst tr2dst_event = {
* event target. Use the TR2_SYSENV_EVENT_NESTING setting to increase
* region details in the event target.
*/
static int tr2env_event_max_nesting_levels = 2;
static int tr2env_event_max_nesting_levels = 4;

/*
* Use the TR2_SYSENV_EVENT_BRIEF to omit the <time>, <file>, and
Expand Down

0 comments on commit cfee221

Please sign in to comment.