Merge "Fix logging crash" into jb-ub-mail-ur10

This commit is contained in:
Paul Westbrook 2013-06-07 00:24:14 +00:00 committed by Android (Google) Code Review
commit 0ec8c365e7

View File

@ -112,7 +112,7 @@ public class DiscourseLogger {
LogUtils.w(Logging.LOG_TAG, "Last network activities:");
for (String r : getLines()) {
LogUtils.w(Logging.LOG_TAG, r);
LogUtils.w(Logging.LOG_TAG, "%s", r);
}
initBuffer();
}