DO NOT MERGE Fix malformed log statement.
Introduced in I1201d1d4fab8183dd83449c2afb2c35cfece883f BUG: 33746580 Test: built, triggered notification, no crash. (cherry picked from commit e1406167186c2cabe683b3c1511ad6733e9106c9) Change-Id: I50594ad865e6f95abc5c67c58af604ef2aa88f9b
This commit is contained in:
committed by
Hugo Benichi
parent
e1eeda60e9
commit
1360fb4b3b
@@ -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