Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error polling last value reset logic #10091

Merged

Conversation

Nir-Az
Copy link
Collaborator

@Nir-Az Nir-Az commented Dec 22, 2021

Tracked on [LRS-348]

@Nir-Az Nir-Az requested a review from maloel December 22, 2021 10:36
src/error-handling.cpp Outdated Show resolved Hide resolved
_silenced = true;
}

if ( strong && !_silenced ) strong->raise_notification(_decoder->decode(val));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should LOG_DEBUG here, too, no? Do we show it any other way in the current logs?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Log debug what? that we could not get the shared ptr?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That we had an error

@maloel maloel merged commit 57727c8 into IntelRealSense:development Dec 22, 2021
@Nir-Az Nir-Az deleted the fix_error_polling_reset_logic branch June 7, 2022 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants