hello,
When I finished executing this capture demo,the console displays:
{module#8}: "../dss_main.c", line 323: error {id:0x10000, args:[0x80bcac, 0x80bcac]}
xdc.runtime.Error.raise: terminating execution
Because in other situations,There is also a similar display here.So I want to know what do these parameters represent respectively and what does result in the error?
Such as , what does id(id:0x10000) represent and what does args (args:[0x80bcac, 0x80bcac] ) represent?what does result in the error(xdc.runtime.Error.raise: terminating execution)?