Community
Participate
Working Groups
Build Identifier: 0.6.1 In ResourcesBeforeUpdateHandlers.java there are compares in the form // According to Ltt, we should not draw anything if the channel // is the kernel one if (trcEvent.getChannelName().equals( Channels.LTT_CHANNEL_KERNEL)) { return false; } else { However, because the Channels enumeration is not of type String, these compares are useless and will never behave as the comment implies. Instead, the result of the Channel.getInName() function should be compared. Reproducible: Always
Created attachment 180321 [details] patch file
This bug was for Legacy LTTng which is being removed in Linux Tools 2.0.