Clean up usage of FileLog, and some logging related to B&R
Bug: 378684472 Test: N/A just logs Flag: EXEMPT just logs Change-Id: Ie2de7b700862b1439adc0c44d684b3864469014a
This commit is contained in:
@@ -73,8 +73,9 @@ public class SessionCommitReceiver extends BroadcastReceiver {
|
||||
|| alreadyAddedPromiseIcon) {
|
||||
FileLog.d(LOG,
|
||||
String.format(Locale.ENGLISH,
|
||||
"Removing PromiseIcon for package: %s, install reason: %d,"
|
||||
+ " alreadyAddedPromiseIcon: %s",
|
||||
"Removing unneeded PromiseIcon for package: %s"
|
||||
+ ", install reason: %d,"
|
||||
+ " alreadyAddedPromiseIcon: %s",
|
||||
info.getAppPackageName(),
|
||||
info.getInstallReason(),
|
||||
alreadyAddedPromiseIcon
|
||||
|
||||
Reference in New Issue
Block a user