Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e4975fa authored by Joanne Chung's avatar Joanne Chung Committed by Android (Google) Code Review
Browse files

Merge "Catch NPE when reportInstallationStats" into main

parents 1674a55b 178352cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ final class PackageMetrics {
                    versionCode = ps.getVersionCode();
                    apksSize = getApksSize(ps.getPath());
                }
            } catch (IllegalStateException e) {
            } catch (IllegalStateException | NullPointerException e) {
                // no-op
            }
        }