[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter logs outputs very verbose logs on iOS simulator #122727

Closed
bartekpacia opened this issue Mar 15, 2023 · 3 comments · Fixed by #123149
Closed

flutter logs outputs very verbose logs on iOS simulator #122727

bartekpacia opened this issue Mar 15, 2023 · 3 comments · Fixed by #123149
Labels
found in release: 3.7 Found to occur in 3.7 found in release: 3.9 Found to occur in 3.9 has reproducible steps The issue has been confirmed reproducible and is ready to work on platform-ios iOS applications specifically r: fixed Issue is closed as already fixed in a newer version tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@bartekpacia
Copy link
Member

Steps to Reproduce

  1. Start iOS simulator
  2. flutter create example --platforms ios,android and cd example
  3. flutter run
  4. Open a new terminal tab, run flutter logs
  5. See very verbose output

Expected results:

I expect to only see Flutter-side logs (this is how flutter logs works on Android). Native logs should be only displayed when an appropriate flag is passed.

Actual results:

Output is very verbose:

Screenshot 2023-03-15 at 6 30 22 PM

Logs
$ flutter doctor --verbose
[✓] Flutter (Channel stable, 3.7.7, on macOS 13.2.1 22D68 darwin-arm64, locale en-PL)
    • Flutter version 3.7.7 on channel stable at /Users/bartek/fvm/versions/3.7.7
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 2ad6cd72c0 (7 days ago), 2023-03-08 09:41:59 -0800
    • Engine revision 1837b5be5f
    • Dart version 2.19.4
    • DevTools version 2.20.1

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
    • Android SDK at /Users/bartek/androidsdk
    • Platform android-33, build-tools 33.0.1
    • ANDROID_HOME = /Users/bartek/androidsdk
    • Java binary at: /Users/bartek/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/221.6008.13.2211.9619390/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 14C18
    • CocoaPods version 1.12.0

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.1)
    • Android Studio at /Users/bartek/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/221.6008.13.2211.9619390/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)

[✓] IntelliJ IDEA Ultimate Edition (version 2022.3.3)
    • IntelliJ at /Users/bartek/Applications/JetBrains Toolbox/IntelliJ IDEA Ultimate.app
    • Flutter plugin version 72.1.4
    • Dart plugin version 223.8888

[✓] IntelliJ IDEA Ultimate Edition (version 2022.3.3)
    • IntelliJ at /Users/bartek/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8836.41/IntelliJ IDEA.app
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart

[✓] VS Code (version 1.76.1)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.60.0

[✓] Connected device (4 available)
    • sdk gphone64 arm64 (mobile) • emulator-5554                        • android-arm64  • Android 13 (API 33) (emulator)
    • iPhone 14 Pro Max (mobile)  • CDF473D0-A871-4FAD-8E5E-064B5C9299FC • ios            • com.apple.CoreSimulator.SimRuntime.iOS-16-2 (simulator)
    • macOS (desktop)             • macos                                • darwin-arm64   • macOS 13.2.1 22D68 darwin-arm64
    • Chrome (web)                • chrome                               • web-javascript • Google Chrome 111.0.5563.64

[✓] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!
@danagbemava-nc danagbemava-nc added the in triage Presently being triaged by the triage team label Mar 16, 2023
@danagbemava-nc
Copy link
Member

I can reproduce the issue using the steps outlined above.

On my iPhone XS and Poco X3 (Physical devices), nothing is logged since the app isn't doing anything. But on the Simulator, I see a lot of logs, pasted below.

Labeling for further investigation.

logs
flutter logs
Multiple devices found:
Nexus (mobile)         • 00008020-001875E83A38002E            • ios            • iOS 16.3.1 20D67
iPhone 14 Pro (mobile) • 7256EA18-F2CB-4F96-9398-80DC7756A275 • ios            •
com.apple.CoreSimulator.SimRuntime.iOS-16-2 (simulator)
macOS (desktop)        • macos                                • darwin-arm64   • macOS 13.2.1 22D68 darwin-arm64
Chrome (web)           • chrome                               • web-javascript • Google Chrome 111.0.5563.64
[1]: Nexus (00008020-001875E83A38002E)
[2]: iPhone 14 Pro (7256EA18-F2CB-4F96-9398-80DC7756A275)
[3]: macOS (macos)
[4]: Chrome (chrome)
Please choose one (or "q" to quit): 2
Showing iPhone 14 Pro logs:
PET daemon has launched
Failed to initialize the tracker
Failed to initialize PET service. Exiting...
Fail to create directory at file:///var/mobile/Library/DES/SubmissionLogs/, with error=Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “SubmissionLogs” in the folder “DES”." UserInfo={NSFilePath=/var/mobile/Library/DES/SubmissionLogs, NSUnderlyingError=0x6000016612f0 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}}
Fail to create DES submission log directory
{"msg":"invoking applicationStateChange handler", "StateChangeData":{
    BKSApplicationStateAppIsFrontmost = 0;
    BKSApplicationStateExtensionKey = 1;
    BKSApplicationStateHostPIDKey = 91196;
    SBApplicationStateDisplayIDKey = "com.apple.ax.KonaTTSSupport.KonaSynthesizer";
    SBApplicationStateKey = 4;
    SBApplicationStateProcessIDKey = 91508;
    SBApplicationStateRunningReasonsKey =     (
                {
            SBApplicationStateRunningReasonAssertionIdentifierKey = "com.apple.extension.session";
            SBApplicationStateRunningReasonAssertionReasonKey = 13;
        }
    );
    SBMostElevatedStateForProcessID = 4;
}}
{"msg":"Post Application State Change Notification", "notification":BackgroundRunning, "pid":91508, "bundleId":com.apple.ax.KonaTTSSupport.KonaSynthesizer}
{"msg":"#CLIUA AppMonitor notification", "notification":3, "pid":91508, "bundleId":com.apple.ax.KonaTTSSupport.KonaSynthesizer, "ClientKey":com.apple.ax.KonaTTSSupport.KonaSynthesizer}
{"msg":"skip erasing #CLIUA for RunningBoard Process State. Does not exists", "bundleId":com.apple.ax.KonaTTSSupport.KonaSynthesizer}
Ready plugins received as euid = 501, uid = 501, (persona not available)
[u 96CCA1B1-92B0-4927-BF3D-7F91D666C544] [com.apple.ax.KonaTTSSupport.KonaSynthesizer(1.0)] will be managed by runningboard
[u 96CCA1B1-92B0-4927-BF3D-7F91D666C544] [com.apple.ax.KonaTTSSupport.KonaSynthesizer(1.0)] Allowing host pid 91196 to use plugin [/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextToSpeechKonaSupport.framework/PlugIns/KonaSynthesizer.appex]
{"msg":"invoking applicationStateChange handler", "StateChangeData":{
    BKSApplicationStateAppIsFrontmost = 0;
    BKSApplicationStateExtensionKey = 1;
    BKSApplicationStateHostPIDKey = 91196;
    SBApplicationStateDisplayIDKey = "com.apple.ax.KonaTTSSupport.KonaSynthesizer";
    SBApplicationStateKey = 2;
    SBApplicationStateProcessIDKey = 91508;
    SBMostElevatedStateForProcessID = 2;
}}
{"msg":"Post Application State Change Notification", "notification":BackgroundTaskSuspended, "pid":91508, "bundleId":com.apple.ax.KonaTTSSupport.KonaSynthesizer}
{"msg":"#CLIUA AppMonitor notification", "notification":2, "pid":91508, "bundleId":com.apple.ax.KonaTTSSupport.KonaSynthesizer, "ClientKey":com.apple.ax.KonaTTSSupport.KonaSynthesizer}
{"msg":"skip erasing #CLIUA for RunningBoard Process State. Does not exists", "bundleId":com.apple.ax.KonaTTSSupport.KonaSynthesizer}
PET daemon has launched
Failed to initialize the tracker
Failed to initialize PET service. Exiting...
Fail to create directory at file:///var/mobile/Library/DES/SubmissionLogs/, with error=Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “SubmissionLogs” in the folder “DES”." UserInfo={NSFilePath=/var/mobile/Library/DES/SubmissionLogs, NSUnderlyingError=0x600003d7c210 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}}
Fail to create DES submission log directory
SmpTskMgr::Finishing: Status=1 Task:AXComponentChangeSimpleTask<0x600001a50040> ID=AXComponentChangeSimpleTask Group=(null) Trigger=AXSimpleAssetTaskTrigger
SmpTskMgr::Executing async and not blocking group: AXComponentChangeSimpleTask<0x600001a50040> ID=AXComponentChangeSimpleTask Group=(null) Trigger=AXSimpleAssetTaskTrigger
SmpTskMgr::Completed: AXComponentChangeSimpleTask<0x600001a50040> ID=AXComponentChangeSimpleTask Group=(null) Trigger=AXSimpleAssetTaskTrigger, executing post-task action
AXATM: Added active reason: 'AXUpdateResourcesSimpleTask<0x600001a0eac0> ID=AXUpdateResourcesSimpleTask Group=kAXResourceCacheTaskGroup Trigger=AXSimpleAssetTaskTrigger'. Reason count=2
SmpTskMgr::Dispatching: AXUpdateResourcesSimpleTask<0x600001a0eac0> ID=AXUpdateResourcesSimpleTask Group=kAXResourceCacheTaskGroup Trigger=AXSimpleAssetTaskTrigger
SmpTskMgr::CleanUp: AXComponentChangeSimpleTask<0x600001a50040> ID=AXComponentChangeSimpleTask Group=(null) Trigger=AXSimpleAssetTaskTrigger
AXATM: Removed active reason: 'AXComponentChangeSimpleTask<0x600001a50040> ID=AXComponentChangeSimpleTask Group=(null) Trigger=AXSimpleAssetTaskTrigger'. Reason count=1
SmpTskMgr::Running: AXUpdateResourcesSimpleTask<0x600001a0eac0> ID=AXUpdateResourcesSimpleTask Group=kAXResourceCacheTaskGroup Trigger=AXSimpleAssetTaskTrigger
SmpTskMgr::Finishing: Status=1 Task:AXUpdateResourcesSimpleTask<0x600001a0eac0> ID=AXUpdateResourcesSimpleTask Group=kAXResourceCacheTaskGroup Trigger=AXSimpleAssetTaskTrigger
SmpTskMgr::Executing async and not blocking group: AXUpdateResourcesSimpleTask<0x600001a0eac0> ID=AXUpdateResourcesSimpleTask Group=kAXResourceCacheTaskGroup Trigger=AXSimpleAssetTaskTrigger
SmpTskMgr::Completed: AXUpdateResourcesSimpleTask<0x600001a0eac0> ID=AXUpdateResourcesSimpleTask Group=kAXResourceCacheTaskGroup Trigger=AXSimpleAssetTaskTrigger, executing post-task action
SmpTskMgr::CleanUp: AXUpdateResourcesSimpleTask<0x600001a0eac0> ID=AXUpdateResourcesSimpleTask Group=kAXResourceCacheTaskGroup Trigger=AXSimpleAssetTaskTrigger
AXATM: Removed active reason: 'AXUpdateResourcesSimpleTask<0x600001a0eac0> ID=AXUpdateResourcesSimpleTask Group=kAXResourceCacheTaskGroup Trigger=AXSimpleAssetTaskTrigger'. Reason count=0
AXATM: No active reasons remain. Beginning timer of 8.00 seconds before we go inactive
PET daemon has launched
Failed to initialize the tracker
Failed to initialize PET service. Exiting...
Fail to create directory at file:///var/mobile/Library/DES/SubmissionLogs/, with error=Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “SubmissionLogs” in the folder “DES”." UserInfo={NSFilePath=/var/mobile/Library/DES/SubmissionLogs, NSUnderlyingError=0x6000039fc210 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}}
Fail to create DES submission log directory
AXATM: Inactive timer fired. Will give delegate a chance to clean up and then transition to idle
Resetting TTSAXResourceManager caches and asset catalogs
Flushing CFPrefs caches
AXATM: Delegate completed and no new reason added. Will end os_transaction now
PET daemon has launched
Failed to initialize the tracker
Failed to initialize PET service. Exiting...
Fail to create directory at file:///var/mobile/Library/DES/SubmissionLogs/, with error=Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “SubmissionLogs” in the folder “DES”." UserInfo={NSFilePath=/var/mobile/Library/DES/SubmissionLogs, NSUnderlyingError=0x600001cc8000 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}}
Fail to create DES submission log directory
PET daemon has launched
Failed to initialize the tracker
Failed to initialize PET service. Exiting...
connection from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 (91358) invalidated
Fail to create directory at file:///var/mobile/Library/DES/SubmissionLogs/, with error=Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “SubmissionLogs” in the folder “DES”." UserInfo={NSFilePath=/var/mobile/Library/DES/SubmissionLogs, NSUnderlyingError=0x600003564120 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}}
Fail to create DES submission log directory
PET daemon has launched
Failed to initialize the tracker
Failed to initialize PET service. Exiting...
Fail to create directory at file:///var/mobile/Library/DES/SubmissionLogs/, with error=Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “SubmissionLogs” in the folder “DES”." UserInfo={NSFilePath=/var/mobile/Library/DES/SubmissionLogs, NSUnderlyingError=0x6000034ec210 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}}
Fail to create DES submission log directory
attempting to subscribe to CK zone changes
REQUEST: tccd_uid=501, sender_pid=91254, sender_uid=501, sender_auid=501, function=TCCAccessCopyInformationForBundle, msgID=91254.110
bundleRecordWithBundleIdentifier failed for com.apple.protectedcloudstorage.protectedcloudkeysyncing: Error Domain=NSOSStatusErrorDomain Code=-10814 "(null)" UserInfo={_LSFunction=+[LSBundleRecord bundleRecordWithBundleIdentifier:allowPlaceholder:error:], _LSLine=158, NSUnderlyingError=0x6000007b4450 {Error Domain=NSOSStatusErrorDomain Code=-10814 "Unable to find this application extension record in the Launch Services database." UserInfo={NSDebugDescription=Unable to find this application extension record in the Launch Services database., _LSLine=699, _LSFunction=_LSPluginFindWithPlatformInfo}}}
-[TCCDAccessIdentity initWithMessage:]: self.bundle=0x0, bundle:(null); for: com.apple.protectedcloudstorage.protectedcloudkeysyncing with url: (null)
REPLY: (501) function=TCCAccessCopyInformationForBundle, msgID=91254.110
Couldn't create database subscription; syncing is severely degraded: <CKError 0x600003af0c90: "Not Authenticated" (9/1002); "This request requires an authenticated account">
notifying cloudd that session 2KMMYj5IR8+A3r3mzrTcVg== is disabled
PET daemon has launched
Failed to initialize the tracker
Failed to initialize PET service. Exiting...
Fail to create directory at file:///var/mobile/Library/DES/SubmissionLogs/, with error=Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “SubmissionLogs” in the folder “DES”." UserInfo={NSFilePath=/var/mobile/Library/DES/SubmissionLogs, NSUnderlyingError=0x600001f75200 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}}
Fail to create DES submission log directory
flutter doctor -v
[✓] Flutter (Channel stable, 3.7.7, on macOS 13.2.1 22D68 darwin-arm64, locale en-GB)
    • Flutter version 3.7.7 on channel stable at /Users/nexus/dev/sdks/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 2ad6cd72c0 (8 days ago), 2023-03-08 09:41:59 -0800
    • Engine revision 1837b5be5f
    • Dart version 2.19.4
    • DevTools version 2.20.1

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at /Users/nexus/Library/Android/sdk
    • Platform android-33, build-tools 33.0.0
    • Java binary at: /Users/nexus/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/221.6008.13.2211.9477386/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 14C18
    • CocoaPods version 1.11.3

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)

[✓] Android Studio (version 2022.1)
    • Android Studio at /Users/nexus/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/221.6008.13.2211.9477386/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)

[✓] IntelliJ IDEA Community Edition (version 2022.3.3)
    • IntelliJ at /Applications/IntelliJ IDEA CE.app
    • Flutter plugin version 72.1.4
    • Dart plugin version 223.8888

[✓] VS Code (version 1.76.1)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.60.0

[✓] Connected device (5 available)
    • M2007J20CG (mobile)    • adb-5dd3be00-17AYzd._adb-tls-connect._tcp. • android-arm64  • Android 12 (API 31)
    • Nexus (mobile)         • 00008020-001875E83A38002E                  • ios            • iOS 16.3.1 20D67
    • iPhone 14 Pro (mobile) • 7256EA18-F2CB-4F96-9398-80DC7756A275       • ios            • com.apple.CoreSimulator.SimRuntime.iOS-16-2 (simulator)
    • macOS (desktop)        • macos                                      • darwin-arm64   • macOS 13.2.1 22D68 darwin-arm64
    • Chrome (web)           • chrome                                     • web-javascript • Google Chrome 111.0.5563.64

[✓] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!
[!] Flutter (Channel master, 3.9.0-8.0.pre.21, on macOS 13.2.1 22D68 darwin-arm64, locale en-GB)
    • Flutter version 3.9.0-8.0.pre.21 on channel master at /Users/nexus/dev/sdks/flutters
    ! Warning: `flutter` on your path resolves to /Users/nexus/dev/sdks/flutter/bin/flutter, which is not inside your current Flutter SDK checkout at /Users/nexus/dev/sdks/flutters. Consider adding /Users/nexus/dev/sdks/flutters/bin to the front of your path.
    ! Warning: `dart` on your path resolves to /Users/nexus/dev/sdks/flutter/bin/dart, which is not inside your current Flutter SDK checkout at /Users/nexus/dev/sdks/flutters. Consider adding /Users/nexus/dev/sdks/flutters/bin to the front of your path.
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 1b7885ce1b (3 hours ago), 2023-03-16 00:44:16 -0400
    • Engine revision eca44aed4e
    • Dart version 3.0.0 (build 3.0.0-322.0.dev)
    • DevTools version 2.22.2
    • If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades.

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at /Users/nexus/Library/Android/sdk
    • Platform android-33, build-tools 33.0.0
    • Java binary at: /Users/nexus/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/221.6008.13.2211.9477386/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 14C18
    • CocoaPods version 1.11.3

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)

[✓] Android Studio (version 2022.1)
    • Android Studio at /Users/nexus/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/221.6008.13.2211.9477386/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)

[✓] IntelliJ IDEA Community Edition (version 2022.3.3)
    • IntelliJ at /Applications/IntelliJ IDEA CE.app
    • Flutter plugin version 72.1.4
    • Dart plugin version 223.8888

[✓] VS Code (version 1.76.1)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.60.0

[✓] Connected device (5 available)
    • M2007J20CG (mobile)    • adb-5dd3be00-17AYzd._adb-tls-connect._tcp. • android-arm64  • Android 12 (API 31)
    • Nexus (mobile)         • 00008020-001875E83A38002E                  • ios            • iOS 16.3.1 20D67
    • iPhone 14 Pro (mobile) • 7256EA18-F2CB-4F96-9398-80DC7756A275       • ios            • com.apple.CoreSimulator.SimRuntime.iOS-16-2 (simulator)
    • macOS (desktop)        • macos                                      • darwin-arm64   • macOS 13.2.1 22D68 darwin-arm64
    • Chrome (web)           • chrome                                     • web-javascript • Google Chrome 111.0.5563.64

[✓] Network resources
    • All expected network resources are available.

! Doctor found issues in 1 category.

@danagbemava-nc danagbemava-nc added platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels. has reproducible steps The issue has been confirmed reproducible and is ready to work on found in release: 3.7 Found to occur in 3.7 found in release: 3.9 Found to occur in 3.9 and removed in triage Presently being triaged by the triage team labels Mar 16, 2023
@jmagman
Copy link
Member
jmagman commented Mar 16, 2023

Hm I thought this was filtered:

// "eventMessage" : "flutter: 21",
static final RegExp _unifiedLoggingEventMessageRegex = RegExp(r'.*"eventMessage" : (".*")');
void _onUnifiedLoggingLine(String line) {
// The log command predicate handles filtering, so every log eventMessage should be decoded and added.
final Match? eventMessageMatch = _unifiedLoggingEventMessageRegex.firstMatch(line);
if (eventMessageMatch != null) {

void _onSystemLine(String line) {
globals.printTrace('[SYS LOG] $line');
if (!_flutterRunnerRegex.hasMatch(line)) {

jason-simmons added a commit to jason-simmons/flutter that referenced this issue Mar 21, 2023
This is needed so that the platform's log reader can build filters that
match the application's attributes.

Fixes flutter#122727
@danagbemava-nc danagbemava-nc added the r: fixed Issue is closed as already fixed in a newer version label Mar 23, 2023
@github-actions
Copy link
github-actions bot commented Apr 6, 2023

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
found in release: 3.7 Found to occur in 3.7 found in release: 3.9 Found to occur in 3.9 has reproducible steps The issue has been confirmed reproducible and is ready to work on platform-ios iOS applications specifically r: fixed Issue is closed as already fixed in a newer version tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants