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

Activity lifecycle logging #309

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

nickpatrick
Copy link
Contributor

No description provided.

@nickpatrick nickpatrick marked this pull request as ready for review September 5, 2023 18:44
@@ -525,7 +525,7 @@ object Radar {
if (fraud) {
RadarSettings.setSharing(this.context, false)
}
application?.registerActivityLifecycleCallbacks(RadarActivityLifecycleCallbacks(fraud))
application?.registerActivityLifecycleCallbacks(RadarActivityLifecycleCallbacks(this.logger, fraud))
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor style nit, but we're passing logger instead of this.logger in the rest of the initialize

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good callout, updated

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