Commit 20f815c4 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Set back Fresco logger to verbose

parent f8caa8c7
...@@ -33,6 +33,5 @@ public class RocketChatWidgets { ...@@ -33,6 +33,5 @@ public class RocketChatWidgets {
CustomImageFormatConfigurator.addCustomDrawableFactories(draweeConfigBuilder); CustomImageFormatConfigurator.addCustomDrawableFactories(draweeConfigBuilder);
Fresco.initialize(context, imagePipelineConfig, draweeConfigBuilder.build()); Fresco.initialize(context, imagePipelineConfig, draweeConfigBuilder.build());
FLog.setMinimumLoggingLevel(FLog.ERROR);
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment