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

Commit 962b5ba6 authored by lpeter's avatar lpeter
Browse files

Use wtf and log originalComponentName to help debugging.

Bug: 339651741
Test: presubmit
Change-Id: I9e6d4d3a2201cf5a409e6748fb0054bc6fee80f8
parent fd357096
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2142,7 +2142,8 @@ public final class Settings implements Watchable, Snappable, ResilientAtomicFile
                ComponentName unflattenOriginalComponentName = ComponentName.unflattenFromString(
                        originalComponentName);
                if (unflattenOriginalComponentName == null) {
                    Slog.d(TAG, "Incorrect component name from the attributes");
                    Slog.wtf(TAG, "Incorrect component name: " + originalComponentName
                            + " from the attributes");
                    continue;
                }