Commit 93145fb
committed
SlopController: fix formatting of logged values
While checking b/396858976 I noticed some of these log messages with
strange formatting of the values:
InputReader: SlopController: dropping event with value .-1.000000
InputReader: SlopController: dropping event with value .3.000000
It looks like these format strings were intended to specify the
precision after the decimal point, rather than the field width.
Bug: 245989146
Change-Id: I71691d025cc5f03b26e95f96f90ab0a2281ed43b
Test: TreeHugger
Flag: EXEMPT logs only change1 parent 00ff628 commit 93145fb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments