findFirstTrace: function(func) {
            var rootTrace = this.getRootTrace();
            if (rootTrace) {
                return this.findRecursive(rootTrace, func);
            } else {