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

Commit 2542074f authored by Felipe Leme's avatar Felipe Leme
Browse files

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
parent ba87c44b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;