Changes UserSystemPackageInstaller log TAG to use its own class name.

This class issues a lot of "PKG is allowlisted but not present" logs
on boot, which makes it harder to watch other log messages on
UserManagerService.

Test: adb logcat UserManagerService *:s
Bug: 226643927

Change-Id: I8dbd32fd06b133b7e7136d11133a2fac121d1b9b
This commit is contained in:
Felipe Leme
2022-04-20 08:45:27 -07:00
parent ba87c44bb8
commit 2542074fd7

View File

@@ -95,7 +95,7 @@ import java.util.Set;
* </code></pre>
*/
class UserSystemPackageInstaller {
private static final String TAG = "UserManagerService";
private static final String TAG = UserSystemPackageInstaller.class.getSimpleName();
private static final boolean DEBUG = false;