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

Commit ff577bfb authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use wtf and log originalComponentName to help debugging." into main

parents 710ee563 962b5ba6
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2142,7 +2142,8 @@ public final class Settings implements Watchable, Snappable, ResilientAtomicFile
                ComponentName unflattenOriginalComponentName = ComponentName.unflattenFromString(
                ComponentName unflattenOriginalComponentName = ComponentName.unflattenFromString(
                        originalComponentName);
                        originalComponentName);
                if (unflattenOriginalComponentName == null) {
                if (unflattenOriginalComponentName == null) {
                    Slog.d(TAG, "Incorrect component name from the attributes");
                    Slog.wtf(TAG, "Incorrect component name: " + originalComponentName
                            + " from the attributes");
                    continue;
                    continue;
                }
                }