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 19611e0 commit 53ee685Copy full SHA for 53ee685
sentry-android-core/src/main/java/io/sentry/android/core/DeviceInfoUtil.java
@@ -237,7 +237,6 @@ private void setDeviceIO(
237
.runWithRelaxedPolicy(
238
() -> {
239
final @Nullable File dataDir = Environment.getDataDirectory();
240
- ;
241
if (dataDir != null) {
242
StatFs internalStorageStat = new StatFs(dataDir.getPath());
243
device.setStorageSize(getTotalInternalStorage(internalStorageStat));
0 commit comments