Merge "Expand try/catch for DeviceConfig in AppOpsManager" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
883f474ea8
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user