You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
或者你也可以根据是开发版本还是release版本设置:
void main() {
if (kReleaseMode) {
print('App is running in release mode========================');
FijkLog.setLevel(FijkLogLevel.Error);
} else {
print('App is running in debug mode========================');
FijkLog.setLevel(FijkLogLevel.Info);
}
No description provided.
The text was updated successfully, but these errors were encountered: