Skip to content

Commit

Permalink
Android: Fix typo in the documentation of the default log pattern
Browse files Browse the repository at this point in the history
Pick-to: 6.5
Task-number: QTBUG-94708
Change-Id: I845f193f1b98219be205b8615f817f3315f4d149
Reviewed-by: Edward Welbourne <[email protected]>
Reviewed-by: Assam Boudjelthia <[email protected]>
(cherry picked from commit 3bec937)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
(cherry picked from commit 43f4706)
  • Loading branch information
SmallLars authored and Qt Cherry-pick Bot committed Dec 11, 2024
1 parent 2a5d0dc commit cca5ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corelib/global/qlogging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2314,7 +2314,7 @@ void qErrnoWarning(int code, const char *msg, ...)
The default \a pattern is \c{%{if-category}%{category}: %{endif}%{message}}.
\note On Android, the default \a pattern is \c{%{message}} because the category is used as
\l{Android: log_print}{tag} since Android logcat has has a dedicated field for the logging
\l{Android: log_print}{tag} since Android logcat has a dedicated field for the logging
categories, see \l{Android: Log}{Android Logging}. If a custom \a pattern including the
category is used, QCoreApplication::applicationName() is used as \l{Android: log_print}{tag}.
Expand Down

0 comments on commit cca5ca4

Please sign in to comment.