Skip to content

Conversation

grendello
Copy link
Contributor

@grendello grendello commented May 25, 2020

Fixes: #4727
Context: https://developercommunity.visualstudio.com/content/problem/1021788/javainterop-assembly-not-found-for-xamarin-android.html

Turn some warnings about typemap not finding entries to info-level
messages, not visible by default.

@grendello grendello requested a review from jonpryor as a code owner May 25, 2020 16:09
@grendello grendello requested a review from brendanzagaeski May 25, 2020 16:10
@brendanzagaeski
Copy link
Contributor

Here's a corresponding GitHub issue I just moved over from Xamarin.Forms (thanks to a user comment on the developer community issue). This can be added to the fixes list in the commit message on this PR: #4727.

Fixes: dotnet#4727
Context: https://developercommunity.visualstudio.com/content/problem/1021788/javainterop-assembly-not-found-for-xamarin-android.html

Turn some warnings about typemap not finding entries to info-level
messages, not visible by default.
@grendello grendello force-pushed the less-assembly-logging branch from e2a4fb8 to 2820f3b Compare May 26, 2020 20:09
@jonpryor jonpryor merged commit 755a521 into dotnet:master May 27, 2020
@brendanzagaeski
Copy link
Contributor

Draft release notes

Here's what I'll plan to include for this PR in the release notes:

#### Application behavior on device and emulator

- [Developer Community 1021788](https://developercommunity.visualstudio.com/content/problem/1021788/javainterop-assembly-not-found-for-xamarin-android.html):
  [GitHub 4727](https://github.com/xamarin/xamarin-android/issues/4727):
  Starting in Xamarin.Android 10.3, many _typemap: unable to find mapping to a
  Java type from managed type_ messages were being logged to the application
  output in running apps, in some causing Visual Studio to become unresponsive
  until the output window caught up.

To suggest any changes, feel free to reply on this PR. Thanks!

@grendello grendello deleted the less-assembly-logging branch May 27, 2020 06:32
jonpryor pushed a commit that referenced this pull request May 27, 2020
Fixes: #4727

Context: https://developercommunity.visualstudio.com/content/problem/1021788/javainterop-assembly-not-found-for-xamarin-android.html

Turn some warnings about about typemap not finding entries to info-
level messages, not visible by default.

Additionally, use `LOG_ASSEMBLY` and `LOG_DEFAULT` for the remaining
`log_warn()` calls, as they're assembly-related, not "catch-all".
jonpryor pushed a commit that referenced this pull request May 28, 2020
Fixes: #4727

Context: https://developercommunity.visualstudio.com/content/problem/1021788/javainterop-assembly-not-found-for-xamarin-android.html

Turn some warnings about about typemap not finding entries to info-
level messages, not visible by default.

Additionally, use `LOG_ASSEMBLY` and `LOG_DEFAULT` for the remaining
`log_warn()` calls, as they're assembly-related, not "catch-all".
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] android logs being spammed with type mapping message
4 participants