commit | 972752ef57b92e8c83cd5f701bd4624e7fd70ce8 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Fri May 22 15:23:44 2015 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Mon Jun 08 13:10:31 2015 -0700 |
tree | 87f80cf0e857e8dcfec3f16c6d277e60480e1845 | |
parent | d972a5601c629c21861a0670c925172c20c34113 [diff] |
logd: fix kernel logline stutter - look for cases where one log line contains two without a newline. - rare condition, occurs when a printk does not have a terminating newline under certain race conditions. - the newline may be performed broken up as a second call - the timestamps can be reversed (showing the race effects). - driver(s) should really have the newline in there log messages. Change-Id: Ibfb56b32047da3d6513db059ca6edad0f0105168