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

Commit 883f474e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Expand try/catch for DeviceConfig in AppOpsManager" into sc-dev

parents d5cf5ab4 add3f1bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9148,7 +9148,7 @@ public class AppOpsManager {
                try {
                    sFullLog = DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_PRIVACY,
                            FULL_LOG, false);
                } catch (SecurityException e) {
                } catch (Exception e) {
                    // This should not happen, but it may, in rare cases
                    sFullLog = false;
                }