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