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

Commit 2ecf7ada authored by Varun Shah's avatar Varun Shah
Browse files

Remove always-on logging.

Remove temporary always-on logging flag in SettingsProvider for uri
changed notification messages.

Fixes: 140640792
Test: n/a
Change-Id: Iee47640e11b210cd98de972013311f95a1e3f40e
parent 8357dd73
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3184,7 +3184,7 @@ public class SettingsProvider extends ContentProvider {
                        } catch (SecurityException e) {
                        } catch (SecurityException e) {
                            Slog.w(LOG_TAG, "Failed to notify for " + userId + ": " + uri, e);
                            Slog.w(LOG_TAG, "Failed to notify for " + userId + ": " + uri, e);
                        }
                        }
                        if (DEBUG || true) {
                        if (DEBUG) {
                            Slog.v(LOG_TAG, "Notifying for " + userId + ": " + uri);
                            Slog.v(LOG_TAG, "Notifying for " + userId + ": " + uri);
                        }
                        }
                    } break;
                    } break;