TF-4136 refactor(logging): replace logError with logWarning for non-critical cases
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
import 'package:core/utils/app_logger.dart';
|
||||
import 'package:core/utils/platform_info.dart';
|
||||
import 'package:core/utils/string_convert.dart';
|
||||
import 'package:external_app_launcher/external_app_launcher.dart';
|
||||
import 'package:rich_text_composer/views/commons/logger.dart';
|
||||
import 'package:url_launcher/url_launcher.dart' as launcher;
|
||||
|
||||
mixin LauncherApplicationMixin {
|
||||
@@ -28,7 +28,7 @@ mixin LauncherApplicationMixin {
|
||||
await openOtherApplication(uri);
|
||||
}
|
||||
} catch (e) {
|
||||
logError('LauncherApplicationMixin::launchApplication:Exception = $e');
|
||||
logWarning('LauncherApplicationMixin::launchApplication:Exception = $e');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user