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

Commit c82db1a2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "codegen: don't log AconfigStorageReadException" into main am: 87e988fd

parents c2c21ebf 87e988fd
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());