Bugzilla – Bug 2347
Ascii traces are hooked to the wrong traces
Last modified: 2016-03-31 17:32:54 UTC
Probably it's a refuso from an old version, but the ascii traces are hooked to non-existent traces, e.g.: asciiTraceHelper.HookDefaultEnqueueSinkWithoutContext<LrWpanNetDevice> (device, "MacTxEnqueue", theStream); instead of asciiTraceHelper.HookDefaultEnqueueSinkWithoutContext<LrWpanMac> (device->GetMac (), "MacTxEnqueue", theStream);
Created attachment 2351 [details] patch
+1 to merge
changeset: 12072:c0943e24cccc