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

Commit 87e988fd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "codegen: don't log AconfigStorageReadException" into main

parents fe48f574 0622cc12
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());