Reduce logging.
Remember, the system and main logs are
- Shared resources
- Primarily for recording problems
- To be used only for large grained events during normal operation
Bug: 3104855
Change-Id: I136fbd101917dcbc8ebc3f96f276426b48bde7b7
This commit is contained in:
@@ -684,9 +684,6 @@ public class NotificationManagerService extends INotificationManager.Stub
|
||||
public void enqueueNotificationInternal(String pkg, int callingUid, int callingPid,
|
||||
String tag, int id, Notification notification, int[] idOut)
|
||||
{
|
||||
Slog.d(TAG, "enqueueNotificationWithTag: calling uid=" + callingUid
|
||||
+ ", pid=" + callingPid);
|
||||
|
||||
checkIncomingCall(pkg);
|
||||
|
||||
// Limit the number of notifications that any given package except the android
|
||||
|
||||
Reference in New Issue
Block a user