mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
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:
@@ -303,10 +303,11 @@ public class SecondaryDropTarget extends ButtonDropTarget implements OnAlarmList
|
||||
.setData(Uri.fromParts("package", cn.getPackageName(), cn.getClassName()))
|
||||
.putExtra(Intent.EXTRA_USER, info.user);
|
||||
context.startActivity(i);
|
||||
FileLog.d(TAG, "start uninstall activity " + cn.getPackageName());
|
||||
FileLog.d(TAG, "start uninstall activity from drop target " + cn.getPackageName());
|
||||
return cn;
|
||||
} catch (URISyntaxException e) {
|
||||
Log.e(TAG, "Failed to parse intent to start uninstall activity for item=" + info);
|
||||
Log.e(TAG, "Failed to parse intent to start drop target uninstall activity for"
|
||||
+ " item=" + info);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user