mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 07:38:28 +00:00
xml reporter: support different start node name
Currently the report name is used implicitly as first xml node name for the report. This is inconvenient if one component wants to generate various xml reports under various names (e.g. to steer consumers/clients slightly differently) but with the same xml node tree structure. Fixes #1940
This commit is contained in:
committed by
Christian Helmuth
parent
ab9fe9cc6c
commit
463b39fc73
@ -76,7 +76,7 @@ int main(int argc, char **argv)
|
||||
{
|
||||
Param param(0, 1, 2, 3);
|
||||
|
||||
Genode::Reporter window_layout_reporter("window_layout", 10*4096);
|
||||
Genode::Reporter window_layout_reporter("window_layout", "window_layout", 10*4096);
|
||||
window_layout_reporter.enabled(true);
|
||||
|
||||
static Timer::Connection timer;
|
||||
|
Reference in New Issue
Block a user