This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ deps = {
123
123
# and not have to specific specific hashes.
124
124
125
125
'src/third_party/tonic' :
126
- Var ('fuchsia_git' ) + '/tonic' + '@' + '57d508b12462db686573edcbc97891d90cf92f90 ' ,
126
+ Var ('fuchsia_git' ) + '/tonic' + '@' + '2de0ba78507e764f908b195885f53592048b7c45 ' ,
127
127
128
128
'src/third_party/benchmark' :
129
129
Var ('fuchsia_git' ) + '/third_party/benchmark' + '@' + '296537bc48d380adf21567c5d736ab79f5363d22' ,
Original file line number Diff line number Diff line change 28
28
#include " flutter/shell/common/vsync_waiter.h"
29
29
#include " third_party/dart/runtime/include/dart_tools_api.h"
30
30
#include " third_party/skia/include/core/SkGraphics.h"
31
+ #include " third_party/tonic/common/log.h"
31
32
32
33
#ifdef ERROR
33
34
#undef ERROR
@@ -176,6 +177,10 @@ static void PerformInitializationTasks(const blink::Settings& settings) {
176
177
fml::SetLogSettings (log_settings);
177
178
}
178
179
180
+ tonic::SetLogHandler ([](const char * message) {
181
+ FML_LOG (ERROR) << message;
182
+ });
183
+
179
184
if (settings.trace_skia ) {
180
185
InitSkiaEventTracer (settings.trace_skia );
181
186
}
You can’t perform that action at this time.
0 commit comments