commit | 180a9c4474d2af1742b1b4e0cafa972a3bae1415 | [log] [tgz] |
---|---|---|
author | Tony Mak <tonymak@google.com> | Fri Mar 08 13:33:08 2019 +0000 |
committer | Tony Mak <tonymak@google.com> | Mon Mar 11 20:00:38 2019 +0000 |
tree | 4ac2108107c63548a3dbe6ffbf5383c06bf21aa2 | |
parent | 07c6f4d4bdb39b562bc6a81ac9b4a094ed7215f9 [diff] |
Add some logs to help debug a NotificationAssistant issue Found a droidfood device has smart suggestions missing. The issue seems like NMS is not calling into NAS's onNotificationEnqueued for some reasons. Adding more log around it, the logs can be enabled by running setprop log.tag.notification_assistant VERBOSE. Also, use Slog rather than log, so that it is written to system log ring buffer. Test: check logcat Change-Id: I157c94cdfbccbf6b274c246302999a5820781e28