Skip to content

Commit 978e231

Browse files
Update test/Sentry.Maui.Tests/SentryMauiLogcatsTests.cs
Co-authored-by: James Crosswell <[email protected]>
1 parent cb14b65 commit 978e231

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Sentry.Maui.Tests/SentryMauiLogcatsTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ public void CaptureException_CheckLogcatType()
4141
{
4242
var builder = _fixture.Builder.UseSentry(options =>
4343
{
44-
#if ANDROID
4544
options.Android.LogCatIntegration = Android.LogCatIntegrationType.All;
46-
#endif
4745
});
4846

4947
// Arrange

0 commit comments

Comments
 (0)