diff options
| author | 2021-03-23 19:57:51 -0700 | |
|---|---|---|
| committer | 2021-04-12 17:19:09 +0000 | |
| commit | 6ab851badc7f0b58a238ed60ad8578f5385c04e3 (patch) | |
| tree | 26503269e47b04486ccb2a073df6038dabbb04fd | |
| parent | cfab1005d3154b95d0681d10a3f860a3f8541f4b (diff) | |
Fix NAS feedback UI debug info
Test: on device
Bug: 183564771
Change-Id: I0e6859648fa8b4825199bae3aa8ddb3341426bc2
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/row/FeedbackInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/FeedbackInfo.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/FeedbackInfo.java index 14683eca5080..c0bafb7a0d16 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/FeedbackInfo.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/FeedbackInfo.java @@ -147,7 +147,7 @@ public class FeedbackInfo extends LinearLayout implements NotificationGuts.GutsC int status = mFeedbackController.getFeedbackStatus(mEntry); if (DEBUG) { sb.append(String.format( - "[DEBUG]: oldImportance=%d, newImportance=%d, ranking=%d\n\n", + "[DEBUG]: oldImportance=%d, newImportance=%d, ranking=%f\n\n", mRanking.getChannel().getImportance(), mRanking.getImportance(), mRanking.getRankingScore())); } |