FYI, created EDGENT-255 for this. The PR with the change is running checks now and I’ll merge it once it finishes. — Dale
> On Sep 28, 2016, at 12:25 PM, Dale LaBossiere <[email protected]> wrote: > > Looking at StreamScope.setEnabled(true) impl I see that it resets the sample > buffer if it’s already enabled. > > So if your code snippet is already being called periodically, you’ll need to: > if (!sScopeBean.isEnabled()) sScopeBean.setEnabled(true);
