Loading services/core/java/com/android/server/pm/Settings.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
services/core/java/com/android/server/pm/Settings.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading