Merge "Log persisted bubbles" into rvc-qpr-dev am: 097545689f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12589413 Change-Id: I8bc65c3577df36d18475f7973a3d52c606c42f7c
This commit is contained in:
@@ -30,10 +30,6 @@ public class BubbleLoggerImpl extends UiEventLoggerImpl implements BubbleLogger
|
||||
* @param e UI event
|
||||
*/
|
||||
public void log(Bubble b, UiEventEnum e) {
|
||||
if (b.getInstanceId() == null) {
|
||||
// Added from persistence -- TODO log this with specific event?
|
||||
return;
|
||||
}
|
||||
logWithInstanceId(e, b.getAppUid(), b.getPackageName(), b.getInstanceId());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user