xref: /aosp_15_r20/external/federated-compute/fcp/tracing/test/testdata/Basic.baseline (revision 14675a029014e728ec732f129a32e299b2da0601)
1*14675a02SAndroid Build Coastguard Worker${TIME} 0: BEGIN
2*14675a02SAndroid Build Coastguard Worker${TIME} 0: INFO EventFoo{ first: 10, second: 20 }
3*14675a02SAndroid Build Coastguard Worker${TIME} 1: BEGIN SpanWithId { id: 111 } parent: 0
4*14675a02SAndroid Build Coastguard Worker${TIME} 1: INFO EventFoo{ first: 222, second: 333 }
5*14675a02SAndroid Build Coastguard Worker${TIME} 1: ERROR ErrorEvent{ cause: "Oops!" }
6*14675a02SAndroid Build Coastguard Worker${TIME} 2: BEGIN SpanWithId { id: 999 } parent: 1
7*14675a02SAndroid Build Coastguard Worker${TIME} 2: INFO EventFoo{ first: 555, second: 666 }
8*14675a02SAndroid Build Coastguard Worker${TIME} 2: END SpanWithId { id: 999 }
9*14675a02SAndroid Build Coastguard Worker${TIME} 1: END SpanWithId { id: 111 }
10*14675a02SAndroid Build Coastguard Worker${TIME} 3: BEGIN SpanWithNoData {  } parent: 0
11*14675a02SAndroid Build Coastguard Worker${TIME} 3: WARNING EventWithNoData{  }
12*14675a02SAndroid Build Coastguard Worker${TIME} 3: END SpanWithNoData {  }
13*14675a02SAndroid Build Coastguard Worker${TIME} 4: BEGIN SpanWithNoData {  } parent: 0
14*14675a02SAndroid Build Coastguard Worker${TIME} 5: BEGIN SpanWithId { id: 222 } parent: 4
15*14675a02SAndroid Build Coastguard Worker${TIME} 5: INFO EventBar{ first: 333, second: "Hello world!" }
16*14675a02SAndroid Build Coastguard Worker${TIME} 5: END SpanWithId { id: 222 }
17*14675a02SAndroid Build Coastguard Worker${TIME} 4: END SpanWithNoData {  }
18*14675a02SAndroid Build Coastguard Worker${TIME} 0: END
19