We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bec75 commit 457433aCopy full SHA for 457433a
1 file changed
sentry-samples/sentry-samples-android/src/main/java/io/sentry/samples/android/MainActivity.java
@@ -42,7 +42,6 @@ protected void onCreate(Bundle savedInstanceState) {
42
super.onCreate(savedInstanceState);
43
44
SharedState.INSTANCE.setOrientationChange(getIntent().getBooleanExtra("isOrientationChange", false));
45
- Log.e("MainActivity", "isMaestroTest: " + SharedState.INSTANCE.isOrientationChange());
46
final ActivityMainBinding binding = ActivityMainBinding.inflate(getLayoutInflater());
47
48
final File imageFile = getApplicationContext().getFileStreamPath("sentry.png");
0 commit comments