Loading tools/aconfig/aconfig/src/codegen/java.rs +6 −0 Original line number Original line Diff line number Diff line Loading @@ -561,6 +561,8 @@ mod tests { + "flag declaration.", + "flag declaration.", e e ); ); } catch (SecurityException e) { // for isolated process case, skip loading flag value from the storage, use the default } } aconfig_test_is_cached = true; aconfig_test_is_cached = true; } } Loading @@ -579,6 +581,8 @@ mod tests { + "flag declaration.", + "flag declaration.", e e ); ); } catch (SecurityException e) { // for isolated process case, skip loading flag value from the storage, use the default } } other_namespace_is_cached = true; other_namespace_is_cached = true; } } Loading Loading @@ -787,6 +791,8 @@ mod tests { + "flag declaration.", + "flag declaration.", e e ); ); } catch (SecurityException e) { // for isolated process case, skip loading flag value from the storage, use the default } } aconfig_test_is_cached = true; aconfig_test_is_cached = true; } } Loading tools/aconfig/aconfig/templates/FeatureFlagsImpl.java.template +2 −0 Original line number Original line Diff line number Diff line Loading @@ -73,6 +73,8 @@ public final class FeatureFlagsImpl implements FeatureFlags \{ + "flag declaration.", + "flag declaration.", e e ); ); } catch (SecurityException e) \{ // for isolated process case, skip loading flag value from the storage, use the default } } {namespace_with_flags.namespace}_is_cached = true; {namespace_with_flags.namespace}_is_cached = true; } } Loading Loading
tools/aconfig/aconfig/src/codegen/java.rs +6 −0 Original line number Original line Diff line number Diff line Loading @@ -561,6 +561,8 @@ mod tests { + "flag declaration.", + "flag declaration.", e e ); ); } catch (SecurityException e) { // for isolated process case, skip loading flag value from the storage, use the default } } aconfig_test_is_cached = true; aconfig_test_is_cached = true; } } Loading @@ -579,6 +581,8 @@ mod tests { + "flag declaration.", + "flag declaration.", e e ); ); } catch (SecurityException e) { // for isolated process case, skip loading flag value from the storage, use the default } } other_namespace_is_cached = true; other_namespace_is_cached = true; } } Loading Loading @@ -787,6 +791,8 @@ mod tests { + "flag declaration.", + "flag declaration.", e e ); ); } catch (SecurityException e) { // for isolated process case, skip loading flag value from the storage, use the default } } aconfig_test_is_cached = true; aconfig_test_is_cached = true; } } Loading
tools/aconfig/aconfig/templates/FeatureFlagsImpl.java.template +2 −0 Original line number Original line Diff line number Diff line Loading @@ -73,6 +73,8 @@ public final class FeatureFlagsImpl implements FeatureFlags \{ + "flag declaration.", + "flag declaration.", e e ); ); } catch (SecurityException e) \{ // for isolated process case, skip loading flag value from the storage, use the default } } {namespace_with_flags.namespace}_is_cached = true; {namespace_with_flags.namespace}_is_cached = true; } } Loading