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

Disable CS0169 warning in DebugLogManager.logcatArguments #56

Closed
Trisibo opened this issue May 31, 2021 · 3 comments
Closed

Disable CS0169 warning in DebugLogManager.logcatArguments #56

Trisibo opened this issue May 31, 2021 · 3 comments
Labels

Comments

@Trisibo
Copy link

Trisibo commented May 31, 2021

It would be nice to add a #pragma warning disable 0169 for the field DebugLogManager.logcatArguments.

@Trisibo Trisibo added the bug label May 31, 2021
@yasirkula
Copy link
Owner

Do you see this warning in Unity console or only in your IDE? If it is the former, when does the warning show up?

@Trisibo
Copy link
Author

Trisibo commented Jun 1, 2021

In Unity's console, it appears at least when installing the plugin, when changing the build platform, and when building on platforms that aren't Android. But only when the option "Suppress Common Warnings" in the player settings is disabled. Not a big deal, but if you could add that if/when you make a new version it would be the cherry on top :)

@yasirkula
Copy link
Owner

Will do, thanks! I'll close the issue when I push an update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants