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

Commit 0622cc12 authored by Ted Bauer's avatar Ted Bauer
Browse files

codegen: don't log AconfigStorageReadException


Bug: 380458835
Change-Id: I4cc4ef768a0daef3e24eb1c2bbc4ccd172f388f5
Test: m
parent 00338e91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -547,7 +547,7 @@ mod tests {
                        enabledRw = reader.getBooleanFlagValue("enabled_rw", true);
                        disabledRwInOtherNamespace = reader.getBooleanFlagValue("disabled_rw_in_other_namespace", false);
                    } else {
                        Log.e(TAG, error.getMessage());
                        Log.e(TAG, "encountered an AconfigStorageReadException");
                    }
                } catch (Exception e) {
                    Log.e(TAG, e.getMessage());
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ public final class FeatureFlagsImpl implements FeatureFlags \{
            {{ -endfor }}
            {{ -endfor }}
            } else \{
                Log.e(TAG, error.getMessage());
                Log.e(TAG, "encountered an AconfigStorageReadException");
            }
        } catch (Exception e) \{
            Log.e(TAG, e.getMessage());