trace2:gvfs:experiment: increase default event depth for unpack-tree data

This commit is contained in:
Jeff Hostetler 2019-07-25 15:43:50 -04:00 коммит произвёл Johannes Schindelin
Родитель dcee4119ab
Коммит db0aa8d121
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -35,7 +35,7 @@ static struct tr2_dst tr2dst_event = {
* event target. Use the TR2_SYSENV_EVENT_NESTING setting to increase * event target. Use the TR2_SYSENV_EVENT_NESTING setting to increase
* region details in the event target. * 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 * Use the TR2_SYSENV_EVENT_BRIEF to omit the <time>, <file>, and