This repository has been archived by the owner on Feb 25, 2025. It is now read-only.
3.19.0-13.0.pre
The FML_VLOG() macros are designed to use a positive integers, since they pass -severity to the LogMessage constructor. The negative severity can also cause some surprising behavior with log filtering. This change update usages of FML_VLOG(-1) to FML_VLOG(1). flutter/flutter#141924