Merge "Changes UserSystemPackageInstaller log TAG to use its own class name." into tm-dev
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user