We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb83e7 commit 03f9332Copy full SHA for 03f9332
app/src/app_common.cc
@@ -152,7 +152,9 @@ SystemLogger g_system_logger; // NOLINT
152
153
// Private cross platform data associated with an app.
154
struct AppData {
155
- AppData() : logger(&g_system_logger) {}
+ // TODO(b/140528778): Remove kLogLevelVerbose here and add [GS]etLogLevel
156
+ // member functions to app.
157
+ AppData() : logger(&g_system_logger, kLogLevelVerbose) {}
158
159
// App associated with this data.
160
App* app;
0 commit comments