Loading services/core/java/com/android/server/pm/AppsFilter.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -720,7 +720,7 @@ public class AppsFilter { return false; return false; } } if (callingSetting == null) { if (callingSetting == null) { Slog.w(TAG, "No setting found for non system uid " + callingUid); Slog.wtf(TAG, "No setting found for non system uid " + callingUid); return true; return true; } } final PackageSetting callingPkgSetting; final PackageSetting callingPkgSetting; Loading Loading @@ -760,7 +760,7 @@ public class AppsFilter { final AndroidPackage targetPkg = targetPkgSetting.pkg; final AndroidPackage targetPkg = targetPkgSetting.pkg; if (targetPkg == null) { if (targetPkg == null) { if (DEBUG_LOGGING) { if (DEBUG_LOGGING) { Slog.w(TAG, "shouldFilterApplication: " + "targetPkg is null"); Slog.wtf(TAG, "shouldFilterApplication: " + "targetPkg is null"); } } return true; return true; } } Loading Loading
services/core/java/com/android/server/pm/AppsFilter.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -720,7 +720,7 @@ public class AppsFilter { return false; return false; } } if (callingSetting == null) { if (callingSetting == null) { Slog.w(TAG, "No setting found for non system uid " + callingUid); Slog.wtf(TAG, "No setting found for non system uid " + callingUid); return true; return true; } } final PackageSetting callingPkgSetting; final PackageSetting callingPkgSetting; Loading Loading @@ -760,7 +760,7 @@ public class AppsFilter { final AndroidPackage targetPkg = targetPkgSetting.pkg; final AndroidPackage targetPkg = targetPkgSetting.pkg; if (targetPkg == null) { if (targetPkg == null) { if (DEBUG_LOGGING) { if (DEBUG_LOGGING) { Slog.w(TAG, "shouldFilterApplication: " + "targetPkg is null"); Slog.wtf(TAG, "shouldFilterApplication: " + "targetPkg is null"); } } return true; return true; } } Loading