Merge commit '454a956b52884083e3436fe2ea7e478df2bcbeea' into kraken * commit '454a956b52884083e3436fe2ea7e478df2bcbeea': Remove logspew.
This commit is contained in:
@@ -472,7 +472,7 @@ class NotificationManagerService extends INotificationManager.Stub
|
||||
// ============================================================================
|
||||
public void enqueueToast(String pkg, ITransientNotification callback, int duration)
|
||||
{
|
||||
Slog.i(TAG, "enqueueToast pkg=" + pkg + " callback=" + callback + " duration=" + duration);
|
||||
if (DBG) Slog.i(TAG, "enqueueToast pkg=" + pkg + " callback=" + callback + " duration=" + duration);
|
||||
|
||||
if (pkg == null || callback == null) {
|
||||
Slog.e(TAG, "Not doing toast. pkg=" + pkg + " callback=" + callback);
|
||||
|
||||
Reference in New Issue
Block a user