TaskGUID.xml
Note This content applies to the Windows Logo Kit (WLK). For the latest information using the new Windows Hardware Certification Kit (HCK), see Windows HCK User's Guide on the Windows Hardware Dev Center.
The DTM Logger rollup data is stored in a file named <Taskguid>.xml and is copied to the DTM controller's log file share. The following example shows a rollup file for the case in which out-of-context errors occur and the system restarts.
<TaskResult Total="10" Pass="5" Failed="5" Blocked="0"
Warned="0" Skipped="0" StartTime="4/20/2006 20:39:27"
EndTime="4/20/2006 20:39:28" >
<LogFileList>
<File Name="C:\log1.wtl" />
<File Name="C:\hdevice2.wtt" />
</LogFileList>
<AdditionalResultList>
<AdditionalResult Total="5" Pass="0" Failed="5"
Blocked="0" Warned="0" Skipped="0" StartTime="4/20/2006 20:39:27"
EndTime="4/20/2006 20:39:28" OutOfContext="true" >
<LogFileList/>
</AdditionalResult>
<AdditionalResult Total="10" Pass="5" Failed="5"
Blocked="0" Warned="0" Skipped="0" StartTime="4/20/2006 20:39:42"
EndTime="4/20/2006 20:39:42" OutOfContext="false" >
<LogFileList>
<File Name="C:\log1.wtl" />
<File Name="C:\hdevice2.wtt" />
</LogFileList>
</AdditionalResult>
<AdditionalResult Total="5" Pass="0" Failed="5"
Blocked="0" Warned="0" Skipped="0" StartTime="4/20/2006 20:39:42"
EndTime="4/20/2006 20:39:42" OutOfContext="true" >
<LogFileList/>
</AdditionalResult>
</AdditionalResultList>
</TaskResult>
Build date: 9/14/2012