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
In a fairly big project, we have been using dart:developer's log function to... well... log everything. (actually, we have an abstraction layer above it, but I digress...).
The only issue I have with the log function is that it prints no timestamps in the Android Studio debug console:
Is there a way to enable this? Or is it something that gets lost when debugging with Android Studio?
In a fairly big project, we have been using dart:developer's log function to... well... log everything. (actually, we have an abstraction layer above it, but I digress...).
The only issue I have with the log function is that it prints no timestamps in the Android Studio debug console:
Is there a way to enable this? Or is it something that gets lost when debugging with Android Studio?
The
dart:developer
package appears to provide this information, according to dart-lang/sdk#60450 (comment)Details about my environment:
OS: macOS Sequoia Version 15.3.2 (24D81)
Android Studio Meerkat | 2024.3.1 Patch 1
dart info
outputThe text was updated successfully, but these errors were encountered: