DO NOT MERGE Fix malformed log statement.
Introduced in I1201d1d4fab8183dd83449c2afb2c35cfece883f
BUG: 33746580
Test: built, triggered notification, no crash.
(cherry picked from commit 5a45327352)
Change-Id: I50594ad865e6f95abc5c67c58af604ef2aa88f9b
This commit is contained in:
committed by
Hugo Benichi
parent
e22193d8a9
commit
d7423d12a9
@@ -142,7 +142,7 @@ public class NetworkNotificationManager {
|
|||||||
|
|
||||||
if (DBG) {
|
if (DBG) {
|
||||||
Slog.d(TAG, String.format(
|
Slog.d(TAG, String.format(
|
||||||
"showNotification tag=%s event=%s transport=%s extraInfo=%d highPrioriy=%s",
|
"showNotification tag=%s event=%s transport=%s extraInfo=%s highPrioriy=%s",
|
||||||
tag, nameOf(eventId), getTransportName(transportType), extraInfo, highPriority));
|
tag, nameOf(eventId), getTransportName(transportType), extraInfo, highPriority));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user